Back to tags
Tag

Agent Skills with tag: Optimization

6 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

unsloth

Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.

[Fine-TuningUnslothFastTraining
PoorRican
PoorRican
0

simpo-training

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.

[Post-TrainingSimPOPreferenceOptimization
PoorRican
PoorRican
0

peft-fine-tuning

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

[Fine-TuningPEFTLoRAQLoRA
PoorRican
PoorRican
0

optimizing-attention-flash

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 window attention.

[OptimizationFlashAttentionAttention
PoorRican
PoorRican
0

dspy

DSPy: declarative LM programs, auto-optimize prompts, RAG.

[PromptEngineeringDSPyDeclarative
PoorRican
PoorRican
0

tensorrt-llm

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.

[InferenceServingTensorRT-LLMNVIDIA
PoorRican
PoorRican
0