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
change
sglang
Commits
522e18ea
Unverified
Commit
522e18ea
authored
Feb 17, 2025
by
saienduri
Committed by
GitHub
Feb 17, 2025
Browse files
Update amd docker image. (#3654)
parent
c51dc2cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+4
-4
No files found.
.github/workflows/pr-test-amd.yml
View file @
522e18ea
...
@@ -35,12 +35,12 @@ jobs:
...
@@ -35,12 +35,12 @@ jobs:
else
else
DEVICE_FLAG="--device /dev/dri"
DEVICE_FLAG="--device /dev/dri"
fi
fi
docker pull lmsysorg/sglang:v0.4.3-rocm630
docker pull lmsysorg/sglang:v0.4.3
.post2
-rocm630
docker run -dt --user root --device=/dev/kfd $DEVICE_FLAG \
docker run -dt --user root --device=/dev/kfd $DEVICE_FLAG \
-v ${{ github.workspace }}:/sglang-checkout --ipc=host --group-add video \
-v ${{ github.workspace }}:/sglang-checkout --ipc=host --group-add video \
--cap-add=SYS_PTRACE -e HF_TOKEN=${HF_TOKEN} --security-opt seccomp=unconfined \
--cap-add=SYS_PTRACE -e HF_TOKEN=${HF_TOKEN} --security-opt seccomp=unconfined \
-w /sglang-checkout --name ci_sglang \
-w /sglang-checkout --name ci_sglang \
lmsysorg/
sglang:
v0.4.3-rocm630
lmsysorg/v0.4.3
.post2
-rocm630
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
...
@@ -71,12 +71,12 @@ jobs:
...
@@ -71,12 +71,12 @@ jobs:
else
else
DEVICE_FLAG="--device /dev/dri"
DEVICE_FLAG="--device /dev/dri"
fi
fi
docker pull lmsysorg/sglang:v0.4.3-rocm630
docker pull lmsysorg/sglang:v0.4.3
.post2
-rocm630
docker run -dt --user root --device=/dev/kfd $DEVICE_FLAG \
docker run -dt --user root --device=/dev/kfd $DEVICE_FLAG \
-v ${{ github.workspace }}:/sglang-checkout --ipc=host --group-add video \
-v ${{ github.workspace }}:/sglang-checkout --ipc=host --group-add video \
--cap-add=SYS_PTRACE -e HF_TOKEN=${{ secrets.AMD_HF_TOKEN }} --security-opt seccomp=unconfined \
--cap-add=SYS_PTRACE -e HF_TOKEN=${{ secrets.AMD_HF_TOKEN }} --security-opt seccomp=unconfined \
-w /sglang-checkout --name ci_sglang \
-w /sglang-checkout --name ci_sglang \
lmsysorg/sglang:v0.4.3-rocm630
lmsysorg/sglang:v0.4.3
.post2
-rocm630
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
...
...
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