Skip to content

Commit 7becc20

Browse files
committed
fix format
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent e7868d3 commit 7becc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/ipex/modeling_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
_IPEX_SUPPORT_MODEL_TYPES = ("llama", "bert", "vit", "falcon", "gpt2", "qwen2")
6262
_IPEX_EXPORTED_GENERATION_METHODS = ("sample", "greedy_search", "beam_sample", "beam_search", "assisted_generation")
6363
_IPEX_MINIMUM_VERSION_FOR_COMPILE = "2.5.0"
64-
# Page attention model cannot use torch.compile for now.
64+
# Page attention model cannot use torch.compile for now.
6565
_COMPILE_NOT_READY_MODEL_TYPES = ("llama", "falcon", "gpt2", "qwen2")
6666

6767

0 commit comments

Comments
 (0)