Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshxs authored May 27, 2024
1 parent 95661d6 commit a7c02c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerule/model/language_model/gemma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
else:
import sys

sys.modules[__name__] = _LazyModule(__name__, globals()["__file__"], _import_structure, module_spec=__spec__)
sys.modules[__name__] = _LazyModule(__name__, globals()["__file__"], _import_structure, module_spec=__spec__)

0 comments on commit a7c02c4

Please sign in to comment.