VILA
VILA copied to clipboard
Fix leaf Variable in-place operation error by using out-of-place addi…
Replacing += with text_embeds = text_embeds + (...) avoids the
"leaf Variable that requires grad is being used in an in-place operation"
RuntimeError in PyTorch.