Commit History

ci: fix SYCL build (#2943)
95a0dbf
unverified

Akarshan Biswas commited on

examples : reduce initial memory to 512MB (#2939)
a406dda
unverified

danbev commited on

examples : fix nthread parsing in whisper.wasm (#2938)
603da69
unverified

danbev commited on

examples : fix request path for local worker files (#2937)
0d0eed6
unverified

danbev commited on

ggml : add logging for native build options/vars (#2935)
aaf8a91
unverified

danbev commited on

whisper : enhance model download scripts functionality and resolve compiler warning (#2925)
69f99f1
unverified

Peter commited on

whisper : initialize decoder's rng with unique seed (#2932)
6322856
unverified

danbev commited on

ci : remove CMAKE_CUDA_ARCHITECTURES in windows-cublas (#2923)
6f57276
unverified

danbev commited on

whisper : update default model download directory behavior to use current working directory when script is in /bin/ directory (#2924)
78726ec
unverified

Peter commited on

whisper.swiftui : Add Core ML support to README [no ci] (#2921)
be8fe47
unverified

danbev commited on

readme : update Python version to 3.11 for Core ML support [no -ci] (#2919)
284138f
unverified

danbev commited on

whisper : add check for CPU backend initialization (#2918)
ae8d838
unverified

danbev commited on

examples : update whisper.objc README.md (#2916)
0389e41
unverified

danbev commited on

ci : increase windows-cublas evict-old-files to 5d (#2915)
8b6c315
unverified

danbev commited on

xcframework : add support for CoreML to ios/macOS (#2912)
8441d70
unverified

danbev commited on

examples : add WHISPER_SDL2 check to deprecation executables (#2911)
d1d1943
unverified

danbev commited on

ci : use ninja and fix caching for windows-cublas (#2910)
d5085df
unverified

danbev commited on

examples : update wasm examples to include server.py [no ci] (#2908)
937218a
unverified

danbev commited on

examples : command.wasm updates (#2904)
0db3249
unverified

danbev commited on

ci : refactor cuda toolkit installation steps (#2902)
0a6a7c1
unverified

danbev commited on

go : add Encoder Begin Callback (#2900)
6eea7b7
unverified

Amanda Der Bedrosian Amanda Der Bedrosian commited on

ci : add ccache action to windows-cublas job (#2893)
ab959d1
unverified

danbev commited on

whisper : fix compiler warnings in whisper.cpp (#2895)
bfa2ae7
unverified

danbev commited on

ci : add missing env.branch_name to build.yml (#2896)
d237704
unverified

danbev commited on

whisper : enable compiler warnings for src (#2891)
a216359
unverified

danbev commited on

ci : add release job and include xcframework (#2889)
1f9c279
unverified

danbev commited on

examples : use xcframework in whisper.objc example (#2882)
d520f58
unverified

danbev commited on

whisper : add option to use system-installed GGML (#2887)
ce83587
unverified

Peter commited on

convert : update convert-h5-to-ggml.py (#2840)
3d457ce
unverified

Anders Bjarby commited on

examples : add GGML_USE_CPU=ON flag to whisper.objc (#2880)
749d15b
unverified

danbev commited on

ggml-ci: update input env variables to GG_BUILD_ (#2879)
e5e2e61
unverified

TransferPacket commited on

ggml-ci: add run.sh (#2877)
3e264ce
unverified

TransferPacket commited on

examples : add dl to the list of libraries linked (#2875)
dc2a512
unverified

danbev commited on

whisper: add xcframework build script (#2873)
9797241
unverified

mdestagnol commited on

objc : fix build, tmp remove GPU support, use C++17
e1b5e01

ggerganov commited on

cmake : fix ggml-config (ggml/0)
40f0325

ggerganov commited on

sync : ggml
f18e587

ggerganov commited on

ggml-cpu: faster AVX2 variant for IQ1_M (llama/12216)
591cbfb

Rémy O commited on

metal : simplify kernel arguments using a struct (ggml/3229) (llama/12194)
092277a

BB-fat alexju commited on

metal : fix default.metallib build (llama/12224)
838efb6

danbev commited on

opencl: Noncontiguous `norm`, `rms_norm`, disable `fp16` for some ops (llama/12217)
94449e3

lhez commited on

cmake : fix undefined reference errors for std::filesystem in ggml (#12092) (llama/12094)
dc68418

xiaofei Ray Lee commited on

CUDA: fix FA logic for PTX 7.0 and CC >= 7.5 (llama/12222)
4dc8a81

JohannesGaessler commited on

HIP/CUDA: set the paramerter value in maintain_cuda_graph instead of replaceing it. (llama/12209)
18afa4b

uvos commited on

opencl : fix buffer alignment (llama/12197)
7d25156

linehill commited on

opencl : fix `ulong` kernel args were set from `int` variables (llama/12174)
67ffff0

linehill commited on

opencl : fix profile-related errors (llama/12095)
e11a847

simon886212 ubuntu commited on

ggml-cpu: Faster IQ1 mul_mat_vec on AVX2 using BMI2 instructions (llama/12154)
05466a9

Rémy O commited on

SYCL: Disable f16 Unary OPs as not supported by the kernels (llama/12201)
723b8b4

Akarshan Biswas commited on

ggml : fix GGMLMetalClass ODR (llama/12200)
2094cb7

pacominev commited on