Skip to content

Commit ace827d

Browse files
committed
fix link 1
1 parent bf0fa15 commit ace827d

File tree

1 file changed

+1
-1
lines changed
  • recipes/experimental/long_context/H2O

1 file changed

+1
-1
lines changed

recipes/experimental/long_context/H2O/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Expected results on XSUM (Rouge-2 score, the higher the better) from the above s
3636

3737
### One Demo on Streaming to "Infinite" Context Length
3838

39-
The following example demonstrates the generation process of "infinite" sequence length. We use MT-Bench data and generate the context sample-by-sample. The KV Cache will keep the KV pairs from the previous samples while maintain a fixed size. Results can be found on [Demo](https://allenz.work/?p=11) (Video 1).
39+
The following example demonstrates the generation process of "infinite" sequence length. We use MT-Bench data and generate the context sample-by-sample. The KV Cache will keep the KV pairs from the previous samples while maintain a fixed size.
4040

4141
```
4242
# run with full cache

0 commit comments

Comments
 (0)