Skip to content

Commit

Permalink
relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed May 24, 2023
1 parent eb19485 commit 1847f4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'Sophia-Optimizer',
packages = find_packages(exclude=[]),
version = '0.1.4',
version = '0.1.5',
license='APACHE',
description = 'Sophia Optimizer ULTRA FAST',
author = 'Kye Gomez',
Expand All @@ -18,6 +18,9 @@
],
install_requires=[
'torch',
'datasets',
'transformers',

],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 1847f4b

Please sign in to comment.