-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TorchFX] Test implementation of YoloV8 is removed (#2858)
### Changes Test implementation of YoloV8 is removed from tests models ### Reason for changes To align with latest ultralytics models
- Loading branch information
1 parent
80c612e
commit 655f296
Showing
9 changed files
with
191 additions
and
2,140 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/torch/data/reference_graphs/fx/reference_metatypes/yolov8n.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ timm==0.9.2 | |
# Required for torch/fx tests | ||
torchvision | ||
fastdownload==0.0.7 | ||
ultralytics==8.2.56 |
Oops, something went wrong.