9876691
9876691
I have a use case where I'd like to use LMTP (https://tools.ietf.org/html/rfc2033). I think this might not be too difficult to add as it's basically SMTP with 1 or 2...
**Describe the solution you'd like** The ability to generate sealed secrets. https://github.com/bitnami-labs/sealed-secrets. A sealed secret looks the same as a secret however the data is encrypted. ```yaml apiVersion: bitnami.com/v1alpha1 kind:...
I like the idea of using build.rs to implement cache busting for static files. I've used a hand coded technique similar to Ructe but instead of including the file in...
Support for rust enum? I appear to be able to serialize a struct with an enum, but can't deserialize. Is this feature supported? Code below gives Err(Error { message: "not...
`cargo add` is now part of cargo. https://doc.rust-lang.org/cargo/commands/cargo-add.html So it would be nice to be able to run `cargo add cornucopia` and that's it. It may mean simplifying the current...
Could you add some notes to the Docker section on how to run inference? I tried ```sh docker run -it --gpus all mosaicml/llm-foundry:2.0.1_cu118-latest bash ``` But there doesn't seem to...
**What went wrong?** If you run `earthly +build` on this Earthfile it crashes. If you comment the ARG back in it's fine. ``` VERSION 0.7 FROM ubuntu build: COPY --if-exists...
## Expected Behavior When I refer the user to `/oauth2/sign_out` then after `oauth2 proxy` deletes it's cookies it would be great if we redirect the user to the end session...
When using a cloud provider you always need TLS. That's a good thing. All the examples for cornucopia use NoTLS, that's OK. All the examples for deadpool use NoTLS. https://github.com/bikeshedder/deadpool/tree/master/examples...
It would be nice to see a kind of hello world for this. For example, do we start with the ggml_graph and add operations?