Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Signed-off-by: mayani-nv <[email protected]>
  • Loading branch information
mayani-nv authored Nov 14, 2024
1 parent 4e2d922 commit 622c690
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nemo/collections/llm/gpt/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
NemotronConfig,
NemotronModel,
)
from nemo.collections.llm.gpt.model.phi3 import (
Phi3Config,
Phi3ConfigMini,
Phi3Model,
)
from nemo.collections.llm.gpt.model.qwen2 import (
Qwen2Config,
Qwen2Config1P5B,
Expand Down Expand Up @@ -140,6 +145,9 @@
"Nemotron3Config22B",
"Nemotron4Config340B",
"NemotronModel",
"Phi3Config",
"Phi3ConfigMini",
"Phi3Model",
"CodeLlamaConfig7B",
"CodeLlamaConfig13B",
"CodeLlamaConfig34B",
Expand Down

0 comments on commit 622c690

Please sign in to comment.