Skip to content

Commit 1cbe8a4

Browse files
AlexKoff88eaidova
andauthored
Update optimum/intel/utils/import_utils.py
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
1 parent 330a1f0 commit 1cbe8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/utils/import_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def is_openvino_tokenizers_version(operation: str, version: str):
397397
except importlib_metadata.PackageNotFoundError:
398398
pass
399399

400-
tokenizers_version = tokenizers_version[:len("2025.0.0.0")]
400+
tokenizers_version = tokenizers_version[: len("2025.0.0.0")]
401401
return compare_versions(parse(tokenizers_version), operation, version)
402402

403403

0 commit comments

Comments
 (0)