Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
easystart
Commits
de7ccbc2
Commit
de7ccbc2
authored
May 30, 2025
by
jerrrrry
Browse files
Update start.sh
parent
f64445f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
easystart-085-offline/start.sh
easystart-085-offline/start.sh
+1
-1
No files found.
easystart-085-offline/start.sh
View file @
de7ccbc2
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment