xinference 0.14.0__py3-none-any.whl → 0.14.0.post1__py3-none-any.whl
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.
Potentially problematic release.
This version of xinference might be problematic. Click here for more details.
- xinference/_version.py +3 -3
- xinference/api/restful_api.py +8 -1
- xinference/core/worker.py +2 -0
- xinference/model/embedding/core.py +6 -6
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/{main.af906659.js → main.ef2a203a.js} +3 -3
- xinference/web/ui/build/static/js/{main.af906659.js.map → main.ef2a203a.js.map} +1 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2f40209b32e7e46a2eab6b8c8a355eb42c3caa8bc3228dd929f32fd2b3940294.json +1 -0
- {xinference-0.14.0.dist-info → xinference-0.14.0.post1.dist-info}/METADATA +121 -121
- {xinference-0.14.0.dist-info → xinference-0.14.0.post1.dist-info}/RECORD +16 -16
- {xinference-0.14.0.dist-info → xinference-0.14.0.post1.dist-info}/WHEEL +1 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2cd5e4279ad7e13a1f41d486e9fca7756295bfad5bd77d90992f4ac3e10b496d.json +0 -1
- /xinference/web/ui/build/static/js/{main.af906659.js.LICENSE.txt → main.ef2a203a.js.LICENSE.txt} +0 -0
- {xinference-0.14.0.dist-info → xinference-0.14.0.post1.dist-info}/LICENSE +0 -0
- {xinference-0.14.0.dist-info → xinference-0.14.0.post1.dist-info}/entry_points.txt +0 -0
- {xinference-0.14.0.dist-info → xinference-0.14.0.post1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xinference
|
|
3
|
-
Version: 0.14.0
|
|
3
|
+
Version: 0.14.0.post1
|
|
4
4
|
Summary: Model Serving Made Easy
|
|
5
5
|
Home-page: https://github.com/xorbitsai/inference
|
|
6
6
|
Author: Qin Xuye
|
|
@@ -19,155 +19,155 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
19
19
|
Classifier: Topic :: Software Development :: Libraries
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: xoscar
|
|
22
|
+
Requires-Dist: xoscar>=0.3.0
|
|
23
23
|
Requires-Dist: torch
|
|
24
|
-
Requires-Dist: gradio
|
|
25
|
-
Requires-Dist: typer[all]
|
|
24
|
+
Requires-Dist: gradio==4.26.0
|
|
25
|
+
Requires-Dist: typer[all]<0.12.0
|
|
26
26
|
Requires-Dist: pillow
|
|
27
27
|
Requires-Dist: click
|
|
28
|
-
Requires-Dist: tqdm
|
|
28
|
+
Requires-Dist: tqdm>=4.27
|
|
29
29
|
Requires-Dist: tabulate
|
|
30
30
|
Requires-Dist: requests
|
|
31
31
|
Requires-Dist: pydantic
|
|
32
|
-
Requires-Dist: fastapi
|
|
32
|
+
Requires-Dist: fastapi==0.110.3
|
|
33
33
|
Requires-Dist: uvicorn
|
|
34
|
-
Requires-Dist: huggingface-hub
|
|
34
|
+
Requires-Dist: huggingface-hub>=0.19.4
|
|
35
35
|
Requires-Dist: typing-extensions
|
|
36
|
-
Requires-Dist: fsspec
|
|
37
|
-
Requires-Dist: s3fs
|
|
38
|
-
Requires-Dist: modelscope
|
|
39
|
-
Requires-Dist: sse-starlette
|
|
40
|
-
Requires-Dist: openai
|
|
36
|
+
Requires-Dist: fsspec==2023.10.0
|
|
37
|
+
Requires-Dist: s3fs==2023.10.0
|
|
38
|
+
Requires-Dist: modelscope>=1.10.0
|
|
39
|
+
Requires-Dist: sse-starlette>=1.6.5
|
|
40
|
+
Requires-Dist: openai>1
|
|
41
41
|
Requires-Dist: python-jose[cryptography]
|
|
42
42
|
Requires-Dist: passlib[bcrypt]
|
|
43
|
-
Requires-Dist: aioprometheus[starlette]
|
|
43
|
+
Requires-Dist: aioprometheus[starlette]>=23.12.0
|
|
44
44
|
Requires-Dist: pynvml
|
|
45
45
|
Requires-Dist: async-timeout
|
|
46
46
|
Requires-Dist: peft
|
|
47
47
|
Requires-Dist: timm
|
|
48
48
|
Requires-Dist: opencv-contrib-python
|
|
49
49
|
Provides-Extra: all
|
|
50
|
-
Requires-Dist: llama-cpp-python
|
|
51
|
-
Requires-Dist: transformers
|
|
52
|
-
Requires-Dist: torch
|
|
53
|
-
Requires-Dist: accelerate
|
|
54
|
-
Requires-Dist: sentencepiece
|
|
55
|
-
Requires-Dist: transformers-stream-generator
|
|
56
|
-
Requires-Dist: bitsandbytes
|
|
57
|
-
Requires-Dist: protobuf
|
|
58
|
-
Requires-Dist: einops
|
|
59
|
-
Requires-Dist: tiktoken
|
|
60
|
-
Requires-Dist: sentence-transformers
|
|
61
|
-
Requires-Dist: diffusers
|
|
62
|
-
Requires-Dist: controlnet-aux
|
|
63
|
-
Requires-Dist: orjson
|
|
64
|
-
Requires-Dist: optimum
|
|
65
|
-
Requires-Dist: outlines
|
|
66
|
-
Requires-Dist: attrdict
|
|
67
|
-
Requires-Dist: timm
|
|
68
|
-
Requires-Dist: torchvision
|
|
69
|
-
Requires-Dist: FlagEmbedding
|
|
70
|
-
Requires-Dist: omegaconf
|
|
71
|
-
Requires-Dist: nemo-text-processing
|
|
72
|
-
Requires-Dist: WeTextProcessing
|
|
73
|
-
Requires-Dist: librosa
|
|
74
|
-
Requires-Dist: xxhash
|
|
75
|
-
Requires-Dist: torchaudio
|
|
76
|
-
Requires-Dist: ChatTTS
|
|
77
|
-
Requires-Dist: HyperPyYAML
|
|
78
|
-
Requires-Dist: matcha-tts
|
|
79
|
-
Requires-Dist: onnxruntime
|
|
80
|
-
Requires-Dist: openai-whisper
|
|
81
|
-
Requires-Dist: boto3
|
|
82
|
-
Requires-Dist: tensorizer
|
|
83
|
-
Requires-Dist: auto-gptq
|
|
84
|
-
Requires-Dist: autoawq
|
|
85
|
-
Requires-Dist: mlx-lm
|
|
86
|
-
Requires-Dist: vllm
|
|
87
|
-
Requires-Dist: sglang
|
|
50
|
+
Requires-Dist: llama-cpp-python!=0.2.58,>=0.2.25; extra == "all"
|
|
51
|
+
Requires-Dist: transformers>=4.34.2; extra == "all"
|
|
52
|
+
Requires-Dist: torch; extra == "all"
|
|
53
|
+
Requires-Dist: accelerate>=0.27.2; extra == "all"
|
|
54
|
+
Requires-Dist: sentencepiece; extra == "all"
|
|
55
|
+
Requires-Dist: transformers-stream-generator; extra == "all"
|
|
56
|
+
Requires-Dist: bitsandbytes; extra == "all"
|
|
57
|
+
Requires-Dist: protobuf; extra == "all"
|
|
58
|
+
Requires-Dist: einops; extra == "all"
|
|
59
|
+
Requires-Dist: tiktoken; extra == "all"
|
|
60
|
+
Requires-Dist: sentence-transformers>=2.7.0; extra == "all"
|
|
61
|
+
Requires-Dist: diffusers; extra == "all"
|
|
62
|
+
Requires-Dist: controlnet-aux; extra == "all"
|
|
63
|
+
Requires-Dist: orjson; extra == "all"
|
|
64
|
+
Requires-Dist: optimum; extra == "all"
|
|
65
|
+
Requires-Dist: outlines>=0.0.34; extra == "all"
|
|
66
|
+
Requires-Dist: attrdict; extra == "all"
|
|
67
|
+
Requires-Dist: timm>=0.9.16; extra == "all"
|
|
68
|
+
Requires-Dist: torchvision; extra == "all"
|
|
69
|
+
Requires-Dist: FlagEmbedding; extra == "all"
|
|
70
|
+
Requires-Dist: omegaconf~=2.3.0; extra == "all"
|
|
71
|
+
Requires-Dist: nemo-text-processing; extra == "all"
|
|
72
|
+
Requires-Dist: WeTextProcessing; extra == "all"
|
|
73
|
+
Requires-Dist: librosa; extra == "all"
|
|
74
|
+
Requires-Dist: xxhash; extra == "all"
|
|
75
|
+
Requires-Dist: torchaudio; extra == "all"
|
|
76
|
+
Requires-Dist: ChatTTS>0.1; extra == "all"
|
|
77
|
+
Requires-Dist: HyperPyYAML; extra == "all"
|
|
78
|
+
Requires-Dist: matcha-tts; extra == "all"
|
|
79
|
+
Requires-Dist: onnxruntime==1.16.0; extra == "all"
|
|
80
|
+
Requires-Dist: openai-whisper; extra == "all"
|
|
81
|
+
Requires-Dist: boto3<1.28.65,>=1.28.55; extra == "all"
|
|
82
|
+
Requires-Dist: tensorizer~=2.9.0; extra == "all"
|
|
83
|
+
Requires-Dist: auto-gptq; sys_platform != "darwin" and extra == "all"
|
|
84
|
+
Requires-Dist: autoawq; sys_platform != "darwin" and extra == "all"
|
|
85
|
+
Requires-Dist: mlx-lm; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
86
|
+
Requires-Dist: vllm>=0.2.6; sys_platform == "linux" and extra == "all"
|
|
87
|
+
Requires-Dist: sglang>=0.2.7; sys_platform == "linux" and extra == "all"
|
|
88
88
|
Provides-Extra: audio
|
|
89
|
-
Requires-Dist: omegaconf
|
|
90
|
-
Requires-Dist: nemo-text-processing
|
|
91
|
-
Requires-Dist: WeTextProcessing
|
|
92
|
-
Requires-Dist: librosa
|
|
93
|
-
Requires-Dist: xxhash
|
|
94
|
-
Requires-Dist: torchaudio
|
|
95
|
-
Requires-Dist: ChatTTS
|
|
96
|
-
Requires-Dist: HyperPyYAML
|
|
97
|
-
Requires-Dist: matcha-tts
|
|
98
|
-
Requires-Dist: onnxruntime
|
|
99
|
-
Requires-Dist: openai-whisper
|
|
89
|
+
Requires-Dist: omegaconf~=2.3.0; extra == "audio"
|
|
90
|
+
Requires-Dist: nemo-text-processing; extra == "audio"
|
|
91
|
+
Requires-Dist: WeTextProcessing; extra == "audio"
|
|
92
|
+
Requires-Dist: librosa; extra == "audio"
|
|
93
|
+
Requires-Dist: xxhash; extra == "audio"
|
|
94
|
+
Requires-Dist: torchaudio; extra == "audio"
|
|
95
|
+
Requires-Dist: ChatTTS>0.1; extra == "audio"
|
|
96
|
+
Requires-Dist: HyperPyYAML; extra == "audio"
|
|
97
|
+
Requires-Dist: matcha-tts; extra == "audio"
|
|
98
|
+
Requires-Dist: onnxruntime==1.16.0; extra == "audio"
|
|
99
|
+
Requires-Dist: openai-whisper; extra == "audio"
|
|
100
100
|
Provides-Extra: benchmark
|
|
101
|
-
Requires-Dist: psutil
|
|
101
|
+
Requires-Dist: psutil; extra == "benchmark"
|
|
102
102
|
Provides-Extra: dev
|
|
103
|
-
Requires-Dist: cython
|
|
104
|
-
Requires-Dist: pytest
|
|
105
|
-
Requires-Dist: pytest-cov
|
|
106
|
-
Requires-Dist: pytest-timeout
|
|
107
|
-
Requires-Dist: pytest-forked
|
|
108
|
-
Requires-Dist: pytest-asyncio
|
|
109
|
-
Requires-Dist: pytest-mock
|
|
110
|
-
Requires-Dist: ipython
|
|
111
|
-
Requires-Dist: sphinx
|
|
112
|
-
Requires-Dist: pydata-sphinx-theme
|
|
113
|
-
Requires-Dist: sphinx-intl
|
|
114
|
-
Requires-Dist: jieba
|
|
115
|
-
Requires-Dist: flake8
|
|
116
|
-
Requires-Dist: black
|
|
117
|
-
Requires-Dist: openai
|
|
118
|
-
Requires-Dist: opencv-contrib-python
|
|
119
|
-
Requires-Dist: langchain
|
|
120
|
-
Requires-Dist: langchain-community
|
|
121
|
-
Requires-Dist: orjson
|
|
122
|
-
Requires-Dist: sphinx-tabs
|
|
123
|
-
Requires-Dist: sphinx-design
|
|
103
|
+
Requires-Dist: cython>=0.29; extra == "dev"
|
|
104
|
+
Requires-Dist: pytest>=3.5.0; extra == "dev"
|
|
105
|
+
Requires-Dist: pytest-cov>=2.5.0; extra == "dev"
|
|
106
|
+
Requires-Dist: pytest-timeout>=1.2.0; extra == "dev"
|
|
107
|
+
Requires-Dist: pytest-forked>=1.0; extra == "dev"
|
|
108
|
+
Requires-Dist: pytest-asyncio>=0.14.0; extra == "dev"
|
|
109
|
+
Requires-Dist: pytest-mock>=3.11.1; extra == "dev"
|
|
110
|
+
Requires-Dist: ipython>=6.5.0; extra == "dev"
|
|
111
|
+
Requires-Dist: sphinx>=3.0.0; extra == "dev"
|
|
112
|
+
Requires-Dist: pydata-sphinx-theme>=0.3.0; extra == "dev"
|
|
113
|
+
Requires-Dist: sphinx-intl>=0.9.9; extra == "dev"
|
|
114
|
+
Requires-Dist: jieba>=0.42.0; extra == "dev"
|
|
115
|
+
Requires-Dist: flake8>=3.8.0; extra == "dev"
|
|
116
|
+
Requires-Dist: black; extra == "dev"
|
|
117
|
+
Requires-Dist: openai>1; extra == "dev"
|
|
118
|
+
Requires-Dist: opencv-contrib-python; extra == "dev"
|
|
119
|
+
Requires-Dist: langchain; extra == "dev"
|
|
120
|
+
Requires-Dist: langchain-community; extra == "dev"
|
|
121
|
+
Requires-Dist: orjson; extra == "dev"
|
|
122
|
+
Requires-Dist: sphinx-tabs; extra == "dev"
|
|
123
|
+
Requires-Dist: sphinx-design; extra == "dev"
|
|
124
124
|
Provides-Extra: doc
|
|
125
|
-
Requires-Dist: ipython
|
|
126
|
-
Requires-Dist: sphinx
|
|
127
|
-
Requires-Dist: pydata-sphinx-theme
|
|
128
|
-
Requires-Dist: sphinx-intl
|
|
129
|
-
Requires-Dist: sphinx-tabs
|
|
130
|
-
Requires-Dist: sphinx-design
|
|
131
|
-
Requires-Dist: prometheus-client
|
|
132
|
-
Requires-Dist: timm
|
|
133
|
-
Requires-Dist: opencv-contrib-python
|
|
125
|
+
Requires-Dist: ipython>=6.5.0; extra == "doc"
|
|
126
|
+
Requires-Dist: sphinx>=3.0.0; extra == "doc"
|
|
127
|
+
Requires-Dist: pydata-sphinx-theme>=0.3.0; extra == "doc"
|
|
128
|
+
Requires-Dist: sphinx-intl>=0.9.9; extra == "doc"
|
|
129
|
+
Requires-Dist: sphinx-tabs; extra == "doc"
|
|
130
|
+
Requires-Dist: sphinx-design; extra == "doc"
|
|
131
|
+
Requires-Dist: prometheus-client; extra == "doc"
|
|
132
|
+
Requires-Dist: timm; extra == "doc"
|
|
133
|
+
Requires-Dist: opencv-contrib-python; extra == "doc"
|
|
134
134
|
Provides-Extra: embedding
|
|
135
|
-
Requires-Dist: sentence-transformers
|
|
135
|
+
Requires-Dist: sentence-transformers>=2.7.0; extra == "embedding"
|
|
136
136
|
Provides-Extra: ggml
|
|
137
|
-
Requires-Dist: llama-cpp-python
|
|
137
|
+
Requires-Dist: llama-cpp-python!=0.2.58,>=0.2.25; extra == "ggml"
|
|
138
138
|
Provides-Extra: image
|
|
139
|
-
Requires-Dist: diffusers
|
|
140
|
-
Requires-Dist: controlnet-aux
|
|
139
|
+
Requires-Dist: diffusers; extra == "image"
|
|
140
|
+
Requires-Dist: controlnet-aux; extra == "image"
|
|
141
141
|
Provides-Extra: intel
|
|
142
|
-
Requires-Dist: torch
|
|
143
|
-
Requires-Dist: intel-extension-for-pytorch
|
|
142
|
+
Requires-Dist: torch==2.1.0a0; extra == "intel"
|
|
143
|
+
Requires-Dist: intel-extension-for-pytorch==2.1.10+xpu; extra == "intel"
|
|
144
144
|
Provides-Extra: mlx
|
|
145
|
-
Requires-Dist: mlx-lm
|
|
145
|
+
Requires-Dist: mlx-lm; extra == "mlx"
|
|
146
146
|
Provides-Extra: rerank
|
|
147
|
-
Requires-Dist: FlagEmbedding
|
|
147
|
+
Requires-Dist: FlagEmbedding; extra == "rerank"
|
|
148
148
|
Provides-Extra: sglang
|
|
149
|
-
Requires-Dist: outlines
|
|
150
|
-
Requires-Dist: sglang
|
|
151
|
-
Requires-Dist: vllm
|
|
149
|
+
Requires-Dist: outlines>=0.0.34; extra == "sglang"
|
|
150
|
+
Requires-Dist: sglang>=0.2.7; sys_platform == "linux" and extra == "sglang"
|
|
151
|
+
Requires-Dist: vllm>=0.5.2; sys_platform == "linux" and extra == "sglang"
|
|
152
152
|
Provides-Extra: transformers
|
|
153
|
-
Requires-Dist: transformers
|
|
154
|
-
Requires-Dist: torch
|
|
155
|
-
Requires-Dist: accelerate
|
|
156
|
-
Requires-Dist: sentencepiece
|
|
157
|
-
Requires-Dist: transformers-stream-generator
|
|
158
|
-
Requires-Dist: bitsandbytes
|
|
159
|
-
Requires-Dist: protobuf
|
|
160
|
-
Requires-Dist: einops
|
|
161
|
-
Requires-Dist: tiktoken
|
|
162
|
-
Requires-Dist: optimum
|
|
163
|
-
Requires-Dist: attrdict
|
|
164
|
-
Requires-Dist: timm
|
|
165
|
-
Requires-Dist: torchvision
|
|
166
|
-
Requires-Dist: peft
|
|
167
|
-
Requires-Dist: auto-gptq
|
|
168
|
-
Requires-Dist: autoawq
|
|
153
|
+
Requires-Dist: transformers>=4.34.2; extra == "transformers"
|
|
154
|
+
Requires-Dist: torch; extra == "transformers"
|
|
155
|
+
Requires-Dist: accelerate>=0.27.2; extra == "transformers"
|
|
156
|
+
Requires-Dist: sentencepiece; extra == "transformers"
|
|
157
|
+
Requires-Dist: transformers-stream-generator; extra == "transformers"
|
|
158
|
+
Requires-Dist: bitsandbytes; extra == "transformers"
|
|
159
|
+
Requires-Dist: protobuf; extra == "transformers"
|
|
160
|
+
Requires-Dist: einops; extra == "transformers"
|
|
161
|
+
Requires-Dist: tiktoken; extra == "transformers"
|
|
162
|
+
Requires-Dist: optimum; extra == "transformers"
|
|
163
|
+
Requires-Dist: attrdict; extra == "transformers"
|
|
164
|
+
Requires-Dist: timm>=0.9.16; extra == "transformers"
|
|
165
|
+
Requires-Dist: torchvision; extra == "transformers"
|
|
166
|
+
Requires-Dist: peft; extra == "transformers"
|
|
167
|
+
Requires-Dist: auto-gptq; sys_platform != "darwin" and extra == "transformers"
|
|
168
|
+
Requires-Dist: autoawq; sys_platform != "darwin" and extra == "transformers"
|
|
169
169
|
Provides-Extra: vllm
|
|
170
|
-
Requires-Dist: vllm
|
|
170
|
+
Requires-Dist: vllm>=0.2.6; extra == "vllm"
|
|
171
171
|
|
|
172
172
|
<div align="center">
|
|
173
173
|
<img src="./assets/xorbits-logo.png" width="180px" alt="xorbits" />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
xinference/__init__.py,sha256=muQ9V9y11BcIqlZhhc06oDf193H7bwDIa8e_wSoDKI8,986
|
|
2
2
|
xinference/_compat.py,sha256=SQAjZMGxtBIce45qtW7ob7RWzA0zhv2yB3AxT0rb0uU,1778
|
|
3
|
-
xinference/_version.py,sha256=
|
|
3
|
+
xinference/_version.py,sha256=EqSqvENReGpKGob0466Ee-ZJ851gGDnz-f3qHtNHOrc,504
|
|
4
4
|
xinference/conftest.py,sha256=FF-ZkqkfOxQw4hz_8G7p5aB7gFdsJlr6u2ZdFuuauAA,9744
|
|
5
5
|
xinference/constants.py,sha256=D8HcGgTxMewkWUq2hkQWBhofQqTFXKh9S55_FkrwbBY,3257
|
|
6
6
|
xinference/device_utils.py,sha256=zswJiws3VyTIaNO8z-MOcsJH_UiPoePPiKK5zoNrjTA,3285
|
|
@@ -9,7 +9,7 @@ xinference/isolation.py,sha256=uhkzVyL3fSYZSuFexkG6Jm-tRTC5I607uNg000BXAnE,1949
|
|
|
9
9
|
xinference/types.py,sha256=mN6lTFGqwFCycCMCwNELtRm2lmvuynvzD7Wwq_NEINY,14255
|
|
10
10
|
xinference/utils.py,sha256=VSOJMFd9H7kce98OtJZbcDjjpfzRpHAFs8WU0xXPBM8,717
|
|
11
11
|
xinference/api/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
12
|
-
xinference/api/restful_api.py,sha256=
|
|
12
|
+
xinference/api/restful_api.py,sha256=3bpAhSmRPY4OT93hZqgf_93xO8D3VoWKjHA_zdVSFT0,75772
|
|
13
13
|
xinference/api/oauth2/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
14
14
|
xinference/api/oauth2/auth_service.py,sha256=74JzB42fbbmBu4Q1dW3A9Fp_N7167KgRGB42Z0NHjAM,6119
|
|
15
15
|
xinference/api/oauth2/types.py,sha256=K923sv_XySIUtM2Eozl9IG082IJcDOS5SFLrPZ5ELBg,996
|
|
@@ -31,7 +31,7 @@ xinference/core/scheduler.py,sha256=WaWgmVL5FIdcanP1RqMKvnObf7BHldREpYwRUePnTQo,
|
|
|
31
31
|
xinference/core/status_guard.py,sha256=fF5hisvfn6es9DV6Z6RRD6V_S_uLcb8lHM6PArGgb04,2820
|
|
32
32
|
xinference/core/supervisor.py,sha256=wuWjkBk7kdbdMH84xX_2cO3JO04A5OrsP7_leU5ivZ8,50817
|
|
33
33
|
xinference/core/utils.py,sha256=LqPrez5dGELRQDSwOD5EP8XHb-aUKAdyszS-QpNouuw,6401
|
|
34
|
-
xinference/core/worker.py,sha256=
|
|
34
|
+
xinference/core/worker.py,sha256=lBE8d47cGQcUkf4LOCzZFYieO1ZWUzXz0Cemqx58J3U,43422
|
|
35
35
|
xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
36
36
|
xinference/deploy/cmdline.py,sha256=Rv9zgdsESTwrMI2vXmz3QvBgMO5Dq051VSrJ6QUlDfk,48585
|
|
37
37
|
xinference/deploy/local.py,sha256=vlAvhcl8utP1DjW4MJpBgD4JLHQV-1Xebmdd8j9M8IM,3946
|
|
@@ -56,7 +56,7 @@ xinference/model/audio/model_spec_modelscope.json,sha256=yuYQgJ_xPhPKvBZ9KIOrJFx
|
|
|
56
56
|
xinference/model/audio/utils.py,sha256=pwo5cHh8nvhyBa9f-17QaVpXMSjmbpGbPYKwBBtEhGM,717
|
|
57
57
|
xinference/model/audio/whisper.py,sha256=NjtaSAJcj_IpJX3drT9NPWNrprVbeLlsDq4uH8AZE8M,7772
|
|
58
58
|
xinference/model/embedding/__init__.py,sha256=0FLzOZyOuMctxFvhobkLXRUepwHck6RPbtjCct1eMI8,2854
|
|
59
|
-
xinference/model/embedding/core.py,sha256=
|
|
59
|
+
xinference/model/embedding/core.py,sha256=c8Lr6_Egx3Dz9WOya3-kapRZhjwD5REbzVYgO-qEvgs,16539
|
|
60
60
|
xinference/model/embedding/custom.py,sha256=iE3-iWVzxarXdeTdw5e6rxv6HQRXVbPHp65wwhT2IL8,3919
|
|
61
61
|
xinference/model/embedding/model_spec.json,sha256=jhM2MVaxhihFvShVs18xx0vuneBfAVDUCFyaJ9IgIh8,6889
|
|
62
62
|
xinference/model/embedding/model_spec_modelscope.json,sha256=FYMBk4zE__lvjU0tiT5aNW1QYd1cr2Gj39BShG2h2PU,6010
|
|
@@ -207,14 +207,14 @@ xinference/thirdparty/omnilmm/train/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY
|
|
|
207
207
|
xinference/thirdparty/omnilmm/train/train_utils.py,sha256=L4JtFWDKtdEcQYpGW-UV6GCswTqHkiskK3phM9J-xUM,5634
|
|
208
208
|
xinference/web/ui/package-lock.json,sha256=MDt0IM5NT4MvrBwKJxD6TlgqKHvRQB7uH2szO1CQspU,762056
|
|
209
209
|
xinference/web/ui/package.json,sha256=W0Bq0vT0HOALv-nFo34Fos3r6DKrjR7zAL5swLg5qZg,1987
|
|
210
|
-
xinference/web/ui/build/asset-manifest.json,sha256=
|
|
210
|
+
xinference/web/ui/build/asset-manifest.json,sha256=y8-StBmx5Rq3oX8EaVNpJD3k2-4HhfZdTuzfa_JWAxU,453
|
|
211
211
|
xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
212
|
-
xinference/web/ui/build/index.html,sha256=
|
|
212
|
+
xinference/web/ui/build/index.html,sha256=9vmv9phpQEpLDlsVIBxnp8RtRiQnD7-ceKhqzDyt2cI,650
|
|
213
213
|
xinference/web/ui/build/static/css/main.4bafd904.css,sha256=B1LOr0CAJXDztw7bSsJMTmEwdzqnciZOYjgeBSO25cQ,3910
|
|
214
214
|
xinference/web/ui/build/static/css/main.4bafd904.css.map,sha256=rIbo5tZ_vpOnVcUwFk29B6UpEffrfphEQ3XKUAuG49E,7794
|
|
215
|
-
xinference/web/ui/build/static/js/main.
|
|
216
|
-
xinference/web/ui/build/static/js/main.
|
|
217
|
-
xinference/web/ui/build/static/js/main.
|
|
215
|
+
xinference/web/ui/build/static/js/main.ef2a203a.js,sha256=m2v1WJP9_e5zWJU9YMq1Hh-Oko91j90OxJ2kkHlPjyg,989175
|
|
216
|
+
xinference/web/ui/build/static/js/main.ef2a203a.js.LICENSE.txt,sha256=rbybPZZs56fvnjMiAklb5AB-cE9DLmWrrraygrxIG3I,2279
|
|
217
|
+
xinference/web/ui/build/static/js/main.ef2a203a.js.map,sha256=EfFmwyC7y5XmFi4TpzLEiZ8DDHD6l9Ec-W4cpcUb754,4388760
|
|
218
218
|
xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
219
219
|
xinference/web/ui/node_modules/.package-lock.json,sha256=9jU355rtDRCO-oEwZIz20ylwNPD9ZXgReo7Uu8B97Zg,760016
|
|
220
220
|
xinference/web/ui/node_modules/.cache/babel-loader/000791038e4133db461021f1018491323a006cca7a53e09c2ac35032bc36d8b6.json,sha256=bke3WZZjPsJqMKVeHZ7xOSiE8x3fy4fe9nzvylycWOE,1374
|
|
@@ -2362,7 +2362,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/2cb55fbcbaf4dbd62da5e1a4730ed
|
|
|
2362
2362
|
xinference/web/ui/node_modules/.cache/babel-loader/2cb5d1ae78b2ea5cad9a139a497451d23682ce740f479f21e3e7aa281050f5a1.json,sha256=nUGoYE2LjFz7SKlhofFAif3M3QItXYC47q1HyyT808k,1898
|
|
2363
2363
|
xinference/web/ui/node_modules/.cache/babel-loader/2cbd96d1af9b513ef4db8b4760a78e9eda5aca40a26184f1c4dcd9abfbd83a62.json,sha256=HAxC0JqXNW6EebeZolFmv5dNZT_0uvlrkfF3GELuctY,1824
|
|
2364
2364
|
xinference/web/ui/node_modules/.cache/babel-loader/2cd0fd50d8f213cdd94daffe7d0f997991072b11936ead7c48be2af3fdbd1fda.json,sha256=FjV9kk99Ys811oXrZHuRHZU19MPsuKgV1zk09khjKPM,6317
|
|
2365
|
-
xinference/web/ui/node_modules/.cache/babel-loader/2cd5e4279ad7e13a1f41d486e9fca7756295bfad5bd77d90992f4ac3e10b496d.json,sha256=2cePsNDRHWWgTp-N76xnnOsC5skF02bzEO77xgKEnao,181496
|
|
2366
2365
|
xinference/web/ui/node_modules/.cache/babel-loader/2cd6660dd942bd9adbe85e470c058c73e70022126a742f9f1324ca22100200a1.json,sha256=d-4tP0UAKun0H0HPkzzJY3gHDCtADGfyEcU-3j3SrVk,2115
|
|
2367
2366
|
xinference/web/ui/node_modules/.cache/babel-loader/2cd86096ee7aabd9d196f7fa8808ebc0fe4d67d789de4ca19e7089c8869c620c.json,sha256=UdMUuWlxxziJ8ATuRLW0XjMh6F4_4KtTYmpzMqM9K4M,1134
|
|
2368
2367
|
xinference/web/ui/node_modules/.cache/babel-loader/2cde3ba9b4bc3f1fd0997b5b51110fc26bf2a99924cdc5e6bb7e9524a6eb60d6.json,sha256=kwV7maxoLCoqueBR0CeLwtFmNClYA_rHIsP2u6r2OHc,1736
|
|
@@ -2464,6 +2463,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/2f3a5bea59fe969316d45d12408a0
|
|
|
2464
2463
|
xinference/web/ui/node_modules/.cache/babel-loader/2f3af892999a476f20c4ef5cad120993815ffccca6de5fd22c7d47e5ff950169.json,sha256=h0QwDDqQFEWRkuMV5o7XbX-SC7Qq-TaK6mSHWzU6adw,1325
|
|
2465
2464
|
xinference/web/ui/node_modules/.cache/babel-loader/2f3d3d288734a6e47745983f9f865df1c688b2430deb4c4c001b898134a819a0.json,sha256=dM_DSp2naYNI1GhebBe7gVGBpUNG55XFM1Y1UWVl_ZQ,1270
|
|
2466
2465
|
xinference/web/ui/node_modules/.cache/babel-loader/2f3f1ed017398baa9a659bb1d7114d278e96faa473364fd2928284563b18412d.json,sha256=yhH5QhdLKU269VXsoumGFLl3sTVLeQatePaAH1uh6b4,1868
|
|
2466
|
+
xinference/web/ui/node_modules/.cache/babel-loader/2f40209b32e7e46a2eab6b8c8a355eb42c3caa8bc3228dd929f32fd2b3940294.json,sha256=d9QXo0xNACjyHpjR7J--ZpN4s6yKDl1F94Msu6dDeZg,182891
|
|
2467
2467
|
xinference/web/ui/node_modules/.cache/babel-loader/2f43fe5334615d9a3d941e8f1f6639df1fbb5a843ebf3a603177fd3ba3fe18dd.json,sha256=VqCMJbZSamANuQeevKQ3m7FG5D2TGoZ86krqkwHHeQM,1876
|
|
2468
2468
|
xinference/web/ui/node_modules/.cache/babel-loader/2f45cf790b9bf2f826fcda3deba9e70946524b1a2b5d25507cd8dc632d1673db.json,sha256=pnnFpAyopv9mRlIY5FhZs_3Hk_E85Tq5VmLaNrs1hvU,26548
|
|
2469
2469
|
xinference/web/ui/node_modules/.cache/babel-loader/2f4888054f45db39120cffc39b262153d844febe05842dc4c73124e6f9b0f078.json,sha256=vZX-9UHCYEqHlgUikEDm-o2WsDwB5MlE-UiofNRanEk,1638
|
|
@@ -15472,9 +15472,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
|
|
|
15472
15472
|
xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15473
15473
|
xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15474
15474
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15475
|
-
xinference-0.14.0.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15476
|
-
xinference-0.14.0.dist-info/METADATA,sha256=
|
|
15477
|
-
xinference-0.14.0.dist-info/WHEEL,sha256=
|
|
15478
|
-
xinference-0.14.0.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15479
|
-
xinference-0.14.0.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15480
|
-
xinference-0.14.0.dist-info/RECORD,,
|
|
15475
|
+
xinference-0.14.0.post1.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15476
|
+
xinference-0.14.0.post1.dist-info/METADATA,sha256=afomLEbgh16KwvtZezEkVy-5xRrY8kRm7De8-IsC36U,17681
|
|
15477
|
+
xinference-0.14.0.post1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
15478
|
+
xinference-0.14.0.post1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15479
|
+
xinference-0.14.0.post1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15480
|
+
xinference-0.14.0.post1.dist-info/RECORD,,
|