-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated diffusion benchmark and data
- Loading branch information
1 parent
abd945c
commit c97bae1
Showing
134 changed files
with
525 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ build/ | |
|
||
# Data files | ||
*.log | ||
pegasus/consumed.yaml | ||
figures/ |
8 changes: 4 additions & 4 deletions
8
benchmark/diffusion/image-to-video/pegasus/A100/queue_1gpu.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- command: | ||
- "python scripts/benchmark_one_model.py {{ model }} --result-root results/joule --dataset-path sharegpt4video/sharegpt4video_100.json --gpu-ids {{ gpu }} --batch-sizes 8 4 2 1 --power-limits 400 --num-inference-steps 25" | ||
- "python scripts/benchmark_one_model.py {{ model }} --result-root results/joule --dataset-path sharegpt4video/sharegpt4video_100.json --gpu-ids {{ gpu }} --batch-sizes 4 3 2 1 --power-limits 400 --num-inference-steps 1 2 4 8 16 25 30 40 50" | ||
model: | ||
- '--model ali-vilab/i2vgen-xl --num-frames 16 --add-text-prompt' | ||
- '--model stabilityai/stable-video-diffusion-img2vid --num-frames 14' | ||
- '--model stabilityai/stable-video-diffusion-img2vid-xt --num-frames 25' | ||
- '--model ali-vilab/i2vgen-xl --num-frames 16 --add-text-prompt --width 1280 --height 720' | ||
- '--model stabilityai/stable-video-diffusion-img2vid --num-frames 14 --width 1024 --height 576' | ||
- '--model stabilityai/stable-video-diffusion-img2vid-xt --num-frames 25 --width 1024 --height 576' |
8 changes: 4 additions & 4 deletions
8
benchmark/diffusion/image-to-video/pegasus/H100/queue_1gpu.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
- command: | ||
- "python scripts/benchmark_one_model.py {{ model }} --result-root results/joule --dataset-path sharegpt4video/sharegpt4video_700.json --gpu-ids {{ gpu }} --batch-sizes 64 32 16 8 4 2 1 --power-limits 700 --num-inference-steps 25" | ||
- "python scripts/benchmark_one_model.py {{ model }} --result-root results/joule --dataset-path sharegpt4video/sharegpt4video_100.json --gpu-ids {{ gpu }} --batch-sizes 4 3 2 1 --power-limits 700 --num-inference-steps 1 2 4 8 16 25 30 40 50" | ||
model: | ||
- '--model ali-vilab/i2vgen-xl --num-frames 16 --add-text-prompt' | ||
- '--model stabilityai/stable-video-diffusion-img2vid --num-frames 14' | ||
- '--model stabilityai/stable-video-diffusion-img2vid-xt --num-frames 25' | ||
- "--model ali-vilab/i2vgen-xl --num-frames 16 --add-text-prompt --width 1280 --height 720" | ||
- "--model stabilityai/stable-video-diffusion-img2vid --num-frames 14 --width 1024 --height 576" | ||
- "--model stabilityai/stable-video-diffusion-img2vid-xt --num-frames 25 --width 1024 --height 576" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.