From 0c24b8d7ab52f5f7efb45af69b8630fee1cf8036 Mon Sep 17 00:00:00 2001 From: miguelgfierro Date: Tue, 4 Jun 2019 11:37:44 +0100 Subject: [PATCH] :bug: --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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