gpadiolleau
gpadiolleau
Any news about this ? Mistral 3 is still not supported
## Update I wrote a second script in bash to use the Roboflow CLI and same problem appears.... I ended up finding that the error came from me ! I...
I upgraded roboflow from 1.1.43 to 1.1.44, but still get the same error. Images are simple RGB .jpg images of maximum size about ~160ko. The following code produces the error...
As additional information: I downloaded a Roboflow dataset with python API and then tried to upload it to another new fresh project with Python API and still get the same...
Unfortunately, I ran a simple script to check if any image ids or annotation ids are duplicate (looking for the case you described) but I have no duplicates in my...
Hey @venkatram-dev, I'm coming with news ! It seems you changed something because the "unknown error" disappeared, that's good news ! However, I now get a new error (more meaningful!)...
Hi, Haha, i thought you were ! Nice, thanks for the tip `annotation_overwrite=True` seems to work !
**Update** I updated to `nvcr.io/nvidia/tritonserver:24.08-py3` with Nvidia driver `560.35.03` and CUDA `12.6`, but get the same problem. Going deeper into the logs to found that: ``` I0905 12:18:31.251273 30850 infer_request.cc:905]...
**Update** Still in `nvcr.io/nvidia/tritonserver:24.08-py3` with Nvidia driver `560.35.03` and CUDA `12.6`. I converted my ensemble model into BLS, to check if it is really the ensemble scheduler that causes the...
I just made further tests to try to understand. I just built a VERY simple ensemble with two python models `simple_add.py` and `simple_sub.py`. ``` name: "simple_add" backend: "python" max_batch_size: 0...