-
Notifications
You must be signed in to change notification settings - Fork 415
Add more hw options #1498
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
Add more hw options #1498
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.
Thanks a lot! Looks good to me, let's wait for @pcuenca to take a look as well! 🔥
packages/tasks/src/hardware.ts
Outdated
@@ -278,7 +278,7 @@ export const SKUS = { | |||
}, | |||
"RTX 2080 Ti": { | |||
tflops: 26.9, | |||
memory: [11], | |||
memory: [11, 22], //Modded 2080ti can be easily found in Taobao/Alibaba |
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.
lol, I'm not sure we should enter this rabbit hole, there are plenty of unofficial mods out there. Let's see how it goes cc @Vaibhavs10
Failing test seems unrelated. |
In this PR, I added some more hardware available in Hardware Settings:
The TFlops spec is from TechPowerUp