@huggingface/tasks 0.13.0-test → 0.13.0-test2
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.d.cts +4778 -0
- package/dist/index.d.ts +4778 -0
- package/package.json +2 -3
- package/dist/scripts/inference-codegen.d.ts +0 -2
- package/dist/scripts/inference-codegen.d.ts.map +0 -1
- package/dist/scripts/inference-tei-import.d.ts +0 -2
- package/dist/scripts/inference-tei-import.d.ts.map +0 -1
- package/dist/scripts/inference-tgi-import.d.ts +0 -2
- package/dist/scripts/inference-tgi-import.d.ts.map +0 -1
- package/dist/src/dataset-libraries.d.ts +0 -87
- package/dist/src/dataset-libraries.d.ts.map +0 -1
- package/dist/src/default-widget-inputs.d.ts +0 -6
- package/dist/src/default-widget-inputs.d.ts.map +0 -1
- package/dist/src/gguf.d.ts +0 -35
- package/dist/src/gguf.d.ts.map +0 -1
- package/dist/src/hardware.d.ts +0 -478
- package/dist/src/hardware.d.ts.map +0 -1
- package/dist/src/index.d.ts +0 -21
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/library-to-tasks.d.ts +0 -11
- package/dist/src/library-to-tasks.d.ts.map +0 -1
- package/dist/src/local-apps.d.ts +0 -195
- package/dist/src/local-apps.d.ts.map +0 -1
- package/dist/src/model-data.d.ts +0 -146
- package/dist/src/model-data.d.ts.map +0 -1
- package/dist/src/model-libraries-downloads.d.ts +0 -18
- package/dist/src/model-libraries-downloads.d.ts.map +0 -1
- package/dist/src/model-libraries-snippets.d.ts +0 -72
- package/dist/src/model-libraries-snippets.d.ts.map +0 -1
- package/dist/src/model-libraries.d.ts +0 -804
- package/dist/src/model-libraries.d.ts.map +0 -1
- package/dist/src/pipelines.d.ts +0 -425
- package/dist/src/pipelines.d.ts.map +0 -1
- package/dist/src/snippets/common.d.ts +0 -14
- package/dist/src/snippets/common.d.ts.map +0 -1
- package/dist/src/snippets/curl.d.ts +0 -17
- package/dist/src/snippets/curl.d.ts.map +0 -1
- package/dist/src/snippets/curl.spec.d.ts +0 -2
- package/dist/src/snippets/curl.spec.d.ts.map +0 -1
- package/dist/src/snippets/index.d.ts +0 -6
- package/dist/src/snippets/index.d.ts.map +0 -1
- package/dist/src/snippets/inputs.d.ts +0 -4
- package/dist/src/snippets/inputs.d.ts.map +0 -1
- package/dist/src/snippets/js.d.ts +0 -19
- package/dist/src/snippets/js.d.ts.map +0 -1
- package/dist/src/snippets/js.spec.d.ts +0 -2
- package/dist/src/snippets/js.spec.d.ts.map +0 -1
- package/dist/src/snippets/python.d.ts +0 -22
- package/dist/src/snippets/python.d.ts.map +0 -1
- package/dist/src/snippets/python.spec.d.ts +0 -2
- package/dist/src/snippets/python.spec.d.ts.map +0 -1
- package/dist/src/snippets/types.d.ts +0 -12
- package/dist/src/snippets/types.d.ts.map +0 -1
- package/dist/src/tasks/audio-classification/data.d.ts +0 -4
- package/dist/src/tasks/audio-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/audio-classification/inference.d.ts +0 -53
- package/dist/src/tasks/audio-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/audio-to-audio/data.d.ts +0 -4
- package/dist/src/tasks/audio-to-audio/data.d.ts.map +0 -1
- package/dist/src/tasks/automatic-speech-recognition/data.d.ts +0 -4
- package/dist/src/tasks/automatic-speech-recognition/data.d.ts.map +0 -1
- package/dist/src/tasks/automatic-speech-recognition/inference.d.ts +0 -155
- package/dist/src/tasks/automatic-speech-recognition/inference.d.ts.map +0 -1
- package/dist/src/tasks/chat-completion/inference.d.ts +0 -291
- package/dist/src/tasks/chat-completion/inference.d.ts.map +0 -1
- package/dist/src/tasks/depth-estimation/data.d.ts +0 -4
- package/dist/src/tasks/depth-estimation/data.d.ts.map +0 -1
- package/dist/src/tasks/depth-estimation/inference.d.ts +0 -36
- package/dist/src/tasks/depth-estimation/inference.d.ts.map +0 -1
- package/dist/src/tasks/document-question-answering/data.d.ts +0 -4
- package/dist/src/tasks/document-question-answering/data.d.ts.map +0 -1
- package/dist/src/tasks/document-question-answering/inference.d.ts +0 -111
- package/dist/src/tasks/document-question-answering/inference.d.ts.map +0 -1
- package/dist/src/tasks/feature-extraction/data.d.ts +0 -4
- package/dist/src/tasks/feature-extraction/data.d.ts.map +0 -1
- package/dist/src/tasks/feature-extraction/inference.d.ts +0 -38
- package/dist/src/tasks/feature-extraction/inference.d.ts.map +0 -1
- package/dist/src/tasks/fill-mask/data.d.ts +0 -4
- package/dist/src/tasks/fill-mask/data.d.ts.map +0 -1
- package/dist/src/tasks/fill-mask/inference.d.ts +0 -63
- package/dist/src/tasks/fill-mask/inference.d.ts.map +0 -1
- package/dist/src/tasks/image-classification/data.d.ts +0 -4
- package/dist/src/tasks/image-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/image-classification/inference.d.ts +0 -53
- package/dist/src/tasks/image-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/image-feature-extraction/data.d.ts +0 -4
- package/dist/src/tasks/image-feature-extraction/data.d.ts.map +0 -1
- package/dist/src/tasks/image-segmentation/data.d.ts +0 -4
- package/dist/src/tasks/image-segmentation/data.d.ts.map +0 -1
- package/dist/src/tasks/image-segmentation/inference.d.ts +0 -70
- package/dist/src/tasks/image-segmentation/inference.d.ts.map +0 -1
- package/dist/src/tasks/image-text-to-text/data.d.ts +0 -4
- package/dist/src/tasks/image-text-to-text/data.d.ts.map +0 -1
- package/dist/src/tasks/image-to-3d/data.d.ts +0 -4
- package/dist/src/tasks/image-to-3d/data.d.ts.map +0 -1
- package/dist/src/tasks/image-to-image/data.d.ts +0 -4
- package/dist/src/tasks/image-to-image/data.d.ts.map +0 -1
- package/dist/src/tasks/image-to-image/inference.d.ts +0 -65
- package/dist/src/tasks/image-to-image/inference.d.ts.map +0 -1
- package/dist/src/tasks/image-to-text/data.d.ts +0 -4
- package/dist/src/tasks/image-to-text/data.d.ts.map +0 -1
- package/dist/src/tasks/image-to-text/inference.d.ts +0 -139
- package/dist/src/tasks/image-to-text/inference.d.ts.map +0 -1
- package/dist/src/tasks/index.d.ts +0 -87
- package/dist/src/tasks/index.d.ts.map +0 -1
- package/dist/src/tasks/keypoint-detection/data.d.ts +0 -4
- package/dist/src/tasks/keypoint-detection/data.d.ts.map +0 -1
- package/dist/src/tasks/mask-generation/data.d.ts +0 -4
- package/dist/src/tasks/mask-generation/data.d.ts.map +0 -1
- package/dist/src/tasks/object-detection/data.d.ts +0 -4
- package/dist/src/tasks/object-detection/data.d.ts.map +0 -1
- package/dist/src/tasks/object-detection/inference.d.ts +0 -76
- package/dist/src/tasks/object-detection/inference.d.ts.map +0 -1
- package/dist/src/tasks/placeholder/data.d.ts +0 -4
- package/dist/src/tasks/placeholder/data.d.ts.map +0 -1
- package/dist/src/tasks/question-answering/data.d.ts +0 -4
- package/dist/src/tasks/question-answering/data.d.ts.map +0 -1
- package/dist/src/tasks/question-answering/inference.d.ts +0 -100
- package/dist/src/tasks/question-answering/inference.d.ts.map +0 -1
- package/dist/src/tasks/reinforcement-learning/data.d.ts +0 -4
- package/dist/src/tasks/reinforcement-learning/data.d.ts.map +0 -1
- package/dist/src/tasks/sentence-similarity/data.d.ts +0 -4
- package/dist/src/tasks/sentence-similarity/data.d.ts.map +0 -1
- package/dist/src/tasks/sentence-similarity/inference.d.ts +0 -32
- package/dist/src/tasks/sentence-similarity/inference.d.ts.map +0 -1
- package/dist/src/tasks/summarization/data.d.ts +0 -4
- package/dist/src/tasks/summarization/data.d.ts.map +0 -1
- package/dist/src/tasks/summarization/inference.d.ts +0 -56
- package/dist/src/tasks/summarization/inference.d.ts.map +0 -1
- package/dist/src/tasks/table-question-answering/data.d.ts +0 -4
- package/dist/src/tasks/table-question-answering/data.d.ts.map +0 -1
- package/dist/src/tasks/table-question-answering/inference.d.ts +0 -62
- package/dist/src/tasks/table-question-answering/inference.d.ts.map +0 -1
- package/dist/src/tasks/tabular-classification/data.d.ts +0 -4
- package/dist/src/tasks/tabular-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/tabular-regression/data.d.ts +0 -4
- package/dist/src/tasks/tabular-regression/data.d.ts.map +0 -1
- package/dist/src/tasks/text-classification/data.d.ts +0 -4
- package/dist/src/tasks/text-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/text-classification/inference.d.ts +0 -52
- package/dist/src/tasks/text-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/text-generation/data.d.ts +0 -4
- package/dist/src/tasks/text-generation/data.d.ts.map +0 -1
- package/dist/src/tasks/text-generation/inference.d.ts +0 -188
- package/dist/src/tasks/text-generation/inference.d.ts.map +0 -1
- package/dist/src/tasks/text-to-3d/data.d.ts +0 -4
- package/dist/src/tasks/text-to-3d/data.d.ts.map +0 -1
- package/dist/src/tasks/text-to-audio/inference.d.ts +0 -139
- package/dist/src/tasks/text-to-audio/inference.d.ts.map +0 -1
- package/dist/src/tasks/text-to-image/data.d.ts +0 -4
- package/dist/src/tasks/text-to-image/data.d.ts.map +0 -1
- package/dist/src/tasks/text-to-image/inference.d.ts +0 -72
- package/dist/src/tasks/text-to-image/inference.d.ts.map +0 -1
- package/dist/src/tasks/text-to-speech/data.d.ts +0 -4
- package/dist/src/tasks/text-to-speech/data.d.ts.map +0 -1
- package/dist/src/tasks/text-to-speech/inference.d.ts +0 -141
- package/dist/src/tasks/text-to-speech/inference.d.ts.map +0 -1
- package/dist/src/tasks/text-to-video/data.d.ts +0 -4
- package/dist/src/tasks/text-to-video/data.d.ts.map +0 -1
- package/dist/src/tasks/text2text-generation/inference.d.ts +0 -54
- package/dist/src/tasks/text2text-generation/inference.d.ts.map +0 -1
- package/dist/src/tasks/token-classification/data.d.ts +0 -4
- package/dist/src/tasks/token-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/token-classification/inference.d.ts +0 -86
- package/dist/src/tasks/token-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/translation/data.d.ts +0 -4
- package/dist/src/tasks/translation/data.d.ts.map +0 -1
- package/dist/src/tasks/translation/inference.d.ts +0 -66
- package/dist/src/tasks/translation/inference.d.ts.map +0 -1
- package/dist/src/tasks/unconditional-image-generation/data.d.ts +0 -4
- package/dist/src/tasks/unconditional-image-generation/data.d.ts.map +0 -1
- package/dist/src/tasks/video-classification/data.d.ts +0 -4
- package/dist/src/tasks/video-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/video-classification/inference.d.ts +0 -60
- package/dist/src/tasks/video-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/video-text-to-text/data.d.ts +0 -4
- package/dist/src/tasks/video-text-to-text/data.d.ts.map +0 -1
- package/dist/src/tasks/visual-question-answering/data.d.ts +0 -4
- package/dist/src/tasks/visual-question-answering/data.d.ts.map +0 -1
- package/dist/src/tasks/visual-question-answering/inference.d.ts +0 -63
- package/dist/src/tasks/visual-question-answering/inference.d.ts.map +0 -1
- package/dist/src/tasks/zero-shot-classification/data.d.ts +0 -4
- package/dist/src/tasks/zero-shot-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/zero-shot-classification/inference.d.ts +0 -68
- package/dist/src/tasks/zero-shot-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/zero-shot-image-classification/data.d.ts +0 -4
- package/dist/src/tasks/zero-shot-image-classification/data.d.ts.map +0 -1
- package/dist/src/tasks/zero-shot-image-classification/inference.d.ts +0 -62
- package/dist/src/tasks/zero-shot-image-classification/inference.d.ts.map +0 -1
- package/dist/src/tasks/zero-shot-object-detection/data.d.ts +0 -4
- package/dist/src/tasks/zero-shot-object-detection/data.d.ts.map +0 -1
- package/dist/src/tasks/zero-shot-object-detection/inference.d.ts +0 -67
- package/dist/src/tasks/zero-shot-object-detection/inference.d.ts.map +0 -1
- package/dist/src/tokenizer-data.d.ts +0 -26
- package/dist/src/tokenizer-data.d.ts.map +0 -1
- package/dist/src/widget-example.d.ts +0 -83
- package/dist/src/widget-example.d.ts.map +0 -1
package/dist/src/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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,cAAc,QAAQ,CAAC;AAEvB,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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ModelLibraryKey } from "./model-libraries";
|
|
2
|
-
import type { PipelineType } from "./pipelines";
|
|
3
|
-
/**
|
|
4
|
-
* Mapping from library name to its supported tasks.
|
|
5
|
-
* Inference API (serverless) should be disabled for all other (library, task) pairs beyond this mapping.
|
|
6
|
-
* This mapping is partially generated automatically by "python-api-export-tasks" action in
|
|
7
|
-
* huggingface/api-inference-community repo upon merge. For transformers, the mapping is manually
|
|
8
|
-
* based on api-inference (hf_types.rs).
|
|
9
|
-
*/
|
|
10
|
-
export declare const LIBRARY_TASK_MAPPING: Partial<Record<ModelLibraryKey, PipelineType[]>>;
|
|
11
|
-
//# sourceMappingURL=library-to-tasks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"library-to-tasks.d.ts","sourceRoot":"","sources":["../../src/library-to-tasks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,YAAY,EAAE,CAAC,CAiEjF,CAAC"}
|
package/dist/src/local-apps.d.ts
DELETED
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
import type { ModelData } from "./model-data";
|
|
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 | string[];
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Elements configurable by a local app.
|
|
19
|
-
*/
|
|
20
|
-
export type LocalApp = {
|
|
21
|
-
/**
|
|
22
|
-
* Name that appears in buttons
|
|
23
|
-
*/
|
|
24
|
-
prettyLabel: string;
|
|
25
|
-
/**
|
|
26
|
-
* Link to get more info about a local app (website etc)
|
|
27
|
-
*/
|
|
28
|
-
docsUrl: string;
|
|
29
|
-
/**
|
|
30
|
-
* main category of app
|
|
31
|
-
*/
|
|
32
|
-
mainTask: PipelineType;
|
|
33
|
-
/**
|
|
34
|
-
* Whether to display a pill "macOS-only"
|
|
35
|
-
*/
|
|
36
|
-
macOSOnly?: boolean;
|
|
37
|
-
comingSoon?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* IMPORTANT: function to figure out whether to display the button on a model page's main "Use this model" dropdown.
|
|
40
|
-
*/
|
|
41
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
42
|
-
} & ({
|
|
43
|
-
/**
|
|
44
|
-
* If the app supports deeplink, URL to open.
|
|
45
|
-
*/
|
|
46
|
-
deeplink: (model: ModelData, filepath?: string) => URL;
|
|
47
|
-
} | {
|
|
48
|
-
/**
|
|
49
|
-
* And if not (mostly llama.cpp), snippet to copy/paste in your terminal
|
|
50
|
-
* Support the placeholder {{GGUF_FILE}} that will be replaced by the gguf file path or the list of available files.
|
|
51
|
-
* Support the placeholder {{OLLAMA_TAG}} that will be replaced by the list of available quant tags or will be removed if there are no multiple quant files in a same repo.
|
|
52
|
-
*/
|
|
53
|
-
snippet: (model: ModelData, filepath?: string) => string | string[] | LocalAppSnippet | LocalAppSnippet[];
|
|
54
|
-
});
|
|
55
|
-
declare function isTgiModel(model: ModelData): boolean;
|
|
56
|
-
declare function isLlamaCppGgufModel(model: ModelData): boolean;
|
|
57
|
-
/**
|
|
58
|
-
* Add your new local app here.
|
|
59
|
-
*
|
|
60
|
-
* This is open to new suggestions and awesome upcoming apps.
|
|
61
|
-
*
|
|
62
|
-
* /!\ IMPORTANT
|
|
63
|
-
*
|
|
64
|
-
* If possible, you need to support deeplinks and be as cross-platform as possible.
|
|
65
|
-
*
|
|
66
|
-
* Ping the HF team if we can help with anything!
|
|
67
|
-
*/
|
|
68
|
-
export declare const LOCAL_APPS: {
|
|
69
|
-
"llama.cpp": {
|
|
70
|
-
prettyLabel: string;
|
|
71
|
-
docsUrl: string;
|
|
72
|
-
mainTask: "text-generation";
|
|
73
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
74
|
-
snippet: (model: ModelData, filepath?: string) => LocalAppSnippet[];
|
|
75
|
-
};
|
|
76
|
-
"node-llama-cpp": {
|
|
77
|
-
prettyLabel: string;
|
|
78
|
-
docsUrl: string;
|
|
79
|
-
mainTask: "text-generation";
|
|
80
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
81
|
-
snippet: (model: ModelData, filepath?: string) => LocalAppSnippet[];
|
|
82
|
-
};
|
|
83
|
-
vllm: {
|
|
84
|
-
prettyLabel: string;
|
|
85
|
-
docsUrl: string;
|
|
86
|
-
mainTask: "text-generation";
|
|
87
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
88
|
-
snippet: (model: ModelData) => LocalAppSnippet[];
|
|
89
|
-
};
|
|
90
|
-
tgi: {
|
|
91
|
-
prettyLabel: string;
|
|
92
|
-
docsUrl: string;
|
|
93
|
-
mainTask: "text-generation";
|
|
94
|
-
displayOnModelPage: typeof isTgiModel;
|
|
95
|
-
snippet: (model: ModelData) => LocalAppSnippet[];
|
|
96
|
-
};
|
|
97
|
-
lmstudio: {
|
|
98
|
-
prettyLabel: string;
|
|
99
|
-
docsUrl: string;
|
|
100
|
-
mainTask: "text-generation";
|
|
101
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
102
|
-
deeplink: (model: ModelData, filepath: string | undefined) => URL;
|
|
103
|
-
};
|
|
104
|
-
localai: {
|
|
105
|
-
prettyLabel: string;
|
|
106
|
-
docsUrl: string;
|
|
107
|
-
mainTask: "text-generation";
|
|
108
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
109
|
-
snippet: (model: ModelData, filepath?: string) => LocalAppSnippet[];
|
|
110
|
-
};
|
|
111
|
-
jan: {
|
|
112
|
-
prettyLabel: string;
|
|
113
|
-
docsUrl: string;
|
|
114
|
-
mainTask: "text-generation";
|
|
115
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
116
|
-
deeplink: (model: ModelData) => URL;
|
|
117
|
-
};
|
|
118
|
-
backyard: {
|
|
119
|
-
prettyLabel: string;
|
|
120
|
-
docsUrl: string;
|
|
121
|
-
mainTask: "text-generation";
|
|
122
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
123
|
-
deeplink: (model: ModelData) => URL;
|
|
124
|
-
};
|
|
125
|
-
sanctum: {
|
|
126
|
-
prettyLabel: string;
|
|
127
|
-
docsUrl: string;
|
|
128
|
-
mainTask: "text-generation";
|
|
129
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
130
|
-
deeplink: (model: ModelData) => URL;
|
|
131
|
-
};
|
|
132
|
-
jellybox: {
|
|
133
|
-
prettyLabel: string;
|
|
134
|
-
docsUrl: string;
|
|
135
|
-
mainTask: "text-generation";
|
|
136
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
137
|
-
deeplink: (model: ModelData) => URL;
|
|
138
|
-
};
|
|
139
|
-
msty: {
|
|
140
|
-
prettyLabel: string;
|
|
141
|
-
docsUrl: string;
|
|
142
|
-
mainTask: "text-generation";
|
|
143
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
144
|
-
deeplink: (model: ModelData) => URL;
|
|
145
|
-
};
|
|
146
|
-
recursechat: {
|
|
147
|
-
prettyLabel: string;
|
|
148
|
-
docsUrl: string;
|
|
149
|
-
mainTask: "text-generation";
|
|
150
|
-
macOSOnly: true;
|
|
151
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
152
|
-
deeplink: (model: ModelData) => URL;
|
|
153
|
-
};
|
|
154
|
-
drawthings: {
|
|
155
|
-
prettyLabel: string;
|
|
156
|
-
docsUrl: string;
|
|
157
|
-
mainTask: "text-to-image";
|
|
158
|
-
macOSOnly: true;
|
|
159
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
160
|
-
deeplink: (model: ModelData) => URL;
|
|
161
|
-
};
|
|
162
|
-
diffusionbee: {
|
|
163
|
-
prettyLabel: string;
|
|
164
|
-
docsUrl: string;
|
|
165
|
-
mainTask: "text-to-image";
|
|
166
|
-
macOSOnly: true;
|
|
167
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
168
|
-
deeplink: (model: ModelData) => URL;
|
|
169
|
-
};
|
|
170
|
-
joyfusion: {
|
|
171
|
-
prettyLabel: string;
|
|
172
|
-
docsUrl: string;
|
|
173
|
-
mainTask: "text-to-image";
|
|
174
|
-
macOSOnly: true;
|
|
175
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
176
|
-
deeplink: (model: ModelData) => URL;
|
|
177
|
-
};
|
|
178
|
-
invoke: {
|
|
179
|
-
prettyLabel: string;
|
|
180
|
-
docsUrl: string;
|
|
181
|
-
mainTask: "text-to-image";
|
|
182
|
-
displayOnModelPage: (model: ModelData) => boolean;
|
|
183
|
-
deeplink: (model: ModelData) => URL;
|
|
184
|
-
};
|
|
185
|
-
ollama: {
|
|
186
|
-
prettyLabel: string;
|
|
187
|
-
docsUrl: string;
|
|
188
|
-
mainTask: "text-generation";
|
|
189
|
-
displayOnModelPage: typeof isLlamaCppGgufModel;
|
|
190
|
-
snippet: (model: ModelData, filepath?: string) => string;
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
|
-
export type LocalAppKey = keyof typeof LOCAL_APPS;
|
|
194
|
-
export {};
|
|
195
|
-
//# sourceMappingURL=local-apps.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"local-apps.d.ts","sourceRoot":"","sources":["../../src/local-apps.ts"],"names":[],"mappings":"AACA,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,GAAG,MAAM,EAAE,CAAC;CAC3B;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;;;;OAIG;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;AAqBF,iBAAS,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,OAAO,CAE7C;AAED,iBAAS,mBAAmB,CAAC,KAAK,EAAE,SAAS,WAE5C;AA+JD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU;;;;;;yBApKS,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;;yBAqCzC,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;oCAkJzD,SAAS;yBAjGX,SAAS,KAAG,eAAe,EAAE;;;;;;;yBAsC9B,SAAS,KAAG,eAAe,EAAE;;;;;;;;;;;;;;yBA7DzB,SAAS,aAAa,MAAM,KAAG,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBATjD,SAAS,aAAa,MAAM,KAAG,MAAM;;CAsQ/B,CAAC;AAErC,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,UAAU,CAAC"}
|
package/dist/src/model-data.d.ts
DELETED
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
import type { PipelineType } from "./pipelines";
|
|
2
|
-
import type { WidgetExample } from "./widget-example";
|
|
3
|
-
import type { TokenizerConfig } from "./tokenizer-data";
|
|
4
|
-
/**
|
|
5
|
-
* Public interface for model metadata
|
|
6
|
-
*/
|
|
7
|
-
export interface ModelData {
|
|
8
|
-
/**
|
|
9
|
-
* id of model (e.g. 'user/repo_name')
|
|
10
|
-
*/
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* Whether or not to enable inference widget for this model
|
|
14
|
-
* TODO(type it)
|
|
15
|
-
*/
|
|
16
|
-
inference: string;
|
|
17
|
-
/**
|
|
18
|
-
* is this model private?
|
|
19
|
-
*/
|
|
20
|
-
private?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* this dictionary has useful information about the model configuration
|
|
23
|
-
*/
|
|
24
|
-
config?: {
|
|
25
|
-
architectures?: string[];
|
|
26
|
-
/**
|
|
27
|
-
* Dict of AutoModel or Auto… class name to local import path in the repo
|
|
28
|
-
*/
|
|
29
|
-
auto_map?: {
|
|
30
|
-
/**
|
|
31
|
-
* String Property
|
|
32
|
-
*/
|
|
33
|
-
[x: string]: string;
|
|
34
|
-
};
|
|
35
|
-
model_type?: string;
|
|
36
|
-
quantization_config?: {
|
|
37
|
-
bits?: number;
|
|
38
|
-
load_in_4bit?: boolean;
|
|
39
|
-
load_in_8bit?: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* awq, gptq, aqlm, marlin, … Used by vLLM
|
|
42
|
-
*/
|
|
43
|
-
quant_method?: string;
|
|
44
|
-
};
|
|
45
|
-
tokenizer_config?: TokenizerConfig;
|
|
46
|
-
adapter_transformers?: {
|
|
47
|
-
model_name?: string;
|
|
48
|
-
model_class?: string;
|
|
49
|
-
};
|
|
50
|
-
diffusers?: {
|
|
51
|
-
_class_name?: string;
|
|
52
|
-
};
|
|
53
|
-
sklearn?: {
|
|
54
|
-
model?: {
|
|
55
|
-
file?: string;
|
|
56
|
-
};
|
|
57
|
-
model_format?: string;
|
|
58
|
-
};
|
|
59
|
-
speechbrain?: {
|
|
60
|
-
speechbrain_interface?: string;
|
|
61
|
-
vocoder_interface?: string;
|
|
62
|
-
vocoder_model_id?: string;
|
|
63
|
-
};
|
|
64
|
-
peft?: {
|
|
65
|
-
base_model_name_or_path?: string;
|
|
66
|
-
task_type?: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
/**
|
|
70
|
-
* all the model tags
|
|
71
|
-
*/
|
|
72
|
-
tags: string[];
|
|
73
|
-
/**
|
|
74
|
-
* transformers-specific info to display in the code sample.
|
|
75
|
-
*/
|
|
76
|
-
transformersInfo?: TransformersInfo;
|
|
77
|
-
/**
|
|
78
|
-
* Pipeline type
|
|
79
|
-
*/
|
|
80
|
-
pipeline_tag?: PipelineType | undefined;
|
|
81
|
-
/**
|
|
82
|
-
* for relevant models, get mask token
|
|
83
|
-
*/
|
|
84
|
-
mask_token?: string | undefined;
|
|
85
|
-
/**
|
|
86
|
-
* Example data that will be fed into the widget.
|
|
87
|
-
*
|
|
88
|
-
* can be set in the model card metadata (under `widget`),
|
|
89
|
-
* or by default in `DefaultWidget.ts`
|
|
90
|
-
*/
|
|
91
|
-
widgetData?: WidgetExample[] | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* Parameters that will be used by the widget when calling Inference API (serverless)
|
|
94
|
-
* https://huggingface.co/docs/api-inference/detailed_parameters
|
|
95
|
-
*
|
|
96
|
-
* can be set in the model card metadata (under `inference/parameters`)
|
|
97
|
-
* Example:
|
|
98
|
-
* inference:
|
|
99
|
-
* parameters:
|
|
100
|
-
* key: val
|
|
101
|
-
*/
|
|
102
|
-
cardData?: {
|
|
103
|
-
inference?: boolean | {
|
|
104
|
-
parameters?: Record<string, unknown>;
|
|
105
|
-
};
|
|
106
|
-
base_model?: string | string[];
|
|
107
|
-
instance_prompt?: string | null;
|
|
108
|
-
};
|
|
109
|
-
/**
|
|
110
|
-
* Library name
|
|
111
|
-
* Example: transformers, SpeechBrain, Stanza, etc.
|
|
112
|
-
*/
|
|
113
|
-
library_name?: string;
|
|
114
|
-
safetensors?: {
|
|
115
|
-
parameters: Record<string, number>;
|
|
116
|
-
total: number;
|
|
117
|
-
sharded: boolean;
|
|
118
|
-
};
|
|
119
|
-
gguf?: {
|
|
120
|
-
total: number;
|
|
121
|
-
architecture?: string;
|
|
122
|
-
context_length?: number;
|
|
123
|
-
};
|
|
124
|
-
}
|
|
125
|
-
/**
|
|
126
|
-
* transformers-specific info to display in the code sample.
|
|
127
|
-
*/
|
|
128
|
-
export interface TransformersInfo {
|
|
129
|
-
/**
|
|
130
|
-
* e.g. AutoModelForSequenceClassification
|
|
131
|
-
*/
|
|
132
|
-
auto_model: string;
|
|
133
|
-
/**
|
|
134
|
-
* if set in config.json's auto_map
|
|
135
|
-
*/
|
|
136
|
-
custom_class?: string;
|
|
137
|
-
/**
|
|
138
|
-
* e.g. text-classification
|
|
139
|
-
*/
|
|
140
|
-
pipeline_tag?: PipelineType;
|
|
141
|
-
/**
|
|
142
|
-
* e.g. "AutoTokenizer" | "AutoFeatureExtractor" | "AutoProcessor"
|
|
143
|
-
*/
|
|
144
|
-
processor?: string;
|
|
145
|
-
}
|
|
146
|
-
//# sourceMappingURL=model-data.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"model-data.d.ts","sourceRoot":"","sources":["../../src/model-data.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file contains the (simplified) types used
|
|
3
|
-
* to represent queries that are made to Elastic
|
|
4
|
-
* in order to count number of model downloads
|
|
5
|
-
*
|
|
6
|
-
* Read this doc about download stats on the Hub:
|
|
7
|
-
*
|
|
8
|
-
* https://huggingface.co/docs/hub/models-download-stats
|
|
9
|
-
* Available fields:
|
|
10
|
-
* - path: the complete file path (relative) (e.g: "prefix/file.extension")
|
|
11
|
-
* - path_prefix: the prefix of the file path (e.g: "prefix/", empty if no prefix)
|
|
12
|
-
* - path_extension: the extension of the file path (e.g: "extension")
|
|
13
|
-
* - path_filename: the name of the file path (e.g: "file")
|
|
14
|
-
* see also:
|
|
15
|
-
* https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
|
|
16
|
-
*/
|
|
17
|
-
export type ElasticSearchQuery = string;
|
|
18
|
-
//# sourceMappingURL=model-libraries-downloads.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries-downloads.d.ts","sourceRoot":"","sources":["../../src/model-libraries-downloads.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC"}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import type { ModelData } from "./model-data";
|
|
2
|
-
export declare const adapters: (model: ModelData) => string[];
|
|
3
|
-
export declare const allennlp: (model: ModelData) => string[];
|
|
4
|
-
export declare const asteroid: (model: ModelData) => string[];
|
|
5
|
-
export declare const audioseal: (model: ModelData) => string[];
|
|
6
|
-
export declare const bertopic: (model: ModelData) => string[];
|
|
7
|
-
export declare const bm25s: (model: ModelData) => string[];
|
|
8
|
-
export declare const depth_anything_v2: (model: ModelData) => string[];
|
|
9
|
-
export declare const depth_pro: (model: ModelData) => string[];
|
|
10
|
-
export declare const diffusers: (model: ModelData) => string[];
|
|
11
|
-
export declare const diffusionkit: (model: ModelData) => string[];
|
|
12
|
-
export declare const cartesia_pytorch: (model: ModelData) => string[];
|
|
13
|
-
export declare const cartesia_mlx: (model: ModelData) => string[];
|
|
14
|
-
export declare const edsnlp: (model: ModelData) => string[];
|
|
15
|
-
export declare const espnetTTS: (model: ModelData) => string[];
|
|
16
|
-
export declare const espnetASR: (model: ModelData) => string[];
|
|
17
|
-
export declare const espnet: (model: ModelData) => string[];
|
|
18
|
-
export declare const fairseq: (model: ModelData) => string[];
|
|
19
|
-
export declare const flair: (model: ModelData) => string[];
|
|
20
|
-
export declare const gliner: (model: ModelData) => string[];
|
|
21
|
-
export declare const htrflow: (model: ModelData) => string[];
|
|
22
|
-
export declare const keras: (model: ModelData) => string[];
|
|
23
|
-
export declare const keras_nlp: (model: ModelData) => string[];
|
|
24
|
-
export declare const keras_hub: (model: ModelData) => string[];
|
|
25
|
-
export declare const llama_cpp_python: (model: ModelData) => string[];
|
|
26
|
-
export declare const tf_keras: (model: ModelData) => string[];
|
|
27
|
-
export declare const mamba_ssm: (model: ModelData) => string[];
|
|
28
|
-
export declare const mars5_tts: (model: ModelData) => string[];
|
|
29
|
-
export declare const mesh_anything: () => string[];
|
|
30
|
-
export declare const open_clip: (model: ModelData) => string[];
|
|
31
|
-
export declare const paddlenlp: (model: ModelData) => string[];
|
|
32
|
-
export declare const pyannote_audio_pipeline: (model: ModelData) => string[];
|
|
33
|
-
export declare const pyannote_audio: (model: ModelData) => string[];
|
|
34
|
-
export declare const relik: (model: ModelData) => string[];
|
|
35
|
-
export declare const tensorflowtts: (model: ModelData) => string[];
|
|
36
|
-
export declare const timm: (model: ModelData) => string[];
|
|
37
|
-
export declare const saelens: () => string[];
|
|
38
|
-
export declare const seed_story: () => string[];
|
|
39
|
-
export declare const sklearn: (model: ModelData) => string[];
|
|
40
|
-
export declare const stable_audio_tools: (model: ModelData) => string[];
|
|
41
|
-
export declare const fastai: (model: ModelData) => string[];
|
|
42
|
-
export declare const sam2: (model: ModelData) => string[];
|
|
43
|
-
export declare const sampleFactory: (model: ModelData) => string[];
|
|
44
|
-
export declare const sentenceTransformers: (model: ModelData) => string[];
|
|
45
|
-
export declare const setfit: (model: ModelData) => string[];
|
|
46
|
-
export declare const spacy: (model: ModelData) => string[];
|
|
47
|
-
export declare const span_marker: (model: ModelData) => string[];
|
|
48
|
-
export declare const stanza: (model: ModelData) => string[];
|
|
49
|
-
export declare const speechbrain: (model: ModelData) => string[];
|
|
50
|
-
export declare const transformers: (model: ModelData) => string[];
|
|
51
|
-
export declare const transformersJS: (model: ModelData) => string[];
|
|
52
|
-
export declare const peft: (model: ModelData) => string[];
|
|
53
|
-
export declare const fasttext: (model: ModelData) => string[];
|
|
54
|
-
export declare const stableBaselines3: (model: ModelData) => string[];
|
|
55
|
-
export declare const mlAgents: (model: ModelData) => string[];
|
|
56
|
-
export declare const sentis: () => string[];
|
|
57
|
-
export declare const vfimamba: (model: ModelData) => string[];
|
|
58
|
-
export declare const voicecraft: (model: ModelData) => string[];
|
|
59
|
-
export declare const chattts: () => string[];
|
|
60
|
-
export declare const yolov10: (model: ModelData) => string[];
|
|
61
|
-
export declare const birefnet: (model: ModelData) => string[];
|
|
62
|
-
export declare const mlx: (model: ModelData) => string[];
|
|
63
|
-
export declare const mlxim: (model: ModelData) => string[];
|
|
64
|
-
export declare const model2vec: (model: ModelData) => string[];
|
|
65
|
-
export declare const nemo: (model: ModelData) => string[];
|
|
66
|
-
export declare const pxia: (model: ModelData) => string[];
|
|
67
|
-
export declare const pythae: (model: ModelData) => string[];
|
|
68
|
-
export declare const audiocraft: (model: ModelData) => string[];
|
|
69
|
-
export declare const whisperkit: () => string[];
|
|
70
|
-
export declare const threedtopia_xl: (model: ModelData) => string[];
|
|
71
|
-
export declare const hezar: (model: ModelData) => string[];
|
|
72
|
-
//# sourceMappingURL=model-libraries-snippets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries-snippets.d.ts","sourceRoot":"","sources":["../../src/model-libraries-snippets.ts"],"names":[],"mappings":"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"}
|