JRosenkranz
commited on
Commit
•
5b1f722
1
Parent(s):
a60bde1
Update README.md
Browse files
README.md
CHANGED
@@ -116,4 +116,6 @@ python fms-extras/scripts/paged_speculative_inference.py \
|
|
116 |
--speculator_source=hf \
|
117 |
--batch_input \
|
118 |
--compile \
|
119 |
-
```
|
|
|
|
|
|
116 |
--speculator_source=hf \
|
117 |
--batch_input \
|
118 |
--compile \
|
119 |
+
```
|
120 |
+
|
121 |
+
Sample code can be found here: [sample code](https://github.com/foundation-model-stack/fms-extras/blob/main/scripts/paged_speculative_inference.py)
|