Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,6 @@ This is a GPTQ quantized version of [airo-llongma-2-13B-16k](https://huggingface
|
|
7 |
|
8 |
To run this model, make sure `compress_pos_emb` is set to 4 to apply proper rope scaling parameters. The `max_ctx_len` is 16384.
|
9 |
|
10 |
-
|
|
|
|
|
|
7 |
|
8 |
To run this model, make sure `compress_pos_emb` is set to 4 to apply proper rope scaling parameters. The `max_ctx_len` is 16384.
|
9 |
|
10 |
+
Branches:
|
11 |
+
- main: 4 bits, groupsize 128, act order false
|
12 |
+
- 4bit-32g-actorder: 4 bits, groupsize 32, act order true
|