Spaces:
Runtime error
Runtime error
problem with marlin_kernel step
Browse files
app.py
CHANGED
|
@@ -23,7 +23,6 @@ model = AutoGPTQForCausalLM.from_quantized(
|
|
| 23 |
device="cuda:0",
|
| 24 |
use_safetensors=True,
|
| 25 |
disable_exllamav2=True,
|
| 26 |
-
use_marlin=True,
|
| 27 |
quantize_config=quantize_config).eval()
|
| 28 |
|
| 29 |
|
|
|
|
| 23 |
device="cuda:0",
|
| 24 |
use_safetensors=True,
|
| 25 |
disable_exllamav2=True,
|
|
|
|
| 26 |
quantize_config=quantize_config).eval()
|
| 27 |
|
| 28 |
|