File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN if [ -n "${LUDWIG_VERSION}" ]; then \
3636 else \
3737 pip install --no-cache-dir '.[full]' --extra-index-url https://download.pytorch.org/whl/cu124; \
3838 fi
39- RUN pip install --no-cache-dir --force-reinstall torch==2.12.0 torchvision==0.27.0 torchaudio==2.11.0 --extra- index-url https://download.pytorch.org/whl/cu124
39+ RUN pip install --no-cache-dir --force-reinstall torch==2.12.0 torchvision==0.27.0 torchaudio==2.11.0 --index-url https://download.pytorch.org/whl/cu124
4040
4141WORKDIR /data
4242
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ RUN if [ -n "${LUDWIG_VERSION}" ]; then \
3737 else \
3838 pip install --no-cache-dir '.[full]' --extra-index-url https://download.pytorch.org/whl/cu124; \
3939 fi
40- RUN pip install --no-cache-dir --force-reinstall torch==2.12.0 torchvision==0.27.0 torchaudio==2.11.0 --extra- index-url https://download.pytorch.org/whl/cu124
40+ RUN pip install --no-cache-dir --force-reinstall torch==2.12.0 torchvision==0.27.0 torchaudio==2.11.0 --index-url https://download.pytorch.org/whl/cu124
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515# ==============================================================================
1616
17- LUDWIG_VERSION = "0.17.4 "
17+ LUDWIG_VERSION = "0.17.5 "
1818
1919MODEL_FILE_NAME = "model"
2020MODEL_WEIGHTS_FILE_NAME = "model_weights" # legacy pickle format
You can’t perform that action at this time.
0 commit comments