From 3b8677206685065ec28942b5b8780bd3a3c1a299 Mon Sep 17 00:00:00 2001 From: "Yusheng (Ethan) Su" Date: Tue, 27 Aug 2024 17:52:30 -0700 Subject: [PATCH] Update getting-started.md (#193) Fix the wrong arg --num_processes 16 --> --processes 16 --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6023ea54..1584ab77 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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.