提交 7c2a9105 编写于 作者: V Varuna Jayasiri

version

上级 d9e14bea
......@@ -5,7 +5,7 @@ with open("readme.md", "r") as f:
setuptools.setup(
name='labml-nn',
version='0.4.128',
version='0.4.129',
author="Varuna Jayasiri, Nipun Wijerathne",
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
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, diffusion, etc. 🧠",
......@@ -20,8 +20,8 @@ setuptools.setup(
'labml_helpers', 'labml_helpers.*',
'test',
'test.*')),
install_requires=['labml>=0.4.153',
'labml-helpers>=0.4.88',
install_requires=['labml>=0.4.158',
'labml-helpers>=0.4.89',
'torch',
'torchtext',
'torchvision',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册