Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Magic search w/ text encoder (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukvmd authored Dec 19, 2023
2 parents 5189038 + 0850428 commit 6f8063f
Show file tree
Hide file tree
Showing 50 changed files with 264,555 additions and 155 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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/ente-io/clip-ggml.git
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if (keystorePropertiesFile.exists()) {

android {
compileSdkVersion 33
ndkVersion "26.0.10792818"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
org.gradle.jvmargs=-Xmx4608m
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
Loading

0 comments on commit 6f8063f

Please sign in to comment.