Help us improve
Share bugs, ideas, or general feedback.
From training-hub
Use when the user wants to estimate GPU memory (VRAM) requirements for a training configuration, check if a model will fit on their GPUs, or plan GPU allocation for training.
npx claudepluginhub red-hat-ai-innovation-team/training_hub --plugin training-hubHow this skill is triggered — by the user, by Claude, or both
Slash command
/training-hub:memory-estimationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Estimate GPU VRAM requirements before committing to a training run.
Applies 10 pre-set color/font themes or generates custom ones for slides, documents, reports, and HTML landing pages.
Share bugs, ideas, or general feedback.
Estimate GPU VRAM requirements before committing to a training run.
"${CLAUDE_PLUGIN_ROOT}/scripts/th_detect.sh"
If library=missing, tell the user to install training_hub first via the setup-guide skill.
Execute the estimation script with user-provided parameters or config defaults:
"${CLAUDE_PLUGIN_ROOT}/scripts/th_estimate.sh" $ARGUMENTS
Parse the JSON output and present clearly:
max_seq_len (e.g., 4096 -> 2048)effective_batch_size| Method | For | Estimator |
|---|---|---|
basic | SFT, GRPO | BasicEstimator |
osft | OSFT | OSFTEstimator |
lora | LoRA-SFT, LoRA-GRPO | LoRAEstimator |
qlora | Quantized LoRA | QLoRAEstimator |
If no method is specified, the script infers it from the configured algorithm.