Skip to content

Commit 7f6b8ab

Browse files
committed
docs: deepdive fixes
1 parent 3caecce commit 7f6b8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/VLM_deepdive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ $$
363363
Maintain top-$k$ hypotheses at each step. For beam size $k$:
364364

365365
$$
366-
\mathcal{B}_t = \text{TopK}_{h \in \mathcal{B}_{t-1}, y \in \mathcal{V}} \left\{ (h \oplus y, \log P(h) + \log P(y \mid h, \mathbf{x}_v)) \right\}
366+
\mathcal{B}_t = \text{TopK}_{h \in \mathcal{B}_{t-1}, y \in \mathcal{V}} \Big\{ (h \oplus y, \log P(h) + \log P(y \mid h, \mathbf{x}_v)) \Big\}
367367
$$
368368

369369
**Nucleus Sampling (Top-p):**

0 commit comments

Comments
 (0)