Skip to content

Commit

Permalink
fix litgpt config import
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar committed Oct 24, 2024
1 parent 79e59d0 commit ed5278d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions thunder/benchmarks/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
NanoGPTConfig,
NanoGPTBenchmark,
LitGPTBenchmark,
LitGPTConfig,
)
from thunder.tests.litgpt_model import name_to_config
from thunder.tests.litgpt_model import name_to_config, Config as LitGPTConfig
from thunder.distributed import FSDPBucketingStrategy
from thunder.distributed import FSDPType

Expand Down

0 comments on commit ed5278d

Please sign in to comment.