Commit Graph

9 Commits

Author SHA1 Message Date
jhqxxx 2802038b2e add server and cli mod 2026-03-31 21:09:29 +08:00
jhqxxx ea78da7834 add LFM2.5-VL-1.6B|LFM2-VL-1.6B 2026-03-30 00:44:41 +08:00
jhqxxx 7d3cd50e35 update fmt 2026-03-23 22:09:20 +08:00
jhqxxx 9224593b78 add LFM2-1.2B, LFM2.5-1.2B-Instruct 2026-03-23 22:07:41 +08:00
jason 3156818a0c glm-ocr 2026-03-05 23:49:49 -05:00
jhqxxx 4ae8b0b2f4 add Qwen3.5 model 2026-03-05 21:57:03 +08:00
jhqxxx 1c507a7b12 add qwen3-asr 2026-02-05 00:43:49 +08:00
jhqxxx 16e3aefaa7 fix aha run multiple inputs bug 2026-01-31 18:37:28 +08:00
XiaoYang f010087e97 ```
feat(cli): add direct model inference via new run subcommand

- Add `aha run` CLI subcommand for direct model inference without HTTP service
- Support multiple models including Qwen series, OCR models, ASR models, and voice generation
- Implement input/output handling with file path support and auto-generation
- Add comprehensive documentation in CLI_USAGE.md with examples
- Include performance timing for model loading and inference operations
- Add macOS build target to Makefile with Metal support
```
2026-01-21 18:41:11 +08:00