We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26daeb4 commit 68a025bCopy full SHA for 68a025b
1 file changed
demos/continuous_batching/speculative_decoding/README.md
@@ -34,9 +34,6 @@ Python environment setup:
34
curl https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/main/demos/common/export_models/export_model.py -o export_model.py
35
pip3 install -r https://raw.githubusercontent.com/openvinotoolkit/model_server/refs/heads/main/demos/common/export_models/requirements.txt
36
37
-# Override optimum-intel with version supporting eagle3
38
-python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@xufang/add_eagle3_draft_model_conversion
39
-
40
mkdir models
41
```
42
0 commit comments