shithub: opus

Download patch

ref: 9691440a5f9ce8cbbd33b119bb9af881e4dee1a2
parent: e916cf426dec2506baf74e4181c75655c4c2d9f6
author: Jan Buethe <jbuethe@amazon.de>
date: Tue Aug 1 06:42:55 EDT 2023

updadet wexchange version number

--- a/dnn/torch/weight-exchange/setup.py
+++ b/dnn/torch/weight-exchange/setup.py
@@ -39,7 +39,7 @@
 print(install_requires)
 
 setup(name='wexchange',
-      version='1.5',
+      version='1.6',
       author='Jan Buethe',
       author_email='jbuethe@amazon.de',
       description='Weight-exchange library between Pytorch and Tensorflow',
--