Spaces:
Runtime error
Runtime error
File size: 274 Bytes
106db30 2a6826a 8fd0c06 0dc41c6 8fd0c06 |
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/sh
# For mlock support
ulimit -l unlimited
/main -m model/gguf-model.bin --color -p '你好,你是谁'
/server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
/llamacpp/build/bin/server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
# python3 -B main.py
|