You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any model with a different block count can only inefficiently make use of this option:
--double_blocks_to_swap and --single_blocks_to_swap are deprecated. These options is still available, but they will be removed in the future. Please use --blocks_to_swap instead. These options are equivalent to specifying double_blocks_to_swap + single_blocks_to_swap // 2 in --blocks_to_swap.
Cannot swap more than 6 double blocks and 36 single blocks. Requested 18 double blocks and 36 single blocks.
i manually edited the flux_models.py so i can actually swap the blocks, but it would still be nice if we could define single and double blocks manually.
The text was updated successfully, but these errors were encountered:
I do not know the original reason it was modified but I had a similar approach too. For flex training it's only 8 blocks in the double and 36 for the single so it limits it to 12 blocks by default max for Flex. I added a single_blocks_to_swap value in my local code but maybe a better approach could be done here.
Any model with a different block count can only inefficiently make use of this option:
--double_blocks_to_swap and --single_blocks_to_swap are deprecated. These options is still available, but they will be removed in the future. Please use --blocks_to_swap instead. These options are equivalent to specifying double_blocks_to_swap + single_blocks_to_swap // 2 in --blocks_to_swap.
Cannot swap more than 6 double blocks and 36 single blocks. Requested 18 double blocks and 36 single blocks.
i manually edited the flux_models.py so i can actually swap the blocks, but it would still be nice if we could define single and double blocks manually.
The text was updated successfully, but these errors were encountered: