mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-08 07:29:08 +08:00
[CI/Build] Improve Llama GGUF test robustness (#19287)
Signed-off-by: Isotr0py <2037008807@qq.com>
This commit is contained in:
parent
122cdca5f6
commit
d2f0e7e615
@ -38,7 +38,7 @@ class GGUFTestConfig(NamedTuple):
|
|||||||
LLAMA_CONFIG = GGUFTestConfig(
|
LLAMA_CONFIG = GGUFTestConfig(
|
||||||
original_model="meta-llama/Llama-3.2-1B-Instruct",
|
original_model="meta-llama/Llama-3.2-1B-Instruct",
|
||||||
gguf_repo="bartowski/Llama-3.2-1B-Instruct-GGUF",
|
gguf_repo="bartowski/Llama-3.2-1B-Instruct-GGUF",
|
||||||
gguf_filename="Llama-3.2-1B-Instruct-IQ4_XS.gguf",
|
gguf_filename="Llama-3.2-1B-Instruct-Q6_K.gguf",
|
||||||
)
|
)
|
||||||
|
|
||||||
QWEN2_CONFIG = GGUFTestConfig(
|
QWEN2_CONFIG = GGUFTestConfig(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user