Spaces:
Build error
Build error
host
Browse files- run-server-prod.sh +1 -1
run-server-prod.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
cd server
|
2 |
|
3 |
-
DEVICE=cuda:0 ATTN_IMPLEMENTATION=flash_attention_2 ./.venv/bin/uvicorn src.main:app --reload --port 3535
|
4 |
cd -
|
|
|
1 |
cd server
|
2 |
|
3 |
+
DEVICE=cuda:0 ATTN_IMPLEMENTATION=flash_attention_2 ./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --reload --port 3535
|
4 |
cd -
|