CoolFace
Apppublic

cesarams/llama-cpp-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
run-docker.sh5 linesDownload Raw Back to root
1# This is SH file for running Dockerfile.2# Use it for tests. AND INSTALL DOCKER BEFORE U RUN IT!!!3 4docker build -t llama-server .5docker run -p 0.0.0.0:7860:7860 llama-server