本文主要是介绍通义千问-7B-Chat-Int4,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
通义千问-7B-Chat-Int4
安装
- 克隆我们的仓库并跳转到相应目录
git clone https://www.modelscope.cn/qwen/Qwen-7B-Chat-Int4.git
cd Qwen-7B-Chat-Int4
2. 创建 conda 环境
conda create -n qwenint4 python=3.8 -y
conda activate qwenint4
conda activate qwenint4
3. 安装依赖
pip install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple
pip install gradio==3.40.0 -i https://pypi.mirrors.ustc.edu.cn/simple
这篇关于通义千问-7B-Chat-Int4的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!