We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef01e21 + 6371327 commit 65adb28Copy full SHA for 65adb28
1 file changed
llm-runtime/gemma-iree/build.gradle.kts
@@ -15,6 +15,7 @@ kotlin {
15
jvm()
16
linuxX64()
17
linuxArm64()
18
+ macosArm64() // Apple Silicon host dev (mirrors :llm-runtime:kgemma); uses the same nativeMain sources
19
20
sourceSets {
21
commonTest.dependencies {
0 commit comments