tests : refactor vocab tests
ggml-ci
This commit is contained in:
parent
ef4cca9e87
commit
43708d22c3
15 changed files with 316 additions and 1010 deletions
|
@ -283,7 +283,7 @@ class Model(ABC):
|
|||
# don't do this manually - use the convert-hf-to-gguf-update.py script!
|
||||
if chkhsh == "0ef9807a4087ebef797fc749390439009c3b9eda9ad1a097abbe738f486c01e5":
|
||||
# ref: https://huggingface.co/meta-llama/Meta-Llama-3-8B
|
||||
res = "llama-v3"
|
||||
res = "llama-bpe"
|
||||
if chkhsh == "049ecf7629871e3041641907f3de7c733e4dbfdc736f57d882ba0b0845599754":
|
||||
# ref: https://huggingface.co/deepseek-ai/deepseek-llm-7b-base
|
||||
res = "deepseek-llm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue