Skip to content

Commit ba11af8

Browse files
authored
Merge pull request #303 from Modalities/fix/tests
Fix Tests
2 parents bfdc6f1 + acf09f4 commit ba11af8

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Currently, the flash attention dependency cannot be installed without torch bein
5959
Until the flash attention developers fix this, we have to run
6060

6161
```sh
62-
pip install torch~=2.4.1
62+
pip install torch==2.6.0
6363
```
6464
beforehand.
6565

@@ -75,7 +75,7 @@ pip install -e .
7575
To install Modalities via pip, run
7676

7777
```sh
78-
pip install torch~=2.4.1
78+
pip install torch==2.6.0
7979
pip install modalities
8080
```
8181

0 commit comments

Comments
 (0)