Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"scale_dtype": "torch.float16",
|
30 |
"seqlen": 2048,
|
31 |
"sym": true,
|
32 |
-
"
|
33 |
},
|
34 |
"text_config": {
|
35 |
"_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct",
|
|
|
29 |
"scale_dtype": "torch.float16",
|
30 |
"seqlen": 2048,
|
31 |
"sym": true,
|
32 |
+
"block_name_to_quantize": "language_model.model.layers"
|
33 |
},
|
34 |
"text_config": {
|
35 |
"_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct",
|