lucidrains / vector-quantize-pytorch

Vector (and Scalar) Quantization, in Pytorch
MIT License
2.12k stars 179 forks source link

About requirements #104

Closed takenori-y closed 5 months ago

takenori-y commented 5 months ago

The newly released version uses the einx package. This package seems to require PyTorch >= 2.1. https://pytorch.org/docs/2.1/torch.compiler.html#torch-compiler

Just a question: do you intend to drop support for PyTorch <= 2.0 in the new release?

lucidrains commented 5 months ago

@takenori-y hey Takenori, yes I think it is worth enforcing the strict requirements for get_at