-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git cloneだけでなく、リポジトリからpip installしてmain.pyの処理が実行できるようにする #1
Conversation
PR ありがとうございます!
もう考えておられるかもしれませんが、config のデフォルトパスを Lines 51 to 53 in d9e52fd
before: |
[To main] Enable CI in dev branch
早速のcontribution,ありがとうございます! |
@ftnext |
こちら仕上げ作業を行なっていきます〜 |
@ryokan0123 仕上げ作業、ありがとうございます。 #1 (comment) で案を出していただいていますが、configの指定の仕方が個人的には悩ましいなと思っています。浮かんだ案があれば共有いたします |
@ftnext config の指定に関して、デフォルトの |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
関連する Issue / PR
NLP2024 Slackの以下の投稿の件です
https://nlp2024kobe.slack.com/archives/C06MMTFLGV8/p1710473073324849
PR をマージした後の挙動の変化
pip install git+https://github.com/sbintuitions/JMTEB.git
してpython -m jmteb
で main.py と同様の実行ができる挙動の変更を達成するために行ったこと
poetry run python -m pip list
で確認できます)__main__.py
でも実行できるようにしました--evaluators
引数の指定の仕方を考える必要があります(site-packages下にインストールされることになるので)動作確認
python -m main.py
相当の動作確認をしたら、ドラフトでないプルリクエストにします