Skip to content

Commit fe0f0c9

Browse files
committed
use direnv
1 parent 87dcfb1 commit fe0f0c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export PYTHONPATH=$PYTHONPATH:`pwd`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ uv sync # create a virtual environment, and install dependencies
2121
This script will build the benchmark (Prelude with NL) from the raw data.
2222

2323
```sh
24-
uv run --project . scripts/preprocess_benchmark.py
24+
uv run scripts/preprocess_benchmark.py
2525
```
2626

2727
### TF-Bench_pure

0 commit comments

Comments
 (0)