Getting Started
Step-by-step instructions to join the Gintonic distillery network. Learn system requirements, installation process, and initial setup for your node.
Getting Started with Gintonic distillery
Ready to put your GPU to work? Great! This guide will walk you through the process of joining the Gintonic distillery network. Don't worry if you're not a tech wizard - we've designed this process to be as straightforward as possible.
System Requirements
Before we dive in, let's make sure your system is up to the task:
GPU: NVIDIA GPU with at least 8GB of VRAM
Operating System: Ubuntu 20.04 LTS or later
Storage: At least 50GB of free disk space
Internet: Stable broadband connection
The Petals framework, which is designed for distributed inference and fine-tuning of large language models, primarily supports NVIDIA GPUs that are compatible with CUDA. Here is a list of NVIDIA GPUs that are generally supported, provided they have sufficient VRAM (typically 8 GB or more is recommended for larger models):
Supported NVIDIA GPUs:
GeForce Series:
RTX 4090, RTX 4080, RTX 4070 Ti
RTX 3090, RTX 3080, RTX 3070, RTX 3060 (and Ti variants)
RTX 2080 Ti, RTX 2080, RTX 2070, RTX 2060 (and Ti variants)
GTX 1660, GTX 1650 (with lower performance due to limited VRAM)
GTX 1080 Ti, GTX 1080, GTX 1070, GTX 1060 (older, but still usable for smaller tasks)
Quadro Series:
Quadro RTX 8000, RTX 6000, RTX 5000
Quadro P6000, P5000 (older models with large VRAM)
Tesla Series:
Tesla V100, P100 (high-performance, data-center GPUs)
A-Series (Data Center GPUs):
A100, A40, A30 (high-end, designed for AI workloads)
Titan Series:
Titan RTX, Titan V, Titan Xp (high VRAM, consumer-grade GPUs with excellent performance)
Key Requirements:
CUDA Compatibility: The GPU must support CUDA 11.3 or newer, as Petals relies on the CUDA toolkit for parallel computing capabilities.
VRAM: For larger models like those supported by Petals (e.g., BLOOM, Llama), having at least 8 GB of VRAM is recommended to handle the model’s requirements efficiently.
These GPUs are widely supported and provide the best performance for running distributed model inference and fine-tuning with the Petals framework. For optimal performance, using the latest drivers and CUDA versions is recommended【7†source】【9†source】.
While it's possible to run on other setups, we've optimized for these specifications. Your mileage may vary with different configurations.
Creating a gintonic distillery Account
Before setting up your node, you'll need to create a Gintonic distillery account:
Click on the "Sign Up" button
Fill in the required information:
Email address
Password (make sure it's strong and unique)
Confirm password
Read and accept the Terms of Service and Privacy Policy
Click "Create Account"
Verify your email address by clicking the link sent to your inbox
Once verified, log in to your new Gintonic distillery account
Keep your account credentials safe and secure. You'll need them to manage your node and access your earnings.
Installation Guide
Update your system
Open a terminal and run:
Install NVIDIA drivers
If you haven't already, install the latest NVIDIA drivers:
Install Docker
We use Docker to keep things neat and tidy. Install it with:
Pull the Gintonic distillery image
Grab our Docker image:
Set up your wallet
You'll need an Ethereum-compatible wallet to receive your $GIN. If you don't have one, we recommend MetaMask. Make sure to keep your private keys safe and secure!
Set up HuggingFace
Create an account on HuggingFace
Create an Access Token in your HuggingFace account settings
Confirm access to this repository: Mixtral-8x7B-Instruct-v0.1
Setting Up Your Environment
Create a config file
Create a file named
gintonic-config.json
in your home directory:Replace
YOUR_WALLET_ADDRESS_HERE
with your actual wallet address. Thegpu_allocation
value sets the percentage of your GPU you want to dedicate to Gintonic (70% is a good starting point).Start your node
Run the following command to start your Gintonic distillery node:
And that's it! Your GPU is now part of the Gintonic network, ready to crunch some AI tasks and earn you some $GIN.
First time jitters? It's normal to feel a bit nervous when setting this up for the first time. If you run into any issues, check out our Troubleshooting section or reach out on our community Discord Channel.
In the next section, we'll cover how to monitor your node and track your earnings. Happy distilling!
Last updated