Skip to content

Commit df22636

Browse files
committed
integration test
1 parent ab033dd commit df22636

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/integration_tests/models.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ def build_model_tests_list() -> list[OverrideDefinitions]:
110110
"llama4_pp+fsdp+tp+ep+compile",
111111
ngpu=8,
112112
),
113+
# Integration Test Cases for Llama 3 Varlen
114+
OverrideDefinitions(
115+
[
116+
[
117+
"--model.name llama3",
118+
"--model.flavor debugmodel_varlen_attn",
119+
"--compile.enable",
120+
],
121+
],
122+
"Llama 3 compile+varlen",
123+
"llama3_varlen",
124+
ngpu=8,
125+
),
113126
]
114127

115128
return model_tests

0 commit comments

Comments
 (0)