Skip to content

Commit

Permalink
capitalize "Pytorch" in installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tubo213 committed Nov 30, 2024
1 parent a0c3d7c commit 145ba86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ $ pip install uv
uv sync
```

if you need to install pytorch(cpu) and torchvision, run the following command.
if you need to install Pytorch(cpu) and torchvision, run the following command.

```
uv sync --extra cpu
```

if you need to install pytorch(cu121) and torchvision, run the following command.
if you need to install Pytorch(cu121) and torchvision, run the following command.

```
uv sync --extra cu121
Expand Down

0 comments on commit 145ba86

Please sign in to comment.