mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-20 19:56:59 +00:00
Add changes
This commit is contained in:
parent
4131e8146f
commit
8fd656dcac
1 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,9 @@ NDS_URL = "http://data-store.test:3000" # Data Store
|
|||
NEMO_URL = "http://nemo.test:3000" # Customizer, Evaluator, Guardrails
|
||||
NIM_URL = "http://nim.test:3000" # NIM
|
||||
|
||||
# (Required) Configure the base model. Must be one supported by the NeMo Customizer deployment!
|
||||
BASE_MODEL = "meta-llama/Llama-3.2-1B-Instruct"
|
||||
|
||||
# (Required) Hugging Face Token
|
||||
HF_TOKEN = ""
|
||||
|
||||
|
@ -19,9 +22,6 @@ NDS_TOKEN = "token"
|
|||
NMS_NAMESPACE = "nvidia-tool-calling-tutorial"
|
||||
DATASET_NAME = "xlam-ft-dataset-1"
|
||||
|
||||
# (Optional) Configure the base model. Must be one supported by the NeMo Customizer deployment!
|
||||
BASE_MODEL = "meta-llama/Llama-3.2-1B-Instruct"
|
||||
|
||||
# (Optional) NVIDIA User ID - currently unused
|
||||
USER_ID = ""
|
||||
# (Optional) Entity Store Project ID. Modify if you've created a project in Entity Store that you'd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue