add fc3 support

This commit is contained in:
younesbelkada
2024-11-14 14:51:09 +00:00
parent bf11a49f11
commit 18cfa8af89
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -335,6 +335,8 @@ class Model(ABC):
if chkhsh == "9c2227e4dd922002fb81bde4fc02b0483ca4f12911410dee2255e4987644e3f8":
# ref: https://huggingface.co/CohereForAI/c4ai-command-r-v01
res = "command-r"
if chkhsh == "9d032fcbd5501f4a38150912590928bfb36091efb5df11b8e2124b0390e3fb1e":
res = "falcon3"
if res is None:
logger.warning("\n")