]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
py : removed unused `model` variable and verified that the code functions correctly...
authorDooWoong Lee (David) <redacted>
Tue, 28 Mar 2023 17:02:34 +0000 (02:02 +0900)
committerGitHub <redacted>
Tue, 28 Mar 2023 17:02:34 +0000 (20:02 +0300)
commit692ce3164ef1201ecb9cfad315cc0a08b965adb8
tree512b4e921fa098c39b5d98b57438cb1ef3843c21
parent96f9c0506fa81cada6f96f45768c34f45406c4bb
py : removed unused `model` variable and verified that the code functions correctly with `vocab_only` setting. Also confirmed that the code works as expected after running with reduced memory usage due to deletion of no-longer-needed variable. (#547)
convert-pth-to-ggml.py