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.
2 parents e96dfbe + 1bcde10 commit 60722fdCopy full SHA for 60722fd
.github/workflows/main.yml
@@ -80,7 +80,7 @@ jobs:
80
pip install -Uqq nbdev
81
cd fastai && pip install -Ue .[dev]
82
cd ../fastcore && pip install -Ue .[dev]
83
- pip install "sentencepiece<0.1.90" wandb tensorboard albumentations pydicom opencv-python scikit-image pyarrow kornia catalyst captum neptune-cli
+ pip install "sentencepiece<0.1.90" wandb tensorboard albumentations pydicom opencv-python scikit-image pyarrow kornia catalyst captum neptune-client
84
85
- name: check for cache hit
86
uses: actions/cache@v2
0 commit comments