This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
llama.cpp
Watch
1
Star
0
Fork
You've already forked llama.cpp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ee423cfae1
llama.cpp
/
ggml
History
Download ZIP
Download TAR.GZ
Giovanni Petrantoni
ee423cfae1
Enhance VisionOS compatibility by adding missing type definitions in common and ggml source files. This update includes conditional type definitions for
u_int
,
u_char
,
u_short
, and
uint
to address legacy type issues on VisionOS across multiple files: common.cpp, ggml-backend.cpp, ggml-cpu.c, ggml-cpu.cpp, and ggml-metal.m.
2024-12-30 22:26:38 +09:00
..
include
tts : add OuteTTS support (
#10784
)
2024-12-18 19:27:21 +02:00
src
Enhance VisionOS compatibility by adding missing type definitions in common and ggml source files. This update includes conditional type definitions for
u_int
,
u_char
,
u_short
, and
uint
to address legacy type issues on VisionOS across multiple files: common.cpp, ggml-backend.cpp, ggml-cpu.c, ggml-cpu.cpp, and ggml-metal.m.
2024-12-30 22:26:38 +09:00
.gitignore
vulkan : cmake integration (
#8119
)
2024-07-13 18:12:39 +02:00
CMakeLists.txt
ggml : fix arm build (
#10890
)
2024-12-18 23:21:42 +01:00