Spaces:
Build error
Build error
revert bfloat16 optimization - didn't work
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def get_model():
|
|
| 28 |
"pytorch(cpu/gpu)",
|
| 29 |
runtimedtype=torch.float32,
|
| 30 |
useGPU=torch.cuda.is_available(),
|
| 31 |
-
dtype=torch.
|
| 32 |
)
|
| 33 |
return model
|
| 34 |
|
|
|
|
| 28 |
"pytorch(cpu/gpu)",
|
| 29 |
runtimedtype=torch.float32,
|
| 30 |
useGPU=torch.cuda.is_available(),
|
| 31 |
+
dtype=torch.float32
|
| 32 |
)
|
| 33 |
return model
|
| 34 |
|