Gemma inference with llama.cpp and logits processor

This commit is contained in:
2025-05-06 20:31:42 +02:00
parent 44fd60a6be
commit c41a86a00a
6 changed files with 238 additions and 35 deletions

View File

@@ -27,6 +27,7 @@ docker run \
-ti \
--gpus=all \
-p 8080:8080 \
-p 8000:8000 \
--env-file .env \
-v /$(pwd)/models/:/root/models/ \
-v /$(pwd)/iterations/:/root/data/iterations/ \