ludwig-ai / ludwig

Low-code framework for building custom LLMs, neural networks, and other AI models

Home Page:http://ludwig.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

alexsherstinsky opened this issue · comments

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.