Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mijanr committed Nov 27, 2024
1 parent 33e32ea commit 69301a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 69301a3

Please sign in to comment.