meg-huggingface
commited on
Commit
·
082ca0c
1
Parent(s):
aa84d16
Fixing base_model error
Browse files
src/backend/manage_requests.py
CHANGED
@@ -25,6 +25,7 @@ class EvalRequest:
|
|
25 |
likes: Optional[int] = 0
|
26 |
params: Optional[int] = None
|
27 |
license: Optional[str] = ""
|
|
|
28 |
|
29 |
def get_model_args(self):
|
30 |
"""Edit this function if you want to manage more complex quantization issues. You'll need to map it to
|
|
|
25 |
likes: Optional[int] = 0
|
26 |
params: Optional[int] = None
|
27 |
license: Optional[str] = ""
|
28 |
+
base_model: Optional[str] = ""
|
29 |
|
30 |
def get_model_args(self):
|
31 |
"""Edit this function if you want to manage more complex quantization issues. You'll need to map it to
|