You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ Developers can use QAI AppBuilder in both C++ and Python projects <br>
53
53
• Support both Windows & Linux <br>
54
54
• Support Genie(Large Language Model) <br>
55
55
• Support LLM on both CPU & NPU [*NEW!*] <br>
56
+
• Support Multimodal LLM [*NEW!*] <br>
57
+
• Support Float & Native Input & Output Data [*NEW!*] <br>
56
58
• Support Multi Graph <br>
57
59
• Support LoRA <br>
58
60
• Support multiple models <br>
@@ -62,7 +64,8 @@ Developers can use QAI AppBuilder in both C++ and Python projects <br>
62
64
• Plenty of sample code <br>
63
65
64
66
** Support ARM64 Windows, Linux and Ubuntu (e.g.: X Elite Windows, QCS8550 Linux and QCM6490 Ubuntu). <br>
65
-
** Support OpenAI Compatible API Service([GenieAPIService](samples/genie/c++/README.md)) on WoS, Android and Linux.
67
+
** Support OpenAI Compatible API Service([GenieAPIService](samples/genie/c++/README.md)) on WoS, Android and Linux. <br>
68
+
** Use "native" input & output can improve data conversation performance obviously. Refer to [Wisper](samples/python/whisper_base_en/whisper_base_en.py) sample code. <br>
0 commit comments