ihatesea69

122 mods across 5 repositories, 32 stars between them.

ray-train

97

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines or running distributed hyperparameter sweeps.

3 6mo ago A 63 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

3 6mo ago C 47 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

3 6mo ago A 42 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

3 6mo ago A 51 tokens copy · 100% MIT

awq-quantization

101

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper…

3 6mo ago A 79 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

3 6mo ago A 83 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

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 issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

3 6mo ago A 78 tokens copy · 100% MIT

gguf-quantization

104

ihatesea69/HieuNghi-AI-Skills

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 requirements.

3 6mo ago A 48 tokens copy · 100% MIT

gptq

105

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.

3 6mo ago A 84 tokens copy · 100% MIT

hqq-quantization

106

ihatesea69/HieuNghi-AI-Skills

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 deploying with vLLM or HuggingFace Transformers.

3 6mo ago A 58 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.

3 6mo ago A 68 tokens copy · 100% MIT

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

3 6mo ago A 85 tokens copy · 100% MIT

nemo-evaluator-sdk

109

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

3 6mo ago A 76 tokens copy · 100% MIT

llama-cpp

110

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

3 6mo ago A 76 tokens copy · 100% MIT

sglang

111

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

3 6mo ago A 72 tokens copy · 100% MIT

tensorrt-llm

112

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.

3 6mo ago A 75 tokens copy · 100% MIT

serving-llms-vllm

113

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

3 6mo ago A 75 tokens copy · 100% MIT

mlflow

114

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform.

3 6mo ago B 33 tokens copy · 100% MIT

tensorboard

115

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit.

3 6mo ago A 32 tokens copy · 100% MIT

weights-and-biases

116

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform.

3 6mo ago A 39 tokens copy · 100% MIT

autogpt-agents

117

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

3 6mo ago A 39 tokens copy · 100% MIT

crewai-multi-agent

118

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…

3 6mo ago A 61 tokens copy · 100% MIT

langchain

119

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG…

3 6mo ago A 79 tokens copy · 100% MIT

llamaindex

120

ihatesea69/HieuNghi-AI-Skills

Skill Claude CodeCodex

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM…

3 6mo ago A 70 tokens copy · 100% MIT