Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torchvision version upper bound fix #254

Merged
merged 16 commits into from Feb 8, 2023
Merged

Conversation

SagiPolaczek
Copy link
Collaborator

@SagiPolaczek SagiPolaczek commented Jan 17, 2023

Done 😄

Local testing on the CCC:

Tesla V100

# create env
conda create -n torchvision_ver_fix_v100_test python=3.7
conda activate torchvision_ver_fix_v100_test

# install torch & cudatoolkit
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia

# install fuse
pip install -e .[all]

# install examples
pip install -e examples

# run unit tests
source <"secret path">/env.sh # env vars
python run_all_unit_tests.py

# printed results:
----------------------------------------------------------------------
Ran 100 tests in 822.472s

OK (skipped=3)

Generating XML reports...

Tesla A100

# create env
conda create -n torchvision_ver_fix_A100_test python=3.7
conda activate torchvision_ver_fix_A100_test

# install torch & cudatoolkit
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia

# install fuse
pip install -e .[all]

# install examples
pip install -e examples

# run unit tests
source <"secret path">/env.sh # env vars
python run_all_unit_tests.py

# printed results:
----------------------------------------------------------------------
Ran 100 tests in 753.543s

OK (skipped=3)

Generating XML reports...

@SagiPolaczek SagiPolaczek linked an issue Feb 7, 2023 that may be closed by this pull request
Copy link
Collaborator

@mosheraboh mosheraboh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 👏 👏

@SagiPolaczek SagiPolaczek merged commit 7f510ea into master Feb 8, 2023
@SagiPolaczek SagiPolaczek deleted the sagi/torchvision_ver_fix branch March 8, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants