Rafael Pierre
Rafael Pierre
## 🐛 Bug **Describe the bug** Icevision stopped working with the latest `sahi` release (0.11.0). When trying to do: `from icevision.all import *` I get: `ModuleNotFoundError: No module named 'sahi.model'`...
## 🐛 Bug **Describe the bug** When trying to use `yolov5==6.2.3` with `icevision==0.12.0` I get the following error: ```python 8 from yolov5.models.yolo import Model 9 from yolov5.utils.downloads import attempt_download --->...
### 🚀 The feature Right now mainly proprietary LLMs are supported. Would be great to also support DIY/OSS LLMs - for instance, hosted in [Databricks Model Serving](https://docs.databricks.com/en/machine-learning/model-serving/index.html) endpoints. Or more...
## Expected Behavior Users should be able to convert Airflow DAGs to PyJaws ones ## Current Behavior ## Steps to Reproduce (for bugs) ## Context ## Your Environment * pyjaws...