Skip to content

Commit

Permalink
[benchmark] fix litgpt config import (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
crcrpar authored Oct 29, 2024
1 parent a7618f6 commit 49e4b57
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 49e4b57

Please sign in to comment.