Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
7a65083
1
Parent(s):
852d79d
Remove trailing blank
Browse files
src/backend/manage_requests.py
CHANGED
@@ -25,7 +25,7 @@ class EvalRequest:
|
|
25 |
model_type: Optional[str] = None # pretrained, fine-tuned, etc - define your own categories in
|
26 |
precision: str = "" # float16, bfloat16
|
27 |
revision: str = "main" # commit hash
|
28 |
-
submitted_time: Optional[str] = "2022-05-18T11:40:22.519222" # random date just so that we can still order requests by date
|
29 |
likes: Optional[int] = 0
|
30 |
params: Optional[int] = None
|
31 |
license: Optional[str] = ""
|
|
|
25 |
model_type: Optional[str] = None # pretrained, fine-tuned, etc - define your own categories in
|
26 |
precision: str = "" # float16, bfloat16
|
27 |
revision: str = "main" # commit hash
|
28 |
+
submitted_time: Optional[str] = "2022-05-18T11:40:22.519222" # random date just so that we can still order requests by date
|
29 |
likes: Optional[int] = 0
|
30 |
params: Optional[int] = None
|
31 |
license: Optional[str] = ""
|