govisi commited on
Commit
857624c
1 Parent(s): 5bd1756
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ bot = commands.Bot("", intents=discord.Intents.all())
13
 
14
  quantized = {
15
  "mode": TORCH_QUANT,
16
- "runtimedtype": torch.bfloat16,
17
  "useGPU": torch.cuda.is_available(),
18
  "chunksize": 32, # larger = more accurate, but more memory
19
  "target": 100 # your gpu max size, excess vram offloaded to cpu
 
13
 
14
  quantized = {
15
  "mode": TORCH_QUANT,
16
+ "runtimedtype": torch.float32,
17
  "useGPU": torch.cuda.is_available(),
18
  "chunksize": 32, # larger = more accurate, but more memory
19
  "target": 100 # your gpu max size, excess vram offloaded to cpu