"vscode:/vscode.git/clone" did not exist on "6d903adc7224cdbbd8d78a87cc9a4b105d2c7a9b"
Commit baba835b authored by wanglch's avatar wanglch
Browse files

Update README.md

parent f867b03b
...@@ -34,7 +34,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意 ...@@ -34,7 +34,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
cd ./project_path cd ./project_path
pip install -e . pip install -e .
pip install -r requirements.txt pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
### Dockerfile(方法二) ### Dockerfile(方法二)
...@@ -46,7 +46,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意 ...@@ -46,7 +46,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
cd ./project_path cd ./project_path
pip install -e . pip install -e .
pip install -r requirements.txt pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
### Anaconda(方法三) ### 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