Skip to content

Commit 3b035f3

Browse files
committed
build triton from scratch
1 parent 3f71c48 commit 3b035f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ We also include an optimized reference implementation that uses [an optimized tr
187187
To install the reference Triton implementation run
188188

189189
```shell
190+
# You need to install triton from source to use the triton implementation
191+
git clone https://github.com/triton-lang/triton
192+
cd triton/
193+
pip install -r python/requirements.txt
194+
pip install -e . --verbose --no-build-isolation
195+
196+
# Install the gpt-oss triton implementation
190197
pip install -e .[triton]
191198
```
192199

0 commit comments

Comments
 (0)