Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
The Fourier-fast-Transformers doesn= not support python version 3.7. I had to use 3.9 instead.
  • Loading branch information
rayanirban authored Mar 2, 2022
1 parent 60fbe22 commit 36c9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For our experiments we used CUDA 10.2 and NVIDIA driver 440.118.02.
We recommend to install Fast Image Transformer into a new [conda](https://docs.conda.io/en/latest/miniconda.html)
environment:

`conda create -n fit python=3.7`
`conda create -n fit python=3.9`

Next activate the new environment.:

Expand Down

0 comments on commit 36c9842

Please sign in to comment.