mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
Refactor webgpu_dawn lib finding (#9547)
* Refactor webgpu_dawn lib finding * Fix ruff
This commit is contained in:
4
.github/actions/setup-tinygrad/action.yml
vendored
4
.github/actions/setup-tinygrad/action.yml
vendored
@@ -202,8 +202,8 @@ runs:
|
||||
if: inputs.webgpu == 'true' && runner.os == 'macOS'
|
||||
shell: bash
|
||||
run: |
|
||||
sudo mkdir -p /usr/local/lib
|
||||
sudo curl -L https://github.com/wpmed92/pydawn/releases/download/v0.1.6/libwebgpu_dawn.dylib -o /usr/local/lib/libwebgpu_dawn.dylib
|
||||
brew tap wpmed92/dawn
|
||||
brew install dawn
|
||||
|
||||
# **** LLVM ****
|
||||
|
||||
|
||||
Reference in New Issue
Block a user