mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 01:13:00 +08:00
labml version
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
web_api: https://api.lab-ml.com/api/v1/track?labml_token=team-samples
|
|
||||||
web_api_open_browser: true
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
torch>=1.6
|
torch>=1.6
|
||||||
labml>=0.4.37
|
labml>=0.4.52
|
||||||
labml-helpers
|
labml-helpers
|
||||||
torchvision
|
torchvision
|
||||||
numpy>=1.16.3
|
numpy>=1.16.3
|
||||||
|
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open("readme.md", "r") as f:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='labml_nn',
|
name='labml_nn',
|
||||||
version='0.4.10',
|
version='0.4.12',
|
||||||
author="Varuna Jayasiri, Nipun Wijerathne",
|
author="Varuna Jayasiri, Nipun Wijerathne",
|
||||||
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
|
author_email="vpjayasiri@gmail.com, hnipun@gmail.com",
|
||||||
description="A collection of PyTorch implementations of neural network architectures and layers.",
|
description="A collection of PyTorch implementations of neural network architectures and layers.",
|
||||||
@ -17,7 +17,7 @@ setuptools.setup(
|
|||||||
},
|
},
|
||||||
packages=setuptools.find_packages(exclude=('test',
|
packages=setuptools.find_packages(exclude=('test',
|
||||||
'test.*')),
|
'test.*')),
|
||||||
install_requires=['labml>=0.4.41',
|
install_requires=['labml>=0.4.52',
|
||||||
'labml_helpers',
|
'labml_helpers',
|
||||||
'torch',
|
'torch',
|
||||||
'einops',
|
'einops',
|
||||||
|
Reference in New Issue
Block a user