spacing
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
f9a29735fc
commit
0fd652eba7
1 changed files with 1 additions and 1 deletions
|
@ -2820,7 +2820,7 @@ struct llama_model_loader {
|
||||||
std::vector<std::unique_ptr<llama_mmap>> mappings;
|
std::vector<std::unique_ptr<llama_mmap>> mappings;
|
||||||
|
|
||||||
// Holds information on a model weights
|
// Holds information on a model weights
|
||||||
struct llama_tensor_weights {
|
struct llama_tensor_weights {
|
||||||
uint16_t idx; // source file index
|
uint16_t idx; // source file index
|
||||||
size_t offs; // tensor data offset in the original file
|
size_t offs; // tensor data offset in the original file
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue