]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ios : whisper.objc example
authorGeorgi Gerganov <redacted>
Sun, 23 Oct 2022 08:10:15 +0000 (11:10 +0300)
committerGeorgi Gerganov <redacted>
Mon, 24 Oct 2022 15:23:07 +0000 (18:23 +0300)
commitbb1ee266d23ac9567a97ca551d4e36dcd6b62868
treea4646525ac639a5399b600e5cc6589783a9625a1
parent5f7e9fa2dc2a4c3bec5590316f5b78fed9af7398
ios : whisper.objc example
17 files changed:
.gitignore
examples/whisper.objc/whisper.objc.xcodeproj/project.pbxproj [new file with mode: 0644]
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
examples/whisper.objc/whisper.objc/AppDelegate.h [new file with mode: 0644]
examples/whisper.objc/whisper.objc/AppDelegate.m [new file with mode: 0644]
examples/whisper.objc/whisper.objc/Assets.xcassets/AccentColor.colorset/Contents.json [new file with mode: 0644]
examples/whisper.objc/whisper.objc/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
examples/whisper.objc/whisper.objc/Assets.xcassets/Contents.json [new file with mode: 0644]
examples/whisper.objc/whisper.objc/Base.lproj/LaunchScreen.storyboard [new file with mode: 0644]
examples/whisper.objc/whisper.objc/Base.lproj/Main.storyboard [new file with mode: 0644]
examples/whisper.objc/whisper.objc/Info.plist [new file with mode: 0644]
examples/whisper.objc/whisper.objc/SceneDelegate.h [new file with mode: 0644]
examples/whisper.objc/whisper.objc/SceneDelegate.m [new file with mode: 0644]
examples/whisper.objc/whisper.objc/ViewController.h [new file with mode: 0644]
examples/whisper.objc/whisper.objc/ViewController.m [new file with mode: 0644]
examples/whisper.objc/whisper.objc/main.m [new file with mode: 0644]