qdwang
qdwang
BLOOMZ and mT0 models are related, and mT0-13B performs better than BLOOMZ-176B in some cases. The mT0-13B will be a killer model for normal user devices after a GPTQ-4bit quantization....
Link: https://github.com/nanostores/persistent/issues/49 ```jsx export default function () { const foo = useStore($foo); console.log(foo()) // correct console.log($foo.get()) // correct createEffect(() => { console.log(foo()) // correct on every increment }) return (...
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior ```zig const jpegli = @cImport({ @cInclude("stddef.h"); @cInclude("stdio.h"); @cInclude("jpeglib.h"); }); ``` The `jpeglib.h` doesn't include `stddef.h` and `stdio.h`, so the...
I generated the PKCS12 cert by using these commands: ```sh openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365 -nodes -subj "/CN=mydev.local" ``` and ```sh openssl pkcs12 -export...
**Describe the bug** In lossless mode, effort 7 is worse than e3-e6 for grayscale photos. The attachment is a 16bit grayscale pgm image, the size of it is **48,674,323** bytes....
DNG 1.7 supports JPEG XL content which is very useful for dng compression. I can provide two samples here: [samples.zip](https://github.com/user-attachments/files/16247692/samples.zip) One is in Bayer pattern, the other is in linearRGB...