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

Log model settings #2660

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

Log model settings #2660

wants to merge 2 commits into from

Conversation

rasapala
Copy link
Collaborator

@rasapala rasapala commented Sep 2, 2024

🛠 Summary

CVS-148749
Add logging of model properties in CB library and log in OVMS.
Enabled with setting of env variable: OV_CB_FULL_LOG=1
Required change: openvinotoolkit/openvino.genai#677
Example log:
[2024-09-02 11:44:21.580][110799][serving][info][llmnoderesources.cpp:182] Model configuration:
AFFINITY: CORE
CPU_DENORMALS_OPTIMIZATION: NO
CPU_SPARSE_WEIGHTS_DECOMPRESSION_RATE: 1
DYNAMIC_QUANTIZATION_GROUP_SIZE: 32
ENABLE_CPU_PINNING: YES
ENABLE_HYPER_THREADING: NO
EXECUTION_DEVICES: CPU
EXECUTION_MODE_HINT: PERFORMANCE
INFERENCE_NUM_THREADS: 24
INFERENCE_PRECISION_HINT: f32
KV_CACHE_PRECISION: f16
LOG_LEVEL: LOG_NONE
MODEL_DISTRIBUTION_POLICY:
NETWORK_NAME: Model0
NUM_STREAMS: 1
OPTIMAL_NUMBER_OF_INFER_REQUESTS: 1
PERFORMANCE_HINT: LATENCY
PERFORMANCE_HINT_NUM_REQUESTS: 0
PERF_COUNT: NO
SCHEDULING_CORE_TYPE: ANY_CORE
``

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.

1 participant