Commit 7ca9a5b5 authored by luopl's avatar luopl
Browse files

Update README.md

parent eaa5fad4
......@@ -37,7 +37,7 @@ docker build -t ovis:latest .
docker run -it --shm-size=1024G -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name ovis_pytorch ovis bash
cd /path/your_code_data/
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
pip install e .
pip install --no-deps -e .
cd VLMEvalKit
pip install e .
```
......@@ -57,7 +57,7 @@ deepspeed:0.12.3
```
cd /path/your_code_data/
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
pip install e .
pip install --no-deps -e .
cd VLMEvalKit
pip install e .
```
......
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