Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
quqixun committed Jan 28, 2023
1 parent 9e6f8e7 commit a06126c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ Source Code: https://github.com/quqixun/BioMassters
- Any GPU with at least 40Gb VRAM for training
- Any GPU with at least 8Gb VRAM for predicting
- At least 16Gb RAM for training and predicting
- [Minconda](https://docs.conda.io/en/main/miniconda.html) or [Anaconda](https://www.anaconda.com/) for Python environment management

```bash
# create environment
conda create --name biomassters python=3.9
conda activate biomassters

# install packages
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
pip install -r requirements.txt
```
Expand Down

0 comments on commit a06126c

Please sign in to comment.