Skip to content

Commit

Permalink
Release: v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Aug 6, 2024
1 parent 71ae2da commit c590865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions optimum/intel/ipex/modeling_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class IPEXModel(OptimizedModel):
main_input_name = "input_ids"
output_name = "last_hidden_state"
_supports_cache_class = False
_is_stateful = False

def __init__(
self,
Expand Down
2 changes: 1 addition & 1 deletion optimum/intel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.18.1"
__version__ = "1.18.2"

0 comments on commit c590865

Please sign in to comment.