msana commited on
Commit
9d1fe1c
·
verified ·
1 Parent(s): 891279c

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +2 -2
server.py CHANGED
@@ -40,8 +40,8 @@ except Exception:
40
 
41
  # ---------------- Config ----------------
42
  HF_TOKEN = os.getenv("HF_TOKEN")
43
- QUEUE_REPO = os.getenv("QUEUE_REPO", "msana/test-submission") # e.g., "your-org/telecom-eval-queue"
44
- RESULTS_REPO = os.getenv("RESULTS_REPO", "msana/test-results") # future: read results remotely if desired
45
  CACHE_PATH = os.getenv("HF_HOME", ".") # cache dir
46
  USE_LOCAL_DATA = os.getenv("USE_LOCAL_DATA", True) # set False to load data from results repo
47
  LOCAL_DATA_FILE = os.getenv("LOCAL_DATA_FILE", "benchmark.json") # the local data to loadt
 
40
 
41
  # ---------------- Config ----------------
42
  HF_TOKEN = os.getenv("HF_TOKEN")
43
+ QUEUE_REPO = os.getenv("QUEUE_REPO", "otellm/model-submission") # e.g., "your-org/telecom-eval-queue"
44
+ RESULTS_REPO = os.getenv("RESULTS_REPO", "otellm/model-results") # future: read results remotely if desired
45
  CACHE_PATH = os.getenv("HF_HOME", ".") # cache dir
46
  USE_LOCAL_DATA = os.getenv("USE_LOCAL_DATA", True) # set False to load data from results repo
47
  LOCAL_DATA_FILE = os.getenv("LOCAL_DATA_FILE", "benchmark.json") # the local data to loadt