-
Notifications
You must be signed in to change notification settings - Fork 11
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
[dev to main] v1.3.0 #55
Conversation
Co-authored-by: Ryokan RI <ryou0634@gmail.com>
… feature/parallel
[Feature] Support data parallelism
[Feature] Leaderboard作成
…s like torch.float16 and torch.bfloat16
[Feature] Support customizing `model_kwargs`
[Fix] 予測値をjsonlに保存
Improve: batch size setting and multi GPU inference with SentenceTransformers+DP
[Version bump-up] v1.3.0
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.
readmeだけ対応をお願いします
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.
2点更新お願いします。
- リーダーボードについての記述を強調していただく(現状、目立ってないので見落としそう)
- 複数GPUについてのnoteを追加いただく
[README] Update v1.3.0 README
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
PR をマージした後の挙動の変化 → 挙動の変更を達成するために行ったこと
SentenceBertEmbedder
のencodeを行いたい #36SentenceBertEmbedder
をbf16/fp16で推論したい #39model_kwargs
#41--overwrite_cache false
を指定すると、rarank taskでエラーが発生する #44動作確認