Agent Skills by gagan114662
Showing 165 vetted skills indexed across 2 GitHub repositories.
ml-paper-writing
Draft Machine Learning paper sections from research repositories and verify citations.
serving-llms-vllm
Serve LLMs with vLLM's PagedAttention and continuous batching.
tensorrt-llm
Optimize LLM inference on NVIDIA GPUs with TensorRT-LLM quantization and batching.
sglang
Accelerate LLM inference serving with RadixAttention prefix caching for structured generation.
llama-cpp
Run LLM inference on CPUs, Apple Silicon, and non-NVIDIA GPUs using GGUF quantization.
lambda-labs-gpu-cloud
Provision on-demand and reserved GPU cloud instances for ML training.
skypilot-multi-cloud-orchestration
Orchestrate machine learning workloads across multiple cloud providers with cost optimization.
modal-serverless-gpu
Run serverless GPU compute for machine learning workloads with auto-scaling.
nemo-curator
Curtate multimodal datasets for LLM training with GPU-accelerated deduplication and filtering.
ray-data
Process large datasets with distributed streaming across CPUs and GPUs.
dspy
Build DSPy programs with declarative signatures and automatic prompt optimization.
guidance
Generate structured LLM output using regex and grammars in Python.
outlines
Enforce JSON, XML, or regex output formats using Pydantic models and constrained sampling.
instructor
Extract structured data from LLM responses using Pydantic models.
audiocraft-audio-generation
Generate music and sound effects from text using AudioCraft.
blip-2-vision-language
Generate image captions and answer visual questions with BLIP-2.
segment-anything-model
Segment objects in images using points, boxes, or masks as prompts.
clip
Classifies images into text-defined categories using OpenAI's CLIP model.
stable-diffusion-image-generation
Generate images from text using Stable Diffusion via HuggingFace Diffusers.
llava
Process image content for visual question answering and captioning.
whisper
Transcribe and translate spoken audio across 99 languages using OpenAI's Whisper model.
implementing-llms-litgpt
Implement, train, and fine-tune LLMs using the LitGPT framework.
mamba-architecture
Implement a state-space model architecture with O(n) complexity for sequence modeling.
rwkv-architecture
Provides linear-time sequential inference and infinite context length for RNN-Transformer hybrid models.