Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidqian123 committed Nov 6, 2024
1 parent c8fe4bf commit f21c2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependency/bark.cpp
Submodule bark.cpp updated 2 files
+5 −0 bark.cpp
+3 −0 bark.h
2 changes: 1 addition & 1 deletion dependency/llama.cpp
Submodule llama.cpp updated 50 files
+6 −5 CMakeLists.txt
+4 −1 common/CMakeLists.txt
+317 −0 common/common-nexa.cpp
+89 −0 common/common-nexa.h
+6,434 −0 common/dr_wav.h
+42 −39 examples/CMakeLists.txt
+62 −0 examples/nexa-omni-audio/CMakeLists.txt
+63 −0 examples/nexa-omni-audio/README.md
+37 −0 examples/nexa-omni-audio/audio-projector.cpp
+67 −0 examples/nexa-omni-audio/audio-projector.h
+614 −0 examples/nexa-omni-audio/ggml-cpu-impl.h
+916 −0 examples/nexa-omni-audio/main-encode.cpp
+19 −0 examples/nexa-omni-audio/omni-cli.cpp
+862 −0 examples/nexa-omni-audio/omni.cpp
+64 −0 examples/nexa-omni-audio/omni.h
+364 −0 examples/nexa-omni-audio/whisper-mel-cuda.cu
+3 −0 examples/nexa-omni-audio/whisper-mel-cuda.hpp
+34 −0 examples/nexa-omni-audio/whisper-mel.hpp
+10,039 −0 examples/nexa-omni-audio/whisper.cpp
+686 −0 examples/nexa-omni-audio/whisper.h
+59 −0 examples/omni-vlm/CMakeLists.txt
+109 −0 examples/omni-vlm/README.md
+ examples/omni-vlm/cat.png
+2,461 −0 examples/omni-vlm/clip.cpp
+94 −0 examples/omni-vlm/clip.h
+208 −0 examples/omni-vlm/convert_image_encoder_to_gguf.py
+293 −0 examples/omni-vlm/omni-vlm-cli.cpp
+16 −0 examples/omni-vlm/omni-vlm-wrapper-cli.cpp
+247 −0 examples/omni-vlm/omni-vlm-wrapper.cpp
+33 −0 examples/omni-vlm/omni-vlm-wrapper.h
+539 −0 examples/omni-vlm/omni-vlm.cpp
+46 −0 examples/omni-vlm/omni-vlm.h
+84 −0 examples/omni-vlm/omni_vlm_cpp.py
+55 −0 examples/omni-vlm/omni_vlm_demo.py
+161 −0 examples/omni-vlm/omni_vlm_surgery.py
+5 −0 examples/omni-vlm/requirements.txt
+54 −0 examples/qwen2-audio/CMakeLists.txt
+12 −0 examples/qwen2-audio/README.md
+37 −0 examples/qwen2-audio/audio-projector.cpp
+67 −0 examples/qwen2-audio/audio-projector.h
+614 −0 examples/qwen2-audio/ggml-cpu-impl.h
+916 −0 examples/qwen2-audio/main-encode.cpp
+19 −0 examples/qwen2-audio/qwen2-cli.cpp
+870 −0 examples/qwen2-audio/qwen2.cpp
+64 −0 examples/qwen2-audio/qwen2.h
+364 −0 examples/qwen2-audio/whisper-mel-cuda.cu
+3 −0 examples/qwen2-audio/whisper-mel-cuda.hpp
+34 −0 examples/qwen2-audio/whisper-mel.hpp
+10,039 −0 examples/qwen2-audio/whisper.cpp
+686 −0 examples/qwen2-audio/whisper.h

0 comments on commit f21c2b9

Please sign in to comment.