Update assets/text_content.py
Browse files- assets/text_content.py +1 -1
assets/text_content.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
|
3 |
# Data Sources
|
4 |
CLEMBENCH_RUNS_REPO = "https://raw.githubusercontent.com/clembench/clembench-runs/main/"
|
5 |
-
REGISTRY_URL = "https://raw.githubusercontent.com/
|
6 |
BENCHMARK_FILE = "benchmark_runs.json"
|
7 |
|
8 |
LATENCY_FOLDER = os.path.join("Addenda", "Latency")
|
|
|
2 |
|
3 |
# Data Sources
|
4 |
CLEMBENCH_RUNS_REPO = "https://raw.githubusercontent.com/clembench/clembench-runs/main/"
|
5 |
+
REGISTRY_URL = "https://raw.githubusercontent.com/clp-research/clemcore/refs/heads/main/clemcore/backends/model_registry.json"
|
6 |
BENCHMARK_FILE = "benchmark_runs.json"
|
7 |
|
8 |
LATENCY_FOLDER = os.path.join("Addenda", "Latency")
|