diff --git a/SETUP.md b/SETUP.md index fbb8c0f..06266c0 100755 --- a/SETUP.md +++ b/SETUP.md @@ -51,7 +51,7 @@ Click on the following menus to see how to install the Python GPU environment: Assuming that you have a GPU machine, to install the Python GPU environment, which by default installs the CPU environment: cd nlp - ./tools/generate_conda_file.sh --gpu + python tools/generate_conda_file.py --gpu conda env create -n nlp_gpu -f nlp_gpu.yaml