Update the port and the address
Browse files
app.py
CHANGED
@@ -758,7 +758,7 @@ def start_worker():
|
|
758 |
return subprocess.Popen(['python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--port', '40000', '--worker', 'http://localhost:40000', '--controller', 'http://localhost:10000', '--model-path', 'liuhaotian/llava-v1.5-7b'])
|
759 |
|
760 |
def start_worker_13():
|
761 |
-
return subprocess.Popen(['python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--port', '
|
762 |
|
763 |
def download_llava():
|
764 |
command = ['huggingface-cli', 'download', '--resume-download', 'liuhaotian/llava-v1.5-7b']
|
|
|
758 |
return subprocess.Popen(['python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--port', '40000', '--worker', 'http://localhost:40000', '--controller', 'http://localhost:10000', '--model-path', 'liuhaotian/llava-v1.5-7b'])
|
759 |
|
760 |
def start_worker_13():
|
761 |
+
return subprocess.Popen(['python', '-m', 'llava.serve.model_worker', '--host', '0.0.0.0', '--port', '45000', '--worker', 'http://localhost:45000', '--controller', 'http://localhost:10000', '--model-path', 'liuhaotian/llava-v1.5-13b'])
|
762 |
|
763 |
def download_llava():
|
764 |
command = ['huggingface-cli', 'download', '--resume-download', 'liuhaotian/llava-v1.5-7b']
|