Skip to content

Commit

Permalink
Correct config for IA3
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>
  • Loading branch information
titu1994 committed Oct 31, 2022
1 parent f95cdb8 commit 7994a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MLPInfusedAdapter(InfusedAdapter):
@dataclass
class InfusedAdapterConfig:
in_features: int
adapter_strategy: Optional[dict] = adapter_mixin_strategies.ResidualAddAdapterStrategyConfig()
adapter_strategy: Optional[Any] = adapter_mixin_strategies.ResidualAddAdapterStrategyConfig()
_target_: str = "{0}.{1}".format(InfusedAdapter.__module__, InfusedAdapter.__name__)


Expand Down

0 comments on commit 7994a9d

Please sign in to comment.