Skip to content

Commit f6b85a9

Browse files
committed
Commit with sign.
Signed-off-by: Jamie Li <[email protected]>
1 parent f46092b commit f6b85a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@
4242
"evenBetterToml.schema.enabled": false, // disable toml/json schema since we have custom fields
4343
"python.analysis.extraPaths": [
4444
"./tests/" // add tests to python path just like pytest does in pyproject.toml
45-
]
45+
],
46+
"git.enableCommitSigning": true,
47+
"git.alwaysSignOff": true
4648
}

examples/speculative_decoding/example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
"cell_type": "markdown",
472472
"metadata": {},
473473
"source": [
474-
"While vLLM is another extremely popular, high-performance inference server, direct support for speculative decoding with this demo is still under active development. This notebook will be updated once deployment is possible."
474+
"While vLLM is another extremely popular, high-performance inference server, direct support for speculative decoding with this demo notebook is still under active development. This notebook will be updated once deployment is possible."
475475
]
476476
}
477477
],

0 commit comments

Comments
 (0)