diff --git a/dist/README.md b/dist/README.md index d1d7225..0fdbbdc 100644 --- a/dist/README.md +++ b/dist/README.md @@ -31,3 +31,6 @@ Thinker Guard-4B → 4 bullets ; Speaker 9B = SYS_KAZEIA+bullets. Mono-moteur, ` ## VALIDÉ DEVICE 24/05 test_native (=logique generate bridge) sur Pad3: load 4B HTP+decode CPU+detok = OUT propre, exit0. Pipeline prefill-NPU/decode-CPU prouve end-to-end. dist/jni/test_native.cpp = harness reproductible. Bridge so: 4 symboles JNI + deps ok. Reste app: gradle+jniLibs+template chat. + +## v2 STATIC (collision libllama TTS resolue) +TTS Talker/CP linke vs son libllama.so -> conflit ABI. FIX: libkazeia_engine.so STATIC (llama+ggml+ggml-cpu+hexagon en .a, --whole-archive hexagon). NEEDED= libm/log/dl/c only, 42MB. Coexiste avec libllama TTS. Drop: libkazeia_engine.so + libggml-htp-v79.so. Valide device 4B HTP. Build: bstatic BUILD_SHARED_LIBS=OFF. diff --git a/dist/lib/libcommon.a b/dist/lib/libcommon.a deleted file mode 100644 index b644aa4..0000000 Binary files a/dist/lib/libcommon.a and /dev/null differ diff --git a/dist/lib/libggml-base.so b/dist/lib/libggml-base.so deleted file mode 100755 index 54c81a5..0000000 Binary files a/dist/lib/libggml-base.so and /dev/null differ diff --git a/dist/lib/libggml-cpu.so b/dist/lib/libggml-cpu.so deleted file mode 100755 index 5aa080e..0000000 Binary files a/dist/lib/libggml-cpu.so and /dev/null differ diff --git a/dist/lib/libggml-hexagon.so b/dist/lib/libggml-hexagon.so deleted file mode 100755 index 37cd1cb..0000000 Binary files a/dist/lib/libggml-hexagon.so and /dev/null differ diff --git a/dist/lib/libggml-htp-v68.so b/dist/lib/libggml-htp-v68.so deleted file mode 100755 index e3a7ddc..0000000 Binary files a/dist/lib/libggml-htp-v68.so and /dev/null differ diff --git a/dist/lib/libggml-htp-v69.so b/dist/lib/libggml-htp-v69.so deleted file mode 100755 index 5b8134d..0000000 Binary files a/dist/lib/libggml-htp-v69.so and /dev/null differ diff --git a/dist/lib/libggml-htp-v73.so b/dist/lib/libggml-htp-v73.so deleted file mode 100755 index 8588e01..0000000 Binary files a/dist/lib/libggml-htp-v73.so and /dev/null differ diff --git a/dist/lib/libggml-htp-v75.so b/dist/lib/libggml-htp-v75.so deleted file mode 100755 index e58274b..0000000 Binary files a/dist/lib/libggml-htp-v75.so and /dev/null differ diff --git a/dist/lib/libggml-htp-v81.so b/dist/lib/libggml-htp-v81.so deleted file mode 100755 index 33b1714..0000000 Binary files a/dist/lib/libggml-htp-v81.so and /dev/null differ diff --git a/dist/lib/libggml.so b/dist/lib/libggml.so deleted file mode 100755 index bd46574..0000000 Binary files a/dist/lib/libggml.so and /dev/null differ diff --git a/dist/lib/libkazeia_engine.so b/dist/lib/libkazeia_engine.so index 6ab5075..a41c852 100755 Binary files a/dist/lib/libkazeia_engine.so and b/dist/lib/libkazeia_engine.so differ diff --git a/dist/lib/libllama.so b/dist/test_static similarity index 66% rename from dist/lib/libllama.so rename to dist/test_static index 9d4011f..4c5980d 100755 Binary files a/dist/lib/libllama.so and b/dist/test_static differ