Skip to content

Commit

Permalink
Add back wandb CLI client, enable python deps check via pip check (#338)
Browse files Browse the repository at this point in the history
* add back wandb CLI client, enable python deps check via pip check

* change deprecated run command
  • Loading branch information
YevheniiSemendiak authored Feb 10, 2022
1 parent d42ef1f commit 2ed0bfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ test_dependencies:
-s $(TEST_PRESET) \
-v $(TEST_STORAGE)/$(TEST_STORAGE_SUFFIX):/var/storage \
--workdir /var/storage \
$(TEST_IMAGE_NAME):$(BASE_IMAGE_TYPE) \
$(TEST_CMD)
$(TEST_IMAGE_NAME):$(BASE_IMAGE_TYPE) -- $(TEST_CMD)
neuro rm -r $(TEST_STORAGE)/$(TEST_STORAGE_SUFFIX)
3 changes: 2 additions & 1 deletion files/testing/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ nvtop --version

jupyter --version
tensorboard --version
wandb --version

aws --version
tqdm --version
Expand All @@ -45,7 +46,7 @@ python -c "import tensorboardX as pkg; print(f'{pkg.__package__} version: {pkg._
python -c "import cv2 as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
python -c "import torchvision as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
python -c "import torchaudio as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"

pip check -v
### Framework-specific tests
# test gpu availability in DL frameworks
python gpu_pytorch.py
Expand Down
1 change: 1 addition & 0 deletions requirements/python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ torchaudio==0.10.1+cu113
torchvision==0.11.2+cu113
tqdm==4.62.3
typing==3.7.4.3
wandb[aws]==0.12.10

0 comments on commit 2ed0bfc

Please sign in to comment.