Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
DeepSeek-VL2_pytorch
Commits
839a387e
Commit
839a387e
authored
Feb 17, 2025
by
dcuai
Browse files
Update README.md
parent
9cd9f890
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
839a387e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment