From 48329bd64da6d30a23e5e8623b7a1f62dcbe6420 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Sun, 8 Aug 2021 08:18:59 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=87=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 4b41b521..a24cde01 100644 --- a/setup.py +++ b/setup.py @@ -5,15 +5,15 @@ with open("readme.md", "r") as f: setuptools.setup( name='labml-nn', - version='0.4.103', + version='0.4.104', author="Varuna Jayasiri, Nipun Wijerathne", author_email="vpjayasiri@gmail.com, hnipun@gmail.com", - description="A collection of PyTorch implementations of neural network architectures and layers.", + description="🧠 Implementations/tutorials of deep learning papers with side-by-side notes; including transformers (original, xl, switch, feedback, vit), optimizers(adam, radam, adabelief), gans(dcgan, cyclegan, stylegan2), reinforcement learning (ppo, dqn), capsnet, distillation, etc.", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/lab-ml/nn", + url="https://github.com/labmlai/annotated_deep_learning_paper_implementations", project_urls={ - 'Documentation': 'https://lab-ml.com/' + 'Documentation': 'https://nn.labml.ai' }, packages=setuptools.find_packages(exclude=('labml', 'labml.*', 'labml_samples', 'labml_samples.*',