Skip to content

Instantly share code, notes, and snippets.

View sdarlington's full-sized avatar

Stephen Darlington sdarlington

View GitHub Profile
@adrienbrault
adrienbrault / llama2-mac-gpu.sh
Last active April 22, 2024 08:47
Run Llama-2-13B-chat locally on your M1/M2 Mac with GPU inference. Uses 10GB RAM. UPDATE: see https://twitter.com/simonw/status/1691495807319674880?s=20
# Clone llama.cpp
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
# Build it
make clean
LLAMA_METAL=1 make
# Download model
export MODEL=llama-2-13b-chat.ggmlv3.q4_0.bin
@kristopherjohnson
kristopherjohnson / Unfollow_Quiet_Accounts.ipynb
Created September 7, 2019 19:13
Python script to unfollow Twitter accounts that have not tweeted in the last 400 days
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.