AbstractPhil commited on
Commit
69d3dbb
Β·
verified Β·
1 Parent(s): 95052a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from configs import T5_SHUNT_REPOS
14
  # ─── Device & Model Setup ─────────────────────────────────────
15
  # Don't initialize CUDA here for ZeroGPU compatibility
16
  device = None # Will be set inside the GPU function
17
- dtype = torch.float16
18
 
19
  # Don't load models here - will load inside GPU function
20
  t5_tok = None
 
14
  # ─── Device & Model Setup ─────────────────────────────────────
15
  # Don't initialize CUDA here for ZeroGPU compatibility
16
  device = None # Will be set inside the GPU function
17
+ dtype = torch.float32
18
 
19
  # Don't load models here - will load inside GPU function
20
  t5_tok = None