Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ First, install the evaluation dependencies:
git submodule update --init --recursive

# 2. Install evaluation dependencies
uv pip install -e ".[dev,evals]"
UV_GIT_LFS=1 uv pip install -e ".[dev,evals]"
```

### AppWorld Setup
Expand Down
2 changes: 1 addition & 1 deletion docs/evals.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here's how to run benchmark evaluations with <span class="wags-brand">wags</span
git submodule update --init --recursive

# 2. Install evaluation dependencies
uv pip install -e ".[dev,evals]"
UV_GIT_LFS=1 uv pip install -e ".[dev,evals]"
```

### Updating Data
Expand Down