Commit Graph

7 Commits

Author SHA1 Message Date
klosax
5f6ff387ca convert-llama-hf-to-gguf.py : rope scale and added tokens 2023-08-21 13:25:14 +02:00
klosax
c818c405e0 convert-llama-hf-to-gguf.py : fix attn_q permute 2023-08-21 04:42:09 +02:00
klosax
76b46627e2 convert-llama-hf-to-gguf.py : special tokens 2023-08-20 16:54:42 +02:00
klosax
281d6d1105 convert-llama-hf-to-gguf.py : remove extra kv 2023-08-19 00:32:56 +02:00
Georgi Gerganov
dea5be61d7 editorconfig : fix whitespaces 2023-08-18 12:42:38 +03:00
klosax
9e2d4dd48e convert-llama-hf-to-gguf.py : fixes 2023-08-17 21:43:48 +02:00
M. Yusuf Sarıgöz
fc3a523211 gguf.py : write tensors in a single pass (#2644)
* gguf : single pass for writing tensors + refactoring writer

* gguf : single pass for writing tensors + refactoring writer

* gguf : single pass for writing tensors + refactoring writer

* gguf : style fixes in simple conversion script

* gguf : refactor gptneox conversion script

* gguf : rename h5 to hf (for HuggingFace)

* gguf : refactor pth to gguf conversion script

* gguf : rm file_type key and method

* gguf.py : fix vertical alignment

* gguf.py : indentation

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-08-17 21:57:39 +03:00