Skip to content

Commit

Permalink
fix flux case
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuderman committed Feb 11, 2025
1 parent cdb80ef commit 0654ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/sharktank/models/flux/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from .flux import FluxParams, FluxModelV1
from .export import export_flux_transformer, flux_transformer_default_batch_sizes
from ...types import DefaultPrimitiveTensor, Theta, save_load_theta
from ...utils.testing import make_rand_torch
from ...layers.testing import (
make_rand_torch,
make_mmdit_double_block_random_theta,
make_mmdit_single_block_random_theta,
)
Expand Down

0 comments on commit 0654ef6

Please sign in to comment.