Update LOCAL.md

modify the command from "python3.8" -> "python"
This commit is contained in:
AK
2023-07-11 18:23:38 +08:00
committed by GitHub
parent 0cdb8554b5
commit ccaa1db0e3
+1 -1
View File
@@ -94,7 +94,7 @@
10. Process all text data.
If you choose to add auxiliary data, run `python preprocess_v2.py --add_auxiliary_data True --languages "{PRETRAINED_MODEL}"`
If not, run `python3.8 preprocess_v2.py --languages "{PRETRAINED_MODEL}"`
If not, run `python preprocess_v2.py --languages "{PRETRAINED_MODEL}"`
Do replace `"{PRETRAINED_MODEL}"` with one of `{CJ, CJE, C}` according to your previous model choice.
11. Start Training.