Commit de7ccbc2 authored by jerrrrry's avatar jerrrrry
Browse files

Update start.sh

parent f64445f5
docker build -t vllm-test . && docker run -v /public/opendas/DL_DATA/llm-models:/workspace/llms -v /usr/local/hyhal:/usr/local/hyhal:ro --ipc=host --device=/dev/kfd --device=/dev/mkfd --device=/dev/dri --shm-size=500G --security-opt seccomp=unconfined -v /opt/hyhal:/opt/hyhal:ro -v $PWD/results:/workspace/test/results vllm-test
\ No newline at end of file
docker build -t vllm-test . && docker run -v /path_to_your_llm-models:/workspace/llms -v /usr/local/hyhal:/usr/local/hyhal:ro --ipc=host --device=/dev/kfd --device=/dev/mkfd --device=/dev/dri --shm-size=500G --security-opt seccomp=unconfined -v /opt/hyhal:/opt/hyhal:ro -v $PWD/results:/workspace/test/results vllm-test
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment