Skip to content

Consolidate TensorUtils into Generation and reorganize targets #447

Consolidate TensorUtils into Generation and reorganize targets

Consolidate TensorUtils into Generation and reorganize targets #447

Workflow file for this run

name: Unit Tests
on:
# This runs in the context of the base of the pull request,
# rather than in the context of the merge commit.
# Maintainers must approve and we tighten permissions below.
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
build-and-test:
uses: huggingface/hf-workflows/.github/workflows/swift_transformers_unit_tests.yml@main
with:
# Use the PR merge ref, not the head.
pr_number: ${{ github.event.pull_request.number }}
secrets: inherit