Skip to content

Commit 194d28b

Browse files
committed
add note on triton-windows in README
1 parent e391214 commit 194d28b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Mac M Series:
2929
pip install -r requirements-mac.txt
3030
```
3131

32+
For Windows users, you may consider install `triton-windows` to enable `--compile` usage, which gains speed up on V2 models:
33+
```bash
34+
pip install triton-windows==3.2.0.post13
35+
```
36+
3237
## Usage🛠️
3338
We have released 4 models for different purposes:
3439

0 commit comments

Comments
 (0)