-
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
Support glm3 and glm4. #8031
Support glm3 and glm4. #8031
Commits on May 29, 2024
-
add chatglm3-6b model support huggingface model:
https://hf-mirror.com/THUDM/chatglm3-6b Signed-off-by: XingXing Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6630a2d - Browse repository at this point
Copy the full SHA 6630a2dView commit details -
remove .rotary_pos_emb.inv_freq and unuse code for chatglm3 model
Signed-off-by: XingXing Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a914ff - Browse repository at this point
Copy the full SHA 5a914ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f626b71 - Browse repository at this point
Copy the full SHA f626b71View commit details -
optimize convert-hf-to-gguf.py for chatglm model
Signed-off-by: XingXing Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3bc337 - Browse repository at this point
Copy the full SHA f3bc337View commit details
Commits on Jun 17, 2024
-
Signed-off-by: XingXing Qiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fc5bf5 - Browse repository at this point
Copy the full SHA 1fc5bf5View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c5f1b2 - Browse repository at this point
Copy the full SHA 8c5f1b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95fd910 - Browse repository at this point
Copy the full SHA 95fd910View commit details -
Configuration menu - View commit details
-
Copy full SHA for e773174 - Browse repository at this point
Copy the full SHA e773174View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b65b64 - Browse repository at this point
Copy the full SHA 4b65b64View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a4d579 - Browse repository at this point
Copy the full SHA 3a4d579View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9570806 - Browse repository at this point
Copy the full SHA 9570806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b67ff8 - Browse repository at this point
Copy the full SHA 3b67ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8f465 - Browse repository at this point
Copy the full SHA 5f8f465View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d4fc9 - Browse repository at this point
Copy the full SHA f8d4fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67bc8f - Browse repository at this point
Copy the full SHA a67bc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3557944 - Browse repository at this point
Copy the full SHA 3557944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e8aaf - Browse repository at this point
Copy the full SHA 89e8aafView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9396c7b - Browse repository at this point
Copy the full SHA 9396c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18a536 - Browse repository at this point
Copy the full SHA e18a536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0595f03 - Browse repository at this point
Copy the full SHA 0595f03View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7357273 - Browse repository at this point
Copy the full SHA 7357273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc8e91 - Browse repository at this point
Copy the full SHA 1dc8e91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e47eb - Browse repository at this point
Copy the full SHA e9e47ebView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 482bdea - Browse repository at this point
Copy the full SHA 482bdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe1926 - Browse repository at this point
Copy the full SHA bbe1926View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d07f0a9 - Browse repository at this point
Copy the full SHA d07f0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3a94a - Browse repository at this point
Copy the full SHA 0d3a94aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e9dba6 - Browse repository at this point
Copy the full SHA 5e9dba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 865dd03 - Browse repository at this point
Copy the full SHA 865dd03View commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71c8e02 - Browse repository at this point
Copy the full SHA 71c8e02View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec89d06 - Browse repository at this point
Copy the full SHA ec89d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b381b - Browse repository at this point
Copy the full SHA 80b381bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf54db2 - Browse repository at this point
Copy the full SHA bf54db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce74d8 - Browse repository at this point
Copy the full SHA bce74d8View commit details
Commits on Jul 5, 2024
-
fix: resolve Flake8 errors in
convert-hf-to-gguf.py
- Fix E302 by adding two blank lines before top-level function definitions - Replace print statements to fix NP100 - Fix E303 by ensuring only one blank line between lines of code
Configuration menu - View commit details
-
Copy full SHA for 3be4270 - Browse repository at this point
Copy the full SHA 3be4270View commit details
Commits on Jul 7, 2024
-
Merge pull request #2 from Umpire2018/fix/flake8-error
fix: resolve Flake8 errors in `convert-hf-to-gguf.py`
Configuration menu - View commit details
-
Copy full SHA for ed54a65 - Browse repository at this point
Copy the full SHA ed54a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b760f2 - Browse repository at this point
Copy the full SHA 5b760f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 223eb18 - Browse repository at this point
Copy the full SHA 223eb18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e85b06 - Browse repository at this point
Copy the full SHA 4e85b06View commit details