llama.cpp/gguf-py/gguf
Xuan Son Nguyen 7bb36ccf91
gguf : enforce that tensor names are unique (#6905)
* not allow adding duplicated tensor name

* no duplicated tensor while reading gguf

* typo

* throw exception inside llama_model_loader

Co-authored-by: slaren <slarengh@gmail.com>

---------

Co-authored-by: slaren <slarengh@gmail.com>
2024-04-28 17:36:18 +02:00
..
__init__.py gguf-py: Refactor and allow reading/modifying existing GGUF files (#3981) 2023-11-11 08:04:50 +03:00
constants.py llama : add phi3 support (#6852) 2024-04-24 10:00:37 +03:00
gguf_reader.py gguf : enforce that tensor names are unique (#6905) 2024-04-28 17:36:18 +02:00
gguf_writer.py gguf : enforce that tensor names are unique (#6905) 2024-04-28 17:36:18 +02:00
gguf.py gguf-py: Refactor and allow reading/modifying existing GGUF files (#3981) 2023-11-11 08:04:50 +03:00
py.typed convert : various script cleanups/fixes + merges and special token handling (#2842) 2023-08-30 11:25:50 +03:00
tensor_mapping.py llama : add phi3 support (#6852) 2024-04-24 10:00:37 +03:00
vocab.py convert : support models with multiple chat templates (#6588) 2024-04-18 14:49:01 +03:00