Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update quantization.ipynb
Browse files Browse the repository at this point in the history
yinfan98 authored Feb 1, 2025
1 parent 1fe89de commit e4f3253
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions docs/backend/quantization.ipynb
Original file line number Diff line number Diff line change
@@ -39,6 +39,24 @@
}
},
"outputs": [
{
"data": {
"text/html": [
"<div style='margin: 20px; padding: 15px; background: #f8f9fa; border-radius: 5px; border: 1px solid #dee2e6;'>\n",
"<strong style='color: #00008B;'>\n",
" NOTE: Typically, the server runs in a separate terminal.<br>\n",
" In this notebook, we run the server and notebook code together, so their outputs are combined.<br>\n",
" To improve clarity, the server logs are displayed in the original black color, while the notebook outputs are highlighted in blue.<br>\n",
"</strong>\n",
"</div>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
@@ -139,18 +157,6 @@
"[2024-12-27 05:25:27] INFO: 127.0.0.1:40704 - \"POST /generate HTTP/1.1\" 200 OK\n",
"[2024-12-27 05:25:27] The server is fired up and ready to roll!\n"
]
},
{
"data": {
"text/html": [
"<strong style='color: #00008B;'><br><br> NOTE: Typically, the server runs in a separate terminal.<br> In this notebook, we run the server and notebook code together, so their outputs are combined.<br> To improve clarity, the server logs are displayed in the original black color, while the notebook outputs are highlighted in blue.<br> </strong>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [

0 comments on commit e4f3253

Please sign in to comment.