ludwig-ai / ludwig

Low-code framework for building custom LLMs, neural networks, and other AI models
http://ludwig.ai
Apache License 2.0
11.19k stars 1.19k forks source link

Errors due to most recent PyTorch Nightly Build (1/16/2024) #3886

Closed alexsherstinsky closed 10 months ago

alexsherstinsky commented 10 months ago

Describe the bug The errors in nightly tests occurred: https://github.com/ludwig-ai/ludwig/actions/runs/7545437935/job/20541040550?pr=3883; specifically:

AttributeError: '_OpNamespace' 'image' object has no attribute

We are temporarily pinning the nightly PyTorch build to the latest 1/11/2024 build:

pip install --pre torch==2.3.0.dev20240111+cpu torchtext torchvision torchaudio --extra-index-url $extra_index_url

An issue is being raised in the PyTorch repository.