From 97745d636ae65c4aef83bf311994b87efbc2c03a Mon Sep 17 00:00:00 2001 From: Graeme Nail Date: Wed, 23 Feb 2022 09:48:00 +0000 Subject: -j8 may be too much for some machines --- transformer-intro/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/transformer-intro/README.md b/transformer-intro/README.md index b6e4893..4c8e0d6 100644 --- a/transformer-intro/README.md +++ b/transformer-intro/README.md @@ -60,7 +60,9 @@ cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_SENTENCEPIECE=ON cmake --build . ``` -To speed up compilation we can use ```cmake --build . -j 8``` to run 8 tasks simultaneously. +To speed up compilation we can use ```cmake --build . -j 8``` to run 8 tasks +simultaneously. You may need to reduce this based on your system CPU and +available memory. If it succeeded, running ```shell -- cgit v1.2.3