-
Notifications
You must be signed in to change notification settings - Fork 625
expose stop words and filter eoa #352
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
Conversation
|
@Harold-lkk We've changed the stop_words usage in this PR. Please be aware of this. |
|
I'm currently trying to use lmdeploy. However, I'm hitting a roadblock due to not being able to specify stop words relevant to my model. By when can this PR get merged in? |
Before next Wednesday |
lmdeploy/model.py
Outdated
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.
Should the stop words be List[str]?
lmdeploy/serve/turbomind/chatbot.py
Outdated
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.
the docstring is different from the arguments of function.
grimoire
left a comment
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
Conflicts: lmdeploy/model.py
cca1f21 to
637bfff
Compare
|
May update test_model.py too. |
|
Conflicts: lmdeploy/model.py
#350