Skip to content

Commit 844f011

Browse files
committed
add small comment [no ci]
1 parent 1f3de86 commit 844f011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_lora_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def get_tensors(self) -> Iterator[tuple[str, Tensor]]:
379379
logger.error(f"Unexpected name '{name}': Not a lora_A or lora_B tensor")
380380
if ".embed_tokens.weight" in name or ".lm_head.weight" in name:
381381
logger.error("Embeddings is present in the adapter. This can be due to new tokens added during fine tuning")
382-
logger.error("Hint: if you are using TRL, make sure not to call setup_chat_format()")
382+
logger.error("Please refer to https://github.com/ggerganov/llama.cpp/pull/9948")
383383
sys.exit(1)
384384

385385
if base_name in tensor_map:

0 commit comments

Comments
 (0)