CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 4d agoView on Hugging Face
0likes1.1kdownloads
settings.gradle.kts19 linesDownload Raw Back to llama.android
1pluginManagement {2    repositories {3        google()4        mavenCentral()5        gradlePluginPortal()6    }7}8dependencyResolutionManagement {9    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)10    repositories {11        mavenCentral()12        google()13    }14}15 16rootProject.name = "AiChat"17include(":app")18include(":lib")19