"examples/single_model_scripts/run_openai_gpt.py" did not exist on "6bc082da0aedff4c6128356fbef8e101fc23d635"
Commit 352a5227 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 26e59280
...@@ -89,13 +89,13 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ...@@ -89,13 +89,13 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
### 单机单卡 ### 单机单卡
``` ```
python internvl3_inference.py.py python internvl3_inference.py
``` ```
### 单机多卡 ### 单机多卡
``` ```
CUDA_VISIBLE_DEVICES=0,1,2,3 internvl3_inference.py CUDA_VISIBLE_DEVICES=0,1,2,3 python internvl3_inference.py
``` ```
## result ## 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