Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gasbench"
version = "0.9.4"
version = "0.9.5"
description = "GASBench - ML model benchmark evaluation package"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/gasbench/dataset/configs/synthetic_videos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ datasets:
- name: v15-human-vid-mavos-dd-english_liveportrait
path: 34data/v15-human-vid-mavos-dd-english_liveportrait
modality: video
media_type: synthetic
media_type: semisynthetic
source_format: mp4
media_per_archive: -1
archives_per_dataset: -1
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_multiclass_taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def test_full_frame_neural_edits_are_synthetic(self):
"facevid2vid",
"tpsm",
"v15-human-vid-mavos-dd-english_echomimic",
"v15-human-vid-mavos-dd-english_liveportrait",
"hyperreenact",
"fakeparts-stylechange",
"senorita-controllable-videos",
Expand Down
Loading