Skip to content

Commit

Permalink
some more script editing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jan 16, 2025
1 parent 7e85678 commit d9f9c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class PermutectBaseModelArgumentCollection implements Serializable {
fullName = PermutectArgumentConstants.READ_LAYERS_NAME,
optional = false
)
public String readLayers = null;
public List<String> readLayers = null;

@Argument(
doc = "Hidden dimension of transformer keys and values in the self-attention layers.",
Expand Down

0 comments on commit d9f9c40

Please sign in to comment.