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
5 changes: 1 addition & 4 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ Unit tests require 2 GPUs to test the full suite.
:::

```sh
# Install the project and the test dependencies
uv pip install -e '.[test]'

# Run the unit tests using local GPUs
uv run bash tests/run_unit.sh
uv run --group test bash tests/run_unit.sh
```

:::{note}
Expand Down