Unverified Commit d2f0e7e6 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[CI/Build] Improve Llama GGUF test robustness (#19287)


Signed-off-by: default avatarIsotr0py <2037008807@qq.com>
parent 122cdca5
...@@ -38,7 +38,7 @@ class GGUFTestConfig(NamedTuple): ...@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment