huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
135.32k stars 27.08k forks source link

Skipping aqlm non working inference tests till fix merged #34865

Open MekkCyber opened 20 hours ago

MekkCyber commented 20 hours ago

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

HuggingFaceDocBuilderDev commented 20 hours ago

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.