Results 9 comments of Johnny Street

EDIT: Fixed by doing the following ``` activate_only ``` ``` python.exe -m pip install --upgrade pip pip uninstall torch run ``` [old comment below] I got farther by updating pip...

I actually managed to fix this by going into the venv and uninstalling torch then re-running. Is it possible you are using a different torch in the build process for...

Can anyone please provide any updated info on this subject? I just set up a linux VM for the sole purposes of trying these steps. I was able to build...

``` [2024-02-24 13:28:32] The expanded size of the tensor (754) must match the existing size (755) at non-singleton dimension 1. Target sizes: [1, 754]. Tensor sizes: [1, 755] Traceback (most...

> Maybe it's a version issue I'm afraid this is likely the case, as I am on a source branch of diffusers. I'm sure it works alone and there are...

> Is there a tweak to the modeling_phi.py file that would fix this? Starting at line 311 for reference: ``` if key_padding_mask is not None: padding_mask = torch.full( (batch_size, seqlen_k),...

Fails on Windows with run.bat on a fresh checkout also.

Same issue.. I can't install it from PyPi or from the git anymore on Windows, and I have enabled long filenames both in the registry and through the group policy...