Skip to content

Instantly share code, notes, and snippets.

View jonaslimads's full-sized avatar

Jonas Lima jonaslimads

  • Fortaleza, Brazil
View GitHub Profile
@digitaljhelms
digitaljhelms / gist:4287848
Last active May 9, 2026 23:10
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@staltz
staltz / introrx.md
Last active May 12, 2026 01:57
The introduction to Reactive Programming you've been missing
@buzz
buzz / convert.py
Last active May 10, 2026 11:45
Transplant MTP block from one GGUF file into another
#!/usr/bin/env python3
"""
Transplant extra tensors (e.g. MTP layers) from one GGUF file into another,
producing a mixed-quantization GGUF.
Note: Tested with ik_llama.cpp GGUF Python module.
Usage:
python convert.py <target.gguf> <source.gguf> <output.gguf>