Skip to content

Commit

Permalink
Tweak INT4 parameters for pajama model (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv authored Nov 28, 2023
1 parent d298d28 commit 9d64fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/254-llm-chatbot/254-llm-chatbot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
" 'red-pajama-3b-chat': {\n",
" \"mode\": nncf.CompressWeightsMode.INT4_ASYM,\n",
" \"group_size\": 128,\n",
" \"ratio\": 0.6,\n",
" \"ratio\": 0.5,\n",
" },\n",
" \"default\": {\n",
" \"mode\": nncf.CompressWeightsMode.INT4_ASYM,\n",
Expand Down Expand Up @@ -857,7 +857,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"2 + 2 = 3\n",
"2 + 2 = 4\n",
"\n"
]
}
Expand Down

0 comments on commit 9d64fdc

Please sign in to comment.