| * Related to PyTorch but not to 2.10, it looks like my CI cannot build it since yesterday morning (it was still python3.13-torch-2.9.1) 🤔 Torch 2.10.0 does not solve that issue.
I build with:
run: "cd nixpkgs-master\n nix-build -I nixpkgs=. --arg config '{ allowUnfree\
\ = true; cudaSupport = true; openclSupport = true; rocmSupport = false;}'\
\ --option allow-import-from-derivation false --max-jobs 1 -A python313Packages.torch"
Here is the last log (after 3h12 of build). https://bpa.st/5CQA
Any idea what could be the cause?
|