2024-11-07
深度学习
00

modelscope下载模型:

bash
conda create -n modelscope python=3.10 conda activate modelscope
bash
pip install modelscope -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
bash
modelscope download --model 'Qwen/Qwen2.5-Coder-7B-Instruct' --local_dir '/ssd/xiedong/Qwen2.5-Coder-7B-Instruct'

部署为api接口:

bash
docker run -d --gpus device=3 \ -v /ssd/xiedong/Qwen2.5-Coder-7B-Instruct:/ssd/xiedong/Qwen2.5-Coder-7B-Instruct \ -p 8005:8000 \ --ipc=host \ dockerpull.org/vllm/vllm-openai:latest \ --model /ssd/xiedong/Qwen2.5-Coder-7B-Instruct --gpu_memory_utilization=0.4
如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:Dong

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!