remote::nvidia
Description
NVIDIA’s post-training provider for fine-tuning models on NVIDIA’s platform.
Configuration
Field |
Type |
Required |
Default |
Description |
---|---|---|---|---|
|
|
No |
The NVIDIA API key. |
|
|
|
No |
default |
The NVIDIA dataset namespace. |
|
|
No |
test-example-model@v1 |
The NVIDIA project ID. |
|
|
No |
Base URL for the NeMo Customizer API |
|
|
|
No |
300 |
Timeout for the NVIDIA Post Training API |
|
|
No |
3 |
Maximum number of retries for the NVIDIA Post Training API |
|
|
No |
test-example-model@v1 |
Directory to save the output model |
Sample Configuration
api_key: ${env.NVIDIA_API_KEY:=}
dataset_namespace: ${env.NVIDIA_DATASET_NAMESPACE:=default}
project_id: ${env.NVIDIA_PROJECT_ID:=test-project}
customizer_url: ${env.NVIDIA_CUSTOMIZER_URL:=http://nemo.test}