llama.cpp
17c10acf
- ggml : force no_alloc == false when creating opt tensors (close #1699)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
ggml : force no_alloc == false when creating opt tensors (close #1699) This is needed to make operators like ggml_view() be able to store their parameters in the ggml context's memory and not get discarded when no_alloc is true
Author
ggerganov
Committer
ggerganov
Parents
e9b66ee9
Loading