File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ nvtop --version
2121
2222jupyter --version
2323tensorboard --version
24+ wandb --version
2425
2526aws --version
2627tqdm --version
@@ -45,7 +46,7 @@ python -c "import tensorboardX as pkg; print(f'{pkg.__package__} version: {pkg._
4546python -c " import cv2 as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
4647python -c " import torchvision as pkg; print(f'{pkg.__package__} version: {pkg.__version__}')"
4748python -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
5152python gpu_pytorch.py
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ torchaudio==0.10.1+cu113
1616torchvision==0.11.2+cu113
1717tqdm==4.62.3
1818typing==3.7.4.3
19+ wandb[aws]==0.12.10
You can’t perform that action at this time.
0 commit comments