@huggingface/tasks 0.19.49 → 0.19.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,7 +157,7 @@ exports.SKUS = {
157
157
  },
158
158
  "RTX 4090D": {
159
159
  tflops: 79.49,
160
- memory: [24],
160
+ memory: [24, 48],
161
161
  },
162
162
  "RTX 4090 Mobile": {
163
163
  tflops: 32.98,
@@ -154,7 +154,7 @@ export const SKUS = {
154
154
  },
155
155
  "RTX 4090D": {
156
156
  tflops: 79.49,
157
- memory: [24],
157
+ memory: [24, 48],
158
158
  },
159
159
  "RTX 4090 Mobile": {
160
160
  tflops: 32.98,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
- "version": "0.19.49",
3
+ "version": "0.19.50",
4
4
  "description": "List of ML tasks for huggingface.co/tasks",
5
5
  "repository": "https://github.com/huggingface/huggingface.js.git",
6
6
  "publishConfig": {
package/src/hardware.ts CHANGED
@@ -176,7 +176,7 @@ export const SKUS = {
176
176
  },
177
177
  "RTX 4090D": {
178
178
  tflops: 79.49,
179
- memory: [24],
179
+ memory: [24, 48],
180
180
  },
181
181
  "RTX 4090 Mobile": {
182
182
  tflops: 32.98,