llama.cpp
644c2696
- convert-hf : sort model part names
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
convert-hf : sort model part names `os.listdir` is said to list files in arbitrary order. Sorting the file names should let "model-00009-of-00042.safetensors" be loaded before "model-00010-of-00042.safetensors".
References
#7075 - convert-hf : save memory with lazy evaluation
Author
compilade
Committer
compilade
Parents
639b374b
Loading