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
InternVL3_pytorch
Commits
352a5227
"examples/single_model_scripts/run_openai_gpt.py" did not exist on "6bc082da0aedff4c6128356fbef8e101fc23d635"
Commit
352a5227
authored
Apr 24, 2025
by
wanglch
Browse files
Update README.md
parent
26e59280
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
352a5227
...
@@ -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
...
...
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