Cccccz's picture
Add files using upload-large-folder tool
4c8c0f5 verified
Raw
History Blame Contribute Delete
1.01 kB
# FlowCache VBench configuration file
# Usage: bash scripts/sample/flowcache_vbench.sh <path_to_this_yaml>
# Basic configuration
benchmark: vbench
config_file: config/sample/vbench.json
# GPU configuration
gpus: all
# VBench dataset configuration
vbench_prompt_dir: downloads/vbench/prompts_per_dimension
# Dimension configuration (specify the current dimension to process)
dimension: overall_consistency # Options: subject_consistency, scene, object_class, multiple_objects, color, spatial_relationship, temporal_style, human_action, temporal_flickering, appearance_style
# Output path configuration
base_save_path: outputs/vbench
# Reuse strategy configuration
reuse_strategy: chunkwise
rel_l1_thresh: 0.01
warmup_steps: 5
# KV cache compression configuration
compress_kv_cache: true
total_cache_chunk_nums: 6
budget_cache_chunk_nums: 1
compress_strategy: token
query_granularity: chunk
mix_lambda: 0.07
score_weighting_method: no_weight
discard_nearly_clean_chunk: true
# Log configuration
log: false