Skip to content

Commit

Permalink
Merge pull request #684 from rajeevsrao/master
Browse files Browse the repository at this point in the history
Use torch 1.4.0 for exporting Tacotron2 ONNX models
  • Loading branch information
rajeevsrao authored Jul 13, 2020
2 parents ead9e8b + 5e7c9ba commit e32ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Tacotron2/scripts/install_prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

pip3 install numba==0.48 torch==1.5.1
pip3 install numba==0.48 torch==1.4.0
pip3 install -r requirements.txt
sudo apt-get install -y libsndfile1

Expand Down

0 comments on commit e32ba1c

Please sign in to comment.