fix pytorch 2.1.0 build, add multipack docs (#722)

This commit is contained in:
Wing Lian
2023-10-13 08:57:28 -04:00
committed by GitHub
parent 1c412c7e9d
commit 2aa1f71464
3 changed files with 56 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ jobs:
build-args: |
BASE_TAG=${{ github.ref_name }}-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}
CUDA=${{ matrix.cuda }}
PYTORCH_VERSION=${{ matrix.pytorch }}
file: ./docker/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.metadata.outputs.tags }}-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}${{ matrix.axolotl_extras != '' && '-' || '' }}${{ matrix.axolotl_extras }}