Skip to main content
Version: Next

remote::nvidia

Description​

NVIDIA's post-training provider for fine-tuning models on NVIDIA's platform.

Configuration​

FieldTypeRequiredDefaultDescription
api_keystr | NoneNoThe NVIDIA API key.
dataset_namespacestr | NoneNodefaultThe NVIDIA dataset namespace.
project_idstr | NoneNotest-example-model@v1The NVIDIA project ID.
customizer_urlstr | NoneNoBase URL for the NeMo Customizer API
timeout<class 'int'>No300Timeout for the NVIDIA Post Training API
max_retries<class 'int'>No3Maximum number of retries for the NVIDIA Post Training API
output_model_dir<class 'str'>Notest-example-model@v1Directory 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}