Skip to content

Instantly share code, notes, and snippets.

View benbenbang's full-sized avatar
👻
Ghostttttty

Ben Chen benbenbang

👻
Ghostttttty
View GitHub Profile

Build tensorflow on OSX with NVIDIA CUDA support (GPU acceleration)

These instructions are based on Mistobaan's gist but expanded and updated to work with the latest tensorflow OSX CUDA PR.

Requirements

OS X 10.10 (Yosemite) or newer

@pudquick
pudquick / shellista.py
Last active June 19, 2025 14:33
Advanced shell for Pythonista
import os, cmd, sys, re, glob, os.path, shutil, zipfile, tarfile, gzip
# Credits
#
# The python code here was written by pudquick@github
#
# License
#
# This code is released under a standard MIT license.
#