File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ All three modes are statistically identical (p=1.0 latent vs text). Earlier runs
128128## Reproduce
129129
130130``` bash
131- pip install " avp[hf]" datasets
131+ pip install avp[hf] datasets
132132
133133python -m benchmarks.humaneval.run_humaneval \
134134 --model_name Qwen/Qwen2.5-7B-Instruct \
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ AVP_OVERRIDE_QWEN2=1 vllm serve Qwen/Qwen2.5-7B-Instruct \
6262| -----| ---------| -------------|
6363| ` avp_latent_steps ` | ` 20 ` | Number of latent thinking steps during prefill. Set to ` 0 ` to disable. |
6464| ` avp_store_dir ` | ` /tmp/avp_kv_store ` | Directory for file-based KV store. Also configurable via ` AVP_KV_STORE_DIR ` env var. |
65+ | ` avp_store_ttl ` | ` 300 ` | TTL in seconds for KV store entries. |
66+ | ` avp_target_model ` | * (none)* | Target model HF ID for cross-model rosetta projection. |
67+ | ` avp_source_model ` | * (none)* | Source model HF ID. Needed when the model is loaded from a local path (auto-detected from config otherwise). |
6568
6669## How It Works
6770
You can’t perform that action at this time.
0 commit comments