Spaces:
Runtime error
Runtime error
testing
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ bot = commands.Bot("", intents=discord.Intents.all())
|
|
13 |
|
14 |
quantized = {
|
15 |
"mode": TORCH_QUANT,
|
16 |
-
"runtimedtype": torch.
|
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
|