Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
Signed-off-by: Naeem Maqsood <naeem@axcelerate.ai>
  • Loading branch information
MNMaqsood authored Apr 5, 2024
2 parents 5d66a2a + 362e006 commit bff7bda
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 @@ -56,6 +56,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 @@ -94,7 +95,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 bff7bda

Please sign in to comment.