Georgi Gerganov
11dddfbc9e
ci : disable Obj-C build + fixes
2024-12-08 20:14:35 +02:00
Georgi Gerganov
7fd8d9c220
whisper : adapt to new ggml (wip)
2024-11-20 21:00:08 +02:00
Georgi Gerganov
6477b84eb6
build : fixes
2024-11-15 15:21:04 +02:00
Jhen-Jie Hong
5f8a086e22
whisper.swiftui : add model download list & bench methods ( #2546 )
...
* swift : fix resources & exclude build
* whisper : impl whisper_timings struct & api
* whisper.swiftui : model list & bench methods
* whisper : return ptr for whisper_get_timings
* revert unnecessary change
* whisper : avoid designated initializer
* whisper.swiftui: code style changes
* whisper.swiftui : get device name / os from UIDevice
* whisper.swiftui : fix UIDevice usage
* whisper.swiftui : add memcpy and ggml_mul_mat (commented)
2024-11-13 21:51:34 +02:00
Georgi Gerganov
941912467d
whisper : adapt to latest ggml (skip) ( #0 )
2024-10-05 15:23:51 +03:00
Georgi Gerganov
58323bf8ed
build : fix aarch64 ( #0 )
2024-08-08 22:48:46 +03:00
Georgi Gerganov
e30c679928
whisper : reorganize source code + improve CMake ( #2256 )
...
* scripts : update sync [no ci]
* files : reorganize [no ci]
* sync : llama.cpp
* cmake : link math library
* cmake : build normal ggml library
* files : move headers to include
* objc : fix path to ggml-metal.h
* ci : fix WHISPER_CUDA -> GGML_CUDA
* scripts : sync LICENSE [no ci]
2024-06-26 19:34:09 +03:00
Georgi Gerganov
3ffc83d90a
swift : package no longer use ggml dependency ( #1861 )
...
* Revert "swift : update Package.swift to use ggml as package dependency (#1701 )"
This reverts commit 993acb5d41
.
* spm : add ggml.h
2024-02-12 19:54:11 +02:00
Georgi Gerganov
87670425f2
swift : track ggml release branch
2024-01-11 21:57:40 +02:00
Alexandru Mariuti
cc7f872131
swift : checkout ggml commit instead of branch ( #1750 )
2024-01-10 18:12:06 +02:00
Ashraful Islam
993acb5d41
swift : update Package.swift to use ggml as package dependency ( #1701 )
...
* updates Package.swift to use ggml as dependency
* cleans up the Package.swift file by removing redundant source files
* updates ggml url src to ggerganov
2024-01-03 19:30:26 +02:00
Finn Voorhees
f0efd0202d
ios : Remove #if arch(arm)
check for using Metal ( #1561 )
2023-12-05 01:14:26 +00:00
Sindre Sorhus
d03c60dd7f
ios : add support for Swift Package Manager ( #1370 )
...
* Add support for Swift
* Make it build in Xcode
* Use the SPM package in the SwiftUI example app
2023-11-07 23:53:31 +02:00