Commit 6b8d7ef2 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent ee382b2f
# InterVL2.5
# InternVL2.5
## 论文
[Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling](https://arxiv.org/abs/2412.05271)
......@@ -39,6 +39,8 @@ cd /path/your_code_data/
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install accelerate
```
Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应。
### Dockerfile(方法二)
......@@ -54,6 +56,8 @@ cd /path/your_code_data/
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install accelerate
```
### Anaconda(方法三)
此处提供本地配置、编译的详细步骤,例如:
......@@ -75,6 +79,8 @@ cd /path/your_code_data/
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install accelerate
```
## 数据集
......
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