We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e25925 + f9e5719 commit 7b0aeb0Copy full SHA for 7b0aeb0
README.md
@@ -18,6 +18,7 @@ conda create --name ${your_env} python=3.8
18
conda activate ${your_env}
19
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch
20
```
21
+In next Hyperion versions, we will upgrade to Pytorch>=1.9 and drop compatibility with older PyTorch versions.
22
23
### Installing Hyperion
24
requirements.txt
@@ -10,7 +10,7 @@ sphinx_rtd_theme>=0.4.3
10
pympler
11
memory_profiler
12
gdown
13
-fairscale>=0.3.0,<=0.3.8
+fairscale==0.3.8
14
tensorboard>=2.5.0
15
yapf
16
jsonargparse>=3.5.0
0 commit comments