Can't run the space on H100

#14
by Bear-ai - opened

Hello,
i get this erreur when i try to run app.py

function make_pointwise..inner..inner_fn at 0x77ff74e97100>, ranges=[1, 256]))
))
args[1]: TensorBox(
ReinterpretView(
StorageBox(
ConstantBuffer(name='condition_embedder_time_embedder_linear_1_parametrizations_weight_original0', layout=FixedLayout('cuda:0', torch.float8_e4m3fn, size=[5120, 256], stride=[256, 1]))
),
FixedLayout('cuda:0', torch.float8_e4m3fn, size=[256, 5120], stride=[1, 256]),
origins=OrderedSet([permute_1])
)
)
args[2]: TensorBox(StorageBox(
ComputedBuffer(name='buf5', layout=FlexibleLayout('cuda:0', torch.float32, size=[1], stride=[1]), data=Pointwise(device=device(type='cuda', index=0), dtype=torch.float32, inner_fn=<function make_pointwise..inner..inner_fn at 0x77ff74e71ee0>, ranges=[1]))
))
args[3]: Constant(dtype=torch.float32, device=device(type='cuda', index=0), value=0.00023756714654155076)
args[4]: None
args[5]: None
args[6]: torch.float32
args[7]: True

Sign up or log in to comment