forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Release Commit @ 0798119
This commit is contained in:
10
tinygrad_repo/extra/setup_tinygpu_osx.sh
Executable file
10
tinygrad_repo/extra/setup_tinygpu_osx.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
python3 -c "
|
||||
try:
|
||||
from tinygrad.runtime.support.system import APLRemotePCIDevice
|
||||
APLRemotePCIDevice.ensure_app()
|
||||
except Exception as e:
|
||||
print('Your tinygrad is too old. Please clone the latest tinygrad: git clone https://github.com/tinygrad/tinygrad.git && cd tinygrad && python3 -m pip install -e .')
|
||||
print(e)
|
||||
exit(1)
|
||||
"
|
||||
Reference in New Issue
Block a user