Koshti10 commited on
Commit
eefe6df
·
verified ·
1 Parent(s): 425ab63

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/clp-research/clembench/refs/heads/refactor_model_registry/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/kushal-10/clembench/refs/heads/refactor_model_registry/backends/model_registry.json"
6
  BENCHMARK_FILE = "benchmark_runs.json"
7
 
8
  LATENCY_FOLDER = os.path.join("Addenda", "Latency")