# Orchestra-Research

> Open-source publisher. Listings imported from github.com/Orchestra-Research — credited to the original author with their license.

- **Listings:** 50
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/orchestra-research
- **Website:** https://github.com/Orchestra-Research

## Published listings

- [Deepspeed](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-deepspeed) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-deepspeed`
  Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention
- [Huggingface Accelerate](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-accelerate) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-accelerate`
  Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
- [Axolotl](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-axolotl) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-axolotl`
  Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support
- [Miles Rl Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-miles) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-miles`
  Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.
- [Optimizing Attention Flash](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-flash-attention) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-flash-attention`
  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.
- [Pytorch Lightning](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-pytorch-lightning) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-pytorch-lightning`
  High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.
- [Mamba Architecture](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-mamba) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-mamba`
  State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.
- [Constitutional Ai](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-constitutional-ai) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-constitutional-ai`
  Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.
- [Hqq Quantization](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-hqq) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-hqq`
  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.
- [Sparse Autoencoder Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-saelens) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-saelens`
  Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.
- [Llama Factory](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-llama-factory) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-llama-factory`
  Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support
- [Fine Tuning With Trl](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-trl-fine-tuning) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-trl-fine-tuning`
  Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.
- [Evaluating Code Models](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-bigcode-evaluation-harness) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-bigcode-evaluation-harness`
  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.
- [Openrlhf Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-openrlhf) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-openrlhf`
  High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
- [Gguf Quantization](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-gguf) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-gguf`
  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.
- [Implementing Llms Litgpt](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-litgpt) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-litgpt`
  Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.
- [Quantizing Models Bitsandbytes](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-bitsandbytes) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-bitsandbytes`
  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.
- [Nemo Curator](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-nemo-curator) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-nemo-curator`
  GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.
- [Ray Train](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-ray-train) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-ray-train`
  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.
- [Torchforge Rl Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-torchforge) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-torchforge`
  Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.
- [Modal Serverless Gpu](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-modal) — Skill · Free — `agentstack add skill-orchestra-research-ai-research-skills-modal`
  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.
- [Nanogpt](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-nanogpt) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-nanogpt`
  Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText (multi-GPU).
- [Unsloth](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-unsloth) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-unsloth`
  Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
- [Sentencepiece](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-sentencepiece) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-sentencepiece`
  Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.
- [Llama Cpp](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-llama-cpp) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-llama-cpp`
  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.
- [Skypilot Multi Cloud Orchestration](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-skypilot) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-skypilot`
  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.
- [Pyvene Interventions](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-pyvene) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-pyvene`
  Provides guidance for performing causal interventions on PyTorch models using pyvene's declarative intervention framework. Use when conducting causal tracing, activation patching, interchange intervention training, or testing causal hypotheses about model behavior.
- [Grpo Rl Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-grpo-rl-training) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-grpo-rl-training`
  Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training
- [Simpo Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-simpo) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-simpo`
  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.
- [Nnsight Remote Interpretability](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-nnsight) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-nnsight`
  Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.
- [Ml Training Recipes](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-ml-training-recipes) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-ml-training-recipes`
  Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing…
- [Gptq](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-gptq) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-gptq`
  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.
- [Awq Quantization](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-awq) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-awq`
  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 Award winner.
- [Ray Data](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-ray-data) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-ray-data`
  Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.
- [Verl Rl Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-verl) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-verl`
  Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
- [Huggingface Tokenizers](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-huggingface-tokenizers) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-huggingface-tokenizers`
  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 alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.
- [Transformer Lens Interpretability](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-transformer-lens) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-transformer-lens`
  Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
- [Slime Rl Training](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-slime) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-slime`
  Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.
- [Evaluating Llms Harness](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-lm-evaluation-harness) — Skill · Free — `agentstack add skill-orchestra-research-ai-research-skills-lm-evaluation-harness`
  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.
- [Pytorch Fsdp2](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-pytorch-fsdp2) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-pytorch-fsdp2`
  Adds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.
- [Nemo Guardrails](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-nemo-guardrails) — Skill · Free — `agentstack add skill-orchestra-research-ai-research-skills-nemo-guardrails`
  NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.
- [Training Llms Megatron](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-megatron-core) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-megatron-core`
  Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.
- [Autoresearch](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-0-autoresearch-skill) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-0-autoresearch-skill`
  Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes results, identifies patterns, and steers research direction. Routes to domain-specific skills for execution, supports continuous agent operation via Claude Code /loop and OpenClaw heartbeat, and produces…
- [Nemo Evaluator Sdk](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-nemo-evaluator) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-nemo-evaluator`
  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.
- [Rwkv Architecture](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-rwkv) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-rwkv`
  RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.
- [Lambda Labs Gpu Cloud](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-lambda-labs) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-lambda-labs`
  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.
- [Prompt Guard](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-prompt-guard) — Skill · Free — `agentstack add skill-orchestra-research-ai-research-skills-prompt-guard`
  Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security.
- [Peft Fine Tuning](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-peft) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-peft`
  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.
- [Llamaguard](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-llamaguard) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-llamaguard`
  Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.
- [Distributed Llm Pretraining Torchtitan](https://agentstack.voostack.com/l/skill-orchestra-research-ai-research-skills-torchtitan) — Skill · Free · security-reviewed — `agentstack add skill-orchestra-research-ai-research-skills-torchtitan`
  Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
