File size: 213 Bytes
106db30
 
 
 
 
8fd0c06
 
0dc41c6
 
8fd0c06
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# For mlock support
ulimit -l unlimited



/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