We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71c48 commit 3b035f3Copy full SHA for 3b035f3
README.md
@@ -187,6 +187,13 @@ We also include an optimized reference implementation that uses [an optimized tr
187
To install the reference Triton implementation run
188
189
```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
197
pip install -e .[triton]
198
```
199
0 commit comments