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
e1aaa79a
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1824d0050e897604c1cd6d06f16c485a1b366525"
Unverified
Commit
e1aaa79a
authored
Mar 07, 2025
by
saienduri
Committed by
GitHub
Mar 07, 2025
Browse files
Update amd ci docker image to v0.4.3.post4-rocm630. (#4189)
parent
20c81199
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 @
e1aaa79a
...
@@ -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.post
2
-rocm630
docker pull lmsysorg/sglang:v0.4.3.post
4
-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.post
2
-rocm630
lmsysorg/sglang:v0.4.3.post
4
-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.post
2
-rocm630
docker pull lmsysorg/sglang:v0.4.3.post
4
-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.post
2
-rocm630
lmsysorg/sglang:v0.4.3.post
4
-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