Jesse Hostetler
Jesse Hostetler
## Bug Report **What did you do?** Installed OLM via `operator-sdk`. Installation looks fine. Then tried to install operators from OperatorHub.io (I tried MongoDB and Strimzi). E.g., ``` kubectl create...
### Long story short The operator will fail a few attempts to watch a resource with a "Connection reset by peer" error, then stop processing events altogether with no further...
### Describe the bug When running `openllm build` with `BENTOML_HOME=/foobar` (for example): 1. First, the model weights are downloaded to a directory under `$HOME` (in my case, under `/root` because...
### Is your feature request related to a problem? Please describe. I am using VSCode. I have a multi-language project structured like this: ``` project-root/ python/ jvm/ pom.xml src/main/scala/... ```...
**Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the [FAQs](https://ai.meta.com/llama/faq/) and [existing/past issues](https://github.com/facebookresearch/llama/issues)** ## Describe the bug I am downloading the Llama-3-8b-Instruct...