AXLearn
SkillMedia"Routes AXLearn training, language-model, vision, audio/ASR, and
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AXLearn skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/axlearn/SKILL.md and read by ahel’s review.
AXLearn is a JAX-based deep learning library with a config system, trainer runtime, vision/audio experiment catalogs, and a GCP launcher/ops CLI.
Use this skill when the user asks about:
axlearn.commonconfigs, modules, trainers, inputs, learners, checkpointers, or launchers.axlearnCLI commands such asgcp config,gcp bundle,gcp launch,gcp vm,gcp bastion,gcp dataflow,gcp logs, orgcp auth.- Vision workflows such as ImageNet, ResNet, CLIP, or other image-classification configs.
- Audio/ASR workflows such as Conformer, LibriSpeech, feature extraction, or WER evaluation.
- GPT / language-model trainer catalogs, tokenizers, MoE configs, or flash-attention paths.
Start here
- Read
references/repo-provenance.mdif you need to check whether this skill is current for the checkout. - Read
references/troubleshooting.mdwhen installation, import, or optional dependency checks fail. - Use
scripts/check_install.pyfor a safe import/version smoke check. - Route to the matching sub-skill:
sub-skills/training-core/for trainer configs, fake-data smoke checks, and tokenizer setup.sub-skills/language-models/for GPT, MoE, flash-attention, and tokenizer catalog workflows.sub-skills/cli-cloud/for GCP config, bundle, launch, VM, bastion, Dataflow, logs, and auth.sub-skills/vision-workflows/for ResNet/ImageNet and other vision model recipes.sub-skills/audio-asr/for Conformer, LibriSpeech, and ASR workflows.
Installation and smoke check
For local inspection, install the editable package with the extras that match the workflow. Start with the base package, then add only the extras you need:
python -m pip install -e .
python -m pip install -e .[core,dev]
Common add-ons:
audiofor ASR workflows.gcpfor cloud CLI workflows.orbaxwhen checkpoint utilities are needed.devonly if you plan to run repo tests.
Minimal smoke checks:
python -I -c "import axlearn; print(axlearn.__file__)"
axlearn --help
If you are using the cloud CLI routes, also check:
axlearn gcp --help
Routing guidance
- Use
training-corefor local config construction,SpmdTrainer,launch_trainer_main, fake inputs, and short tutorial-style probes. - Use
language-modelswhen the task names Fuji, Gala, Honeycrisp, Qwen, C4, Pajama, MoE, or flash attention. - Use
cli-cloudwhen the task names GCP activation, bundling, launching, bastion, Dataflow, logs, or auth. - Use
vision-workflowswhen the task names ImageNet, ResNet, image classification, or CLIP-like vision recipes. - Use
audio-asrwhen the task names LibriSpeech, Conformer, speech features, ASR, or WER.
If the task spans trainer config mechanics plus a domain family, start in training-core and then jump to the domain sub-skill.
Signals
- GitHub stars
- 278
- Forks
- 21
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
axlearn- Source
- github.com/vectorspacelab/arex-skill