Add Command R Plus GGUF

This commit is contained in:
S 2024-04-04 18:27:54 +01:00
parent 2efcd87b12
commit fbab98497b

View file

@ -149,7 +149,6 @@ class Model(ABC):
# map tensor names
new_name = tensor_map.get_name(name, try_suffixes=(".weight", ".bias"))
if new_name is None:
print(tensor_map)
print(f"Can not map tensor {name!r}")
sys.exit()