-
Notifications
You must be signed in to change notification settings - Fork 148
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
fix: changed stream parameter to streaming in curl command #1023
Conversation
f13684e
to
6b79f0a
Compare
@lvliang-intel RFR 🛸 |
https://github.com/huggingface/text-generation-inference/blob/main/README.md#get-started Would you please let us in which format or protocol, |
@xiguiw . On the Pydantic Model From my understanding and testing, Pydantic Model JSON Marshaling and Unmarshalling is based on the attribute variable name as the key in the json objects. GenAIComps/comps/cores/proto/docarray.py Line 187 in 8d6b4b0
This is why I changed stream to streaming to make the curl command work. So if this is the desired case, we will need to change the pydantic model's key... that seems like a breaking change imo. |
@xiguiw Let me know if you want me to open up an issue and related pr for the topic discussed above! |
eb7aaef
to
8d6b4b0
Compare
Signed-off-by: Juan Maturino <[email protected]>
d0f90c0
to
c0ffb7c
Compare
@jjmaturino Thanks! Let me check it. |
@xiguiw No problem! Let me know if I can help. Also, any tips on getting PR's reviewed more quickly in the future? I want to contribute as much as I can to this project and would like a tight feedback loop 🚀 Hope you have a great week and happy new year! |
@jjmaturino My suggestion for the PR's review feedback is to describe what the problems, feature that the PR for clearly, so we get to know the priority of the PR. Happy new year! |
@jjmaturino |
@xiguiw yes! I was talking about other prs |
Closed! |
Description
Incorrect json key set for curl command.
Issues
N/A
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
N/A
Tests
Integration tests under tests/llms