File size: 405 Bytes
67741f2
2617bee
 
67741f2
bcd4ccb
5b2831b
bcd4ccb
 
 
2617bee
67741f2
 
 
2617bee
6f0c9ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import os


INIT_MODELS = [
    # ("meta-llama/Llama-4-Scout-17B-16E-Instruct", "together"),
    ("Qwen/Qwen3-32B", "nebius"),
    ("Qwen/Qwen2.5-72B-Instruct", "together"),
    ("deepseek-ai/DeepSeek-R1", "together"),
    ("google/gemma-3-27b-it", "nebius"),
]
MODELS = [m[0] for m in INIT_MODELS]
TASK = os.getenv("TASK")
# With storage
HF_TOKEN = os.getenv("HF_TOKEN")
ORG_NAME = os.getenv("ORG_NAME")