Commit fbbf682
committed
feature: support qwen 2.5 omini
1 parent 97045b2 commit fbbf682
File tree
45 files changed
+1203
-519
lines changed- samples
- genie/c++
- External
- Service
- examples/GenieAPIClient
- src
- GenieAPIService
- src
- chat_history
- chat_request_handler
- context
- qnn
- phi4mm
- qwen2_5_omini
- qwen2_5
- model
- processor
- response
- common
- docs
- webui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+1203
-519
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Submodule LibrosaCpp added at 8d0bf62
Submodule cpp-httplib updated 34 files
- .github/workflows/release-docker.yml+51
- .github/workflows/test.yaml+23-5
- .github/workflows/test_proxy.yaml+20
- .gitignore+16-2
- .pre-commit-config.yaml+7
- CMakeLists.txt+40-13
- Dockerfile+3-1
- README.md+345-28
- benchmark/Makefile+2-32
- benchmark/cpp-httplib-v18/httplib.h-10.2k
- benchmark/cpp-httplib-v18/main.cpp-12
- benchmark/cpp-httplib-v19/httplib.h-10.5k
- benchmark/cpp-httplib-v19/main.cpp-12
- benchmark/download.sh-2
- cmake/FindBrotli.cmake+7-2
- cmake/httplibConfig.cmake.in+1
- docker/main.cc+264-42
- example/Makefile+5-2
- example/accept_header.cc+134
- example/simplesvr.cc+17-4
- example/ssesvr.cc+11-6
- example/upload.cc+2-2
- httplib.h+3.1k-1.3k
- meson.build+36-12
- meson_options.txt+16-6
- test/Makefile+32-5
- test/fuzzing/Makefile+1-1
- test/meson.build+4-2
- test/proxy/Dockerfile+2-2
- test/proxy/basic_squid.conf+1-1
- test/proxy/digest_squid.conf+1-1
- test/proxy/docker-compose.yml-2
- test/test.cc+3.3k-391
- test/test_proxy.cc+19-9
Submodule curl updated 4859 files
Submodule json updated 1536 files
Submodule libsamplerate added at 2ccde95
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments