We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c379159 + 39499ee commit 974e479Copy full SHA for 974e479
1 file changed
.github/workflows/pool-telemetry.yml
@@ -14,6 +14,9 @@ jobs:
14
run:
15
shell: bash -l {0}
16
17
+ env:
18
+ HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
19
+
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
@@ -28,6 +31,7 @@ jobs:
28
31
working-directory: ./dev
29
32
run: |
30
33
pip install -r requirements.txt
34
+ pip install huggingface_hub
35
pip install wandb>=0.16
36
37
- name: Run telemetry script
0 commit comments