ipex-llm/python/llm/example/Text-Generation-WebUI/css/html_readable_style.css
SONG Ge 421e7cee80 [LLM] Add Text_Generation_WebUI Support (#9884)
* initially add text_generation_webui support

* add env requirements install

* add necessary dependencies

* update for starting webui

* update shared and noted to place models

* update heading of part3

* meet comments

* add copyright license

* remove extensions

* convert tutorial to windows side

* add warm-up to optimize performance
2024-01-26 15:12:49 +08:00

33 lines
No EOL
658 B
CSS

.readable-container {
max-width: 600px;
margin-left: auto;
margin-right: auto;
background-color: rgb(31 41 55);
padding: 3em;
word-break: break-word;
overflow-wrap: anywhere;
color: #efefef !important;
}
.readable-container p, .readable-container li {
font-size: 16px !important;
color: #efefef !important;
margin-bottom: 22px;
line-height: 1.4 !important;
}
.readable-container li > p {
display: inline !important;
}
.readable-container code {
overflow-x: auto;
}
.readable-container :not(pre) > code {
white-space: normal !important;
}
.readable-container .hoverable {
font-size: 14px;
}