From 69301a3524dd21383aaaf14713b1fc9e7c2969ae Mon Sep 17 00:00:00 2001 From: Md Mijanur Rahman Date: Wed, 27 Nov 2024 20:07:59 +0100 Subject: [PATCH] readme updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77156016..8dfc9c76 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ mlflow ui This will start a server, and the runs can be visualized in the browser at `localhost:5000`. ## Requirements -requirements.yml file contains all the dependencies required to run the code. To install all the dependencies, run the following command in the terminal, given that anaconda is installed: +`environment.yaml` file contains all the dependencies required to run the code. To install all the dependencies, run the following command in the terminal, given that anaconda is installed: ```bash -conda env create -f requirements.yaml +conda env create -f environment.yaml ``` This will create a conda environment named `ts_cl` with all the dependencies installed. It insall Pytorch with CPU support. To install Pytorch with GPU support, follow the instructions given [here](https://pytorch.org/get-started/locally/).