Initial release

This commit is contained in:
civ
2026-08-16 18:24:52 +07:00
commit 876886a39a
13244 changed files with 2353959 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
set -eu
# Multi-GPU: set GGML_BACKEND to pick a device (CUDA0, CUDA1, Vulkan0...)
#export GGML_BACKEND=CUDA0
#export GGML_BACKEND=Vulkan0
./build/ace-server \
--host 0.0.0.0 \
--port 8085 \
--models ./models \
--adapters ./adapters \
--max-batch 1