Skip to content

Commit

Permalink
update instructions for python version and finding pytorch version (#109
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ad12 authored Aug 3, 2023
1 parent 74447ee commit 74bc4c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ must be done prior to downloading other requirements.

```bash
# Create and activate the environment.
conda create -n meddlr_env python=3.7
conda create -n meddlr_env python=3.9
conda activate meddlr_env

# Install cuda-dependant libraries. Change cuda version as needed.
# Below we show examples for cuda-10.1
# You can find the latest pytorch install code here:
# https://pytorch.org/get-started/locally/
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
pip install cupy-cuda101
pip install cupy-cuda101 # Optional - useful for reconstruction.

# Install as package in virtual environment (recommended):
git clone https://github.com/ad12/meddlr.git
Expand Down

0 comments on commit 74bc4c7

Please sign in to comment.