Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Apr 24, 2024
1 parent 2a4e5c5 commit 46c8caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acegen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = "1.0"

from models import models
from scoring_functions import custom_scoring_functions, register_custom_scoring_function
from acegen.models import models
from acegen.scoring_functions import custom_scoring_functions, register_custom_scoring_function

from acegen.models import (
create_gpt2_actor,
Expand Down

0 comments on commit 46c8caa

Please sign in to comment.