We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c02a92 commit ece4d74Copy full SHA for ece4d74
auto_round_extension/__init__.py
@@ -11,3 +11,8 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+
15
+from auto_round_extension.qlinear import QuantLinear, QuantLinearGPTQ, QuantLinearAWQ
16
+qlinear_classes = (QuantLinear, QuantLinearGPTQ)
17
18
+awq_classes = (QuantLinearAWQ,)
0 commit comments