From fbab98497bce793b82c23002219a857864017c87 Mon Sep 17 00:00:00 2001 From: S Date: Thu, 4 Apr 2024 18:27:54 +0100 Subject: [PATCH] Add Command R Plus GGUF --- convert-hf-to-gguf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 6b7ea1dfd..9ace48889 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -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()