Skip to content

🚨 [ALM] Add base model without head #1505

🚨 [ALM] Add base model without head

🚨 [ALM] Add base model without head #1505

Workflow file for this run

name: PR CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
pr-ci:
# Allow `ydshieh2` for testing during development
if: contains(fromJSON('["MEMBER","OWNER","COLLABORATOR"]'), github.event.pull_request.author_association) || github.event.pull_request.user.login == 'ydshieh2'
uses: huggingface/transformers-test-ci/.github/workflows/pr-ci_dynamic_caller_example.yml@91d590c4f744e4564a8ae0d3810068c8a35b939e # main
secrets:
OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}
OTEL_TOKEN: ${{ secrets.OTEL_TOKEN }}