Add Command R Plus GGUF
This commit is contained in:
parent
2efcd87b12
commit
fbab98497b
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue