schmorp
schmorp
The algorithm for encoding a canvas element to abse64 effectively says to convert it into a data url and then remove the url part, leaving only the data part after...
Would it be possible to provide the same modules as a "standard" debian kernel? For example, there doesn't seem to be a good reason why zswap is missing, and missing...
quantize (only command I have tested this with) gets confused by some filenames of some models, e.g. quantize 08x7bhf.gguf 08x7bhfGGUF~ Q4_K_S ... should quantize one gguf file into another, but...
ggml_new_object: not enough space in the context's memory pool (needed 3539648, available 3539280)
I am trying to make an imatrix for https://huggingface.co/mradermacher/Kronos-703B-GGUF imatrix crashes with a segfault. When I try to use the model with main (e.g. IQ3_XS), I get this before it...
When doing a iq2_xxs quantisation of https://huggingface.co/Kquant03/BurningBruce-SOLAR-8x10.7B-bf16 quantize simply segfaults: [ 391/ 483] blk.17.ffn_gate_exps.weight - [ 4096, 14336, 8, 1], type = f32, converting to iq2_xxs .. size = 1792.00...
I am converting many models to gguf, and (imatrix-) quantize them afterwards. Today, all my jobs failed with the error from the title (many output lines, probably one per thread)....
For a few days, neither the user interface shows up nor does it delete any chats. Mode change notifications work, as well as toggling autoclear and visibility (but neither has...
With chrome 131, the default CSP prevents inline script execution inside web workers, therefore, the mitm.html cannot be loaded. I've successfully moved the script into a separate file (mitm.js) and...
I have set an unload handler that calls abort() on the writer (or the stream, I have tried both). abort is called successfully (I can put as console.log before and...
I am using the web-streams ponyfill as an esm module. The documentatioon s