Spaces:
Running
Running
BenchmarkBot
commited on
Commit
β’
80a8e25
1
Parent(s):
d262fb3
bug fix
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
@@ -12,7 +12,7 @@ def load_dataset_repo(LLM_PERF_DATASET_REPO, OPTIMUM_TOKEN):
|
|
12 |
if OPTIMUM_TOKEN:
|
13 |
print("Loading LLM-Perf-Dataset from Hub...")
|
14 |
llm_perf_repo = Repository(
|
15 |
-
local_dir="./llm-perf
|
16 |
clone_from=LLM_PERF_DATASET_REPO,
|
17 |
token=OPTIMUM_TOKEN,
|
18 |
repo_type="dataset",
|
|
|
12 |
if OPTIMUM_TOKEN:
|
13 |
print("Loading LLM-Perf-Dataset from Hub...")
|
14 |
llm_perf_repo = Repository(
|
15 |
+
local_dir="./llm-perf-dataset",
|
16 |
clone_from=LLM_PERF_DATASET_REPO,
|
17 |
token=OPTIMUM_TOKEN,
|
18 |
repo_type="dataset",
|