Skip to content

Commit

Permalink
Simple fix to prevent No matching distribution found for torchvision=…
Browse files Browse the repository at this point in the history
…=0.16 error
  • Loading branch information
cekim7 committed Dec 6, 2024
1 parent e9b6abb commit 0e93030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first_5_steps/1_install_tt_buda.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ source env/bin/activate

```bash
pip install --upgrade pip==24.0
pip install pybuda-<version>.whl tvm-<version>.whl torchvision-<version>.whl
pip install torchvision-<version>.whl pybuda-<version>.whl tvm-<version>.whl
```

The `pybuda-<version>.whl` file contains the PyBuda library, the `tvm-<version>.whl` file contains the latest TVM downloaded release, and the `torchvision-<version>.whl` file bundles the torchvision library.
Expand Down

0 comments on commit 0e93030

Please sign in to comment.