Minachist commited on
Commit
313f09e
·
verified ·
1 Parent(s): a97a708

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -120,6 +120,11 @@ vllm serve <this-repo> \
120
  ```
121
  For text-only serving on 2×24 GB, `--language-model-only --mamba-cache-mode align` were used in testing.
122
 
 
 
 
 
 
123
  ## Acknowledgements
124
 
125
  - [Lorbus](https://huggingface.co/Lorbus) for the README.md format
 
120
  ```
121
  For text-only serving on 2×24 GB, `--language-model-only --mamba-cache-mode align` were used in testing.
122
 
123
+ If you're having quality issues while using MTP, it's likely a vLLM issue since MTP shouldn't degrade the output at all.
124
+
125
+ For more information, please see:
126
+ [this reddit thread](https://www.reddit.com/r/LocalLLaMA/comments/1uvacno/production_qwen_3627b_vllm_config/), and [this vLLM pull](https://github.com/vllm-project/vllm/pull/48375)
127
+
128
  ## Acknowledgements
129
 
130
  - [Lorbus](https://huggingface.co/Lorbus) for the README.md format