xinference 0.15.1__py3-none-any.whl → 0.15.2__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.

Files changed (23) hide show
  1. xinference/_version.py +3 -3
  2. xinference/core/model.py +2 -2
  3. xinference/model/audio/cosyvoice.py +3 -3
  4. xinference/model/image/stable_diffusion/core.py +30 -19
  5. xinference/model/llm/__init__.py +1 -1
  6. xinference/model/llm/llm_family.json +850 -2
  7. xinference/model/llm/llm_family_modelscope.json +893 -0
  8. xinference/model/llm/sglang/core.py +4 -0
  9. xinference/model/llm/vllm/core.py +5 -0
  10. xinference/web/ui/build/asset-manifest.json +3 -3
  11. xinference/web/ui/build/index.html +1 -1
  12. xinference/web/ui/build/static/js/{main.754740c0.js → main.29578905.js} +3 -3
  13. xinference/web/ui/build/static/js/main.29578905.js.map +1 -0
  14. xinference/web/ui/node_modules/.cache/babel-loader/c7bf40bab396765f67d0fed627ed3665890608b2d0edaa3e8cb7cfc96310db45.json +1 -0
  15. {xinference-0.15.1.dist-info → xinference-0.15.2.dist-info}/METADATA +5 -5
  16. {xinference-0.15.1.dist-info → xinference-0.15.2.dist-info}/RECORD +21 -21
  17. xinference/web/ui/build/static/js/main.754740c0.js.map +0 -1
  18. xinference/web/ui/node_modules/.cache/babel-loader/cd90b08d177025dfe84209596fc51878f8a86bcaa6a240848a3d2e5fd4c7ff24.json +0 -1
  19. /xinference/web/ui/build/static/js/{main.754740c0.js.LICENSE.txt → main.29578905.js.LICENSE.txt} +0 -0
  20. {xinference-0.15.1.dist-info → xinference-0.15.2.dist-info}/LICENSE +0 -0
  21. {xinference-0.15.1.dist-info → xinference-0.15.2.dist-info}/WHEEL +0 -0
  22. {xinference-0.15.1.dist-info → xinference-0.15.2.dist-info}/entry_points.txt +0 -0
  23. {xinference-0.15.1.dist-info → xinference-0.15.2.dist-info}/top_level.txt +0 -0
@@ -68,6 +68,8 @@ SGLANG_SUPPORTED_MODELS = [
68
68
  "llama-3.1",
69
69
  "mistral-v0.1",
70
70
  "mixtral-v0.1",
71
+ "qwen2.5",
72
+ "qwen2.5-coder",
71
73
  ]
72
74
  SGLANG_SUPPORTED_CHAT_MODELS = [
73
75
  "llama-2-chat",
@@ -85,6 +87,8 @@ SGLANG_SUPPORTED_CHAT_MODELS = [
85
87
  "deepseek-v2.5",
86
88
  "deepseek-v2-chat",
87
89
  "deepseek-v2-chat-0628",
90
+ "qwen2.5-instruct",
91
+ "qwen2.5-coder-instruct",
88
92
  ]
89
93
 
90
94
 
@@ -138,6 +138,11 @@ if VLLM_INSTALLED and vllm.__version__ >= "0.3.0":
138
138
  VLLM_SUPPORTED_MODELS.append("codeqwen1.5")
139
139
  VLLM_SUPPORTED_CHAT_MODELS.append("codeqwen1.5-chat")
140
140
  VLLM_SUPPORTED_CHAT_MODELS.append("qwen2-instruct")
141
+ VLLM_SUPPORTED_MODELS.append("qwen2.5")
142
+ VLLM_SUPPORTED_CHAT_MODELS.append("qwen2.5-instruct")
143
+ VLLM_SUPPORTED_MODELS.append("qwen2.5-coder")
144
+ VLLM_SUPPORTED_CHAT_MODELS.append("qwen2.5-coder-instruct")
145
+
141
146
 
142
147
  if VLLM_INSTALLED and vllm.__version__ >= "0.3.2":
143
148
  VLLM_SUPPORTED_CHAT_MODELS.append("gemma-it")
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.5061c4c3.css",
4
- "main.js": "./static/js/main.754740c0.js",
4
+ "main.js": "./static/js/main.29578905.js",
5
5
  "static/media/icon.webp": "./static/media/icon.4603d52c63041e5dfbfd.webp",
6
6
  "index.html": "./index.html",
7
7
  "main.5061c4c3.css.map": "./static/css/main.5061c4c3.css.map",
8
- "main.754740c0.js.map": "./static/js/main.754740c0.js.map"
8
+ "main.29578905.js.map": "./static/js/main.29578905.js.map"
9
9
  },
10
10
  "entrypoints": [
11
11
  "static/css/main.5061c4c3.css",
12
- "static/js/main.754740c0.js"
12
+ "static/js/main.29578905.js"
13
13
  ]
14
14
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Xinference</title><script defer="defer" src="./static/js/main.754740c0.js"></script><link href="./static/css/main.5061c4c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Xinference</title><script defer="defer" src="./static/js/main.29578905.js"></script><link href="./static/css/main.5061c4c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>