Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 2, 2023
1 parent 72cd551 commit 865371a
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from setuptools import setup, find_packages

setup(
name = 'andromeda_transformer',
name = 'Andromeda',
packages = find_packages(exclude=['examples']),
version = '1.1.4',
version = '0.0.1',
license='MIT',
description = 'andromeda - Pytorch',
author = 'Kye Gomez',
Expand All @@ -16,13 +16,20 @@
'transformers'
],
install_requires=[
'torch>=1.6',
'einops>=0.6.1',
'datasets',
'accelerate',
'transformers',
'optimus-prime-transformers',
'lion_pytorch'
"torch -f https://download.pytorch.org/whl/nightly/cu118/torch_nightly.html",
"lion-pytorch",
"numpy",
# colt5_attention
"einops",
# local_attention
"accelerate",
"transformers",
# triton
"SentencePiece",
"bitsandbytes",
"datasets",
"Triton",
"deepspeed"
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 865371a

Please sign in to comment.