File size: 471 Bytes
3e1bac9 d67a5f4 c347ca0 d67a5f4 3e1bac9 d67a5f4 |
1 2 3 4 5 6 7 8 9 |
** Model upgraded and finetuned starting from LlaMa model. I hope everyone creates modes starting from this open-source project**
GPTQ conversion command (on CUDA branch):
CUDA_VISIBLE_DEVICES=0 python llama.py ../capibara-17b-4bit c4 --wbits 4 --true-sequential --groupsize 128 --save capibara-17b-4bit-128g.pt
Added 1 token to the tokenizer model:
python llama-tools/add_tokens.py capibara-17b/tokenizer.model /content/tokenizer.model llama-tools/test_list.txt
Enjoy |