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 15, 2022
1 parent 3b4654b commit c89c159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def forward(self, x):
@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 c89c159

Please sign in to comment.