Skip to content

Commit 0189193

Browse files
xiejwdkundel-openai
authored andcommitted
added GPTOSS_BUILD_METAL=1 for metal. (openai#84)
Co-authored-by: Dominik Kundel <[email protected]>
1 parent 1c80ba6 commit 0189193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Additionally we are providing a reference implementation for Metal to run on App
233233
The implementation will get automatically compiled when running the `.[metal]` installation on an Apple Silicon device:
234234

235235
```shell
236-
pip install -e ".[metal]"
236+
GPTOSS_BUILD_METAL=1 pip install -e ".[metal]"
237237
```
238238

239239
To perform inference you'll need to first convert the SafeTensor weights from Hugging Face into the right format using:

0 commit comments

Comments
 (0)