Skip to content

Commit 9656135

Browse files
committed
comment trace tensor
1 parent 7754609 commit 9656135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/turbine_models/custom_models/sd3_inference/sd3_schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(
6666
def initialize(self, sample):
6767
step_count = torch.tensor(len(self.timesteps))
6868
timesteps = self.model.timesteps
69-
ops.trace_tensor("sample", sample[:,:,0,0])
69+
#ops.trace_tensor("sample", sample[:,:,0,0])
7070
return (
7171
sample,
7272
step_count,

0 commit comments

Comments
 (0)