You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a RISCV derivative developed by SpacemiT in the community version of llama.cpp, using the Mlas library in the SpacemiT version of ONNXRuntime to replace some of the performance bottlenecks in the implementation of ggml.c. LLM can be used to obtain a great performance improvement in Q4_0 quantization.
3
+
4
+
## Build
5
+
~~~bash
6
+
# Go to the llama.cpp directory and execute the script, you can change the number of threads, Release or Debug compilation options.
7
+
bash scripts/build-riscv64-spacemit.sh
8
+
~~~
9
+
10
+
## Build Options Description
11
+
This repository adds `GGML_SPACEMIT` to the GGML backend, optionally turning it on and replacing it with the SpacemiT implementation.
0 commit comments