Skip to content

Commit 0352443

Browse files
SStasclaude
andcommitted
Fix docs issues found by /audit-docs
- VLLM_INTEGRATION.md: Add 3 missing config keys (avp_store_ttl, avp_target_model, avp_source_model) to configuration table - BENCHMARKS.md: Remove unnecessary quotes from pip install command Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b296055 commit 0352443

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/BENCHMARKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

133133
python -m benchmarks.humaneval.run_humaneval \
134134
--model_name Qwen/Qwen2.5-7B-Instruct \

docs/VLLM_INTEGRATION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)