8000 Add support for RTX 5070 Ti in hardware.ts (#1327) · huggingface/huggingface.js@53cfd37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53cfd37

Browse files
flavourFran BoonVaibhavs10
authored
Add support for RTX 5070 Ti in hardware.ts (#1327)
Co-authored-by: Fran Boon <francis.boon@oxehealth.com> Co-authored-by: vb <vaibhavs10@gmail.com>
1 parent b78689e commit 53cfd37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ export const SKUS = {
148148
tflops: 23.22,
149149
memory: [8],
150150
},
151+
"RTX 5070 Ti": {
152+
tflops: 43.94,
153+
memory: [16],
154+
},
151155
"RTX 4090": {
152156
tflops: 82.58,
153157
memory: [24],

0 commit comments

Comments
 (0)
0