Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ This repository is Rust-first under the `vllm-project` GitHub organization.

## Setup

Build the project:
Install pre-commit hooks and build the project:

```bash
pre-commit install
cargo build
```

Expand Down