Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Based on https://huggingface.co/minhngh/CodeCapybara
|
2 |
+
|
3 |
+
Model by https://github.com/AI4Code-Research/CodeCapybara
|
4 |
+
|
5 |
+
Using https://github.com/qwopqwop200/GPTQ-for-LLaMa triton branch
|
6 |
+
|
7 |
+
python llama.py CodeCapybara/ c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors codecapybara-4bit-128g-gptq.safetensors
|