Thomas Friedel
Thomas Friedel
This PR updates cortex to Kubernetes 1.26 and also updates most components to newer versions as described in versions.md. An attempt to upgrade to Kubernetes 1.27 was made, but it...
There's this new paper: [How Does Unlabeled Data Provably Help Out-of-Distribution Detection?](https://openreview.net/forum?id=jlEjB8MVGa) by Xuefeng Du, Zhen Fang, Ilias Diakonikolas, and Yixuan Li Performance is quite good according to their paper...
Thanks for creating this very useful benchmark! I think it could be even more valuable by including more real-world like datasets. E.g. https://arxiv.org/abs/1911.11132 or https://arxiv.org/abs/2209.11960
### What happened? I'm using LiteLLM ( ghcr.io/berriai/litellm:main-v1.26.3 ) as a caching proxy for chatgpt as part of a docker-compose setup. I run about 100 chat completions and sometimes it...
I created an initial backup to google drive and tried to restore it. After a couple of chunks I see the message "Chunk ace650f76d28f021eac474012a398490cf0241c1a7fee43ae3e984c182819dbe can't be found" and the restore...
If I reopen a notebook in jupyterlab (jupyterlab was restarted) instead of the progressbars I see this: Error creating widget: could not find model. It seems there needs to be...
I've been trying to get this to run, but I didn't succeed. The README is outdated and mentions Caddy as a webserver. The Caddyfile doesn't exist anymore and it seems...
use LazyLoadDict and shelve for detections to reduce memory consumption supposed to go with https://github.com/roboflow/supervision/pull/353
I run autodistill like this: ```sh autodistill --base "grounded_sam" --model_type detection --epochs 50 --upload-to-roboflow False --target "yolov8" --ontology '{"caption": "label"}' --output ./dataset -y True ./images/ ``` The images folder contains...
When using ChatGPT to solve today's solution it's first attempt was buggy. I then responded with: "Sorry, this is incorrect. Can you find the errors in your solution?" It found...