In the inference part of AQLM they use the type torch.Any which was deprecated in torch 2.5. This PR simply skips inference tests with AQLM models till the fix https://github.com/Vahe1994/AQLM/pull/139 is merged to fix the CI.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
What does this PR do?
In the inference part of AQLM they use the type
torch.Any
which was deprecated in torch 2.5. This PR simply skips inference tests with AQLM models till the fix https://github.com/Vahe1994/AQLM/pull/139 is merged to fix the CI.Who can review ?
@SunMarc