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
OpenDAS
opencompass
Commits
3d49a20b
Unverified
Commit
3d49a20b
authored
Aug 17, 2023
by
Yuan Liu
Committed by
GitHub
Aug 17, 2023
Browse files
[Feature]: Add launch script (#222)
parent
0fa24826
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
configs/multimodal/minigpt_4/README.md
configs/multimodal/minigpt_4/README.md
+17
-1
No files found.
configs/multimodal/minigpt_4/README.md
View file @
3d49a20b
...
@@ -7,4 +7,20 @@ cd opencompass/multimodal/models/minigpt_4
...
@@ -7,4 +7,20 @@ cd opencompass/multimodal/models/minigpt_4
git clone https://github.com/Vision-CAIR/MiniGPT-4.git
git clone https://github.com/Vision-CAIR/MiniGPT-4.git
```
```
Then prepare the environement according to this
[
doc
](
https://github.com/Vision-CAIR/MiniGPT-4
)
Then prepare the environement according to this
[
doc
](
https://github.com/Vision-CAIR/MiniGPT-4
)
\ No newline at end of file
### Start evaluation
#### Slurm
```
sh
cd
$root
python run.py configs/multimodal/tasks.py
--mm-eval
--slurm
-p
$PARTITION
```
#### PyTorch
```
sh
cd
$root
python run.py configs/multimodal/tasks.py
```
\ No newline at end of file
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