Commit Graph

  • 6890f86030 add deepseek-ocr2 support jhqxxx 2026-03-18 19:15:21 +08:00
  • ca57a7245c update docs jhqxxx 2026-03-17 21:35:54 +08:00
  • 55a5007c07 add PaddleOCR-VL1.5 support jhqxxx 2026-03-17 21:30:50 +08:00
  • fb4a50f745 cli add about gguf param jhqxxx 2026-03-17 15:39:34 +08:00
  • 80d36b5308 add Qwen3.5 mmproj gguf jhqxxx 2026-03-16 14:50:59 +08:00
  • 9c9275b767 api add /v1/ jhqxxx 2026-03-14 23:10:40 +08:00
  • 813f4decaf update fmt jhqxxx 2026-03-14 20:23:07 +08:00
  • 21caee0522 update fmt jhqxxx 2026-03-14 20:06:20 +08:00
  • 0c6d4d01d9 Merge branch 'pr/Tsai002/38' jhqxxx 2026-03-14 19:30:33 +08:00
  • d0cbd0c90e Merge branch 'add_model' jhqxxx 2026-03-14 19:27:26 +08:00
  • aad0e62151 add qwen3.5 gguf jhqxxx 2026-03-14 19:27:01 +08:00
  • 83d6c0b480 Merge pull request #1 from jhqxxx/main Wei Cai 2026-03-12 12:02:11 +08:00
  • 1905aecae0 fix #34 github 2026-03-11 22:37:39 +08:00
  • 4d544ab68f from gguf build chat_template and tokenizer jhqxxx 2026-03-11 17:30:28 +08:00
  • 8ec2ef6ad3 fmt: format code according to rustfmt standards XiaoYang 2026-03-10 21:45:04 +08:00
  • 2f452ab925 feat(cli): add model download verification and update model listing output(cli/json) XiaoYang 2026-03-10 21:24:23 +08:00
  • e66ff27288 docs(api): add audio transcription API documentation XiaoYang 2026-03-10 21:05:44 +08:00
  • 86141322bb update chat_template.jinja load jhqxxx 2026-03-08 21:20:24 +08:00
  • 20b5260633 update fmt jhqxxx 2026-03-07 18:09:29 +08:00
  • d2524d6a19 merge glm-ocr model jhqxxx 2026-03-07 18:08:06 +08:00
  • cf308f93eb Merge branch 'pr/jasonzou/31' jhqxxx 2026-03-07 14:25:44 +08:00
  • 1fe06110ff more glm-ocr tweaks jason 2026-03-06 11:25:44 -05:00
  • 2ef86b5a88 generate remove unnecessary code jhqxxx 2026-03-06 19:40:39 +08:00
  • 037207eccd update generate param init jhqxxx 2026-03-06 19:08:58 +08:00
  • 548eb8185e usage add prompt_tokens jhqxxx 2026-03-06 18:38:16 +08:00
  • 2d37efaab6 update fmt jhqxxx 2026-03-06 17:28:08 +08:00
  • 8ada86714c fix load_image_from_url blocking bug jhqxxx 2026-03-06 15:50:43 +08:00
  • 598a16921c Merge branch 'pr/go-restream/29' jhqxxx 2026-03-06 14:52:01 +08:00
  • 3156818a0c glm-ocr jason 2026-03-05 23:49:49 -05:00
  • 9a09b998a6 fix qwen3.5-9b config bug jhqxxx 2026-03-06 12:31:00 +08:00
  • f482bf1a54 update qwen3.5 only text conpute pos bug jhqxxx 2026-03-06 12:14:18 +08:00
  • b559376438 feat(asr): add text response format support and improve code formatting XiaoYang 2026-03-06 12:00:39 +08:00
  • 63a89b0c96 feat(api): add OpenAI-compatible ASR transcription endpoint XiaoYang 2026-03-06 11:38:24 +08:00
  • 14ecd4676c update aha_openai_dive::v1::resources::chat pub jhqxxx 2026-03-05 22:27:17 +08:00
  • b2a687a05e update fmt jhqxxx 2026-03-05 21:59:38 +08:00
  • 4ae8b0b2f4 add Qwen3.5 model jhqxxx 2026-03-05 21:57:03 +08:00
  • a61b899741 update interpolate jhqxxx 2026-03-01 12:44:14 +08:00
  • 6a73ee04c3 update candle version 0.9.2 jhqxxx 2026-02-24 16:34:06 +08:00
  • e19c1d0744 update cargo.toml description jhqxxx 2026-02-14 16:56:38 +08:00
  • 309025edb0 update version jhqxxx 2026-02-14 16:53:15 +08:00
  • 9dfe60cb53 update fmt jhqxxx 2026-02-14 16:46:09 +08:00
  • 28f8fb6c1b update fmt jhqxxx 2026-02-14 16:34:12 +08:00
  • b77676f029 delete index-ttss jhqxxx 2026-02-14 16:06:50 +08:00
  • 2c34fc2d79 updata index tts jhqxxx 2026-02-14 15:52:30 +08:00
  • da32a35b45 feat(cli): add 'list' subcommand to display supported models with optional JSON output XiaoYang 2026-02-09 21:35:58 +08:00
  • b81f63fcbd feat(cli): add delete subcommand to remove downloaded models XiaoYang 2026-02-08 13:56:57 +08:00
  • ba16c9edf5 feat: add graceful shutdown endpoint and cli service management XiaoYang 2026-02-08 13:24:29 +08:00
  • 390d916ea6 feat(api): add health check and models endpoints with documentation XiaoYang 2026-02-08 12:10:40 +08:00
  • 38ea72e407 refactor: reorganize imports and improve code formatting across multiple modules XiaoYang 2026-02-08 11:07:53 +08:00
  • 7c832e0ce8 merge main jhqxxx 2026-02-07 17:22:59 +08:00
  • fcbe736e1a update docs jhqxxx 2026-02-07 13:28:13 +08:00
  • 01172b1ae6 index-tts stash save jhqxxx 2026-02-07 00:26:03 +08:00
  • ca16051065 feat(cli): make weight path optional with default location XiaoYang 2026-02-06 17:54:15 +08:00
  • fd3ebc8d1c docs: update supported models documentation with new models and licensing info XiaoYang 2026-02-06 17:05:08 +08:00
  • f940bc6fe8 docs(README): reorder badges to move license badge to end XiaoYang 2026-02-06 16:42:23 +08:00
  • 746dd1491c chore(docs): restructure README files and add Chinese documentation XiaoYang 2026-02-06 16:39:52 +08:00
  • c582c4cd0a docs: update and optimize README and project documentation system XiaoYang 2026-02-06 16:13:50 +08:00
  • 978b74ec13 update readme jhqxxx 2026-02-05 01:18:53 +08:00
  • f7dfc3a046 Merge branch 'add_model' jhqxxx 2026-02-05 00:44:05 +08:00
  • 1c507a7b12 add qwen3-asr jhqxxx 2026-02-05 00:43:49 +08:00
  • 073723447f merge main jhqxxx 2026-02-02 21:30:52 +08:00
  • f2cb6bf976 merge main jhqxxx 2026-02-02 17:56:34 +08:00
  • 4e6f8bc7b2 Update README.md jhqxxx 2026-02-02 12:09:14 +08:00
  • 901324cd1a fix qwen3vl-thinking startswith bug jhqxxx 2026-01-31 18:57:42 +08:00
  • 16e3aefaa7 fix aha run multiple inputs bug jhqxxx 2026-01-31 18:37:28 +08:00
  • fe299c3401 Merge branch 'pr/go-restream/20' jhqxxx 2026-01-30 22:19:53 +08:00
  • 292dfd31e4 merge pr/go-restream/20 jhqxxx 2026-01-30 22:17:00 +08:00
  • e3944588fc index tts stash save jhqxxx 2026-01-30 22:04:23 +08:00
  • da6229abee ## feat(cli): add **list** subcommand to show supported models XiaoYang 2026-01-22 17:09:03 +08:00
  • f010087e97 ``` feat(cli): add direct model inference via new run subcommand XiaoYang 2026-01-21 18:41:11 +08:00
  • 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) XiaoYang 2026-01-20 22:15:45 +08:00
  • 53791efa80 fix modelscope fun-asr-nano-2512 model load error jhqxxx 2026-01-17 13:18:26 +08:00
  • 45b53e41cd update fmt jhqxxx 2026-01-15 23:20:16 +08:00
  • f4e95e3937 use linear_b jhqxxx 2026-01-15 23:17:34 +08:00
  • d9b803d27e add qwen3 and fun-asr-nano jhqxxx 2026-01-15 21:57:12 +08:00
  • 2c1d5e3a14 update fmt jhqxxx 2026-01-09 18:47:39 +08:00
  • 461eed7556 updata resample use rubato jhqxxx 2026-01-09 16:06:04 +08:00
  • 24194182fc update get audio data jhqxxx 2026-01-08 19:22:21 +08:00
  • d5ec315150 Merge branch 'pr/KingBright/13' jhqxxx 2026-01-08 00:12:23 +08:00
  • 618d75b263 merge pr/KingBright/13 jhqxxx 2026-01-08 00:04:24 +08:00
  • 0cc4880921 Merge branch 'pr/KingBright/13' jhqxxx 2026-01-07 23:07:12 +08:00
  • d7df9afb70 merge metal features jhqxxx 2026-01-07 23:04:00 +08:00
  • dd70fa8f63 update fmt jhqxxx 2026-01-07 21:49:31 +08:00
  • 96437e8282 Merge branch 'add_model' jhqxxx 2026-01-07 21:48:45 +08:00
  • c2951d9ac9 test jhqxxx 2026-01-07 21:47:23 +08:00
  • 6ef8facfde add glm-asr-nano jhqxxx 2026-01-07 21:46:01 +08:00
  • 4e35866a59 dynamic home dir & model donwload script KingBright 2026-01-05 15:21:15 +08:00
  • 981457347a load audio has problem jhqxxx 2025-12-31 17:39:25 +08:00
  • 26fccaa0f6 add metal support KingBright 2025-12-31 17:04:16 +08:00
  • 3ba4de8a7d deploy add address jhqxxx 2025-12-26 14:56:17 +08:00
  • 30a00d1ac7 update toml jhqxxx 2025-12-26 14:26:33 +08:00
  • 6b8381a765 update jhqxxx 2025-12-26 00:33:07 +08:00
  • 88ee303392 merge pr/guobin211/12 jhqxxx 2025-12-26 00:23:14 +08:00
  • 0cbedb24e4 refactor: 优化RMBG2.0图像预处理流程,提前转换RGB数据以减少重复操作 michaelbguo 2025-12-25 21:10:05 +08:00
  • 9a4fa636be add image api and audio api jhqxxx 2025-12-25 20:25:52 +08:00
  • 7c9261567b refactor: 为RMBG2.0测试方法添加cfg(test)属性,优化extract_image_url函数避免clone michaelbguo 2025-12-25 10:44:32 +08:00
  • f35631157a feat: 优化RMBG2.0图像处理性能,支持并行批量处理 michaelbguo 2025-12-24 21:42:05 +08:00
  • bf53d3d869 update fmt jhqxxx 2025-12-24 16:03:39 +08:00
  • 68e333a4f4 delete test png jhqxxx 2025-12-23 23:47:20 +08:00
  • 77951b9090 cargo.toml delete github link jhqxxx 2025-12-23 20:55:36 +08:00