gguf : fix typo
This commit is contained in:
parent
09b6da741e
commit
b61b170005
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -19394,7 +19394,7 @@ size_t ggml_quantize_chunk(enum ggml_type type, const float * src, void * dst, i
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
struct gguf_str {
|
struct gguf_str {
|
||||||
uint64_t n; // GGUVv2
|
uint64_t n; // GGUFv2
|
||||||
char * data;
|
char * data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue