Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
5f81588
support ggml
zhiyuan8 Sep 10, 2024
3a35526
update README after renaming GGML
zhiyuan8 Sep 10, 2024
4a29bca
update vulkan target name
zhiyuan8 Oct 23, 2024
c7b912b
support omni-audio
zhiyuan8 Nov 3, 2024
f0d1c4f
enable qwen2-audio work E2E
zhiyuan8 Nov 3, 2024
9e67ef7
remove uneccesary build and rename shared lib
zhiyuan8 Nov 3, 2024
4bdc70a
update to C++17 for compilation
zhiyuan8 Nov 3, 2024
d277c67
add omni-vlm examples (C++ & python)
Nov 4, 2024
995baef
Disable cxxabi.h dependency on Windows
zhiyuan8 Nov 4, 2024
a4747b2
fix error on windows qwen2-audio/whisper.cpp:9935:38: error: '_O_BINA…
zhiyuan8 Nov 4, 2024
6f1ed6e
Adding #include <io.h> & <fcntl.h>
zhiyuan8 Nov 4, 2024
1419681
disable <cxxabi.h> for MSC_VER
zhiyuan8 Nov 4, 2024
d42e037
remove C++20 style
zhiyuan8 Nov 4, 2024
05853eb
remove C++20 syntax
zhiyuan8 Nov 4, 2024
91b3caf
Merge pull request #6 from NexaAI/master-release-audio-lm
zhiyuan8 Nov 5, 2024
983b462
Merge pull request #8 from NexaAI/weili/master-release
zhiyuan8 Nov 5, 2024
22da7bc
add returned string (pure c const char* type) for omni-vlm inference api
Nov 6, 2024
5574bda
Merge pull request #10 from NexaAI/weili/master-release
zhiyuan8 Nov 6, 2024
b24a409
add returned string (const char*) for qwen2 audio
Nov 6, 2024
6a4cf0b
Merge pull request #11 from NexaAI/weili/master-release
zhiyuan8 Nov 6, 2024
5edadff
add returned string type (const char*) for nexa-omni-audio
Nov 7, 2024
20b9f02
Merge pull request #12 from NexaAI/weili/master-release
zhiyuan8 Nov 7, 2024
3dfac78
add returned string type (const char*) for nexa-omni-audio
Nov 7, 2024
df5841b
Merge pull request #13 from NexaAI/weili/master-release
zhiyuan8 Nov 7, 2024
86c2233
add submodule llava for android
Nov 8, 2024
400fc2a
add one more model
Nov 8, 2024
b17684e
add include llava.h
Nov 8, 2024
16c2247
remove redundant omni-vlm-v2/ folder, all omni-vlm examples will be a…
Nov 8, 2024
3d9c63a
remove omni-vlm-v2/
Nov 8, 2024
eb6d546
update README.md
Nov 8, 2024
8c41728
Merge pull request #15 from NexaAI/weili/master-release
zhiyuan8 Nov 8, 2024
d5df536
Merge pull request #14 from NexaAI/teliu/android/dev
zhiyuan8 Nov 8, 2024
ecfe0b4
changed download models and nlen
zhycheng614 Nov 8, 2024
667a6d9
Merge pull request #16 from NexaAI/perry/android-dev
zhycheng614 Nov 8, 2024
d04e354
fix OCR template error.
Nov 9, 2024
21bc833
Merge pull request #17 from NexaAI/weili/master-release
zhiyuan8 Nov 9, 2024
6f0e8c3
Create CODEOWNERS
zhiyuan8 Nov 10, 2024
7cf07df
reset model in every inerence step to avoid nosense output.
Nov 11, 2024
362bdf3
Merge pull request #18 from NexaAI/weili/master-release
zhiyuan8 Nov 11, 2024
55953d3
[omni-vlm] fixed the segmentation fault issue in nano-vlm-instruct(WIP,
Nov 12, 2024
82dbdbd
Merge pull request #20 from NexaAI/weili/master-release
zhiyuan8 Nov 12, 2024
4e80184
fix vulkan build bug for external build
Davidqian123 Nov 12, 2024
98297af
Merge pull request #22 from NexaAI/david/vulkan2
zhiyuan8 Nov 12, 2024
fc25544
[memory leakage] fixed a leakage by projector free
Nov 14, 2024
b9845b4
Merge pull request #24 from NexaAI/weili/master-release
zhiyuan8 Nov 14, 2024
809db95
ugrade to llama.cpp 74d73dc
TerryT9 Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 0 additions & 24 deletions .clang-tidy

This file was deleted.

22 changes: 0 additions & 22 deletions .devops/cloud-v-pipeline

This file was deleted.

33 changes: 0 additions & 33 deletions .devops/full-cuda.Dockerfile

This file was deleted.

50 changes: 0 additions & 50 deletions .devops/full-rocm.Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions .devops/full.Dockerfile

This file was deleted.

44 changes: 0 additions & 44 deletions .devops/llama-cli-cann.Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions .devops/llama-cli-cuda.Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions .devops/llama-cli-intel.Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions .devops/llama-cli-rocm.Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions .devops/llama-cli-vulkan.Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions .devops/llama-cli.Dockerfile

This file was deleted.

Loading