Spaces:
Paused
Paused
Adjusted large dtype
Browse files
main_backend_lighteval.py
CHANGED
@@ -70,7 +70,7 @@ def run_auto_eval():
|
|
70 |
elif eval_request.params < 9:
|
71 |
instance_size, instance_type = "medium", "g5.2xlarge"
|
72 |
elif eval_request.params < 24:
|
73 |
-
instance_size, instance_type = "
|
74 |
else:
|
75 |
raise ValueError("Number of params too big, can't run this model")
|
76 |
# For CPU
|
|
|
70 |
elif eval_request.params < 9:
|
71 |
instance_size, instance_type = "medium", "g5.2xlarge"
|
72 |
elif eval_request.params < 24:
|
73 |
+
instance_size, instance_type = "xxlarge", "g5.12xlarge"
|
74 |
else:
|
75 |
raise ValueError("Number of params too big, can't run this model")
|
76 |
# For CPU
|