-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable llama.cpp on s390x big endian platform #3552
Merged
Merged
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0613562 - Browse repository at this point
Copy the full SHA 0613562View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa62c8c - Browse repository at this point
Copy the full SHA fa62c8cView commit details
Commits on Oct 9, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 1ce890a - Browse repository at this point
Copy the full SHA 1ce890aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8640f3b - Browse repository at this point
Copy the full SHA 8640f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4efbdb - Browse repository at this point
Copy the full SHA e4efbdbView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51e9d39 - Browse repository at this point
Copy the full SHA 51e9d39View commit details
Commits on Oct 12, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 7fc0250 - Browse repository at this point
Copy the full SHA 7fc0250View commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e513abe - Browse repository at this point
Copy the full SHA e513abeView commit details
Commits on Oct 20, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for eb5b832 - Browse repository at this point
Copy the full SHA eb5b832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4389bda - Browse repository at this point
Copy the full SHA 4389bdaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.