Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
d1bb1711
Unverified
Commit
d1bb1711
authored
Apr 06, 2025
by
mlmz
Committed by
GitHub
Apr 06, 2025
Browse files
Fix: Reduce the number of document ci attempts to avoid long ci running (#5097)
Co-authored-by:
shuaills
<
shishuaiuoe@gmail.com
>
parent
35e0856b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/Makefile
docs/Makefile
+1
-1
No files found.
docs/Makefile
View file @
d1bb1711
...
...
@@ -23,7 +23,7 @@ compile:
parallel
-0
-j3
--halt
soon,fail
=
1
' \
NB_NAME=$
$(
basename
{
})
; \
START_TIME=$$(date +%s); \
retry --delay=0 --times=
3
-- \
retry --delay=0 --times=
2
-- \
jupyter nbconvert --to notebook --execute --inplace "{}" \
--ExecutePreprocessor.timeout=600 \
--ExecutePreprocessor.kernel_name=python3; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment