Skip to content

Commit

Permalink
Remove trace tensor imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Oct 21, 2024
1 parent aa45bc9 commit 599dd4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from ..utils import BaseOutput, logging
from ..utils.torch_utils import randn_tensor
from .scheduling_utils import KarrasDiffusionSchedulers, SchedulerMixin
#from iree.turbine.ops.iree import trace_tensor

logger = logging.get_logger(__name__) # pylint: disable=invalid-name

Expand Down
1 change: 0 additions & 1 deletion src/diffusers/schedulers/scheduling_pndm.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

from ..configuration_utils import ConfigMixin, register_to_config
from .scheduling_utils import KarrasDiffusionSchedulers, SchedulerMixin, SchedulerOutput
#from iree.turbine.ops.iree import trace_tensor

# Copied from diffusers.schedulers.scheduling_ddpm.betas_for_alpha_bar
def betas_for_alpha_bar(
Expand Down

0 comments on commit 599dd4e

Please sign in to comment.