Skip to content

Commit

Permalink
Merge pull request #21 from mzhaoshuai/main
Browse files Browse the repository at this point in the history
update python version dependency
  • Loading branch information
VamosC authored Jul 27, 2024
2 parents d18f2f4 + f596064 commit ef592fe
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 @@ -103,7 +103,7 @@ ${ABSOLUTE_ROOT}
Requires `Python >= 3.8` and `PyTorch >= 1.12`.
The following commands are tested on a Linux machine with CUDA Driver Version `525.105.17` and CUDA Version `11.3`.
```
conda create --name clip4str python==3.8
conda create --name clip4str python=3.8.5
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 -c pytorch
pip install -r requirements.txt
```
Expand Down

0 comments on commit ef592fe

Please sign in to comment.