schmorp

Results 11 issues of 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...

bug
Take Screenshot
Take Element Screenshot

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...

Feature Request

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...

bug-unconfirmed
stale

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...

bug-unconfirmed

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...

bug-unconfirmed

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)....

bug-unconfirmed

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...

bug

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