]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
convert.py: Support models which are stored in a single pytorch_model.bin (#1469)
authorTom Jobbins <redacted>
Tue, 16 May 2023 22:04:35 +0000 (23:04 +0100)
committerGitHub <redacted>
Tue, 16 May 2023 22:04:35 +0000 (00:04 +0200)
commit2b2646931bd2a2eb3e21c6f3733cc0e090b2e24b
treecdfda40e7c20d1e73474f38a733221d93c203d22
parent42627421ece816e632e6a0d757fa75150c687f87
convert.py: Support models which are stored in a single pytorch_model.bin (#1469)

* Support models in a single pytorch_model.bin

* Remove spurious line with typo
convert.py