@huggingface/tasks 0.10.7 → 0.10.8

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.
package/dist/index.cjs CHANGED
@@ -5548,6 +5548,14 @@ var SKUS = {
5548
5548
  tflops: 16.6,
5549
5549
  memory: [8]
5550
5550
  },
5551
+ "RTX 3060 Ti": {
5552
+ tflops: 16.2,
5553
+ memory: [8]
5554
+ },
5555
+ "RTX 3060": {
5556
+ tflops: 12.74,
5557
+ memory: [12, 8]
5558
+ },
5551
5559
  "RTX 2060 Mobile": {
5552
5560
  tflops: 9.22,
5553
5561
  memory: [6]
package/dist/index.js CHANGED
@@ -5510,6 +5510,14 @@ var SKUS = {
5510
5510
  tflops: 16.6,
5511
5511
  memory: [8]
5512
5512
  },
5513
+ "RTX 3060 Ti": {
5514
+ tflops: 16.2,
5515
+ memory: [8]
5516
+ },
5517
+ "RTX 3060": {
5518
+ tflops: 12.74,
5519
+ memory: [12, 8]
5520
+ },
5513
5521
  "RTX 2060 Mobile": {
5514
5522
  tflops: 9.22,
5515
5523
  memory: [6]
@@ -116,6 +116,14 @@ export declare const SKUS: {
116
116
  tflops: number;
117
117
  memory: number[];
118
118
  };
119
+ "RTX 3060 Ti": {
120
+ tflops: number;
121
+ memory: number[];
122
+ };
123
+ "RTX 3060": {
124
+ tflops: number;
125
+ memory: number[];
126
+ };
119
127
  "RTX 2060 Mobile": {
120
128
  tflops: number;
121
129
  memory: number[];
@@ -1 +1 @@
1
- {"version":3,"file":"hardware.d.ts","sourceRoot":"","sources":["../../src/hardware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iDAAiD,QAAW,CAAC;AAC1E,eAAO,MAAM,yDAAyD,QAAW,CAAC;AAClF,eAAO,MAAM,oCAAoC,QAAU,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,+CAA+C,QAAW,CAAC;AAExE,MAAM,WAAW,YAAY;IAC5B;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,UAAqD,CAAC;AAEzF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSuD,CAAC;AAEzE,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,IAAI,CAAC"}
1
+ {"version":3,"file":"hardware.d.ts","sourceRoot":"","sources":["../../src/hardware.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,iDAAiD,QAAW,CAAC;AAC1E,eAAO,MAAM,yDAAyD,QAAW,CAAC;AAClF,eAAO,MAAM,oCAAoC,QAAU,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,+CAA+C,QAAW,CAAC;AAExE,MAAM,WAAW,YAAY;IAC5B;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,UAAqD,CAAC;AAEzF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2SuD,CAAC;AAEzE,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,IAAI,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
3
  "packageManager": "pnpm@8.10.5",
4
- "version": "0.10.7",
4
+ "version": "0.10.8",
5
5
  "description": "List of ML tasks for huggingface.co/tasks",
6
6
  "repository": "https://github.com/huggingface/huggingface.js.git",
7
7
  "publishConfig": {
package/src/hardware.ts CHANGED
@@ -120,6 +120,14 @@ export const SKUS = {
120
120
  tflops: 16.6,
121
121
  memory: [8],
122
122
  },
123
+ "RTX 3060 Ti": {
124
+ tflops: 16.2,
125
+ memory: [8],
126
+ },
127
+ "RTX 3060": {
128
+ tflops: 12.74,
129
+ memory: [12, 8],
130
+ },
123
131
  "RTX 2060 Mobile": {
124
132
  tflops: 9.22,
125
133
  memory: [6],