abhinavkulkarni
commited on
Commit
•
73e3f23
1
Parent(s):
45c9f20
Upload config
Browse files- quantize_config.json +5 -0
quantize_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bits": 4,
|
3 |
+
"group_size": 128,
|
4 |
+
"zero_point": true
|
5 |
+
}
|