GrayCodeAI

57 mods across 1 repository, 2 stars between them.

research-faiss

49

GrayCodeAI/starling

Skill Claude CodeCodex

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN sear...

2 2d ago A 47 tokens copy · 89% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory ...

2 2d ago A 47 tokens copy · 84% MIT

research-gguf

51

GrayCodeAI/starling

Skill Claude CodeCodex

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU...

2 2d ago A 46 tokens copy · 92% MIT

research-guidance

53

GrayCodeAI/starling

Skill Claude CodeCodex

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained gen...

2 2d ago A 39 tokens copy · 92% MIT

research-hqq

54

GrayCodeAI/starling

Skill Claude CodeCodex

Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deplo...

2 2d ago A 48 tokens copy · 97% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alig...

2 2d ago A 52 tokens copy · 95% MIT

research-instructor

56

GrayCodeAI/starling

Skill Claude CodeCodex

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle...

2 2d ago A 39 tokens copy · 97% MIT

GrayCodeAI/starling

Skill Claude CodeCodex

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-sour...

2 2d ago A 39 tokens original MIT