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 f85794e commit 7540916Copy full SHA for 7540916
examples/speculative_decoding/example.ipynb
@@ -14,8 +14,7 @@
14
"metadata": {},
15
"outputs": [],
16
"source": [
17
- "%%sh\n",
18
- "git clone https://huggingface.co/datasets/nvidia/Daring-Anteater /tmp/Daring-Anteater"
+ "!git clone https://huggingface.co/datasets/nvidia/Daring-Anteater /tmp/Daring-Anteater"
19
]
20
},
21
{
@@ -315,8 +314,7 @@
315
314
316
317
318
319
- "docker rm -f trtllm_serve_spec"
+ "!docker rm -f trtllm_serve_spec"
320
321
322
@@ -456,8 +454,7 @@
456
454
457
455
458
459
460
- "docker rm -f sglang_serve_spec"
+ "!docker rm -f sglang_serve_spec"
461
462
463
0 commit comments