Skip to content

Commit

Permalink
Update getting-started.md (#193)
Browse files Browse the repository at this point in the history
Fix the wrong arg

--num_processes 16 --> --processes 16
  • Loading branch information
yushengsu-thu authored Aug 28, 2024
1 parent 6cb88c0 commit 3b86772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python scripts/make_wikipedia.py \
--output wikipedia \
--date 20231001 \
--lang simple \
--num_processes 16
--processes 16
```

The code above will download and process Wikipedia articles in the `simple` language from the October 1, 2023 wikipedia dump.
Expand Down

0 comments on commit 3b86772

Please sign in to comment.