File size: 1,013 Bytes
4c8c0f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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