llama.cpp
cddc899b
- llama : various integer type cast and format string fixes
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
llama : various integer type cast and format string fixes Some platforms use "%lu" and others "%llu" for uint64_t. Not sure how to handle that, so casting to size_t when displaying errors.
References
#8699 - llama : refactor session file management
Author
compilade
Committer
compilade
Parents
9e22064a
Loading