Alikestocode commited on
Commit
4001f22
·
1 Parent(s): 5bf02e9

Fix cell 7: convert markdown note to Python comment

Browse files
Files changed (1) hide show
  1. quantize_to_awq_colab.ipynb +2 -3
quantize_to_awq_colab.ipynb CHANGED
@@ -145,9 +145,8 @@
145
  "metadata": {},
146
  "outputs": [],
147
  "source": [
148
- "## 3. Helper Function: Build AWQ Modifier Config\n",
149
- "\n",
150
- "**Note:** The `build_awq_modifier_config` helper function is defined in the next cell (Cell 9) along with the imports. It properly constructs `QuantizationScheme` and `QuantizationArgs` objects as required by `AWQModifier`.\n",
151
  "\n"
152
  ]
153
  },
 
145
  "metadata": {},
146
  "outputs": [],
147
  "source": [
148
+ "# Note: build_awq_modifier_config helper function is defined in the next cell\n",
149
+ "# It properly constructs QuantizationScheme and QuantizationArgs objects\n",
 
150
  "\n"
151
  ]
152
  },