Commit
•
beed7d2
1
Parent(s):
262d1ee
Fixing proj_dir
Browse files
01-tgi-ie-benchmark.ipynb
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
},
|
44 |
"outputs": [],
|
45 |
"source": [
|
46 |
-
"proj_dir = Path.cwd()
|
47 |
"print(proj_dir)\n",
|
48 |
"LLMPerf_path = proj_dir/'llmperf'"
|
49 |
]
|
|
|
43 |
},
|
44 |
"outputs": [],
|
45 |
"source": [
|
46 |
+
"proj_dir = Path.cwd()\n",
|
47 |
"print(proj_dir)\n",
|
48 |
"LLMPerf_path = proj_dir/'llmperf'"
|
49 |
]
|