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
74630ba3
Unverified
Commit
74630ba3
authored
Nov 05, 2025
by
Keyang Ru
Committed by
GitHub
Nov 05, 2025
Browse files
[router][ci] Disable cache (#12752)
parent
73e9a2ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
20 deletions
+1
-20
.github/workflows/pr-test-rust.yml
.github/workflows/pr-test-rust.yml
+0
-20
sgl-router/README.md
sgl-router/README.md
+1
-0
No files found.
.github/workflows/pr-test-rust.yml
View file @
74630ba3
...
@@ -157,16 +157,6 @@ jobs:
...
@@ -157,16 +157,6 @@ jobs:
cache-all-crates
:
true
cache-all-crates
:
true
cache-on-failure
:
true
cache-on-failure
:
true
-
name
:
Cache router build
uses
:
actions/cache@v4
with
:
path
:
|
sgl-router/target
sgl-router/.venv
key
:
${{ runner.os }}-router-${{ hashFiles('sgl-router/Cargo.lock', 'sgl-router/pyproject.toml') }}
restore-keys
:
|
${{ runner.os }}-router-
-
name
:
Install SGLang dependencies
-
name
:
Install SGLang dependencies
run
:
|
run
:
|
sudo --preserve-env=PATH bash scripts/ci/ci_install_dependency.sh
sudo --preserve-env=PATH bash scripts/ci/ci_install_dependency.sh
...
@@ -236,16 +226,6 @@ jobs:
...
@@ -236,16 +226,6 @@ jobs:
cache-all-crates
:
true
cache-all-crates
:
true
cache-on-failure
:
true
cache-on-failure
:
true
-
name
:
Cache router build
uses
:
actions/cache@v4
with
:
path
:
|
sgl-router/target
sgl-router/.venv
key
:
${{ runner.os }}-router-${{ hashFiles('sgl-router/Cargo.lock', 'sgl-router/pyproject.toml') }}
restore-keys
:
|
${{ runner.os }}-router-
-
name
:
Install SGLang dependencies
-
name
:
Install SGLang dependencies
run
:
|
run
:
|
sudo --preserve-env=PATH bash scripts/ci/ci_install_dependency.sh
sudo --preserve-env=PATH bash scripts/ci/ci_install_dependency.sh
...
...
sgl-router/README.md
View file @
74630ba3
...
@@ -43,6 +43,7 @@ High-performance model routing control and data plane for large-scale LLM deploy
...
@@ -43,6 +43,7 @@ High-performance model routing control and data plane for large-scale LLM deploy
-
Additional guides, API references, and deployment patterns are continuously updated alongside SGLang releases.
-
Additional guides, API references, and deployment patterns are continuously updated alongside SGLang releases.
## Installation
## Installation
### Prerequisites
### Prerequisites
-
**Rust and Cargo**
-
**Rust and Cargo**
```
bash
```
bash
...
...
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