Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
base_model:
|
|
|
|
| 4 |
tags:
|
| 5 |
- eagle3
|
| 6 |
- speculative-decoding
|
|
@@ -32,4 +33,4 @@ see the `DEPLOYMENT.md` of the companion spark-vllm-docker fork.
|
|
| 32 |
|
| 33 |
Note: the int4 embedding requires the draft model's quantization config to be
|
| 34 |
applied to `embed_tokens` at load; vLLM builds that need the
|
| 35 |
-
`fix-eagle3-draft-embed-quant` mod from the deployment repo.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- Inferact/MiniMax-M3-EAGLE3
|
| 5 |
tags:
|
| 6 |
- eagle3
|
| 7 |
- speculative-decoding
|
|
|
|
| 33 |
|
| 34 |
Note: the int4 embedding requires the draft model's quantization config to be
|
| 35 |
applied to `embed_tokens` at load; vLLM builds that need the
|
| 36 |
+
`fix-eagle3-draft-embed-quant` mod from the deployment repo.
|