File tree 1 file changed +6
-6
lines changed
tests/models/decoder_only/language
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# FIXME: Move this to confest
21
21
MODELS = [
22
- ("TinyLlama/TinyLlama-1. 1B-Chat-v1.0 " ,
23
- hf_hub_download ("TheBloke/TinyLlama-1. 1B-Chat-v1.0 -GGUF" ,
24
- filename = "tinyllama-1.1b-chat-v1.0. Q4_K_M.gguf" )),
25
- ("TinyLlama/TinyLlama-1. 1B-Chat-v1.0 " ,
26
- hf_hub_download ("duyntnet/TinyLlama-1. 1B-Chat-v1.0-imatrix -GGUF" ,
27
- filename = "TinyLlama-1. 1B-Chat-v1.0 -IQ4_XS.gguf" )),
22
+ ("meta-llama/Llama-3.2- 1B-Instruct " ,
23
+ hf_hub_download ("bartowski/Llama-3.2- 1B-Instruct -GGUF" ,
24
+ filename = "Llama-3.2-1B-Instruct- Q4_K_M.gguf" )),
25
+ ("meta-llama/Llama-3.2- 1B-Instruct " ,
26
+ hf_hub_download ("bartowski/Llama-3.2- 1B-Instruct -GGUF" ,
27
+ filename = "Llama-3.2- 1B-Instruct -IQ4_XS.gguf" )),
28
28
("Qwen/Qwen2-1.5B-Instruct" ,
29
29
hf_hub_download ("Qwen/Qwen2-1.5B-Instruct-GGUF" ,
30
30
filename = "qwen2-1_5b-instruct-q4_k_m.gguf" )),
You can’t perform that action at this time.
0 commit comments