Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 606 Bytes

model_download.md

File metadata and controls

19 lines (11 loc) · 606 Bytes

Downloading the Model

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:

  1. Log in to Huggingface CLI:

Enter the following command and log in:

huggingface-cli login
  1. Enter Your Token:

When prompted during login, enter your Token from Huggingface.

  1. Download the Model:

Here, you can either git clone the corresponding model or download it through the subsequent Single-Card Deployment process.