This repository was archived by the owner on Jun 24, 2024. It is now read-only.
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
bytesFromNibbles error #1
Closed
Description
When I try to do cargo run
(but not when I do cargo build --release
, I get the following error:
/usr/bin/ld: /home/faassen/install/llama-rs/ggml-raw/ggml/ggml.c:1418: undefined reference to `bytesFromNibbles'
this is pretty mysterious as I see bytesFromNibbles
is actually being defined in ggml.c
, though it does use avx stuff, so perhaps that's a problem. Weirdly enough I've successfully run the c++ version on this same laptop (Ryzen 6850u), so this library does seem to compile.
Metadata
Metadata
Assignees
Labels
No labels