gururise commited on
Commit
48c9412
·
1 Parent(s): cfb1719

revert bfloat16 optimization - didn't work

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.bfloat16
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