Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu committed Nov 6, 2024
1 parent 0d00553 commit ba068dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ classifiers = [
dynamic = ["version"]

[tool.maturin]
bindings = 'pyo3'
bindings = 'pyo3'
4 changes: 2 additions & 2 deletions rust/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WIP. Ideally just
pip install sglang-router
```

## Development
## Development

### Rust

Expand Down Expand Up @@ -105,4 +105,4 @@ python -m sglang.launch_server \
2. Launch router and connect to workers
```bash
./target/debug/router --worker-urls http://127.0.0.1:30000,http://127.0.0.1:30002
```
```

0 comments on commit ba068dd

Please sign in to comment.