Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
Pierrick Hymbert 2024-03-22 00:37:01 +01:00 committed by GitHub
parent f9a29735fc
commit 0fd652eba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2820,7 +2820,7 @@ struct llama_model_loader {
std::vector<std::unique_ptr<llama_mmap>> mappings;
// Holds information on a model weights
struct llama_tensor_weights {
struct llama_tensor_weights {
uint16_t idx; // source file index
size_t offs; // tensor data offset in the original file