@huggingface/tasks 0.11.6 → 0.11.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 +151 -51
- package/dist/index.js +151 -51
- package/dist/src/hardware.d.ts +4 -0
- package/dist/src/hardware.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/local-apps.d.ts +16 -3
- package/dist/src/local-apps.d.ts.map +1 -1
- package/dist/src/model-libraries-snippets.d.ts +3 -0
- package/dist/src/model-libraries-snippets.d.ts.map +1 -1
- package/dist/src/model-libraries.d.ts +29 -2
- package/dist/src/model-libraries.d.ts.map +1 -1
- package/dist/src/pipelines.d.ts +8 -2
- package/dist/src/pipelines.d.ts.map +1 -1
- package/dist/src/tasks/feature-extraction/data.d.ts.map +1 -1
- package/dist/src/tasks/image-feature-extraction/data.d.ts.map +1 -1
- package/dist/src/tasks/index.d.ts.map +1 -1
- package/dist/src/tasks/text-generation/data.d.ts.map +1 -1
- package/package.json +4 -1
- package/src/hardware.ts +4 -0
- package/src/index.ts +1 -1
- package/src/local-apps.ts +49 -23
- package/src/model-libraries-snippets.ts +42 -0
- package/src/model-libraries.ts +27 -0
- package/src/pipelines.ts +6 -0
- package/src/tasks/feature-extraction/data.ts +5 -1
- package/src/tasks/image-feature-extraction/data.ts +7 -3
- package/src/tasks/image-segmentation/data.ts +4 -4
- package/src/tasks/image-text-to-text/about.md +2 -0
- package/src/tasks/image-text-to-text/data.ts +1 -1
- package/src/tasks/image-to-image/data.ts +2 -2
- package/src/tasks/index.ts +2 -0
- package/src/tasks/mask-generation/data.ts +4 -4
- package/src/tasks/text-generation/data.ts +16 -12
- package/src/tasks/text-to-image/data.ts +3 -3
package/dist/index.js
CHANGED
|
@@ -1350,6 +1350,12 @@ var PIPELINE_DATA = {
|
|
|
1350
1350
|
modality: "cv",
|
|
1351
1351
|
color: "indigo"
|
|
1352
1352
|
},
|
|
1353
|
+
"video-text-to-text": {
|
|
1354
|
+
name: "Video-Text-to-Text",
|
|
1355
|
+
modality: "multimodal",
|
|
1356
|
+
color: "blue",
|
|
1357
|
+
hideInDatasets: true
|
|
1358
|
+
},
|
|
1353
1359
|
other: {
|
|
1354
1360
|
name: "Other",
|
|
1355
1361
|
modality: "other",
|
|
@@ -1693,8 +1699,12 @@ var taskData5 = {
|
|
|
1693
1699
|
],
|
|
1694
1700
|
spaces: [
|
|
1695
1701
|
{
|
|
1696
|
-
description: "A leaderboard to rank
|
|
1702
|
+
description: "A leaderboard to rank text feature extraction models based on a benchmark.",
|
|
1697
1703
|
id: "mteb/leaderboard"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
description: "A leaderboard to rank best feature extraction models based on human feedback.",
|
|
1707
|
+
id: "mteb/arena"
|
|
1698
1708
|
}
|
|
1699
1709
|
],
|
|
1700
1710
|
summary: "Feature extraction is the task of extracting features learnt in a model.",
|
|
@@ -1899,15 +1909,19 @@ var taskData8 = {
|
|
|
1899
1909
|
},
|
|
1900
1910
|
{
|
|
1901
1911
|
description: "A strong image feature extraction model.",
|
|
1902
|
-
id: "
|
|
1912
|
+
id: "nvidia/MambaVision-T-1K"
|
|
1903
1913
|
},
|
|
1904
1914
|
{
|
|
1905
|
-
description: "A robust image feature extraction
|
|
1915
|
+
description: "A robust image feature extraction model.",
|
|
1906
1916
|
id: "facebook/dino-vitb16"
|
|
1907
1917
|
},
|
|
1908
1918
|
{
|
|
1909
|
-
description: "Strong image
|
|
1919
|
+
description: "Strong image feature extraction model made for information retrieval from documents.",
|
|
1910
1920
|
id: "vidore/colpali"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
description: "Strong image feature extraction model that can be used on images and documents.",
|
|
1924
|
+
id: "OpenGVLab/InternViT-6B-448px-V1-2"
|
|
1911
1925
|
}
|
|
1912
1926
|
],
|
|
1913
1927
|
spaces: [],
|
|
@@ -1959,8 +1973,8 @@ var taskData9 = {
|
|
|
1959
1973
|
],
|
|
1960
1974
|
models: [
|
|
1961
1975
|
{
|
|
1962
|
-
description: "
|
|
1963
|
-
id: "
|
|
1976
|
+
description: "An image-to-image model to improve image resolution.",
|
|
1977
|
+
id: "fal/AuraSR-v2"
|
|
1964
1978
|
},
|
|
1965
1979
|
{
|
|
1966
1980
|
description: "A model that increases the resolution of an image.",
|
|
@@ -2178,7 +2192,7 @@ var taskData11 = {
|
|
|
2178
2192
|
],
|
|
2179
2193
|
summary: "Image-text-to-text models take in an image and text prompt and output text. These models are also called vision-language models, or VLMs. The difference from image-to-text models is that these models take an additional text input, not restricting the model to certain use cases like image captioning, and may also be trained to accept a conversation as input.",
|
|
2180
2194
|
widgetModels: ["microsoft/kosmos-2-patch14-224"],
|
|
2181
|
-
youtubeId: ""
|
|
2195
|
+
youtubeId: "IoGaGfU1CIg"
|
|
2182
2196
|
};
|
|
2183
2197
|
var data_default11 = taskData11;
|
|
2184
2198
|
|
|
@@ -2229,16 +2243,16 @@ var taskData12 = {
|
|
|
2229
2243
|
id: "facebook/detr-resnet-50-panoptic"
|
|
2230
2244
|
},
|
|
2231
2245
|
{
|
|
2232
|
-
description: "
|
|
2233
|
-
id: "
|
|
2246
|
+
description: "Background removal model.",
|
|
2247
|
+
id: "briaai/RMBG-1.4"
|
|
2234
2248
|
},
|
|
2235
2249
|
{
|
|
2236
2250
|
description: "Semantic segmentation model trained on ADE20k benchmark dataset with 512x512 resolution.",
|
|
2237
2251
|
id: "nvidia/segformer-b0-finetuned-ade-512-512"
|
|
2238
2252
|
},
|
|
2239
2253
|
{
|
|
2240
|
-
description: "
|
|
2241
|
-
id: "
|
|
2254
|
+
description: "A multipurpose image segmentation model for high resolution images.",
|
|
2255
|
+
id: "ZhengPeng7/BiRefNet"
|
|
2242
2256
|
},
|
|
2243
2257
|
{
|
|
2244
2258
|
description: "Panoptic segmentation model trained COCO (common objects) dataset.",
|
|
@@ -2302,13 +2316,13 @@ var taskData13 = {
|
|
|
2302
2316
|
},
|
|
2303
2317
|
{
|
|
2304
2318
|
description: "Very strong mask generation model.",
|
|
2305
|
-
id: "facebook/
|
|
2319
|
+
id: "facebook/sam2-hiera-large"
|
|
2306
2320
|
}
|
|
2307
2321
|
],
|
|
2308
2322
|
spaces: [
|
|
2309
2323
|
{
|
|
2310
|
-
description: "An application that combines a mask generation model with
|
|
2311
|
-
id: "
|
|
2324
|
+
description: "An application that combines a mask generation model with a zero-shot object detection model for text-guided image segmentation.",
|
|
2325
|
+
id: "merve/OWLSAM2"
|
|
2312
2326
|
},
|
|
2313
2327
|
{
|
|
2314
2328
|
description: "An application that compares the performance of a large and a small mask generation model.",
|
|
@@ -2316,7 +2330,7 @@ var taskData13 = {
|
|
|
2316
2330
|
},
|
|
2317
2331
|
{
|
|
2318
2332
|
description: "An application based on an improved mask generation model.",
|
|
2319
|
-
id: "
|
|
2333
|
+
id: "SkalskiP/segment-anything-model-2"
|
|
2320
2334
|
},
|
|
2321
2335
|
{
|
|
2322
2336
|
description: "An application to remove objects from videos using mask generation models.",
|
|
@@ -3012,15 +3026,15 @@ var taskData24 = {
|
|
|
3012
3026
|
models: [
|
|
3013
3027
|
{
|
|
3014
3028
|
description: "One of the most powerful image generation models that can generate realistic outputs.",
|
|
3015
|
-
id: "
|
|
3029
|
+
id: "black-forest-labs/FLUX.1-dev"
|
|
3016
3030
|
},
|
|
3017
3031
|
{
|
|
3018
3032
|
description: "A powerful yet fast image generation model.",
|
|
3019
3033
|
id: "latent-consistency/lcm-lora-sdxl"
|
|
3020
3034
|
},
|
|
3021
3035
|
{
|
|
3022
|
-
description: "
|
|
3023
|
-
id: "
|
|
3036
|
+
description: "Text-to-image model for photorealistic generation.",
|
|
3037
|
+
id: "Kwai-Kolors/Kolors"
|
|
3024
3038
|
},
|
|
3025
3039
|
{
|
|
3026
3040
|
description: "A powerful text-to-image model.",
|
|
@@ -3381,6 +3395,10 @@ var taskData29 = {
|
|
|
3381
3395
|
{
|
|
3382
3396
|
description: "An instruction dataset with preference ratings on responses.",
|
|
3383
3397
|
id: "openbmb/UltraFeedback"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
description: "A large synthetic dataset for alignment of text generation models.",
|
|
3401
|
+
id: "argilla/magpie-ultra-v0.1"
|
|
3384
3402
|
}
|
|
3385
3403
|
],
|
|
3386
3404
|
demo: {
|
|
@@ -3411,32 +3429,32 @@ var taskData29 = {
|
|
|
3411
3429
|
],
|
|
3412
3430
|
models: [
|
|
3413
3431
|
{
|
|
3414
|
-
description: "A
|
|
3415
|
-
id: "
|
|
3432
|
+
description: "A text-generation model trained to follow instructions.",
|
|
3433
|
+
id: "google/gemma-2-2b-it"
|
|
3416
3434
|
},
|
|
3417
3435
|
{
|
|
3418
|
-
description: "A
|
|
3436
|
+
description: "A code generation model that can generate code in 80+ languages.",
|
|
3419
3437
|
id: "bigcode/starcoder"
|
|
3420
3438
|
},
|
|
3421
3439
|
{
|
|
3422
|
-
description: "
|
|
3423
|
-
id: "
|
|
3440
|
+
description: "Very powerful text generation model trained to follow instructions.",
|
|
3441
|
+
id: "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
|
3424
3442
|
},
|
|
3425
3443
|
{
|
|
3426
3444
|
description: "Small yet powerful text generation model.",
|
|
3427
|
-
id: "microsoft/
|
|
3445
|
+
id: "microsoft/Phi-3-mini-4k-instruct"
|
|
3428
3446
|
},
|
|
3429
3447
|
{
|
|
3430
|
-
description: "A very powerful model that can
|
|
3431
|
-
id: "
|
|
3448
|
+
description: "A very powerful model that can solve mathematical problems.",
|
|
3449
|
+
id: "AI-MO/NuminaMath-7B-TIR"
|
|
3432
3450
|
},
|
|
3433
3451
|
{
|
|
3434
|
-
description: "
|
|
3435
|
-
id: "HuggingFaceH4/
|
|
3452
|
+
description: "Strong coding assistant model.",
|
|
3453
|
+
id: "HuggingFaceH4/starchat2-15b-v0.1"
|
|
3436
3454
|
},
|
|
3437
3455
|
{
|
|
3438
3456
|
description: "Very strong open-source large language model.",
|
|
3439
|
-
id: "
|
|
3457
|
+
id: "mistralai/Mistral-Nemo-Instruct-2407"
|
|
3440
3458
|
}
|
|
3441
3459
|
],
|
|
3442
3460
|
spaces: [
|
|
@@ -3463,7 +3481,7 @@ var taskData29 = {
|
|
|
3463
3481
|
],
|
|
3464
3482
|
summary: "Generating text is the task of generating new text given another text. These models can, for example, fill in incomplete text or paraphrase.",
|
|
3465
3483
|
widgetModels: ["HuggingFaceH4/zephyr-7b-beta"],
|
|
3466
|
-
youtubeId: "
|
|
3484
|
+
youtubeId: "e9gNEAlsOvU"
|
|
3467
3485
|
};
|
|
3468
3486
|
var data_default29 = taskData29;
|
|
3469
3487
|
|
|
@@ -4188,6 +4206,7 @@ var TASKS_MODEL_LIBRARIES = {
|
|
|
4188
4206
|
],
|
|
4189
4207
|
translation: ["transformers", "transformers.js"],
|
|
4190
4208
|
"unconditional-image-generation": ["diffusers"],
|
|
4209
|
+
"video-text-to-text": ["transformers"],
|
|
4191
4210
|
"visual-question-answering": ["transformers", "transformers.js"],
|
|
4192
4211
|
"voice-activity-detection": [],
|
|
4193
4212
|
"zero-shot-classification": ["transformers", "transformers.js"],
|
|
@@ -4247,6 +4266,7 @@ var TASKS_DATA = {
|
|
|
4247
4266
|
"token-classification": getData("token-classification", data_default26),
|
|
4248
4267
|
translation: getData("translation", data_default27),
|
|
4249
4268
|
"unconditional-image-generation": getData("unconditional-image-generation", data_default31),
|
|
4269
|
+
"video-text-to-text": getData("video-text-to-text", data_default16),
|
|
4250
4270
|
"visual-question-answering": getData("visual-question-answering", data_default33),
|
|
4251
4271
|
"voice-activity-detection": void 0,
|
|
4252
4272
|
"zero-shot-classification": getData("zero-shot-classification", data_default34),
|
|
@@ -4484,6 +4504,23 @@ tokenizer = keras_nlp.models.Tokenizer.from_preset("hf://${model.id}")
|
|
|
4484
4504
|
backbone = keras_nlp.models.Backbone.from_preset("hf://${model.id}")
|
|
4485
4505
|
`
|
|
4486
4506
|
];
|
|
4507
|
+
var llama_cpp_python = (model) => [
|
|
4508
|
+
`from llama_cpp import Llama
|
|
4509
|
+
|
|
4510
|
+
llm = Llama.from_pretrained(
|
|
4511
|
+
repo_id="${model.id}",
|
|
4512
|
+
filename="{{GGUF_FILE}}",
|
|
4513
|
+
)
|
|
4514
|
+
|
|
4515
|
+
llm.create_chat_completion(
|
|
4516
|
+
messages = [
|
|
4517
|
+
{
|
|
4518
|
+
"role": "user",
|
|
4519
|
+
"content": "What is the capital of France?"
|
|
4520
|
+
}
|
|
4521
|
+
]
|
|
4522
|
+
)`
|
|
4523
|
+
];
|
|
4487
4524
|
var tf_keras = (model) => [
|
|
4488
4525
|
`# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
|
|
4489
4526
|
# See https://github.com/keras-team/tf-keras for more details.
|
|
@@ -4610,6 +4647,15 @@ var timm = (model) => [
|
|
|
4610
4647
|
|
|
4611
4648
|
model = timm.create_model("hf_hub:${model.id}", pretrained=True)`
|
|
4612
4649
|
];
|
|
4650
|
+
var saelens = () => [
|
|
4651
|
+
`# pip install sae-lens
|
|
4652
|
+
from sae_lens import SAE
|
|
4653
|
+
|
|
4654
|
+
sae, cfg_dict, sparsity = SAE.from_pretrained(
|
|
4655
|
+
release = "RELEASE_ID", # e.g., "gpt2-small-res-jb". See other options in https://github.com/jbloomAus/SAELens/blob/main/sae_lens/pretrained_saes.yaml
|
|
4656
|
+
sae_id = "SAE_ID", # e.g., "blocks.8.hook_resid_pre". Won't always be a hook point
|
|
4657
|
+
)`
|
|
4658
|
+
];
|
|
4613
4659
|
var skopsPickle = (model, modelFile) => {
|
|
4614
4660
|
return [
|
|
4615
4661
|
`import joblib
|
|
@@ -4902,6 +4948,19 @@ wavs = chat.infer(texts, )
|
|
|
4902
4948
|
|
|
4903
4949
|
torchaudio.save("output1.wav", torch.from_numpy(wavs[0]), 24000)`
|
|
4904
4950
|
];
|
|
4951
|
+
var birefnet = (model) => [
|
|
4952
|
+
`# Option 1: use with transformers
|
|
4953
|
+
|
|
4954
|
+
from transformers import AutoModelForImageSegmentation
|
|
4955
|
+
birefnet = AutoModelForImageSegmentation.from_pretrained("${model.id}", trust_remote_code=True)
|
|
4956
|
+
`,
|
|
4957
|
+
`# Option 2: use with BiRefNet
|
|
4958
|
+
|
|
4959
|
+
# Install from https://github.com/ZhengPeng7/BiRefNet
|
|
4960
|
+
|
|
4961
|
+
from models.birefnet import BiRefNet
|
|
4962
|
+
model = BiRefNet.from_pretrained("${model.id}")`
|
|
4963
|
+
];
|
|
4905
4964
|
var mlx = (model) => [
|
|
4906
4965
|
`pip install huggingface_hub hf_transfer
|
|
4907
4966
|
|
|
@@ -5032,6 +5091,13 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
5032
5091
|
filter: false,
|
|
5033
5092
|
countDownloads: `path_extension:"npz"`
|
|
5034
5093
|
},
|
|
5094
|
+
birefnet: {
|
|
5095
|
+
prettyLabel: "BiRefNet",
|
|
5096
|
+
repoName: "BiRefNet",
|
|
5097
|
+
repoUrl: "https://github.com/ZhengPeng7/BiRefNet",
|
|
5098
|
+
snippets: birefnet,
|
|
5099
|
+
filter: false
|
|
5100
|
+
},
|
|
5035
5101
|
bm25s: {
|
|
5036
5102
|
prettyLabel: "BM25S",
|
|
5037
5103
|
repoName: "bm25s",
|
|
@@ -5225,6 +5291,12 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
5225
5291
|
filter: false,
|
|
5226
5292
|
countDownloads: `path:"liveportrait/landmark.onnx"`
|
|
5227
5293
|
},
|
|
5294
|
+
"llama-cpp-python": {
|
|
5295
|
+
prettyLabel: "llama-cpp-python",
|
|
5296
|
+
repoName: "llama-cpp-python",
|
|
5297
|
+
repoUrl: "https://github.com/abetlen/llama-cpp-python",
|
|
5298
|
+
snippets: llama_cpp_python
|
|
5299
|
+
},
|
|
5228
5300
|
mindspore: {
|
|
5229
5301
|
prettyLabel: "MindSpore",
|
|
5230
5302
|
repoName: "mindspore",
|
|
@@ -5340,6 +5412,20 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
5340
5412
|
filter: false,
|
|
5341
5413
|
countDownloads: `path:"tokenizer.model"`
|
|
5342
5414
|
},
|
|
5415
|
+
saelens: {
|
|
5416
|
+
prettyLabel: "SAELens",
|
|
5417
|
+
repoName: "SAELens",
|
|
5418
|
+
repoUrl: "https://github.com/jbloomAus/SAELens",
|
|
5419
|
+
snippets: saelens,
|
|
5420
|
+
filter: false
|
|
5421
|
+
},
|
|
5422
|
+
sam2: {
|
|
5423
|
+
prettyLabel: "sam2",
|
|
5424
|
+
repoName: "sam2",
|
|
5425
|
+
repoUrl: "https://github.com/facebookresearch/segment-anything-2",
|
|
5426
|
+
filter: false,
|
|
5427
|
+
countDownloads: `path_extension:"pt"`
|
|
5428
|
+
},
|
|
5343
5429
|
"sample-factory": {
|
|
5344
5430
|
prettyLabel: "sample-factory",
|
|
5345
5431
|
repoName: "sample-factory",
|
|
@@ -6084,6 +6170,10 @@ var SKUS = {
|
|
|
6084
6170
|
tflops: 12,
|
|
6085
6171
|
memory: [16]
|
|
6086
6172
|
},
|
|
6173
|
+
"RTX A4000": {
|
|
6174
|
+
tflops: 19.2,
|
|
6175
|
+
memory: [16]
|
|
6176
|
+
},
|
|
6087
6177
|
A100: {
|
|
6088
6178
|
tflops: 77.97,
|
|
6089
6179
|
memory: [80, 40]
|
|
@@ -6443,27 +6533,38 @@ function isGgufModel(model) {
|
|
|
6443
6533
|
return model.tags.includes("gguf");
|
|
6444
6534
|
}
|
|
6445
6535
|
var snippetLlamacpp = (model, filepath) => {
|
|
6536
|
+
const command = (binary) => [
|
|
6537
|
+
"# Load and run the model:",
|
|
6538
|
+
`${binary} \\`,
|
|
6539
|
+
` --hf-repo "${model.id}" \\`,
|
|
6540
|
+
` --hf-file ${filepath ?? "{{GGUF_FILE}}"} \\`,
|
|
6541
|
+
' -p "You are a helpful assistant" \\',
|
|
6542
|
+
" --conversation"
|
|
6543
|
+
].join("\n");
|
|
6446
6544
|
return [
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6545
|
+
{
|
|
6546
|
+
title: "Install from brew",
|
|
6547
|
+
setup: "brew install llama.cpp",
|
|
6548
|
+
content: command("llama-cli")
|
|
6549
|
+
},
|
|
6550
|
+
{
|
|
6551
|
+
title: "Use pre-built binary",
|
|
6552
|
+
setup: [
|
|
6553
|
+
// prettier-ignore
|
|
6554
|
+
"# Download pre-built binary from:",
|
|
6555
|
+
"# https://github.com/ggerganov/llama.cpp/releases"
|
|
6556
|
+
].join("\n"),
|
|
6557
|
+
content: command("./llama-cli")
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
title: "Build from source code",
|
|
6561
|
+
setup: [
|
|
6562
|
+
"git clone https://github.com/ggerganov/llama.cpp.git",
|
|
6563
|
+
"cd llama.cpp",
|
|
6564
|
+
"LLAMA_CURL=1 make llama-cli"
|
|
6565
|
+
].join("\n"),
|
|
6566
|
+
content: command("./llama-cli")
|
|
6567
|
+
}
|
|
6467
6568
|
];
|
|
6468
6569
|
};
|
|
6469
6570
|
var LOCAL_APPS = {
|
|
@@ -6551,7 +6652,6 @@ var LOCAL_APPS = {
|
|
|
6551
6652
|
docsUrl: "https://diffusionbee.com",
|
|
6552
6653
|
mainTask: "text-to-image",
|
|
6553
6654
|
macOSOnly: true,
|
|
6554
|
-
comingSoon: true,
|
|
6555
6655
|
displayOnModelPage: (model) => model.library_name === "diffusers" && model.pipeline_tag === "text-to-image",
|
|
6556
6656
|
deeplink: (model) => new URL(`diffusionbee://open_from_hf?model=${model.id}`)
|
|
6557
6657
|
}
|
package/dist/src/hardware.d.ts
CHANGED
|
@@ -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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuYuD,CAAC;AAEzE,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,IAAI,CAAC"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { snippets };
|
|
|
14
14
|
export { SKUS, DEFAULT_MEMORY_OPTIONS } from "./hardware";
|
|
15
15
|
export type { HardwareSpec, SkuType } from "./hardware";
|
|
16
16
|
export { LOCAL_APPS } from "./local-apps";
|
|
17
|
-
export type { LocalApp, LocalAppKey } from "./local-apps";
|
|
17
|
+
export type { LocalApp, LocalAppKey, LocalAppSnippet } from "./local-apps";
|
|
18
18
|
export { DATASET_LIBRARIES_UI_ELEMENTS } from "./dataset-libraries";
|
|
19
19
|
export type { DatasetLibraryUiElement, DatasetLibraryKey } from "./dataset-libraries";
|
|
20
20
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AACjE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC9E,cAAc,SAAS,CAAC;AACxB,OAAO,EACN,aAAa,EACb,cAAc,EACd,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,UAAU,EACV,eAAe,EACf,aAAa,EACb,kBAAkB,GAClB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AACxH,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC3E,YAAY,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACtF,YAAY,EACX,aAAa,EACb,sBAAsB,EACtB,gCAAgC,EAChC,8BAA8B,EAC9B,kCAAkC,EAClC,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,gCAAgC,EAChC,2BAA2B,EAC3B,gCAAgC,EAChC,8BAA8B,EAC9B,sBAAsB,EACtB,8BAA8B,EAC9B,mBAAmB,EACnB,sBAAsB,EACtB,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,GACvB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAE7D,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,OAAO,EAAE,IAAI,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAC1D,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AACjE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC9E,cAAc,SAAS,CAAC;AACxB,OAAO,EACN,aAAa,EACb,cAAc,EACd,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,UAAU,EACV,eAAe,EACf,aAAa,EACb,kBAAkB,GAClB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AACxH,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC3E,YAAY,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACtF,YAAY,EACX,aAAa,EACb,sBAAsB,EACtB,gCAAgC,EAChC,8BAA8B,EAC9B,kCAAkC,EAClC,uBAAuB,EACvB,sBAAsB,EACtB,oCAAoC,EACpC,gCAAgC,EAChC,2BAA2B,EAC3B,gCAAgC,EAChC,8BAA8B,EAC9B,sBAAsB,EACtB,8BAA8B,EAC9B,mBAAmB,EACnB,sBAAsB,EACtB,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,GACvB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAE7D,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,OAAO,EAAE,IAAI,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAC1D,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,QAAQ,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE3E,OAAO,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AACpE,YAAY,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
package/dist/src/local-apps.d.ts
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
import type { ModelData } from "./model-data";
|
|
2
2
|
import type { PipelineType } from "./pipelines";
|
|
3
|
+
export interface LocalAppSnippet {
|
|
4
|
+
/**
|
|
5
|
+
* Title of the snippet
|
|
6
|
+
*/
|
|
7
|
+
title: string;
|
|
8
|
+
/**
|
|
9
|
+
* Optional setup guide
|
|
10
|
+
*/
|
|
11
|
+
setup?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Content (or command) to be run
|
|
14
|
+
*/
|
|
15
|
+
content: string;
|
|
16
|
+
}
|
|
3
17
|
/**
|
|
4
18
|
* Elements configurable by a local app.
|
|
5
19
|
*/
|
|
@@ -35,7 +49,7 @@ export type LocalApp = {
|
|
|
35
49
|
* And if not (mostly llama.cpp), snippet to copy/paste in your terminal
|
|
36
50
|
* Support the placeholder {{GGUF_FILE}} that will be replaced by the gguf file path or the list of available files.
|
|
37
51
|
*/
|
|
38
|
-
snippet: (model: ModelData, filepath?: string) => string | string[];
|
|
52
|
+
snippet: (model: ModelData, filepath?: string) => string | string[] | LocalAppSnippet | LocalAppSnippet[];
|
|
39
53
|
});
|
|
40
54
|
declare function isGgufModel(model: ModelData): boolean;
|
|
41
55
|
/**
|
|
@@ -55,7 +69,7 @@ export declare const LOCAL_APPS: {
|
|
|
55
69
|
docsUrl: string;
|
|
56
70
|
mainTask: "text-generation";
|
|
57
71
|
displayOnModelPage: typeof isGgufModel;
|
|
58
|
-
snippet: (model: ModelData, filepath?: string) =>
|
|
72
|
+
snippet: (model: ModelData, filepath?: string) => LocalAppSnippet[];
|
|
59
73
|
};
|
|
60
74
|
lmstudio: {
|
|
61
75
|
prettyLabel: string;
|
|
@@ -120,7 +134,6 @@ export declare const LOCAL_APPS: {
|
|
|
120
134
|
docsUrl: string;
|
|
121
135
|
mainTask: "text-to-image";
|
|
122
136
|
macOSOnly: true;
|
|
123
|
-
comingSoon: true;
|
|
124
137
|
displayOnModelPage: (model: ModelData) => boolean;
|
|
125
138
|
deeplink: (model: ModelData) => URL;
|
|
126
139
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local-apps.d.ts","sourceRoot":"","sources":["../../src/local-apps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACtB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,kBAAkB,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,OAAO,CAAC;CAClD,GAAG,CACD;IACA;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;CACtD,GACD;IACA;;;OAGG;IACH,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"local-apps.d.ts","sourceRoot":"","sources":["../../src/local-apps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,WAAW,eAAe;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACtB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,kBAAkB,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,OAAO,CAAC;CAClD,GAAG,CACD;IACA;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,GAAG,CAAC;CACtD,GACD;IACA;;;OAGG;IACH,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,EAAE,GAAG,eAAe,GAAG,eAAe,EAAE,CAAC;CACzG,CACH,CAAC;AAEF,iBAAS,WAAW,CAAC,KAAK,EAAE,SAAS,WAEpC;AAuCD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU;;;;;;yBAhDS,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8I5C,CAAC;AAErC,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,UAAU,CAAC"}
|
|
@@ -16,6 +16,7 @@ export declare const flair: (model: ModelData) => string[];
|
|
|
16
16
|
export declare const gliner: (model: ModelData) => string[];
|
|
17
17
|
export declare const keras: (model: ModelData) => string[];
|
|
18
18
|
export declare const keras_nlp: (model: ModelData) => string[];
|
|
19
|
+
export declare const llama_cpp_python: (model: ModelData) => string[];
|
|
19
20
|
export declare const tf_keras: (model: ModelData) => string[];
|
|
20
21
|
export declare const mamba_ssm: (model: ModelData) => string[];
|
|
21
22
|
export declare const mars5_tts: (model: ModelData) => string[];
|
|
@@ -26,6 +27,7 @@ export declare const pyannote_audio_pipeline: (model: ModelData) => string[];
|
|
|
26
27
|
export declare const pyannote_audio: (model: ModelData) => string[];
|
|
27
28
|
export declare const tensorflowtts: (model: ModelData) => string[];
|
|
28
29
|
export declare const timm: (model: ModelData) => string[];
|
|
30
|
+
export declare const saelens: () => string[];
|
|
29
31
|
export declare const sklearn: (model: ModelData) => string[];
|
|
30
32
|
export declare const stable_audio_tools: (model: ModelData) => string[];
|
|
31
33
|
export declare const fastai: (model: ModelData) => string[];
|
|
@@ -45,6 +47,7 @@ export declare const mlAgents: (model: ModelData) => string[];
|
|
|
45
47
|
export declare const sentis: () => string[];
|
|
46
48
|
export declare const voicecraft: (model: ModelData) => string[];
|
|
47
49
|
export declare const chattts: () => string[];
|
|
50
|
+
export declare const birefnet: (model: ModelData) => string[];
|
|
48
51
|
export declare const mlx: (model: ModelData) => string[];
|
|
49
52
|
export declare const mlxim: (model: ModelData) => string[];
|
|
50
53
|
export declare const nemo: (model: ModelData) => string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
|
|
@@ -110,6 +110,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
110
110
|
filter: false;
|
|
111
111
|
countDownloads: string;
|
|
112
112
|
};
|
|
113
|
+
birefnet: {
|
|
114
|
+
prettyLabel: string;
|
|
115
|
+
repoName: string;
|
|
116
|
+
repoUrl: string;
|
|
117
|
+
snippets: (model: ModelData) => string[];
|
|
118
|
+
filter: false;
|
|
119
|
+
};
|
|
113
120
|
bm25s: {
|
|
114
121
|
prettyLabel: string;
|
|
115
122
|
repoName: string;
|
|
@@ -301,6 +308,12 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
301
308
|
filter: false;
|
|
302
309
|
countDownloads: string;
|
|
303
310
|
};
|
|
311
|
+
"llama-cpp-python": {
|
|
312
|
+
prettyLabel: string;
|
|
313
|
+
repoName: string;
|
|
314
|
+
repoUrl: string;
|
|
315
|
+
snippets: (model: ModelData) => string[];
|
|
316
|
+
};
|
|
304
317
|
mindspore: {
|
|
305
318
|
prettyLabel: string;
|
|
306
319
|
repoName: string;
|
|
@@ -416,6 +429,20 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
416
429
|
filter: false;
|
|
417
430
|
countDownloads: string;
|
|
418
431
|
};
|
|
432
|
+
saelens: {
|
|
433
|
+
prettyLabel: string;
|
|
434
|
+
repoName: string;
|
|
435
|
+
repoUrl: string;
|
|
436
|
+
snippets: () => string[];
|
|
437
|
+
filter: false;
|
|
438
|
+
};
|
|
439
|
+
sam2: {
|
|
440
|
+
prettyLabel: string;
|
|
441
|
+
repoName: string;
|
|
442
|
+
repoUrl: string;
|
|
443
|
+
filter: false;
|
|
444
|
+
countDownloads: string;
|
|
445
|
+
};
|
|
419
446
|
"sample-factory": {
|
|
420
447
|
prettyLabel: string;
|
|
421
448
|
repoName: string;
|
|
@@ -578,6 +605,6 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
578
605
|
};
|
|
579
606
|
};
|
|
580
607
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
581
|
-
export declare const ALL_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffree" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
582
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffree" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
608
|
+
export declare const ALL_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "birefnet" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffree" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "llama-cpp-python" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "saelens" | "sam2" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
609
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "birefnet" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffree" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "llama-cpp-python" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "saelens" | "sam2" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
583
610
|
//# 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,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;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":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwiBI,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,2BAA2B,CAAC;AAEvE,eAAO,MAAM,sBAAsB,o/BAAgE,CAAC;AAEpG,eAAO,MAAM,8BAA8B,o/BAQ1B,CAAC"}
|
package/dist/src/pipelines.d.ts
CHANGED
|
@@ -387,6 +387,12 @@ export declare const PIPELINE_DATA: {
|
|
|
387
387
|
modality: "cv";
|
|
388
388
|
color: "indigo";
|
|
389
389
|
};
|
|
390
|
+
"video-text-to-text": {
|
|
391
|
+
name: string;
|
|
392
|
+
modality: "multimodal";
|
|
393
|
+
color: "blue";
|
|
394
|
+
hideInDatasets: true;
|
|
395
|
+
};
|
|
390
396
|
other: {
|
|
391
397
|
name: string;
|
|
392
398
|
modality: "other";
|
|
@@ -397,7 +403,7 @@ export declare const PIPELINE_DATA: {
|
|
|
397
403
|
};
|
|
398
404
|
export type PipelineType = keyof typeof PIPELINE_DATA;
|
|
399
405
|
export type WidgetType = PipelineType | "conversational";
|
|
400
|
-
export declare const PIPELINE_TYPES: ("other" | "text-classification" | "token-classification" | "table-question-answering" | "question-answering" | "zero-shot-classification" | "translation" | "summarization" | "feature-extraction" | "text-generation" | "text2text-generation" | "fill-mask" | "sentence-similarity" | "text-to-speech" | "text-to-audio" | "automatic-speech-recognition" | "audio-to-audio" | "audio-classification" | "voice-activity-detection" | "depth-estimation" | "image-classification" | "object-detection" | "image-segmentation" | "text-to-image" | "image-to-text" | "image-to-image" | "image-to-video" | "unconditional-image-generation" | "video-classification" | "reinforcement-learning" | "robotics" | "tabular-classification" | "tabular-regression" | "tabular-to-text" | "table-to-text" | "multiple-choice" | "text-retrieval" | "time-series-forecasting" | "text-to-video" | "image-text-to-text" | "visual-question-answering" | "document-question-answering" | "zero-shot-image-classification" | "graph-ml" | "mask-generation" | "zero-shot-object-detection" | "text-to-3d" | "image-to-3d" | "image-feature-extraction")[];
|
|
406
|
+
export declare const PIPELINE_TYPES: ("other" | "text-classification" | "token-classification" | "table-question-answering" | "question-answering" | "zero-shot-classification" | "translation" | "summarization" | "feature-extraction" | "text-generation" | "text2text-generation" | "fill-mask" | "sentence-similarity" | "text-to-speech" | "text-to-audio" | "automatic-speech-recognition" | "audio-to-audio" | "audio-classification" | "voice-activity-detection" | "depth-estimation" | "image-classification" | "object-detection" | "image-segmentation" | "text-to-image" | "image-to-text" | "image-to-image" | "image-to-video" | "unconditional-image-generation" | "video-classification" | "reinforcement-learning" | "robotics" | "tabular-classification" | "tabular-regression" | "tabular-to-text" | "table-to-text" | "multiple-choice" | "text-retrieval" | "time-series-forecasting" | "text-to-video" | "image-text-to-text" | "visual-question-answering" | "document-question-answering" | "zero-shot-image-classification" | "graph-ml" | "mask-generation" | "zero-shot-object-detection" | "text-to-3d" | "image-to-3d" | "image-feature-extraction" | "video-text-to-text")[];
|
|
401
407
|
export declare const SUBTASK_TYPES: string[];
|
|
402
|
-
export declare const PIPELINE_TYPES_SET: Set<"other" | "text-classification" | "token-classification" | "table-question-answering" | "question-answering" | "zero-shot-classification" | "translation" | "summarization" | "feature-extraction" | "text-generation" | "text2text-generation" | "fill-mask" | "sentence-similarity" | "text-to-speech" | "text-to-audio" | "automatic-speech-recognition" | "audio-to-audio" | "audio-classification" | "voice-activity-detection" | "depth-estimation" | "image-classification" | "object-detection" | "image-segmentation" | "text-to-image" | "image-to-text" | "image-to-image" | "image-to-video" | "unconditional-image-generation" | "video-classification" | "reinforcement-learning" | "robotics" | "tabular-classification" | "tabular-regression" | "tabular-to-text" | "table-to-text" | "multiple-choice" | "text-retrieval" | "time-series-forecasting" | "text-to-video" | "image-text-to-text" | "visual-question-answering" | "document-question-answering" | "zero-shot-image-classification" | "graph-ml" | "mask-generation" | "zero-shot-object-detection" | "text-to-3d" | "image-to-3d" | "image-feature-extraction">;
|
|
408
|
+
export declare const PIPELINE_TYPES_SET: Set<"other" | "text-classification" | "token-classification" | "table-question-answering" | "question-answering" | "zero-shot-classification" | "translation" | "summarization" | "feature-extraction" | "text-generation" | "text2text-generation" | "fill-mask" | "sentence-similarity" | "text-to-speech" | "text-to-audio" | "automatic-speech-recognition" | "audio-to-audio" | "audio-classification" | "voice-activity-detection" | "depth-estimation" | "image-classification" | "object-detection" | "image-segmentation" | "text-to-image" | "image-to-text" | "image-to-image" | "image-to-video" | "unconditional-image-generation" | "video-classification" | "reinforcement-learning" | "robotics" | "tabular-classification" | "tabular-regression" | "tabular-to-text" | "table-to-text" | "multiple-choice" | "text-retrieval" | "time-series-forecasting" | "text-to-video" | "image-text-to-text" | "visual-question-answering" | "document-question-answering" | "zero-shot-image-classification" | "graph-ml" | "mask-generation" | "zero-shot-object-detection" | "text-to-3d" | "image-to-3d" | "image-feature-extraction" | "video-text-to-text">;
|
|
403
409
|
//# sourceMappingURL=pipelines.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipelines.d.ts","sourceRoot":"","sources":["../../src/pipelines.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,yEAA0E,CAAC;AAElG,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAEnD,eAAO,MAAM,eAAe;;;;;;;;CAQQ,CAAC;AAErC;;;;;;GAMG;AACH,MAAM,WAAW,OAAO;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACb;AAED;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,CAAC;IACjE;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CACzB;AAcD,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"pipelines.d.ts","sourceRoot":"","sources":["../../src/pipelines.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,yEAA0E,CAAC;AAElG,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAEnD,eAAO,MAAM,eAAe;;;;;;;;CAQQ,CAAC;AAErC;;;;;;GAMG;AACH,MAAM,WAAW,OAAO;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACb;AAED;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,CAAC;IACjE;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CACzB;AAcD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAolBc,CAAC;AAEzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,aAAa,CAAC;AAEtD,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG,gBAAgB,CAAC;AAEzD,eAAO,MAAM,cAAc,0mCAA+C,CAAC;AAE3E,eAAO,MAAM,aAAa,UAEN,CAAC;AAErB,eAAO,MAAM,kBAAkB,2mCAA0B,CAAC"}
|