cgeorgiaw's picture
cgeorgiaw HF Staff
changing org name
2d4a889
raw
history blame contribute delete
370 Bytes
import os
from huggingface_hub import HfApi
PROBLEM_TYPES = ["geometrical", "simple_to_build", "mhd_stable"]
TOKEN = os.environ.get("HF_TOKEN")
CACHE_PATH=os.getenv("HF_HOME", ".")
API = HfApi(token=TOKEN)
organization="proxima-fusion"
submissions_repo = f'{organization}/constellaration-bench-submissions'
results_repo = f'{organization}/constellaration-bench-results'