Package Exports
- @rightnow/forge-cli
- @rightnow/forge-cli/dist/forge.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rightnow/forge-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Forge CLI
AI-powered CUDA kernel optimization. Generate optimized GPU kernels that outperform torch.compile().
Install
npm install -g @rightnow/forge-cliOr download binaries from GitHub Releases.
Usage
# Launch optimization wizard
forge
# Optimize a KernelBench task
forge optimize --task 1
# Optimize a HuggingFace model
forge optimize --huggingface Qwen/Qwen2-0.5B
# Optimize custom PyTorch code
forge optimize --file my_model.pyFeatures
- Swarm Agents - Multiple AI agents collaborate to find optimal kernels
- Evolutionary Search - MAP-Elites explores diverse optimization strategies
- CUDA & Triton - Generate kernels in both formats
- HuggingFace Support - Optimize transformer models directly
Requirements
- Node.js 18+
- Forge account (sign up)
Links
License
MIT