Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

porlows1
Copy link
Collaborator

@porlows1 porlows1 commented Oct 30, 2024

🛠 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

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.

@@ -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"}'\'',
Copy link
Collaborator

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.

Copy link
Collaborator Author

@porlows1 porlows1 Oct 31, 2024

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: {

@porlows1 porlows1 changed the title Documentation updates - rt_info in client/x/kserve-api and string formatting llm/quickstart.md Documentation updates - rt_info in client/x/kserve-api Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants