".github/vscode:/vscode.git/clone" did not exist on "09ea8618ff6d9cfe2a8382f867768e875f6f7b9c"
Unverified Commit 369f4d91 authored by Atream's avatar Atream Committed by GitHub
Browse files

Update DeepseekR1_V3_tutorial.md

parent 9650893a
...@@ -160,7 +160,7 @@ is speed up which is inspiring. So our showcase makes use of this finding* ...@@ -160,7 +160,7 @@ is speed up which is inspiring. So our showcase makes use of this finding*
### V0.2.2 longer context & FP8 kernel ### V0.2.2 longer context & FP8 kernel
#### longer context #### longer context
To use this feature, [install flashinfer](https://github.com/flashinfer-ai/flashinfer) first. To use this feature, [install flashinfer](https://github.com/flashinfer-ai/flashinfer) first.
Note: The latest MLA kernel in FlashInfer still has a few minor issues. They are continuously fixing them on the main branch. If you are using FlashInfer, please install it from the main source code.
If you want to use long context(longer than 20K) for prefill, enable the matrix absorption MLA during the prefill phase, which will significantly reduce the size of the kv cache. Modify yaml file like this: If you want to use long context(longer than 20K) for prefill, enable the matrix absorption MLA during the prefill phase, which will significantly reduce the size of the kv cache. Modify yaml file like this:
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment