Skip to content

Commit ccc7ed6

Browse files
docs: bump minor version of torch and torchvision in readme (#213)
1 parent ba096aa commit ccc7ed6

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.6.0+cpu torchvision==0.21.0+cpu mostlyai-qa --extra-index-url https://download.pytorch.org/whl/cpu
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
2929
```
3030

3131
## Quick Start

0 commit comments

Comments
 (0)