Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Dec 17, 2023
1 parent 082ce7b commit 5af5d7a
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 190 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ transformers >= 4.36.0
sentencepiece >= 0.1.99
torch == 2.0.1
torchaudio == 2.0.2
oceanai>=1.0.0a16
oceanai>=1.0.0a17
sacremoses>=0.0.1
2 changes: 1 addition & 1 deletion oceanai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__uri__ = "https://github.com/DmitryRyumin/oceanai"

__version__ = "1.0"
__release__ = __version__ + ".0a16"
__release__ = __version__ + ".0a17"

__author__ru__ = "Рюмина Елена, Рюмин Дмитрий, Карпов Алексей"
__author__en__ = "Elena Ryumina, Dmitry Ryumin, Alexey Karpov"
Expand Down
4 changes: 2 additions & 2 deletions oceanai/modules/core/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# - brew link gettext --force
# 1. gettext --help
# 2. locate pygettext.py
# 3. /usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/share/doc/python3.9/examples/Tools/
# i18n/pygettext.py -d oceanai -o oceanai/modules/locales/base.pot oceanai
# 3. /Library/Frameworks/Python.framework/Versions/3.9/share/doc/python3.9/examples/Tools/i18n/pygettext.py
# -d oceanai -o oceanai/modules/locales/base.pot oceanai
# 4. msgfmt --help
# 5. locate msgfmt.py
# 6. /Library/Frameworks/Python.framework/Versions/3.9/share/doc/python3.9/examples/Tools/i18n/msgfmt.py
Expand Down
Loading

0 comments on commit 5af5d7a

Please sign in to comment.