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
d3efcb39
"vscode:/vscode.git/clone" did not exist on "5a7e156fd4812892e58b1e603da9c6d53df07ae6"
Unverified
Commit
d3efcb39
authored
Aug 25, 2024
by
Lianmin Zheng
Committed by
GitHub
Aug 25, 2024
Browse files
Update workflow files (#1214)
parent
2c615d12
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/accuracy-test.yml
.github/workflows/accuracy-test.yml
+1
-1
.github/workflows/e2e-test.yml
.github/workflows/e2e-test.yml
+1
-1
.github/workflows/moe-test.yml
.github/workflows/moe-test.yml
+1
-1
.github/workflows/unit-test.yml
.github/workflows/unit-test.yml
+1
-1
docs/en/setup_github_runner.md
docs/en/setup_github_runner.md
+1
-1
No files found.
.github/workflows/accuracy-test.yml
View file @
d3efcb39
...
@@ -20,7 +20,7 @@ concurrency:
...
@@ -20,7 +20,7 @@ concurrency:
jobs
:
jobs
:
accuracy-test
:
accuracy-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
accuracy-test
runs-on
:
1-gpu-runner
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
...
.github/workflows/e2e-test.yml
View file @
d3efcb39
...
@@ -20,7 +20,7 @@ concurrency:
...
@@ -20,7 +20,7 @@ concurrency:
jobs
:
jobs
:
e2e-test
:
e2e-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
e2e-test
runs-on
:
1-gpu-runner
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
...
.github/workflows/moe-test.yml
View file @
d3efcb39
...
@@ -20,7 +20,7 @@ concurrency:
...
@@ -20,7 +20,7 @@ concurrency:
jobs
:
jobs
:
moe-test
:
moe-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
moe-test
runs-on
:
2-gpu-runner
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
...
.github/workflows/unit-test.yml
View file @
d3efcb39
...
@@ -20,7 +20,7 @@ concurrency:
...
@@ -20,7 +20,7 @@ concurrency:
jobs
:
jobs
:
unit-test
:
unit-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
unit-test
runs-on
:
1-gpu-runner
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
...
docs/en/setup_github_runner.md
View file @
d3efcb39
...
@@ -24,7 +24,7 @@ Then follow https://github.com/sgl-project/sglang/settings/actions/runners/new?a
...
@@ -24,7 +24,7 @@ Then follow https://github.com/sgl-project/sglang/settings/actions/runners/new?a
**Notes**
**Notes**
-
Do not need to specify the runner group
-
Do not need to specify the runner group
-
Give it a name (e.g.,
`test-sgl-gpu-0`
) and some labels (e.g.,
`
unit-test
`
). The labels can be editted later in Github Settings.
-
Give it a name (e.g.,
`test-sgl-gpu-0`
) and some labels (e.g.,
`
1-gpu-runner
`
). The labels can be editted later in Github Settings.
-
Do not need to change the work folder.
-
Do not need to change the work folder.
### Step 3: Run the runner by `run.sh`
### Step 3: Run the runner by `run.sh`
...
...
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