Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 7, 2023
1 parent 3b78c06 commit 9e66334
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion Andromeda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from Andromeda.model import Andromeda
from Andromeda.train_distributed import Train
from Andromeda.train_distributed import Train
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'Andromeda-llm',
packages = find_packages(exclude=['examples']),
version = '0.0.2',
version = '0.0.3',
license='MIT',
description = 'andromeda - Pytorch',
author = 'Kye Gomez',
Expand Down

0 comments on commit 9e66334

Please sign in to comment.