Commit baba835b authored by wanglch's avatar wanglch
Browse files

Update README.md

parent f867b03b
......@@ -34,7 +34,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
cd ./project_path
pip install -e .
pip install -r requirements.txt
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
### Dockerfile(方法二)
......@@ -46,7 +46,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
cd ./project_path
pip install -e .
pip install -r requirements.txt
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
### Anaconda(方法三)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment