Skip to content

Commit

Permalink
update_demo_image
Browse files Browse the repository at this point in the history
  • Loading branch information
KerolosAtef committed Apr 6, 2024
1 parent 8aa3c1f commit c067e5c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions demo_job.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash
#SBATCH --partition=batch
#SBATCH --job-name=video_demo_llama2
#SBATCH --output=video_demo_llama2.out
#SBATCH --error=video_demo_llama2.err
#SBATCH --time=0-72:30:00
#SBATCH --mem=100G
#SBATCH --gres=gpu:a100:1
#SBATCH --nodes=1

# Choose the model to test
# Mistral
# ckpt="checkpoints/video_mistral_checkpoint_last.pth"
# config="test_configs/mistral_test_config.yaml"

# Llama2
ckpt="checkpoints/video_llama_checkpoint_last.pth"
config="test_configs/llama2_test_config.yaml"


/ibex/ai/home/ataallka/miniforge-pypy3/envs/gradio_test/bin/python3.9 -u minigpt4_video_demo.py --cfg-path $config --ckpt $ckpt
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2 class="title is-2 publication-title">Advancing Multimodal LLMs for Video Und
<span class="link-block">
<a href="https://82b3f3ada71ada5e42.gradio.live" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<img src="images/demo_icon.png" alt="Demo Icon">
<img src="repo_imgs/demo.png" alt="Demo Icon">
</span>
<span>Demo</span>
</a>
Expand Down

0 comments on commit c067e5c

Please sign in to comment.