mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 20:18:52 +00:00
Remove unused env vars; change the other tmp folder name; fix examples
This commit is contained in:
parent
c3d8940c95
commit
29f57d528d
9 changed files with 4 additions and 13 deletions
|
@ -136,7 +136,6 @@
|
|||
"from docs.notebooks.nvidia.beginner_e2e.config import *\n",
|
||||
"\n",
|
||||
"# Metadata associated with Datasets and Customization Jobs\n",
|
||||
"os.environ[\"NVIDIA_USER_ID\"] = USER_ID\n",
|
||||
"os.environ[\"NVIDIA_DATASET_NAMESPACE\"] = NAMESPACE\n",
|
||||
"os.environ[\"NVIDIA_PROJECT_ID\"] = PROJECT_ID\n",
|
||||
"\n",
|
||||
|
|
|
@ -18,9 +18,6 @@ HF_TOKEN = ""
|
|||
# (Optional) Namespace to associate with Datasets and Customization jobs
|
||||
NAMESPACE = "nvidia-e2e-tutorial"
|
||||
|
||||
# (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
|
||||
# like to associate with your Customized models.
|
||||
PROJECT_ID = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue