mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 03:59:42 +00:00
feat: NVIDIA beginner e2e notebook
This commit is contained in:
parent
7cdd2a0410
commit
6927cdf5ce
31 changed files with 888 additions and 1621 deletions
25
docs/notebooks/nvidia/config.py
Normal file
25
docs/notebooks/nvidia/config.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
# (Required) NeMo Microservices URLs
|
||||
NDS_URL = "https://datastore.int.aire.nvidia.com" # Data Store
|
||||
NEMO_URL = "https://nmp.int.aire.nvidia.com" # Customizer, Evaluator, Guardrails
|
||||
NIM_URL = "https://nim.int.aire.nvidia.com" # NIM
|
||||
|
||||
# (Required) Hugging Face Token
|
||||
HF_TOKEN = ""
|
||||
|
||||
# (Optional) Namespace to associate with Datasets and Customization jobs
|
||||
NAMESPACE = "nvidia-e2e-tutorial"
|
||||
|
||||
# (Optional) User ID to associate with Customization jobs - this is currently unused
|
||||
USER_ID = ""
|
||||
|
||||
# (Optional) Project ID to associate with Datasets and Customization jobs
|
||||
PROJECT_ID = ""
|
||||
|
||||
# (Optional) Directory used by Customized to save output model
|
||||
CUSTOMIZED_MODEL_DIR = "nvidia-e2e-tutorial/test-llama-stack@v1"
|
Loading…
Add table
Add a link
Reference in a new issue