Adrian Lyjak
Adrian Lyjak
I tried building the dockerfile, but it's using `go get`, which is deprecated on the version of go installed in the base image: ``` => [build 5/6] RUN wget http://www.sentex.net/~mwandel/jhead/jhead-3.04.tar.gz...
After upgrading kamon, mongo instrumentation stopped working (I am using mongo-scala-driver=2.8.0). I traced this down to the fact that the legacy mongo-driver instrumentation and the new mongo-driver share the same...
Repository Description: > This guide should help fellow researchers and hobbyists to easily automate and accelerate there deep leaning training with their own Kubernetes GPU cluster. should be > accelerate...
#### Description (required) Updates cloudflare adapter docs for features to-be-added in https://github.com/withastro/adapters/pull/251. This change enhances `wasmModuleImports` to support more extensions. The change is non-breaking, since the existing `wasmModuleImports` option will...
I'm attempting to cluster ~600k short texts (reviews). The process goes ok up until it logs that it's assigning noise points to clusters. It spends close to an hour embedding...
Has this been attempted with a different base model? Seems like mistral 7B or at least llama 2 might be a better starting place now. If you think it'd be...
A follow on feature to #249 ## Changes - In addition to the existing wasm imports, this [adds support for loading `.bin` and `.txt` files within cloudflare pages functions](https://developers.cloudflare.com/pages/functions/module-support/) -...
This was discussed fairly thoroughly in #426, the issue to add GPU support, but that's been fixed, so figured I'd open a new issue to keep this particular feature visible....
### Description There's a vulnerability affecting golang.org/x/crypto, and it's recommended to upgrade to 0.31 https://nvd.nist.gov/vuln/detail/CVE-2024-45337 ### Issue Type Bug ### Operating System _No response_ ### Node Version Node 18.x ###...
This would be better to mount to each deployment at a sub-path, but this was just a quick hack as a demo. This shouldn't be merged, just putting it here...