Add dependency on CLIP
This commit is contained in:
parent
9b18e81c69
commit
55acb833b3
4 changed files with 13 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
plugins/clip_ggml
Submodule
1
plugins/clip_ggml
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1441568f3036327b7092dae5bdb8512552046052
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue