-
Notifications
You must be signed in to change notification settings - Fork 212
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
Documentation updates - rt_info in client/x/kserve-api #2779
base: main
Are you sure you want to change the base?
Conversation
d7aee3a
to
c30a06b
Compare
c30a06b
to
23f53a1
Compare
docs/llm/quickstart.md
Outdated
@@ -38,7 +38,7 @@ node: { | |||
node_options: { | |||
[type.googleapis.com / mediapipe.LLMCalculatorOptions]: { | |||
models_path: "./", | |||
plugin_config: '{"KV_CACHE_PRECISION": "u8", "DYNAMIC_QUANTIZATION_GROUP_SIZE": "32"}', | |||
plugin_config: '\''{"KV_CACHE_PRECISION": "u8", "DYNAMIC_QUANTIZATION_GROUP_SIZE": "32"}'\'', |
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.
why this is changed? It will not work in my opinion.
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.
Escape character was added inside echo '<json_content>' command.
Is ' character required in output file?
This character was used in graph.pbtxt in continuous batching demo: https://github.com/openvinotoolkit/model_server/blob/main/demos/continuous_batching/graph.pbtxt (line 19)
Without ' character we get an error:
[libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/text_format.cc:335] Error parsing text-format mediapipe.CalculatorGraphConfig: 20:26: Expected string, got: {
🛠 Summary
Fixes in documentation related to:
https://jira.devtools.intel.com/browse/CVS-156333 - added rt_info
https://jira.devtools.intel.com/browse/CVS-156334 - added rt_info
Passing tests:
http://validationreports.sclab.intel.com:8001/reports/build_number_report?test_session_build_number=ovms-c_uat_build_and_test_23f53a1b879cc7c6_28&environment=clx6-ubuntu22-uat
🧪 Checklist