Closed lanathlor closed 1 year ago
Looks like that patch is not available anymore, mistake on part of nixpkgs, they should have downloaded the patch and put it in the nixpkgs repository.
Yes, thats my guess too. I dont know if something could be done here. I tried playing around with the idea to fetch the package of a previous commit but havent succeeded :/
I think so
The patch is not accessible under the original URL anymore because PyTorch's merge bot force-pushed the branch. Seems like nixpkgs isn't aware of the issue yet. We should replace the URL upstream. We can also run overrideAttrs on the patch in an overlay as an intermediate fix.
Should be fixed by https://github.com/NixOS/nixpkgs/pull/264379.
Hi.
While running
nix run .#invokeai-nvidia
I end up getting a crash.I traced down this https://github.com/pytorch/pytorch/pull/108847 and this https://github.com/NixOS/nixpkgs/pull/249259. I dont know if there is anything to be done while this is fixed upstream. I tried using a previous build of torch but failed.