Skip to content

Commit

Permalink
Added deprecated warning, created new base class, updated Causal and T5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdchang1 committed Aug 20, 2024
1 parent 83a08a7 commit e06fd6a
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 418 deletions.
2 changes: 2 additions & 0 deletions llmfoundry/models/hf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
)
from llmfoundry.models.hf.hf_t5 import ComposerHFT5
from llmfoundry.models.hf.model_wrapper import HuggingFaceModelWithFSDP
from llmfoundry.models.hf.hf_base import BaseHuggingFaceModel

__all__ = [
'BaseHuggingFaceModel',
'ComposerHFCausalLM',
'ComposerHFT5',
'prepare_hf_causal_lm_model_for_fsdp',
Expand Down
Loading

0 comments on commit e06fd6a

Please sign in to comment.