Skip to content

Commit

Permalink
Support stock tensorflow official release 2.11.0 (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvliang-intel committed Nov 21, 2022
1 parent 1cc27da commit b7a2ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neural_compressor/adaptor/tf_utils/graph_converter.py
Expand Up @@ -69,7 +69,7 @@
from .graph_util import GraphRewriterHelper as Helper


TF_SUPPORTED_MAX_VERSION = '2.10.0'
TF_SUPPORTED_MAX_VERSION = '2.11.0'
TF_SUPPORTED_MIN_VERSION = '1.14.0'

logger = logging.getLogger("neural_compressor")
Expand Down
Expand Up @@ -46,7 +46,7 @@
from .graph_rewriter.int8.rnn_convert import QuantizedRNNConverter
from .util import version1_gte_version2,version1_gt_version2,version1_eq_version2, version1_lt_version2

TF_SUPPORTED_MAX_VERSION = '2.10.0'
TF_SUPPORTED_MAX_VERSION = '2.11.0'
TF_SUPPORTED_MIN_VERSION = '1.14.0'

logger = logging.getLogger("neural_compressor")
Expand Down

0 comments on commit b7a2ef2

Please sign in to comment.