Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/leaderboard/read_evals.py
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -56,7 +56,7 @@ class EvalResult:
|
|
56 |
full_model = "/".join(org_and_model)
|
57 |
|
58 |
still_on_hub, _, model_config = is_model_on_hub(
|
59 |
-
full_model, config.get("model_sha", "main"), test_tokenizer=False
|
60 |
)
|
61 |
architecture = "?"
|
62 |
if model_config is not None:
|
|
|
56 |
full_model = "/".join(org_and_model)
|
57 |
|
58 |
still_on_hub, _, model_config = is_model_on_hub(
|
59 |
+
full_model, config.get("model_sha", "main"), trust_remote_code=False, test_tokenizer=False
|
60 |
)
|
61 |
architecture = "?"
|
62 |
if model_config is not None:
|