Create a Model FileSet
Create a FileSet containing your base model checkpoint before creating a Model Entity.
Prerequisites
- Obtained the base URL of your NeMo Platform.
- For gated or private Hugging Face models: Created a secret with your HF token. Refer to Manage Secrets.
- Set the
NMP_BASE_URLenvironment variable.
From Hugging Face Hub
The most common method is downloading directly from Hugging Face. The example below uses Qwen/Qwen3-1.7B, a public model that requires no token:
Gated models (such as Llama) require a Hugging Face token. To use one:
- Accept the model license on the Hugging Face model page.
- Create a Hugging Face token with read access.
- Store the token as a secret in the platform (see Manage Secrets), then pass it as
token_secretin the storage config:
From NGC
For models from NVIDIA NGC:
Check FileSet Status
Files are downloaded in the background after you create a FileSet. Check the status:
Example Response
Next Steps
Proceed to create a Model Entity.