Commit Graph

5 Commits

Author SHA1 Message Date
jhqxxx ea78da7834 add LFM2.5-VL-1.6B|LFM2-VL-1.6B 2026-03-30 00:44:41 +08:00
jhqxxx fb4a50f745 cli add about gguf param 2026-03-17 15:39:34 +08:00
jhqxxx 4ae8b0b2f4 add Qwen3.5 model 2026-03-05 21:57:03 +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