#277: dist=static ngl0 OK; crash dev=stale shared so + ancienne signature 1-arg

This commit is contained in:
Richard Loyer 2026-05-25 10:44:53 +02:00
parent 9b62420089
commit 23f2c9fcfc
1 changed files with 3 additions and 0 deletions

View File

@ -108,3 +108,6 @@ Chunkwise batchable, 55->100 credible MAIS HMX accumulateur FP16 -> bit-exact im
## #277 integration: cause hang = thinking non bride
Dev report: 4B/9B 6-13min/tour, jamais done. CAUSE: EngineLlmEngine generate() sans reasoning_budget0 -> thinking infini (pas decode lent: 4B CPU=15tok/s ok). FIX bridge: enable_thinking=false + maxTok 64. 9B trop lent CPU (8.4)->4B speaker. .pte garde en attendant. #277=2 fixes Kotlin/JNI pas kernel. RAM 4.5 vs 3 mmap accepte.
## #277 crash = stale .so + signature
dist .so 09:40 = STATIC (0 libllama NEEDED) + ngl0 + 4s/tour OK. dev crash: (1) ancien .so shared dans jniLibs->ecraser; (2) generate=3args(sys,usr,maxTok), Kotlin doit appeler generate(h,sys,usr,64) pas (h,prompt,64). Tombstone libllama=stale. Fix dev: pull dist actuel + signature 2-arg sys/usr.