Skip to content

Commit 90c57d1

Browse files
committed
Add deepseek_v4 model support
1 parent 07828a4 commit 90c57d1

11 files changed

Lines changed: 2433 additions & 1 deletion

File tree

torchtitan/models/__init__.py

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

77
_supported_models = frozenset(
8-
["deepseek_v3", "flux", "gpt_oss", "llama3", "qwen3", "qwen3_5"]
8+
["deepseek_v3", "deepseek_v4", "flux", "gpt_oss", "llama3", "qwen3", "qwen3_5"]
99
)

0 commit comments

Comments
 (0)