Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Mar 27, 2024
1 parent 9d9ef7c commit 5abec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litgpt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from litgpt.scripts.download import download_from_hub as download_fn
from litgpt.scripts.merge_lora import merge_lora as merge_lora_fn
from litgpt.scripts.evaluate import convert_and_evaluate as evaluate_fn
from litgpt.eval.evaluate import convert_and_evaluate as evaluate_fn

if TYPE_CHECKING:
from jsonargparse import ArgumentParser
Expand Down

0 comments on commit 5abec5a

Please sign in to comment.