Skip to content

Commit

Permalink
upload pip
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyuxiang03 committed Feb 23, 2024
1 parent 26f8aa3 commit ae94b8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.DS_Store
figure/.DS_Store
*.pyc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Here are more experimental results on GSM8K, CNNDM and WMT16. Ouroboros with "
### Install from pip

```shell
pip install ouroboros
pip install ourodec
```

### Install from source code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(
name='ouroboros',
name='ourodec',
version='0.1.0',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit ae94b8a

Please sign in to comment.