Closed kmaehashi closed 8 months ago
Looks the problem is related to mpmath.
https://github.com/NVIDIA/TensorRT-LLM/pull/1146 https://pypi.org/project/mpmath/1.4.0a0/
(thanks @take-cheeze for investigation)
https://github.com/pfnet/pytorch-pfn-extras/blob/8f03af2b6b4a81401b8519d21fe36123b24e7d40/.github/workflows/nightly-test-cpu.yml#L28
Let's replace --pre torch torchvision torchaudio with "torch>0.0.0a1" "torchvision>0.0.0a1" "torchaudio>0.0.0a1" to avoid using pre-releases for dependencies.
--pre torch torchvision torchaudio
"torch>0.0.0a1" "torchvision>0.0.0a1" "torchaudio>0.0.0a1"
Looks the problem is related to mpmath.
https://github.com/NVIDIA/TensorRT-LLM/pull/1146 https://pypi.org/project/mpmath/1.4.0a0/
(thanks @take-cheeze for investigation)