Skip to content

Commit cd89d26

Browse files
committed
fix lint
1 parent 2b47774 commit cd89d26

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

torchtitan/experiments/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,13 @@
55
# LICENSE file in the root directory of this source tree.
66

77
_supported_experiments = frozenset(
8-
["flux", "llama4", "qwen3", "simple_fsdp.llama3", "simple_fsdp.deepseek_v3", "vlm", "gpt_oss"]
8+
[
9+
"flux",
10+
"llama4",
11+
"qwen3",
12+
"simple_fsdp.llama3",
13+
"simple_fsdp.deepseek_v3",
14+
"vlm",
15+
"gpt_oss",
16+
]
917
)

0 commit comments

Comments
 (0)