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
zhaoyu6
sglang
Commits
04d8cd20
"...resnet50_tensorflow.git" did not exist on "26ea4d1a5bd9d36dd05d21c4ac5464ae60606d33"
Unverified
Commit
04d8cd20
authored
Feb 05, 2025
by
saienduri
Committed by
GitHub
Feb 05, 2025
Browse files
Initial Enablement of CI on MI300 (#3168)
parent
a322051e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+10
-3
No files found.
.github/workflows/pr-test-amd.yml
View file @
04d8cd20
...
@@ -20,7 +20,12 @@ concurrency:
...
@@ -20,7 +20,12 @@ concurrency:
jobs
:
jobs
:
accuracy-test-1-gpu
:
accuracy-test-1-gpu
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
1-gpu-runner-amd
runs-on
:
linux-mi300-gpu-1
container
:
image
:
lmsysorg/sglang:v0.4.2.post2-rocm630
options
:
--user root --device=/dev/kfd --device=/dev/dri --ipc=host --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
env
:
HF_TOKEN
:
${{ secrets.HF_TOKEN }}
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
...
@@ -28,8 +33,10 @@ jobs:
...
@@ -28,8 +33,10 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip install --upgrade pip
pip install --upgrade pip
pip install -e "python[runtime_common, test]"
cd sgl-kernel
pip install -e "python" --no-deps
python3 setup_rocm.py install
cd ..
pip install -e "python[dev_hip]"
git clone https://github.com/merrymercy/human-eval.git
git clone https://github.com/merrymercy/human-eval.git
cd human-eval
cd human-eval
...
...
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