-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update tasks with new models and apps #1229
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for the PR, left some suggestions and please revert the changes to hardware.ts
@@ -150,7 +150,7 @@ export const SKUS = { | |||
}, | |||
"RTX 4090 Mobile": { | |||
tflops: 32.98, | |||
memory: [16] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this your linter? - maybe revert changes to this file or lint again?
}, | ||
{ | ||
description: "Strong image-text-to-text model focused on documents.", | ||
id: "stepfun-ai/GOT-OCR2_0", | ||
id: "allenai/olmOCR-7B-0225-preview", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
description: "Image-text-to-text model with reasoning capabilities.", | ||
id: "Qwen/QVQ-72B-Preview", | ||
description: "Image-text-to-text model with agentic capabilities.", | ||
id: "microsoft/Magma-8B", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id: "microsoft/Magma-8B", | |
id: "ibm-granite/granite-vision-3.2-2b", |
Too much MSFT, showing variety in orgs is nice IMO
@@ -70,7 +70,7 @@ const taskData: TaskDataCustom = { | |||
}, | |||
{ | |||
description: "A cutting-edge object detection application.", | |||
id: "Ultralytics/YOLO11", | |||
id: "sunsmarterjieleaf/yolov12", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they are still making yolos lmao
@@ -76,7 +76,7 @@ const taskData: TaskDataCustom = { | |||
}, | |||
{ | |||
description: "A very powerful model with reasoning capabilities.", | |||
id: "PowerInfer/SmallThinker-3B-Preview", | |||
id: "qihoo360/TinyR1-32B-Preview", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit dodgy - I'd skip this one and maybe keep the original one or use
id: "qihoo360/TinyR1-32B-Preview", | |
id: "simplescaling/s1.1-32B", |
@@ -41,7 +41,7 @@ const taskData: TaskDataCustom = { | |||
}, | |||
{ | |||
description: "A robust depth estimation model.", | |||
id: "apple/DepthPro", | |||
id: "apple/DepthPro-hf", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yes!
@@ -27,6 +27,10 @@ const taskData: TaskDataCustom = { | |||
description: "A robust keypoint detection model.", | |||
id: "magic-leap-community/superpoint", | |||
}, | |||
{ | |||
description: "A robust keypoint feature matching model.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: "A robust keypoint feature matching model.", | |
description: "A robust keypoint matching model.", |
}, | ||
{ | ||
description: "Fast and accurate object detection model trained on COCO and Object365 datasets.", | ||
id: "PekingU/rtdetr_r18vd_coco_o365", | ||
description: "Fast and accurate open-source object detection model.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dab-detr-resnet-50 is open source too, isn't it?
cc @pcuenca @Vaibhavs10 when you get a bandwidth 🤝