Skip to content

Commit

Permalink
Merge remote-tracking branch 'client_origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MNMaqsood committed Apr 9, 2024
2 parents 4fc6e97 + bff7bda commit 1cf9276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ python3 -m venv .env
source .env/bin/activate

pip install -r requirements.txt

# for CPU
pip install torch torchvision
# for GPU
Expand Down Expand Up @@ -97,7 +98,9 @@ pip install torch==1.10.1+cu113 torchvision==0.11.2+cu113 torchaudio===0.10.1+cu
python3 -m venv .env
source .env/bin/activate


pip install -r requirements.txt

# for CPU
pip install torch torchvision
```
Expand Down

0 comments on commit 1cf9276

Please sign in to comment.