magicrobotmonkey

Results 5 comments of magicrobotmonkey

I can recreate with a super simple self signed cert: ```bash openssl req -newkey rsa:2048 -keyout test.key -x509 -out test.cer \ -subj "/C=US/ST=CA/L=Thousand Oaks/O=test/OU=RegOps/CN=test" \ -sha256 -days 1095 ``` ```python...

Appears to fire these messages in console:

Those might be a red herring? But they're also interspersed with these MacOS error issues:

It looks like it might be due to this deprecation? https://developer.apple.com/documentation/security/1396096-seccertificatecopypublickey I did a sloppy port to [SecCertificateCopyKey](https://developer.apple.com/documentation/security/2963103-seccertificatecopykey) and it seems like it might be working. I'll try to pull...

I've converted/quantized stablelm-tuned-alpha-7b to Q4_3 and it works great with ggml, but llama.cpp throws `error loading model: missing tok_embeddings.weight`, seems like some support is missing.