@ -9,7 +9,7 @@
< br >
< p align = "center" >
🤗 < a href = "https://huggingface.co/Qwen" > Hugging Face< / a > & nbsp& nbsp | & nbsp& nbsp🤖 < a href = "https://modelscope.cn/models/qwen" > ModelScope< a > & nbsp& nbsp | & nbsp& nbsp 📑 < a href = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/QWEN_TECHNICAL_REPORT.pdf" > Paper< / a > & nbsp& nbsp | & nbsp& nbsp🖥️ < a href = "https://modelscope.cn/studios/qwen/Qwen-14B-Chat-Demo/summary" > Demo< / a >
🤗 < a href = "https://huggingface.co/Qwen" > Hugging Face< / a > & nbsp& nbsp | & nbsp& nbsp🤖 < a href = "https://modelscope.cn/models/qwen" > ModelScope< / a > & nbsp& nbsp | & nbsp& nbsp 📑 < a href = "https://qianwen-res.oss-cn-beijing.aliyuncs.com/QWEN_TECHNICAL_REPORT.pdf" > Paper< / a > & nbsp& nbsp | & nbsp& nbsp🖥️ < a href = "https://modelscope.cn/studios/qwen/Qwen-14B-Chat-Demo/summary" > Demo< / a >
< br >
< a href = "assets/wechat.png" > WeChat (微信)< / a > & nbsp& nbsp | & nbsp& nbsp DingTalk (钉钉) & nbsp& nbsp | & nbsp& nbsp< a href = "https://discord.gg/z3GAxXZ9Ce" > Discord< / a > & nbsp& nbsp
< / p >
@ -17,8 +17,8 @@
| | Qwen-Chat | Qwen-Chat (Int4) | Qwen |
|----|:------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|
| 7B | < a href = "https://modelscope.cn/models/qwen/Qwen-7B-Chat/summary" > 🤖 < a > < a href = "https://huggingface.co/Qwen/Qwen-7B-Chat" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-7B-Chat-Int4/summary" > 🤖 < a > < a href = "https://huggingface.co/Qwen/Qwen-7B-Chat-Int4" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-7B/summary" > 🤖 < a > < a href = "https://huggingface.co/Qwen/Qwen-7B" > 🤗< / a > |
| 14B | < a href = "https://modelscope.cn/models/qwen/Qwen-14B-Chat/summary" > 🤖 < a > < a href = "https://huggingface.co/Qwen/Qwen-14B-Chat" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-14B-Chat-Int4/summary" > 🤖 < a > < a href = "https://huggingface.co/Qwen/Qwen-14B-Chat-Int4" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-14B/summary" > 🤖 < a > < a href = "https://huggingface.co/Qwen/Qwen-14B" > 🤗< / a > |
| 7B | < a href = "https://modelscope.cn/models/qwen/Qwen-7B-Chat/summary" > 🤖< / a > < a href = "https://huggingface.co/Qwen/Qwen-7B-Chat" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-7B-Chat-Int4/summary" > 🤖< / a > < a href = "https://huggingface.co/Qwen/Qwen-7B-Chat-Int4" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-7B/summary" > 🤖< / a > < a href = "https://huggingface.co/Qwen/Qwen-7B" > 🤗< / a > |
| 14B | < a href = "https://modelscope.cn/models/qwen/Qwen-14B-Chat/summary" > 🤖< / a > < a href = "https://huggingface.co/Qwen/Qwen-14B-Chat" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-14B-Chat-Int4/summary" > 🤖< / a > < a href = "https://huggingface.co/Qwen/Qwen-14B-Chat-Int4" > 🤗< / a > | < a href = "https://modelscope.cn/models/qwen/Qwen-14B/summary" > 🤖< / a > < a href = "https://huggingface.co/Qwen/Qwen-14B" > 🤗< / a > |
@ -463,7 +463,7 @@ python cli_demo.py
We provide methods to deploy local API based on OpenAI API (thanks to @hanpenggit ). Before you start, install the required packages:
```bash
pip install fastapi uvicorn openai pydantic>=2.3.0 sse_starlette
pip install fastapi uvicorn openai " pydantic>=2.3.0" sse_starlette
```
Then run the command to deploy your API:
@ -813,7 +813,7 @@ If you meet problems, please refer to [FAQ](FAQ.md) and the issues first to sear
## License Agreement
Researchers and developers are free to use the codes and model weights of both Qwen and Qwen-Chat. We also allow their commercial use. Check our license at [LICENSE ](LICENSE ) for more details. If you have requirements for commercial use, please fill out the [form ]( https://dashscope.console.aliyun.com/openModelApply/qianwen) to apply.
Researchers and developers are free to use the codes and model weights of both Qwen and Qwen-Chat. We also allow their commercial use. Check our license at [LICENSE ](LICENSE ) for more details. If you have requirements for commercial use, please fill out the form ([7B]( https://dashscope.console.aliyun.com/openModelApply/qianwen), [14B ](https://dashscope.console.aliyun.com/openModelApply/Qwen-14B-Chat ) ) to apply.
< br > < br >
## Contact Us