Spaces:
Runtime error
Runtime error
ztime
commited on
Commit
•
1941b22
1
Parent(s):
4ec3328
change port export
Browse files- start_server.sh +2 -2
start_server.sh
CHANGED
@@ -5,6 +5,6 @@ ulimit -l unlimited
|
|
5 |
|
6 |
|
7 |
|
8 |
-
~/server --port
|
9 |
-
./llamacpp/build/bin/server --port
|
10 |
# python3 -B main.py
|
|
|
5 |
|
6 |
|
7 |
|
8 |
+
~/server --port 7860 -m model/gguf-model.bin
|
9 |
+
./llamacpp/build/bin/server --port 7860 -m model/gguf-model.bin
|
10 |
# python3 -B main.py
|