Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from torchao.quantization import (
|
|
18 |
|
19 |
MAP_QUANT_TYPE_TO_NAME = {
|
20 |
"Int4WeightOnly": "int4wo",
|
21 |
-
"GemliteUIntXWeightOnly": "intxwo-gemlite"
|
22 |
"Int8WeightOnly": "int8wo",
|
23 |
"Int8DynamicActivationInt8Weight": "int8da8w8",
|
24 |
"Float8WeightOnly": "float8wo",
|
|
|
18 |
|
19 |
MAP_QUANT_TYPE_TO_NAME = {
|
20 |
"Int4WeightOnly": "int4wo",
|
21 |
+
"GemliteUIntXWeightOnly": "intxwo-gemlite",
|
22 |
"Int8WeightOnly": "int8wo",
|
23 |
"Int8DynamicActivationInt8Weight": "int8da8w8",
|
24 |
"Float8WeightOnly": "float8wo",
|