Skip to content

Commit f85794e

Browse files
h-guo18jamieliNVIDIA
authored andcommitted
update eagle example notebook
Signed-off-by: h-guo18 <[email protected]> Updated example.ipynb with sglang steps Updated haoguo's demo notebook with sglang instructions fixed --model-path to --model Commit with sign. Signed-off-by: Jamie Li <[email protected]>
1 parent 669ae05 commit f85794e

File tree

2 files changed

+291
-156
lines changed

2 files changed

+291
-156
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
}

0 commit comments

Comments
 (0)