Enzo Michelangeli
Enzo Michelangeli
Also, `today` should include the day of week: `today=$(date +'%a %b %d')`
I solved it changing in the Makefile the line: ` MK_LDFLAGS += $(shell pkg-config --libs openblas)` to: ` MK_LDFLAGS += -lopenblas -L/usr/local/lib` I guess that the original Makefile assumes that...
@dh12306 I just changed it that way in Windows: the translation to the corresponding Windows path is done by the w64devkit. In fact, I think that on UNIX-like platforms that...
It can't find a header. Have you copied the OpenBlas include headers to the folder in w64devkit as specified in Georgi's instructions at https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#openblas ? > e. From the same...
> > I solved it changing in the Makefile the line: ` MK_LDFLAGS += $(shell pkg-config --libs openblas)` to: ` MK_LDFLAGS += -lopenblas -L/usr/local/lib` > > I guess that the...
Unfortunately your data is gone forever: https://unix.stackexchange.com/questions/184215/can-i-decrypt-encfs-files-without-the-encfs6-xml
Actually they are not (or at least not always) 0b long: on my device, accessing a .XLS file with WPS, and a picture with QuickPic, has left their complete unencrypted...
Solved: see #4409
That's the most sensible solution: maybe @ggerganov should mention it in the README file at https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#openblas
FA is also required for another important feature already present in Llama.cpp and hopefully coming to Ollama: KV cache quantization, with the two options -ctk and -ctv . In particular,...