temp / FlowCache /FlowCache4MAGI-1-dev-V2 /yaml_config /sample /flowcache_physicsiq.yaml
Cccccz's picture
Add files using upload-large-folder tool
2bfd19c verified
Raw
History Blame Contribute Delete
748 Bytes
# FlowCache PhysicsIQ configuration file
# Usage: bash scripts/sample/flowcache_physicsiq.sh <path_to_this_yaml>
# Basic configuration
benchmark: physicsiq
config_file: config/sample/5s_physicsiq.json
# GPU configuration
gpus: all
# PhysicsIQ dataset configuration
physicsiq_data_dir: /path/to/physicsiq
# Output path configuration
base_save_path: /path/to/output/physicsiq
# 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
compress_strategy: token
query_granularity: token
mix_lambda: 0.07
score_weighting_method: no_weight
power: 3
# Sampling range control
start: 150
end: 200
# Log configuration
log: false