Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elmadany committed Dec 4, 2023
1 parent 9c865a2 commit a84a9b6
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 94 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ transliteration. This comprehensive package includes a Python library along with
<br>

## Requirements and Installation
- To install octopus and develop directly using pip:
```shell
pip install -U octopus
```

- To install octopus and develop directly GitHub repo using pip:
```shell
pip install -U git+https://github.com/UBC-NLP/octopus.git
Expand Down
Binary file added dist/octopus-0.0.1.tar.gz
Binary file not shown.
66 changes: 0 additions & 66 deletions octopus.egg-info/PKG-INFO

This file was deleted.

16 changes: 0 additions & 16 deletions octopus.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion octopus.egg-info/dependency_links.txt

This file was deleted.

3 changes: 0 additions & 3 deletions octopus.egg-info/entry_points.txt

This file was deleted.

2 changes: 0 additions & 2 deletions octopus.egg-info/top_level.txt

This file was deleted.

2 changes: 1 addition & 1 deletion octopus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from octopus.octopus import *
# from octopus.octopus import *
from octopus.copyright import *
__author__ = author
__copyright__ = copyright
Expand Down
Binary file added octopus/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file added octopus/__pycache__/copyright.cpython-310.pyc
Binary file not shown.
Binary file added octopus/__pycache__/generation.cpython-310.pyc
Binary file not shown.
Binary file added octopus/__pycache__/helper.cpython-310.pyc
Binary file not shown.
Binary file added octopus/__pycache__/octopus.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion octopus.egg-info/requires.txt → requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pandas
tqdm
sacrebleu
accelerate
datasets
datasets

0 comments on commit a84a9b6

Please sign in to comment.