When deploying a model for the first time, it is necessary to download the model from HuggingFace. Depending on the model size, this process may take from 10 minutes to an hour. Before downloading, you need to:
- Log in to Huggingface CLI:
Enter the following command and log in:
huggingface-cli login
- Enter Your Token:
When prompted during login, enter your Token from Huggingface.
- Download the Model:
Here, you can either git clone the corresponding model or download it through the subsequent Single-Card Deployment process.