Skip to content

Commit

Permalink
add torch upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
BeachWang committed May 8, 2024
1 parent 608d48e commit bd9797c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/demo/sandbox/vbench_eval_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ load_ckpt_from_local: false
# 'multiple_objects', 'human_action', 'color', 'spatial_relationship', 'scene', 'temporal_style',
# 'appearance_style', 'overall_consistency']
# NOTE: Current version of vbench in pypi lacks of a third party code for motion_smoothness.
# NOTE: Besides, the evaluation for appearance_style requires torch < 2.0.
# NOTE: Besides, when len(dimension_list) > 1, it would occur an error in video loading.
dimension_list:
- subject_consistency
- dynamic_degree
2 changes: 1 addition & 1 deletion environments/sandbox_requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=1.11.0
torch>=1.11.0,<2.0.0
wandb
fire
pyspark
Expand Down
2 changes: 1 addition & 1 deletion environments/science_requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=1.11.0
torch>=1.11.0,<2.0.0
torchaudio
easyocr
fasttext-wheel
Expand Down

0 comments on commit bd9797c

Please sign in to comment.