jhqxxx
292dfd31e4
merge pr/go-restream/20
2026-01-30 22:17:00 +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
XiaoYang
861c411ba2
feat: CLI Subcommand Support
...
- **CLI Subcommand Support**: Added three new subcommands for better command organization:
- `aha cli` - Download model and start HTTP service (default, backward compatible)
- `aha serv` - Start HTTP service only (requires `--weight-path`)
- `aha download` - Download model only (no service start)
2026-01-20 22:15:45 +08:00
jhqxxx
53791efa80
fix modelscope fun-asr-nano-2512 model load error
2026-01-17 13:18:26 +08:00
jhqxxx
45b53e41cd
update fmt
2026-01-15 23:20:16 +08:00
jhqxxx
f4e95e3937
use linear_b
2026-01-15 23:17:34 +08:00
jhqxxx
d9b803d27e
add qwen3 and fun-asr-nano
2026-01-15 21:57:12 +08:00
jhqxxx
2c1d5e3a14
update fmt
2026-01-09 18:47:39 +08:00
jhqxxx
461eed7556
updata resample use rubato
2026-01-09 16:06:04 +08:00
jhqxxx
24194182fc
update get audio data
2026-01-08 19:22:21 +08:00
jhqxxx
d5ec315150
Merge branch 'pr/KingBright/13'
2026-01-08 00:12:23 +08:00
jhqxxx
618d75b263
merge pr/KingBright/13
2026-01-08 00:04:24 +08:00
jhqxxx
0cc4880921
Merge branch 'pr/KingBright/13'
2026-01-07 23:07:12 +08:00
jhqxxx
d7df9afb70
merge metal features
2026-01-07 23:04:00 +08:00
jhqxxx
dd70fa8f63
update fmt
2026-01-07 21:49:31 +08:00
jhqxxx
96437e8282
Merge branch 'add_model'
2026-01-07 21:48:45 +08:00
jhqxxx
c2951d9ac9
test
2026-01-07 21:47:23 +08:00
jhqxxx
6ef8facfde
add glm-asr-nano
2026-01-07 21:46:01 +08:00
KingBright
4e35866a59
dynamic home dir & model donwload script
2026-01-05 15:21:15 +08:00
jhqxxx
981457347a
load audio has problem
2025-12-31 17:39:25 +08:00
KingBright
26fccaa0f6
add metal support
2025-12-31 17:04:16 +08:00
jhqxxx
3ba4de8a7d
deploy add address
2025-12-26 14:56:17 +08:00
jhqxxx
30a00d1ac7
update toml
2025-12-26 14:26:33 +08:00
jhqxxx
6b8381a765
update
2025-12-26 00:33:07 +08:00
jhqxxx
88ee303392
merge pr/guobin211/12
2025-12-26 00:23:14 +08:00
michaelbguo
0cbedb24e4
refactor: 优化RMBG2.0图像预处理流程,提前转换RGB数据以减少重复操作
2025-12-25 21:10:05 +08:00
jhqxxx
9a4fa636be
add image api and audio api
2025-12-25 20:25:52 +08:00
michaelbguo
7c9261567b
refactor: 为RMBG2.0测试方法添加cfg(test)属性,优化extract_image_url函数避免clone
2025-12-25 10:44:32 +08:00
michaelbguo
f35631157a
feat: 优化RMBG2.0图像处理性能,支持并行批量处理
2025-12-24 21:42:05 +08:00
jhqxxx
bf53d3d869
update fmt
2025-12-24 16:03:39 +08:00
jhqxxx
68e333a4f4
delete test png
2025-12-23 23:47:20 +08:00
jhqxxx
77951b9090
cargo.toml delete github link
2025-12-23 20:55:36 +08:00
jhqxxx
ec4700f28d
merge pr/lokarex/10
2025-12-23 19:47:08 +08:00
jhqxxx
06bd7fce04
add RMBGv2.0
2025-12-23 19:23:21 +08:00
lokarex
f94f966a86
Supplement the omitted model information
2025-12-19 23:28:08 +08:00
lokarex
a233d0d69d
Update the repository link and license information of the model in the README
2025-12-18 22:58:33 +08:00
jhqxxx
675fd6f89e
stash save
2025-12-12 20:40:57 +08:00
jhqxxx
b3c6219e93
update fmt
2025-12-11 23:37:47 +08:00
jhqxxx
93bbed2aab
v 0.1.5
2025-12-11 23:34:00 +08:00
jhqxxx
855d0cf975
update fmt
2025-12-11 23:30:07 +08:00
jhqxxx
d282a0cf40
Merge branch 'voxcpm1.5'
2025-12-11 23:15:05 +08:00
jhqxxx
b9947a6516
update voxcpm code to support voxcpm1.5 model
2025-12-11 23:14:43 +08:00
jhqxxx
6430338e95
add url crate to handle local path
2025-12-11 19:33:30 +08:00
jhqxxx
963924a1f1
stash save
2025-12-11 18:33:35 +08:00
YageGeng
42c95da0e3
refactor: remove unstable Option<&T> branch by returning owned Tensor
2025-12-11 10:50:35 +08:00
jhqxxx
0dc2840b0e
update fmt
2025-12-10 16:52:57 +08:00
jhqxxx
a67298dc5d
Merge branch 'fix_tool_call'
2025-12-10 16:44:40 +08:00
jhqxxx
1a0df13bc7
model test add tps
2025-12-10 16:44:20 +08:00
jhqxxx
567cd70038
update some note
2025-12-10 13:06:53 +08:00
jhqxxx
3eb983b5bb
stash save
2025-12-10 12:57:24 +08:00