Skip to content

Commit

Permalink
add path ext to yolov8 and yolov10
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve Noyan authored and Merve Noyan committed Jan 9, 2025
1 parent 5cdf3f2 commit e32f38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
repoUrl: "https://github.com/ultralytics/ultralytics",
docsUrl: "https://github.com/ultralytics/ultralytics",
filter: false,
countDownloads: `path_extension:"pt"`,
snippets: snippets.yolov8,
},
yolov10: {
prettyLabel: "YOLOv10",
repoName: "yolov10",
repoUrl: "https://github.com/THU-MIG/yolov10",
docsUrl: "https://github.com/THU-MIG/yolov10",
countDownloads: `path_extension:"pt"`,
snippets: snippets.yolov10,
},
whisperkit: {
Expand Down

0 comments on commit e32f38d

Please sign in to comment.