@huggingface/tasks 0.20.25 → 0.21.1
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/commonjs/hardware-amd.d.ts.map +1 -1
- package/dist/commonjs/hardware-amd.js +87 -0
- package/dist/commonjs/hardware-nvidia.d.ts.map +1 -1
- package/dist/commonjs/hardware-nvidia.js +339 -0
- package/dist/commonjs/hardware.d.ts +283 -0
- package/dist/commonjs/hardware.d.ts.map +1 -1
- package/dist/commonjs/hardware.js +257 -1
- package/dist/commonjs/model-libraries-snippets.d.ts +2 -0
- package/dist/commonjs/model-libraries-snippets.d.ts.map +1 -1
- package/dist/commonjs/model-libraries-snippets.js +57 -3
- package/dist/commonjs/model-libraries.d.ts +37 -1
- package/dist/commonjs/model-libraries.d.ts.map +1 -1
- package/dist/commonjs/model-libraries.js +36 -0
- package/dist/esm/hardware-amd.d.ts.map +1 -1
- package/dist/esm/hardware-amd.js +87 -0
- package/dist/esm/hardware-nvidia.d.ts.map +1 -1
- package/dist/esm/hardware-nvidia.js +339 -0
- package/dist/esm/hardware.d.ts +283 -0
- package/dist/esm/hardware.d.ts.map +1 -1
- package/dist/esm/hardware.js +257 -1
- package/dist/esm/model-libraries-snippets.d.ts +2 -0
- package/dist/esm/model-libraries-snippets.d.ts.map +1 -1
- package/dist/esm/model-libraries-snippets.js +52 -0
- package/dist/esm/model-libraries.d.ts +37 -1
- package/dist/esm/model-libraries.d.ts.map +1 -1
- package/dist/esm/model-libraries.js +36 -0
- package/package.json +1 -1
- package/src/hardware-amd.ts +87 -0
- package/src/hardware-nvidia.ts +339 -0
- package/src/hardware.ts +284 -1
- package/src/model-libraries-snippets.ts +64 -0
- package/src/model-libraries.ts +36 -0
|
@@ -273,6 +273,14 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
273
273
|
filter: false;
|
|
274
274
|
countDownloads: string;
|
|
275
275
|
};
|
|
276
|
+
collectorvision: {
|
|
277
|
+
prettyLabel: string;
|
|
278
|
+
repoName: string;
|
|
279
|
+
repoUrl: string;
|
|
280
|
+
snippets: (model: ModelData) => string[];
|
|
281
|
+
filter: false;
|
|
282
|
+
countDownloads: string;
|
|
283
|
+
};
|
|
276
284
|
colipri: {
|
|
277
285
|
prettyLabel: string;
|
|
278
286
|
repoName: string;
|
|
@@ -429,6 +437,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
429
437
|
filter: false;
|
|
430
438
|
countDownloads: string;
|
|
431
439
|
};
|
|
440
|
+
encoderfile: {
|
|
441
|
+
prettyLabel: string;
|
|
442
|
+
repoName: string;
|
|
443
|
+
repoUrl: string;
|
|
444
|
+
filter: false;
|
|
445
|
+
countDownloads: string;
|
|
446
|
+
};
|
|
432
447
|
espnet: {
|
|
433
448
|
prettyLabel: string;
|
|
434
449
|
repoName: string;
|
|
@@ -934,6 +949,14 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
934
949
|
filter: false;
|
|
935
950
|
countDownloads: string;
|
|
936
951
|
};
|
|
952
|
+
multimolecule: {
|
|
953
|
+
prettyLabel: string;
|
|
954
|
+
repoName: string;
|
|
955
|
+
repoUrl: string;
|
|
956
|
+
docsUrl: string;
|
|
957
|
+
snippets: (model: ModelData) => string[];
|
|
958
|
+
filter: false;
|
|
959
|
+
};
|
|
937
960
|
nemo: {
|
|
938
961
|
prettyLabel: string;
|
|
939
962
|
repoName: string;
|
|
@@ -1193,6 +1216,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1193
1216
|
filter: false;
|
|
1194
1217
|
countDownloads: string;
|
|
1195
1218
|
};
|
|
1219
|
+
sapiens2: {
|
|
1220
|
+
prettyLabel: string;
|
|
1221
|
+
repoName: string;
|
|
1222
|
+
repoUrl: string;
|
|
1223
|
+
filter: false;
|
|
1224
|
+
countDownloads: string;
|
|
1225
|
+
};
|
|
1196
1226
|
seedvr: {
|
|
1197
1227
|
prettyLabel: string;
|
|
1198
1228
|
repoName: string;
|
|
@@ -1460,6 +1490,12 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1460
1490
|
repoUrl: string;
|
|
1461
1491
|
countDownloads: string;
|
|
1462
1492
|
};
|
|
1493
|
+
trellis2: {
|
|
1494
|
+
prettyLabel: string;
|
|
1495
|
+
repoName: string;
|
|
1496
|
+
repoUrl: string;
|
|
1497
|
+
countDownloads: string;
|
|
1498
|
+
};
|
|
1463
1499
|
ultralytics: {
|
|
1464
1500
|
prettyLabel: string;
|
|
1465
1501
|
repoName: string;
|
|
@@ -1617,5 +1653,5 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
1617
1653
|
};
|
|
1618
1654
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
1619
1655
|
export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[];
|
|
1620
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "aviation-ner" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "bionemo" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "colipri" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "espnet" | "eupe" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glm-tts" | "glyph-byt5" | "granite-library" | "grok" | "habibi-tts" | "hallo" | "hermes" | "holomotion" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "hy-worldplay" | "hy-world-2" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "intellifold" | "ising-decoding" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lyra-2.0" | "lagernvs" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "mamba-ssm" | "manas-1" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "ml-sharp" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "nemo" | "nv-medtech" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pocket-tts" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "qwen3_tts" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "robo-orchard-lab" | "saelens" | "sam2" | "sam-3d-body" | "sam-3d-objects" | "same" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "skala" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "supertonic" | "swarmformer" | "synthefy-migas" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "vismatch" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "videox_fun" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "yolov26" | "zonos" | "3dtopia-xl")[];
|
|
1656
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "aviation-ner" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "bboxmaskpose" | "ben2" | "bertopic" | "big_vision" | "bionemo" | "birder" | "birefnet" | "bm25s" | "boltzgen" | "cancertathomev2" | "cartesia_pytorch" | "cartesia_mlx" | "champ" | "chatterbox" | "chaossim" | "chat_tts" | "chronos-forecasting" | "clara" | "clipscope" | "cloud-agents" | "collectorvision" | "colipri" | "cosyvoice" | "cotracker" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "dia2" | "diff-interpretation-tuning" | "diffree" | "diffusers" | "diffusionkit" | "docking-at-home" | "doctr" | "edsnlp" | "elm" | "encoderfile" | "espnet" | "eupe" | "fairseq" | "fastai" | "fastprint" | "fasttext" | "fixer" | "flair" | "fme" | "gemma.cpp" | "geometry-crafter" | "gliner" | "gliner2" | "glm-tts" | "glyph-byt5" | "granite-library" | "grok" | "habibi-tts" | "hallo" | "hermes" | "holomotion" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "hunyuanworld-voyager" | "hy-worldplay" | "hy-world-2" | "image-matching-models" | "imstoucan" | "index-tts" | "infinitetalk" | "infinite-you" | "intellifold" | "ising-decoding" | "keras" | "tf-keras" | "keras-hub" | "kernels" | "kimi-audio" | "kittentts" | "kronos" | "k2" | "lyra-2.0" | "lagernvs" | "lightning-ir" | "litert" | "litert-lm" | "lerobot" | "lightglue" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "magenta-realtime" | "mamba-ssm" | "manas-1" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "ml-sharp" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "mtvcraft" | "multimolecule" | "nemo" | "nv-medtech" | "open-oasis" | "open_clip" | "openpeerllm" | "open-sora" | "outetts" | "paddlenlp" | "PaddleOCR" | "peft" | "perception-encoder" | "phantom-wan" | "pocket-tts" | "pruna-ai" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "quantumpeer" | "qwen3_tts" | "recurrentgemma" | "relik" | "refiners" | "renderformer" | "reverb" | "rkllm" | "robo-orchard-lab" | "saelens" | "sam2" | "sam-3d-body" | "sam-3d-objects" | "same" | "sample-factory" | "sap-rpt-1-oss" | "sapiens" | "sapiens2" | "seedvr" | "self-forcing" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "monkeyocr" | "diffusion-single-file" | "seed-story" | "skala" | "soloaudio" | "songbloom" | "stable-baselines3" | "stanza" | "supertonic" | "swarmformer" | "synthefy-migas" | "f5-tts" | "genmo" | "tencent-song-generation" | "tensorflowtts" | "tensorrt" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "trellis2" | "ultralytics" | "univa" | "uni-3dar" | "unity-sentis" | "sana" | "videoprism" | "vfi-mamba" | "vismatch" | "lvface" | "voicecraft" | "voxcpm" | "vui" | "vibevoice" | "videox_fun" | "wan2.2" | "wham" | "whisperkit" | "yolov10" | "yolov26" | "zonos" | "3dtopia-xl")[];
|
|
1621
1657
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"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"}
|
|
@@ -269,6 +269,14 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
269
269
|
filter: false,
|
|
270
270
|
countDownloads: `path:"setup.py"`,
|
|
271
271
|
},
|
|
272
|
+
collectorvision: {
|
|
273
|
+
prettyLabel: "CollectorVision",
|
|
274
|
+
repoName: "CollectorVision",
|
|
275
|
+
repoUrl: "https://github.com/HanClinto/CollectorVision",
|
|
276
|
+
snippets: snippets.collectorvision,
|
|
277
|
+
filter: false,
|
|
278
|
+
countDownloads: `path_extension:"onnx"`,
|
|
279
|
+
},
|
|
272
280
|
colipri: {
|
|
273
281
|
prettyLabel: "COLIPRI",
|
|
274
282
|
repoName: "COLIPRI",
|
|
@@ -426,6 +434,13 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
426
434
|
filter: false,
|
|
427
435
|
countDownloads: `path_filename:"slicex_elm_config" AND path_extension:"json"`,
|
|
428
436
|
},
|
|
437
|
+
encoderfile: {
|
|
438
|
+
prettyLabel: "encoderfile",
|
|
439
|
+
repoName: "encoderfile",
|
|
440
|
+
repoUrl: "https://github.com/mozilla-ai/encoderfile",
|
|
441
|
+
filter: false,
|
|
442
|
+
countDownloads: `path_extension:"encoderfile"`,
|
|
443
|
+
},
|
|
429
444
|
espnet: {
|
|
430
445
|
prettyLabel: "ESPnet",
|
|
431
446
|
repoName: "ESPnet",
|
|
@@ -932,6 +947,14 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
932
947
|
filter: false,
|
|
933
948
|
countDownloads: `path:"vae/3d-vae.pt"`,
|
|
934
949
|
},
|
|
950
|
+
multimolecule: {
|
|
951
|
+
prettyLabel: "MultiMolecule",
|
|
952
|
+
repoName: "MultiMolecule",
|
|
953
|
+
repoUrl: "https://github.com/MultiMolecule/multimolecule",
|
|
954
|
+
docsUrl: "https://multimolecule.danling.org",
|
|
955
|
+
snippets: snippets.multimolecule,
|
|
956
|
+
filter: false,
|
|
957
|
+
},
|
|
935
958
|
nemo: {
|
|
936
959
|
prettyLabel: "NeMo",
|
|
937
960
|
repoName: "NeMo",
|
|
@@ -1194,6 +1217,13 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
1194
1217
|
filter: false,
|
|
1195
1218
|
countDownloads: `path_extension:"pt2" OR path_extension:"pth" OR path_extension:"onnx"`,
|
|
1196
1219
|
},
|
|
1220
|
+
sapiens2: {
|
|
1221
|
+
prettyLabel: "sapiens2",
|
|
1222
|
+
repoName: "sapiens2",
|
|
1223
|
+
repoUrl: "https://github.com/facebookresearch/sapiens2",
|
|
1224
|
+
filter: false,
|
|
1225
|
+
countDownloads: `path_extension:"safetensors"`,
|
|
1226
|
+
},
|
|
1197
1227
|
seedvr: {
|
|
1198
1228
|
prettyLabel: "SeedVR",
|
|
1199
1229
|
repoName: "SeedVR",
|
|
@@ -1461,6 +1491,12 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
1461
1491
|
repoUrl: "https://github.com/microsoft/TRELLIS",
|
|
1462
1492
|
countDownloads: `path_extension:"safetensors"`,
|
|
1463
1493
|
},
|
|
1494
|
+
trellis2: {
|
|
1495
|
+
prettyLabel: "TRELLIS.2",
|
|
1496
|
+
repoName: "TRELLIS.2",
|
|
1497
|
+
repoUrl: "https://github.com/microsoft/TRELLIS.2",
|
|
1498
|
+
countDownloads: `path_extension:"safetensors"`,
|
|
1499
|
+
},
|
|
1464
1500
|
ultralytics: {
|
|
1465
1501
|
prettyLabel: "ultralytics",
|
|
1466
1502
|
repoName: "ultralytics",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"hardware-amd.d.ts","sourceRoot":"","sources":["../../src/hardware-amd.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAyO3D,CAAC"}
|
package/dist/esm/hardware-amd.js
CHANGED
|
@@ -3,145 +3,232 @@ export const AMD_GPU_SKUS = {
|
|
|
3
3
|
tflops: 383.0,
|
|
4
4
|
memory: [192],
|
|
5
5
|
gfxVersion: "gfx942",
|
|
6
|
+
msrp: 15_000,
|
|
7
|
+
power: 750,
|
|
8
|
+
releaseYear: 2023,
|
|
6
9
|
},
|
|
7
10
|
MI250: {
|
|
8
11
|
tflops: 362.1,
|
|
9
12
|
memory: [128],
|
|
10
13
|
gfxVersion: "gfx90a",
|
|
14
|
+
msrp: 10_000,
|
|
15
|
+
power: 560,
|
|
16
|
+
releaseYear: 2021,
|
|
11
17
|
},
|
|
12
18
|
MI210: {
|
|
13
19
|
tflops: 181.0,
|
|
14
20
|
memory: [64],
|
|
15
21
|
gfxVersion: "gfx90a",
|
|
22
|
+
msrp: 8_000,
|
|
23
|
+
power: 300,
|
|
24
|
+
releaseYear: 2022,
|
|
16
25
|
},
|
|
17
26
|
MI100: {
|
|
18
27
|
tflops: 184.6,
|
|
19
28
|
memory: [32],
|
|
20
29
|
gfxVersion: "gfx908",
|
|
30
|
+
msrp: 6_400,
|
|
31
|
+
power: 300,
|
|
32
|
+
releaseYear: 2020,
|
|
21
33
|
},
|
|
22
34
|
MI60: {
|
|
23
35
|
tflops: 29.5,
|
|
24
36
|
memory: [32],
|
|
25
37
|
gfxVersion: "gfx906",
|
|
38
|
+
msrp: 3_000,
|
|
39
|
+
power: 300,
|
|
40
|
+
releaseYear: 2018,
|
|
26
41
|
},
|
|
27
42
|
MI50: {
|
|
28
43
|
tflops: 26.5,
|
|
29
44
|
memory: [16, 32],
|
|
30
45
|
gfxVersion: "gfx906",
|
|
46
|
+
msrp: 1_800,
|
|
47
|
+
power: 300,
|
|
48
|
+
releaseYear: 2018,
|
|
31
49
|
},
|
|
32
50
|
"R9700 PRO": {
|
|
33
51
|
tflops: 95.7,
|
|
34
52
|
memory: [32],
|
|
35
53
|
gfxVersion: "gfx1201",
|
|
54
|
+
msrp: 1_250,
|
|
55
|
+
power: 300,
|
|
56
|
+
releaseYear: 2025,
|
|
36
57
|
},
|
|
37
58
|
"RX 9070 XT": {
|
|
38
59
|
tflops: 97.32,
|
|
39
60
|
memory: [16],
|
|
40
61
|
gfxVersion: "gfx1201",
|
|
62
|
+
msrp: 600,
|
|
63
|
+
power: 304,
|
|
64
|
+
releaseYear: 2025,
|
|
41
65
|
},
|
|
42
66
|
"RX 9070": {
|
|
43
67
|
tflops: 72.25,
|
|
44
68
|
memory: [16],
|
|
45
69
|
gfxVersion: "gfx1201",
|
|
70
|
+
msrp: 550,
|
|
71
|
+
power: 220,
|
|
72
|
+
releaseYear: 2025,
|
|
46
73
|
},
|
|
47
74
|
"RX 9060 XT": {
|
|
48
75
|
tflops: 51.28,
|
|
49
76
|
memory: [8, 16],
|
|
50
77
|
gfxVersion: "gfx1200",
|
|
78
|
+
msrp: 350,
|
|
79
|
+
power: 160,
|
|
80
|
+
releaseYear: 2025,
|
|
51
81
|
},
|
|
52
82
|
"PRO W7900": {
|
|
53
83
|
tflops: 122.6,
|
|
54
84
|
memory: [48],
|
|
55
85
|
gfxVersion: "gfx1100",
|
|
86
|
+
msrp: 4_000,
|
|
87
|
+
power: 295,
|
|
88
|
+
releaseYear: 2023,
|
|
56
89
|
},
|
|
57
90
|
"PRO W7800": {
|
|
58
91
|
tflops: 90.5,
|
|
59
92
|
memory: [32, 48],
|
|
60
93
|
gfxVersion: "gfx1100",
|
|
94
|
+
msrp: 2_500,
|
|
95
|
+
power: 260,
|
|
96
|
+
releaseYear: 2023,
|
|
61
97
|
},
|
|
62
98
|
"RX 7900 XTX": {
|
|
63
99
|
tflops: 122.8,
|
|
64
100
|
memory: [24],
|
|
65
101
|
gfxVersion: "gfx1100",
|
|
102
|
+
msrp: 1_000,
|
|
103
|
+
power: 355,
|
|
104
|
+
releaseYear: 2022,
|
|
66
105
|
},
|
|
67
106
|
"RX 7900 XT": {
|
|
68
107
|
tflops: 103.0,
|
|
69
108
|
memory: [20],
|
|
70
109
|
gfxVersion: "gfx1100",
|
|
110
|
+
msrp: 900,
|
|
111
|
+
power: 315,
|
|
112
|
+
releaseYear: 2022,
|
|
71
113
|
},
|
|
72
114
|
"RX 7900 GRE": {
|
|
73
115
|
tflops: 91.96,
|
|
74
116
|
memory: [16],
|
|
75
117
|
gfxVersion: "gfx1100",
|
|
118
|
+
msrp: 550,
|
|
119
|
+
power: 260,
|
|
120
|
+
releaseYear: 2023,
|
|
76
121
|
},
|
|
77
122
|
"RX 7800 XT": {
|
|
78
123
|
tflops: 74.65,
|
|
79
124
|
memory: [16],
|
|
80
125
|
gfxVersion: "gfx1101",
|
|
126
|
+
msrp: 500,
|
|
127
|
+
power: 263,
|
|
128
|
+
releaseYear: 2023,
|
|
81
129
|
},
|
|
82
130
|
"RX 7700 XT": {
|
|
83
131
|
tflops: 70.34,
|
|
84
132
|
memory: [12],
|
|
85
133
|
gfxVersion: "gfx1101",
|
|
134
|
+
msrp: 450,
|
|
135
|
+
power: 245,
|
|
136
|
+
releaseYear: 2023,
|
|
86
137
|
},
|
|
87
138
|
"RX 7600 XT": {
|
|
88
139
|
tflops: 45.14,
|
|
89
140
|
memory: [16, 8],
|
|
90
141
|
gfxVersion: "gfx1102",
|
|
142
|
+
msrp: 350,
|
|
143
|
+
power: 190,
|
|
144
|
+
releaseYear: 2024,
|
|
91
145
|
},
|
|
92
146
|
"RX 6950 XT": {
|
|
93
147
|
tflops: 47.31,
|
|
94
148
|
memory: [16],
|
|
95
149
|
gfxVersion: "gfx1030",
|
|
150
|
+
msrp: 1_100,
|
|
151
|
+
power: 335,
|
|
152
|
+
releaseYear: 2022,
|
|
96
153
|
},
|
|
97
154
|
"RX 6800": {
|
|
98
155
|
tflops: 32.33,
|
|
99
156
|
memory: [16],
|
|
100
157
|
gfxVersion: "gfx1030",
|
|
158
|
+
msrp: 600,
|
|
159
|
+
power: 250,
|
|
160
|
+
releaseYear: 2020,
|
|
101
161
|
},
|
|
102
162
|
"RX 6700 XT": {
|
|
103
163
|
tflops: 26.43,
|
|
104
164
|
memory: [12],
|
|
105
165
|
gfxVersion: "gfx1031",
|
|
166
|
+
msrp: 500,
|
|
167
|
+
power: 230,
|
|
168
|
+
releaseYear: 2021,
|
|
106
169
|
},
|
|
107
170
|
"RX 6700": {
|
|
108
171
|
tflops: 22.58,
|
|
109
172
|
memory: [10],
|
|
110
173
|
gfxVersion: "gfx1031",
|
|
174
|
+
msrp: 500,
|
|
175
|
+
power: 175,
|
|
176
|
+
releaseYear: 2022,
|
|
111
177
|
},
|
|
112
178
|
"RX 6650 XT": {
|
|
113
179
|
tflops: 21.59,
|
|
114
180
|
memory: [8],
|
|
115
181
|
gfxVersion: "gfx1032",
|
|
182
|
+
msrp: 400,
|
|
183
|
+
power: 180,
|
|
184
|
+
releaseYear: 2022,
|
|
116
185
|
},
|
|
117
186
|
"RX 6600 XT": {
|
|
118
187
|
tflops: 21.21,
|
|
119
188
|
memory: [8],
|
|
120
189
|
gfxVersion: "gfx1032",
|
|
190
|
+
msrp: 400,
|
|
191
|
+
power: 160,
|
|
192
|
+
releaseYear: 2021,
|
|
121
193
|
},
|
|
122
194
|
"RX 6600": {
|
|
123
195
|
tflops: 17.86,
|
|
124
196
|
memory: [8],
|
|
125
197
|
gfxVersion: "gfx1032",
|
|
198
|
+
msrp: 350,
|
|
199
|
+
power: 132,
|
|
200
|
+
releaseYear: 2021,
|
|
126
201
|
},
|
|
127
202
|
"RX 5500 XT": {
|
|
128
203
|
tflops: 10.39,
|
|
129
204
|
memory: [4, 8],
|
|
130
205
|
gfxVersion: "gfx1012",
|
|
206
|
+
msrp: 200,
|
|
207
|
+
power: 130,
|
|
208
|
+
releaseYear: 2019,
|
|
131
209
|
},
|
|
132
210
|
"Radeon Pro V620": {
|
|
133
211
|
tflops: 40.55,
|
|
134
212
|
memory: [32],
|
|
135
213
|
gfxVersion: "gfx1030",
|
|
214
|
+
msrp: 3_000,
|
|
215
|
+
power: 300,
|
|
216
|
+
releaseYear: 2021,
|
|
136
217
|
},
|
|
137
218
|
"Radeon Pro VII": {
|
|
138
219
|
tflops: 26.11,
|
|
139
220
|
memory: [16, 32],
|
|
140
221
|
gfxVersion: "gfx906",
|
|
222
|
+
msrp: 1_900,
|
|
223
|
+
power: 250,
|
|
224
|
+
releaseYear: 2020,
|
|
141
225
|
},
|
|
142
226
|
"Ryzen AI Max+ 395": {
|
|
143
227
|
tflops: 59.4,
|
|
144
228
|
memory: [64, 96, 128],
|
|
145
229
|
gfxVersion: "gfx1151",
|
|
230
|
+
msrp: 1_500,
|
|
231
|
+
power: 120,
|
|
232
|
+
releaseYear: 2025,
|
|
146
233
|
},
|
|
147
234
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardware-nvidia.d.ts","sourceRoot":"","sources":["../../src/hardware-nvidia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC1B;AAED,oBAAY,yBAAyB;IACpC,eAAe,OAAO;IACtB,aAAa,KAAO;IACpB,SAAS,KAAO;IAChB,MAAM,IAAM;IACZ,YAAY,MAAM;IAClB,IAAI,MAAM;IACV,UAAU,MAAM;IAChB,MAAM,IAAM;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,KAAK,IAAM;IACX,YAAY,MAAM;IAClB,MAAM,MAAM;IACZ,iBAAiB,IAAM;IACvB,OAAO,MAAM;CACb;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"hardware-nvidia.d.ts","sourceRoot":"","sources":["../../src/hardware-nvidia.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,iBAAiB,EAAE,MAAM,CAAC;CAC1B;AAED,oBAAY,yBAAyB;IACpC,eAAe,OAAO;IACtB,aAAa,KAAO;IACpB,SAAS,KAAO;IAChB,MAAM,IAAM;IACZ,YAAY,MAAM;IAClB,IAAI,MAAM;IACV,UAAU,MAAM;IAChB,MAAM,IAAM;IACZ,MAAM,MAAM;IACZ,MAAM,MAAM;IACZ,KAAK,IAAM;IACX,YAAY,MAAM;IAClB,MAAM,MAAM;IACZ,iBAAiB,IAAM;IACvB,OAAO,MAAM;CACb;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAy4B1D,CAAC"}
|