Koshti10 commited on
Commit
d464462
·
verified ·
1 Parent(s): 1a24eb9

Update assets/text_content.py

Browse files
Files changed (1) hide show
  1. 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/clembench/clemcore/refs/heads/main/clemcore/backends/model_registry.json"
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")