Skip to content

Commit 2ed0bfc

Browse files
Add back wandb CLI client, enable python deps check via pip check (#338)
* add back wandb CLI client, enable python deps check via pip check * change deprecated run command
1 parent d42ef1f commit 2ed0bfc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ test_dependencies:
4444
-s $(TEST_PRESET) \
4545
-v $(TEST_STORAGE)/$(TEST_STORAGE_SUFFIX):/var/storage \
4646
--workdir /var/storage \
47-
$(TEST_IMAGE_NAME):$(BASE_IMAGE_TYPE) \
48-
$(TEST_CMD)
47+
$(TEST_IMAGE_NAME):$(BASE_IMAGE_TYPE) -- $(TEST_CMD)
4948
neuro rm -r $(TEST_STORAGE)/$(TEST_STORAGE_SUFFIX)

files/testing/dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ nvtop --version
2121

2222
jupyter --version
2323
tensorboard --version
24+
wandb --version
2425

2526
aws --version
2627
tqdm --version
@@ -45,7 +46,7 @@ python -c "import tensorboardX as pkg; print(f'{pkg.__package__} version: {pkg._
4546
python -c "import cv2 as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
4647
python -c "import torchvision as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
4748
python -c "import torchaudio as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
48-
49+
pip check -v
4950
### Framework-specific tests
5051
# test gpu availability in DL frameworks
5152
python gpu_pytorch.py

requirements/python.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ torchaudio==0.10.1+cu113
1616
torchvision==0.11.2+cu113
1717
tqdm==4.62.3
1818
typing==3.7.4.3
19+
wandb[aws]==0.12.10

0 commit comments

Comments
 (0)