Fixing naming
Browse files- 02-tgi-plots.ipynb +1 -1
02-tgi-plots.ipynb
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"import pandas as pd\n",
|
| 31 |
"\n",
|
| 32 |
"# Define the directory path where your files are located\n",
|
| 33 |
-
"dir_path = proj_dir/'
|
| 34 |
"\n",
|
| 35 |
"\n",
|
| 36 |
"def build_df():\n",
|
|
|
|
| 30 |
"import pandas as pd\n",
|
| 31 |
"\n",
|
| 32 |
"# Define the directory path where your files are located\n",
|
| 33 |
+
"dir_path = proj_dir/'tgi_benchmark_results/'\n",
|
| 34 |
"\n",
|
| 35 |
"\n",
|
| 36 |
"def build_df():\n",
|