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 7cb5b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
INSTALL_REQUIRE = [
"torch>=1.11",
"transformers>=4.36.0,<4.44.0",
"optimum@git+https://github.com/huggingface/optimum.git@v1.21.3-release",
"optimum>=1.21.3,<1.22.0",
"datasets>=1.4.0",
"sentencepiece",
"setuptools",
Expand Down

0 comments on commit 7cb5b4e

Please sign in to comment.