Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- 2bit
|
5 |
+
- llama
|
6 |
+
- yi
|
7 |
+
- SUS
|
8 |
+
- 34b
|
9 |
+
---
|
10 |
+
|
11 |
+
You can run it on 11G mem GPU,quantize base QuIP# method, a weights-only quantization method that is able to achieve near fp16 performance using only 2 bits per weight.
|
12 |
+
|
13 |
+
url:https://github.com/Cornell-RelaxML/quip-sharp
|