From a359fa116ee232fca60d11a86bc6f68bf02d83c2 Mon Sep 17 00:00:00 2001 From: Tommy Au <75346987+smarttommyau@users.noreply.github.com> Date: Sat, 8 Jul 2023 23:30:42 +0800 Subject: [PATCH] Fix command install requirement typo README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2dbe3a..871882d 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ The downloaded files shall be organized as the following hierarchy: If you use a CPU environment, please run: ``` -pip install -r requirement_cpu.txt +pip install -r requirements_cpu.txt ``` If you use a GPU environment, please first confirm that the cuda version is 11.6 and the cudnn version is the 8.2.4 for Linux and 8.5.0.96 for Windows (please see [this page](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html) for details). Then, please run: ``` -pip install -r requirement_gpu.txt +pip install -r requirements_gpu.txt ``` ## Global weather forecasting (inference) using the trained models