Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Yurick <[email protected]>
  • Loading branch information
sarahyurick committed Jan 31, 2025
1 parent 48639c2 commit 6feafc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorials/dapt-curation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ After installing the NeMo Curator package, install the dependencies and run:
```bash
cd code
pip install -r requirements.txt
python main.py
# or python main.py --device "gpu"
python main.py --device "gpu"
```

This will download chip-design related datasets and begin the data curation pipeline. Please use `--device "gpu"` to enable semantic and fuzzy deduplication, which require the GPU.

0 comments on commit 6feafc2

Please sign in to comment.