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
i tried to torch.compile the model using: model.model_body[0].auto_model = torch.compile(model.model_body[0].auto_model, mode="reduce-overhead")and get the following error:
Uh oh!
There was an error while loading. Please reload this page.
hi,
i tried to torch.compile the model using:
model.model_body[0].auto_model = torch.compile(model.model_body[0].auto_model, mode="reduce-overhead")
and get the following error:error:
used image: 763104351884.dkr.ecr.us-west-2.amazonaws.com/huggingface-pytorch-inference:2.1.0-transformers4.37.0-gpu-py310-cu1
torch compile: https://pytorch.org/docs/stable/generated/torch.compile.html
full error log:
any idea how this can be fixed? cc @chen3933
The text was updated successfully, but these errors were encountered: