Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tttianhao committed Mar 9, 2023
1 parent b6a3987 commit 626cb24
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ We included pretrained weights for 70% and 100% splits, along with pre-evaluated
conda create -n clean python==3.10.4
conda activate clean
pip install -r requirements.txt
conda install pytorch cpuonly -c pytorch #install GPU version for GPU support
```
```
conda install pytorch cpuonly -c pytorch (CPU)
conda install pytorch==1.11.0 cudatoolkit=11.3 -c pytorch (GPU)
```
```
git clone https://github.com/facebookresearch/esm.git
python build.py install
mkdir data/esm_data
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 626cb24

Please sign in to comment.