diff --git a/.gitmodules b/.gitmodules index 2f4697381..e908800f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = thirdparty/flutter url = https://github.com/flutter/flutter.git branch = stable +[submodule "plugins/clip_ggml"] + path = plugins/clip_ggml + url = https://github.com/0nullpointer/clip_ggml.git diff --git a/plugins/clip_ggml b/plugins/clip_ggml new file mode 160000 index 000000000..1441568f3 --- /dev/null +++ b/plugins/clip_ggml @@ -0,0 +1 @@ +Subproject commit 1441568f3036327b7092dae5bdb8512552046052 diff --git a/pubspec.lock b/pubspec.lock index 5442f2a95..8611a8bc1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -226,6 +226,13 @@ packages: url: "https://pub.dev" source: hosted version: "0.4.0" + clip_ggml: + dependency: "direct main" + description: + path: "plugins/clip_ggml" + relative: true + source: path + version: "0.0.1" clock: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f69a750d1..94f600280 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,6 +29,8 @@ dependencies: git: url: https://github.com/ente-io/chewie.git ref: forked_video_player_plus + clip_ggml: + path: plugins/clip_ggml collection: # dart computer: git: "https://github.com/ente-io/computer.git"