Skip to content

Instantly share code, notes, and snippets.

View init27's full-sized avatar
🍵

Sanyam Bhutani init27

🍵
View GitHub Profile
@Artefact2
Artefact2 / README.md
Last active July 28, 2025 13:17
GGUF quantizations overview

Which GGUF is right for me? (Opinionated)

Good question! I am collecting human data on how quantization affects outputs. See here for more information: ggml-org/llama.cpp#5962

In the meantime, use the largest that fully fits in your GPU. If you can comfortably fit Q4_K_S, try using a model with more parameters.

llama.cpp feature matrix

See the wiki upstream: https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix

@roebius
roebius / 0.fastai-env-install.sh
Last active March 27, 2018 15:14
fastai v2 - bash files for installing the fastai environment on fresh Ubuntu 16.04
source ./1.install-utils.sh
source ./2.install-cuda_8.sh
source ./3.install-repos.sh
source ./4.install-anaconda-env.sh
@LeCoupa
LeCoupa / bash-cheatsheet.sh
Last active July 26, 2025 15:17
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 1, 2025 13:55
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname