Skip to content

trigger llama

trigger llama #23

name: Build images and run tests
on:
push:
branches:
- add_llama_example
jobs:
build-push-image:
strategy:
fail-fast: false
matrix:
torch: [2.1]
transformers: [4.38.1]
python: [310]
uses: ./.github/workflows/build_and_test.yml

Check failure on line 16 in .github/workflows/run_build_and_test.yml

View workflow run for this annotation

GitHub Actions / Build images and run tests

Invalid workflow file

The workflow is not valid. In .github/workflows/run_build_and_test.yml (Line: 16, Col: 11): Error from called workflow huggingface/Google-Cloud-Containers/.github/workflows/build_and_test.yml@b73e3adb79bf8048b2f49b4566bb994be00f19b8 (Line: 26, Col: 3): The workflow must contain at least one job with no dependencies.
secrets: inherit
with:
dockerfile_path: ./containers/pytorch/training/gpu/${{ matrix.torch }}/transformers/${{ matrix.transformers }}/py${{ matrix.python }}/Dockerfile
docker_image_tag: huggingface-pytorch-training-gpu-${{ matrix.torch }}.transformers.${{ matrix.transformers }}.py${{ matrix.python }}:latest