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 68f6a24 commit 6c2788eCopy full SHA for 6c2788e
.github/workflows/test.yml
@@ -24,7 +24,8 @@ jobs:
24
python -m pip install --upgrade pip
25
python -m pip install --upgrade pip setuptools wheel
26
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
27
- python -m pip install -e .
+ # wandb included to use custom trainer for cli test which needs wandb logger
28
+ python -m pip install -e .[wandb]
29
30
- name: Display Python & Installed Packages
31
run: |
0 commit comments