半颗白菜
半颗白菜
I am running on bare metal, Manjaro does not have `ocl-icd-libopencl1` and `mesa-opencl-icd`. Only `ocl-icd` is installed.
`docker run --network host --rm -it -v ./llama-server/:/data/ ghcr.io/devcxl/llama-cpp-python:light-server --host 0.0.0.0 --model /data/models/Qwen1.5/qwen1_5-0_5b-chat-q2_k.gguf ` By using this command, you can run it directly
@Smartappli Okay, I will make these changes later today
The `long2ice/meilisync:dev ` image has already fixed this error
Hi. @dmikusa My server administrator does not allow me to install `binding-tool` on the server (as it has not been reviewed). How should I configure it in Spring boot Maven...
This method is too cumbersome. If the `/tmp/{sha256sum}` directory exists with an externally mounted JRE, could we add a condition when downloading the BellSoft Liberica JRE: if the JRE file...
First of all, I would like to express my gratitude for your thorough explanation. As English is not my native language, I may have misunderstood certain aspects of this project....
This is an example of my successful configuration. ## configuration ``` $ sha256sum /tmp/jre/bellsoft-jre8u312+7-linux-amd64.tar.gz $ 9850e06b83c891bd96b1b3757e1d04a287800cb4c1e7dc5e3044e1967ce64ef6 ``` `/path/to/you/config/9850e06b83c891bd96b1b3757e1d04a287800cb4c1e7dc5e3044e1967ce64ef6` ``` file:///tmp/jre/bellsoft-jre8u312+7-linux-amd64.tar.gz ``` `/path/to/you/config/type` ``` dependency-mapping ``` `pom.xml` ```xml org.springframework.boot spring-boot-maven-plugin ${spring-boot.version}...