8000 Releases · chenqiny/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

Releases: chenqiny/llama.cpp

b1562

23 Nov 07:13
3afd4c7
Compare
Choose a tag to compare
Merge branch 'ggerganov:master' into master

b1414

20 Oct 11:36
4389bda
Compare
Choose a tag to compare
Merge branch 'ggerganov:master' into master

b1363

20 Oct 11:14
Compare
Choose a tag to compare
Compare "GGUF" with file header char by char

1.  Set GGUF_MAGIC to "GGUF" string instead of int value
2. Compare "GGUF" char by char to ensure its byte order
3. Move bytes swap code from convert.py to gguf.py write_tensor_data

b1362

15 Oct 16:29
Compare
Choose a tag to compare
always use "GGUF" as beginng of GGUF file

b1361

12 Oct 16:57
Compare
Choose a tag to compare
1. check in ggml.c if endianess is not match

2. update GGUF version
3. change get_pack_prefix to property
4. update information log

b1358

09 Oct 03:56
8640f3b
Compare
Choose a tag to compare
Merge branch 'ggerganov:master' into master

first s390x compatible version

09 Oct 03:09
Compare
Choose a tag to compare
Pre-release
support --bigendian option for s390x

1. verified with baichuan7b-chat with float 16 on s390x
2. verified with baichuan7b-chat
3. verified with chinese-alpaca-2-13b-f16
0