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 HuggingFace models: Created a secret with your HF token. Refer to Manage Secrets.
- Set the
NMP_BASE_URLenvironment variable.
From HuggingFace Hub
The most common method is downloading directly from HuggingFace. The example below uses Qwen/Qwen3-1.7B, a public model that requires no token:
Gated models (such as Llama) require a HuggingFace token. To use one:
- Accept the model license on the HuggingFace model page.
- Create a HuggingFace 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.