Skip to content

Commit 20f61bc

Browse files
authored
Set opt level to 2 for LLMs (#884)
1 parent f5a4853 commit 20f61bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/tt-xla/test_llms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import numpy as np
1717

1818
# Defaults for all llms
19-
DEFAULT_OPTIMIZATION_LEVEL = 1
19+
DEFAULT_OPTIMIZATION_LEVEL = 2
2020
DEFAULT_MEMORY_LAYOUT_ANALYSIS = False
2121
DEFAULT_TRACE_ENABLED = False
2222
DEFAULT_BATCH_SIZE = 32

0 commit comments

Comments
 (0)