changing org name
Browse files
about.py
CHANGED
@@ -5,5 +5,6 @@ PROBLEM_TYPES = ["geometrical", "simple_to_build", "mhd_stable"]
|
|
5 |
TOKEN = os.environ.get("HF_TOKEN")
|
6 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
7 |
API = HfApi(token=TOKEN)
|
8 |
-
|
9 |
-
|
|
|
|
5 |
TOKEN = os.environ.get("HF_TOKEN")
|
6 |
CACHE_PATH=os.getenv("HF_HOME", ".")
|
7 |
API = HfApi(token=TOKEN)
|
8 |
+
organization="proxima-fusion"
|
9 |
+
submissions_repo = f'{organization}/constellaration-bench-submissions'
|
10 |
+
results_repo = f'{organization}/constellaration-bench-results'
|