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 4195fb3 commit 421dbe9Copy full SHA for 421dbe9
README.md
@@ -233,7 +233,7 @@ Additionally we are providing a reference implementation for Metal to run on App
233
The implementation will get automatically compiled when running the `.[metal]` installation on an Apple Silicon device:
234
235
```shell
236
-pip install -e ".[metal]"
+GPTOSS_BUILD_METAL=1 pip install -e ".[metal]"
237
```
238
239
To perform inference you'll need to first convert the SafeTensor weights from Hugging Face into the right format using:
0 commit comments