Spaces:
Running on Zero
Running on Zero
File size: 176 Bytes
79b4c43 | 1 2 3 4 5 6 7 8 9 | -keep class com.arm.aichat.* { *; }
-keep class com.arm.aichat.gguf.* { *; }
-keepclasseswithmembernames class * {
native <methods>;
}
-keep class kotlin.Metadata { *; }
|