Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 31, 2023
1 parent 0e17883 commit 79b75b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/intel/neural_compressor/quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
import copy
import inspect
import logging
import warnings
from enum import Enum
from itertools import chain
from pathlib import Path
from typing import Callable, Dict, Optional, Union

import warnings
import torch
from datasets import Dataset, load_dataset
from neural_compressor.adaptor.pytorch import PyTorch_FXAdaptor, _cfg_to_qconfig, _propagate_qconfig
Expand Down

0 comments on commit 79b75b9

Please sign in to comment.