Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkeun00 committed Apr 23, 2024
1 parent 043d56d commit 28d16b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion logix/analysis/influence_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
cross_dot_product,
merge_influence_results,
)
from logix.statistic.utils import make_2d


class InfluenceFunction:
Expand Down
1 change: 1 addition & 0 deletions logix/analysis/influence_function_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from einops import einsum, reduce, rearrange

from logix.state import LogIXState
from logix.statistic.utils import make_2d
from logix.utils import nested_dict


Expand Down

0 comments on commit 28d16b6

Please sign in to comment.