iris / llama.cpp /examples /llama.android /settings.gradle.kts
Mat17892's picture
llamacpp
b664585 verified
raw
history blame
349 Bytes
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LlamaAndroid"
include(":app")
include(":llama")