Add benchmark results for GLM-4.6 quantized models#4813
Open
vicruz99 wants to merge 1 commit intoAider-AI:mainfrom
Open
Add benchmark results for GLM-4.6 quantized models#4813vicruz99 wants to merge 1 commit intoAider-AI:mainfrom
vicruz99 wants to merge 1 commit intoAider-AI:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Benchmark Results: GLM-4.6 (Unsloth Quantized Versions)
This PR adds benchmark results for the Unsloth quantized versions of GLM-4.6 model.
Model Details
Configuration
Models were served locally using llama.cpp with the following settings:
./llama.cpp/bin_guadiana/llama-server \ --model /scratch/vicstorage/UD-Q3_K_XL/GLM-4.6-UD-Q3_K_XL-00001-of-00004.gguf \ --jinja -ngl 99 --threads -1 --ctx-size 65536 \ --temp 1.0 --top-p 0.95 --top-k 40 --prio 3 \ --host 0.0.0.0 --port 8080 \ -kvu --cache-ram 0Key parameters:
Note on Timeout
These benchmarks were ran with an increased timeout setting. A companion PR (#4650) adds an option to set custom request timeouts in
benchmark.py. For these runs, the timeout was set to 10000ms in liteLLM configuration.Results
The benchmark results are included in the data files updated in this PR.