Skip to content

Commit 7b0aeb0

Browse files
Merge pull request #83 from hyperion-ml/tyche-cleanup
fix version of fairscale
2 parents 5e25925 + f9e5719 commit 7b0aeb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ conda create --name ${your_env} python=3.8
1818
conda activate ${your_env}
1919
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch
2020
```
21+
In next Hyperion versions, we will upgrade to Pytorch>=1.9 and drop compatibility with older PyTorch versions.
2122

2223
### Installing Hyperion
2324

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sphinx_rtd_theme>=0.4.3
1010
pympler
1111
memory_profiler
1212
gdown
13-
fairscale>=0.3.0,<=0.3.8
13+
fairscale==0.3.8
1414
tensorboard>=2.5.0
1515
yapf
1616
jsonargparse>=3.5.0

0 commit comments

Comments
 (0)