Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ benchmark/llava_bench/mme_pack
tmp*.txt

# Plots
*.png
*.pdf

# personnal
Expand Down
24 changes: 24 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* 让代码块自动换行 */
.highlight pre {
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;
}

/* 限制最大宽度 */
.highlight {
max-width: 100%;
}

/* 代码块容器样式 */
.literal-block-wrapper {
max-width: 100%;
}

/* 额外的响应式支持 */
@media screen and (max-width: 768px) {
.highlight pre {
font-size: 0.9em;
line-height: 1.4;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading