cont : fix link

This commit is contained in:
Georgi Gerganov 2024-07-04 22:36:36 +03:00
parent c172b322c2
commit 3e3cc7102f
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -1161,7 +1161,7 @@ class FalconModel(Model):
# So we rearrange them here,, so that we have n_head query weights
# followed by n_head_kv key weights followed by n_head_kv value weights,
# in contiguous fashion.
# ref: https://github.com/jploski/ggml/blob/falcon40b/examples/falcon/convert-hf-to-gguf.py
# ref: https://github.com/jploski/ggml/blob/falcon40b/examples/falcon/convert-hf-to-ggml.py
if "query_key_value" in name:
n_head = self.find_hparam(["num_attention_heads", "n_head"])