Spaces:
Sleeping
Sleeping
Commit
·
4001f22
1
Parent(s):
5bf02e9
Fix cell 7: convert markdown note to Python comment
Browse files
quantize_to_awq_colab.ipynb
CHANGED
|
@@ -145,9 +145,8 @@
|
|
| 145 |
"metadata": {},
|
| 146 |
"outputs": [],
|
| 147 |
"source": [
|
| 148 |
-
"
|
| 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 |
},
|