Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 21, 2024
1 parent 1253666 commit 3f5bbe5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ name: Self-hosted runner (scheduled)
# `huggingface/transformers-pytorch-deepspeed-latest-gpu`, which can be found at
# `docker/transformers-pytorch-deepspeed-latest-gpu/Dockerfile`


on:
workflow_call:
inputs:
job:
required: true
type: string
secrets:
CI_SLACK_BOT_TOKEN:
required: true
CI_SLACK_REPORT_CHANNEL_ID:
required: true
ACCESS_REPO_INFO_TOKEN:
required: true

env:
HF_HOME: /mnt/cache
Expand Down

0 comments on commit 3f5bbe5

Please sign in to comment.