downgrade docker back to 9#5257
Merged
soumith merged 1 commit intopytorch:masterfrom Feb 15, 2018
Merged
Conversation
|
Maybe you can comment why it was removed from 9.1 docker yesterday, does it have any problems? |
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 24, 2021
Summary: Pull Request resolved: pytorch/glow#5257 - Add RescaleQuantized parallelization support to graph opts' parallelization code - On NNPI, mirror Rescale parallelization for FC/Relus that come before it - Sink Reshapes below Quantize and ConvertTo - Remove unnecessary ConvertTo when following a Dequantize (i.e. just change the elem kind of the Dequantize instead) Test Plan: Added unit tests Reviewed By: hyuen, mjanderson09 Differential Revision: D25947824 fbshipit-source-id: 771abd36a1bc7270bf1f901d1ec6cb6d78e9fd1f
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…rch#5257) Summary: Pull Request resolved: pytorch/glow#5257 - Add RescaleQuantized parallelization support to graph opts' parallelization code - On NNPI, mirror Rescale parallelization for FC/Relus that come before it - Sink Reshapes below Quantize and ConvertTo - Remove unnecessary ConvertTo when following a Dequantize (i.e. just change the elem kind of the Dequantize instead) Test Plan: Added unit tests Reviewed By: hyuen, mjanderson09 Differential Revision: D25947824 fbshipit-source-id: 771abd36a1bc7270bf1f901d1ec6cb6d78e9fd1f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
9.1 FROM does not have nccl, also, not everyone has driver sufficient for 9.1. Should also fix #5241 for good, as it no longer adds nvidia repo.