]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Convert.py @staticmethod (#1327)
authorBenjamin Lecaillon <redacted>
Fri, 5 May 2023 00:17:07 +0000 (02:17 +0200)
committerGitHub <redacted>
Fri, 5 May 2023 00:17:07 +0000 (03:17 +0300)
commita90e96b266873ebb5e947c9864b12193bdada0fb
treeae99805efef294f9ff679dfb53d970fd74a872ca
parent94c5652fc0f4d04ac54412c4d81e2ebcdafb6ede
Convert.py @staticmethod (#1327)

* Line 698 has one #staticmethod and should not

otherwise throw error at unpickle.load() as not callable

* Update convert.py

---------

Co-authored-by: Ivan Stepanov <redacted>
convert.py