Views
No views yet
1conda create -n llava python=3.10 -y
2conda activate llava
3pip install --upgrade pip
4pip install -e .pip install ninja
pip install flash-attn --no-build-isolationpython -m llava.serve.controller --host 0.0.0.0 --port 10000python -m llava.serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload--model-path.python -m llava.serve.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-path {--model-path}1python -m llava.serve.controller --host 0.0.0.0 --port 10000
2python -m llava.serve.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-path {--model-path}python req_test.py ${text} ${image}