derek-thomas HF staff commited on
Commit
beed7d2
1 Parent(s): 262d1ee

Fixing proj_dir

Browse files
Files changed (1) hide show
  1. 01-tgi-ie-benchmark.ipynb +1 -1
01-tgi-ie-benchmark.ipynb CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "outputs": [],
45
  "source": [
46
- "proj_dir = Path.cwd().parent\n",
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
  ]