Skip to content

Commit 48329bd

Browse files
committed
📇 version
1 parent 272ab76 commit 48329bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name='labml-nn',
8-
version='0.4.103',
8+
version='0.4.104',
99
author="Varuna Jayasiri, Nipun Wijerathne",
1010
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
11-
description="A collection of PyTorch implementations of neural network architectures and layers.",
11+
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.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/lab-ml/nn",
14+
url="https://github.com/labmlai/annotated_deep_learning_paper_implementations",
1515
project_urls={
16-
'Documentation': 'https://lab-ml.com/'
16+
'Documentation': 'https://nn.labml.ai'
1717
},
1818
packages=setuptools.find_packages(exclude=('labml', 'labml.*',
1919
'labml_samples', 'labml_samples.*',

0 commit comments

Comments
 (0)