Skip to content

Commit 146221c

Browse files
committed
setup steps
Signed-off-by: Maanu Grover <maanug@nvidia.com>
1 parent e861dbc commit 146221c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cache-hf-model.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ jobs:
3030
HF_HUB_OFFLINE: 0
3131
HF_HOME: /mnt/datadrive/TestData/HF_HOME
3232
steps:
33+
- name: Set up Python
34+
uses: actions/setup-python@v5
35+
with:
36+
python-version: "3.12"
37+
38+
- name: Install dependencies
39+
run: |
40+
pip install transformers
41+
3342
- name: Download model
3443
env:
3544
MODEL_ID: ${{ github.event.inputs.hf-model-id }}

0 commit comments

Comments
 (0)