Burhan
Burhan
Seems to be issue with `half` https://github.com/pytorch/pytorch/issues/131958#issuecomment-2256798811 but this also has a _massive_ impact on inference speed
Looks like this is fixed in a PyTorch nightly build `torch-2.5.0.dev20240726+cu121` https://github.com/pytorch/pytorch/issues/131958#issuecomment-2257343415
@inisis I'm guessing (not 100% certain) that ONNX detail would be specific to the format. Currently, the implementation I have is agnostic to the file format and is primarily looking...
Waiting on fix in #16699 to update and re-run CI tests.
@Laughing-q thanks! So right now, you can use ```sh yolo info model=yolo11n.pt ``` To add the arguments info definitely sounds like a cool idea! Given the circumstances, I was thinking...
## New docs section for `yolo info`  ## Example Output Previews Previews are collapsed by default.   ## Application using `bash` and `PowerShell` Example(s) showing how to find...
- Functions for CI tests combined to single test - Add example in error message when `FileNotFound` is raised - Include text highlights to help with visibility - Documentation updated...
Resolved conflicts with `main`
@glenn-jocher I no longer have permissions to push to this branch.
@KozlovKY sorry I missed your message. I can't remember what versions of Ultralytics or SparseML I used when I opened this PR. I was able to successfully output a model...