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
|
@ -154,7 +154,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"# Processed data will be stored here\n",
|
||||
"DATA_ROOT = os.path.join(os.getcwd(), \"tmp\")\n",
|
||||
"DATA_ROOT = os.path.join(os.getcwd(), \"sample_data\")\n",
|
||||
"CUSTOMIZATION_DATA_ROOT = os.path.join(DATA_ROOT, \"customization\")\n",
|
||||
"VALIDATION_DATA_ROOT = os.path.join(DATA_ROOT, \"validation\")\n",
|
||||
"EVALUATION_DATA_ROOT = os.path.join(DATA_ROOT, \"evaluation\")\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue