Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -192,6 +192,7 @@ def add_new_eval(
|
|
192 |
os.makedirs(OUT_DIR, exist_ok=True)
|
193 |
out_path = f"{OUT_DIR}/{model_path}_eval_request_{private}_{precision}_{weight_type}.json"
|
194 |
|
|
|
195 |
if user_name == "upstage":
|
196 |
return styled_warning("This model cannot be submitted on the leaderboard.")
|
197 |
|
|
|
192 |
os.makedirs(OUT_DIR, exist_ok=True)
|
193 |
out_path = f"{OUT_DIR}/{model_path}_eval_request_{private}_{precision}_{weight_type}.json"
|
194 |
|
195 |
+
# The model participating as a Host in Upstage does not conduct evaluations to ensure the transparency and fairness of the leaderboard. Please take this into consideration.
|
196 |
if user_name == "upstage":
|
197 |
return styled_warning("This model cannot be submitted on the leaderboard.")
|
198 |
|