We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595c078 commit d5c7196Copy full SHA for d5c7196
.github/workflows/monitor-pool-usage.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
pip install -r requirements.txt
25
+ pip install wandb>=0.16
26
27
- name: Run monitoring script
28
env:
requirements.txt
@@ -6,4 +6,3 @@ requests>=2.31
6
tenacity>=8.2.3 # only used in cheat() -> move to tests?
7
tqdm>=4.66.2
8
huggingface_hub>=0.23
9
-wandb>=0.16
0 commit comments