convert : add comments
This commit is contained in:
parent
02fd977fe1
commit
0f9058ceec
2 changed files with 12 additions and 0 deletions
|
@ -282,6 +282,7 @@ class Model(ABC):
|
|||
res = None
|
||||
|
||||
# NOTE: if you get an error here, you need to add the model to the if-elif chain below
|
||||
# don't do this manually - use the convert-hf-to-gguf-update.py script!
|
||||
if chkhsh == "0fc850edd52197e357970116fbf58f6c2567f259cdc1bfc3df081d7e4bc658c1":
|
||||
# ref: https://huggingface.co/meta-llama/Meta-Llama-3-8B
|
||||
res = "llama-v3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue