Skip to content

Commit 2ca4761

Browse files
docs: Update torch and torchvision versions in README
1 parent 25df998 commit 2ca4761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install -U mostlyai-qa
2525
On Linux, one can explicitly install the CPU-only variant of torch together with `mostlyai-qa`:
2626

2727
```bash
28-
pip install -U torch==2.7.0+cpu torchvision==0.22.0+cpu mostlyai-qa --extra-index-url https://download.pytorch.org/whl/cpu
28+
pip install -U torch==2.8.0+cpu torchvision==0.23.0+cpu mostlyai-qa --extra-index-url https://download.pytorch.org/whl/cpu
2929
```
3030

3131
## Quick Start

0 commit comments

Comments
 (0)