The Vulkan container image builds have been failing for the last few days.
These are the jobs that have failed so far:
This appears caused by Python dependencies being unable to satisfy the constraint torch~=2.6.0.
I have tested bumping the requirement to torch~=2.9.0 in requirements/requirements-convert_hf_to_gguf.txt, and the Vulkan image builds successfully. However, I don't suppose that this bump can be done without affecting something else due to breaking changes in PyTorch. Since the other container images are not failing to build with the same requirements, perhaps there is a simpler solution that would address this.
The Vulkan container image builds have been failing for the last few days.
These are the jobs that have failed so far:
This appears caused by Python dependencies being unable to satisfy the constraint
torch~=2.6.0.I have tested bumping the requirement to
torch~=2.9.0inrequirements/requirements-convert_hf_to_gguf.txt, and the Vulkan image builds successfully. However, I don't suppose that this bump can be done without affecting something else due to breaking changes in PyTorch. Since the other container images are not failing to build with the same requirements, perhaps there is a simpler solution that would address this.