soleblaze

Results 8 comments of soleblaze

OTel is becoming the new defacto way to do it. I’ve been wanting a project where I can set this up. I’ll take a look at this sometime in the...

I'm getting a Mac Studio M2 Ultra this week. I'm currently planning on using it as a server. When I setup localai I'll create some instructions and put in a...

The model config needs both `gpu_layers: 1` and `f16: true` to work. Turns out I was missing `f16: true`.

It currently works in localAI without that PR. I'm trying not to think too hard about that one. It sounds like the path to madness.

Does the key extracted look like an actual SSH key or is it mostly full of As or other characters?

Thanks, I fixed the issue which causes the error message to display when it pulls out an rsa key. Was the rsa.rsa key you pulled out blank or full of...

Thanks for the gist. The data is imported in ASN.1 format by ssh-add. The offsets are from that format. I believe that this data is freed, but not cleared so...

fitbit disabled support for oauth1 and the plugin doesn't support oauth2. oauth2 is a bit of a pain to setup. I modified the module to support oauth2. I'm going to...