Commit 839a387e authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 9cd9f890
......@@ -34,6 +34,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
cd ./project_path
pip install -e .
pip install -r requirements.txt
### Dockerfile(方法二)
......@@ -45,6 +46,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
cd ./project_path
pip install -e .
pip install -r requirements.txt
## 数据集
......@@ -58,7 +60,7 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
## 推理
```
CUDA_VISIBLE_DEVICES=0 python inference.py --model_path "DeepSeek-VL2/deepseek-vl2-tiny/"
HIP_VISIBLE_DEVICES=0 python inference.py --model_path "DeepSeek-VL2/deepseek-vl2-tiny/"
```
## result
......
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