diff --git a/examples/llama.py b/examples/llama.py index 580c7e2055..519eecd55e 100755 --- a/examples/llama.py +++ b/examples/llama.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# pip3 install sentencepiece pyobjc-framework-Metal pyobjc-framework-Cocoa pyobjc-framework-libdispatch +# pip3 install sentencepiece #import typeguard.importhook #typeguard.importhook.install_import_hook('tinygrad') diff --git a/setup.py b/setup.py index 2bb5592d83..be1f894a4e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup(name='tinygrad', ], install_requires=["numpy", "tqdm", "pyopencl", "pyobjc-framework-Metal; platform_system=='Darwin'", - "pyobjc-framework-Cocoa; platform_system=='Darwin'", "pyobjc-framework-libdispatch; platform_system=='Darwin'"], python_requires='>=3.8', extras_require={ diff --git a/tinygrad/runtime/ops_metal.py b/tinygrad/runtime/ops_metal.py index 7ee11abdfe..350996bc7c 100644 --- a/tinygrad/runtime/ops_metal.py +++ b/tinygrad/runtime/ops_metal.py @@ -1,4 +1,3 @@ -# pip3 install pyobjc-framework-Metal pyobjc-framework-Cocoa pyobjc-framework-libdispatch import os, subprocess, pathlib, ctypes, tempfile import Metal, libdispatch from typing import List, Any, Tuple, Dict, Set, cast, Optional