Difference between revisions of "AI Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with "= A Collection of AI Related Notes = See - https://www.youtube.com/watch?v=V6LmF7TuBmY (Bonsai 27B Runs Qwen 3.6 27B at 10x less memory) Not a corrupt download — a format mismatch. Q2_0 in that filename isn't stock llama.cpp's quant; it's Q2_0_g128, PrismML's custom ternary packing (2-bit slots, one FP16 scale per 128 weights) that only their fork's kernels understand. Your stock build computes a different byte size for the ternary tensors, so its running offset drif...") |
PeterHarding (talk | contribs) (Replaced content with "= A Collection of AI Related Notes = * Using Bonsai QWEN Models Category:AI Category:QWEN Category:Llama.cpp") Tag: Replaced |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
= A Collection of AI Related Notes = | = A Collection of AI Related Notes = | ||
* [[Using Bonsai QWEN Models]] | |||
| Line 38: | Line 10: | ||
[[Category:AI]] | [[Category:AI]] | ||
[[Category:QWEN]] | [[Category:QWEN]] | ||
[[Category:Llama.cpp]] | |||