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
70c78cfb
Unverified
Commit
70c78cfb
authored
Aug 01, 2024
by
Liangsheng Yin
Committed by
GitHub
Aug 01, 2024
Browse files
Update runner docs (#876)
parent
72b6ea88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.github/workflows/pr-e2e-test.yml
.github/workflows/pr-e2e-test.yml
+0
-2
docs/en/setup_runner.md
docs/en/setup_runner.md
+2
-1
No files found.
.github/workflows/pr-e2e-test.yml
View file @
70c78cfb
...
@@ -18,8 +18,6 @@ concurrency:
...
@@ -18,8 +18,6 @@ concurrency:
jobs
:
jobs
:
pr-e2e-test
:
pr-e2e-test
:
runs-on
:
self-hosted
runs-on
:
self-hosted
env
:
CUDA_VISIBLE_DEVICES
:
6
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
...
docs/en/setup_runner.md
View file @
70c78cfb
...
@@ -14,9 +14,10 @@ add `/lib/systemd/system/runner.service`
...
@@ -14,9 +14,10 @@ add `/lib/systemd/system/runner.service`
[Unit]
[Unit]
StartLimitIntervalSec=0
StartLimitIntervalSec=0
[Service]
[Service]
Environment="CUDA_VISIBLE_DEVICES=7"
Restart=always
Restart=always
RestartSec=1
RestartSec=1
ExecStart=/
home/lmzheng
/zhyncs/actions-runner/run.sh
ExecStart=/
data
/zhyncs/actions-runner/run.sh
[Install]
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
```
```
...
...
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