From d7669d43789a01c498511e0f8471eef350745d3e Mon Sep 17 00:00:00 2001 From: lucidrains Date: Tue, 4 Jun 2024 15:55:07 -0700 Subject: [PATCH] 0.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77ef885..2955c5d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'st-moe-pytorch', packages = find_packages(exclude=[]), - version = '0.1.7', + version = '0.1.8', license='MIT', description = 'ST - Mixture of Experts - Pytorch', author = 'Phil Wang',