<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Benchmark_app error in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1642574#M31607</link>
    <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can I have your setup details please?&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Nov 2024 18:49:15 GMT</pubDate>
    <dc:creator>Witold_Intel</dc:creator>
    <dc:date>2024-11-11T18:49:15Z</dc:date>
    <item>
      <title>Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640472#M31569</link>
      <description>&lt;P&gt;Dear Sir or Madam,&lt;/P&gt;&lt;P&gt;Excuse me for my dumb question as I'm new to AI domain.&lt;/P&gt;&lt;P&gt;I'm doing some simple benchmark to some LLM models on my company's hardware. I cloned some LLM models (for example,&amp;nbsp;&lt;A class="" href="https://huggingface.co/OpenVINO/mistral-7b-instruct-v0.1-int8-ov" target="_blank" rel="noopener"&gt;mistral-7b-instruct-v0.1-int8-ov&lt;/A&gt;) from HF openvino page (for example,&amp;nbsp;&lt;A href="https://huggingface.co/OpenVINO/mistral-7b-instruct-v0.1-int8-ov" target="_blank" rel="noopener"&gt;https://huggingface.co/OpenVINO/mistral-7b-instruct-v0.1-int8-ov&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;When I ran it, it showed I need to provide data shapes as "input_ids" is dynamic. The typical error message is as follows.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exception: Input input_ids is dynamic. Provide data shapes!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have read some docs online (mainly at "&lt;A href="https://docs.openvino.ai/&amp;quot;" target="_blank" rel="noopener"&gt;https://docs.openvino.ai/"&lt;/A&gt;),&amp;nbsp; but still could not figure it out.&lt;/P&gt;&lt;P&gt;For an IR format LLM model, how could I figure out what data shapes I should provide? For a new LLM model on HF, I tried to convert it to IR format by adding data shapes but always failed. Do you have a step-by-step example to show me how to do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your prompt response is appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 16:41:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640472#M31569</guid>
      <dc:creator>KW5</dc:creator>
      <dc:date>2024-10-31T16:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640763#M31576</link>
      <description>&lt;P&gt;Hi KW5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out.&lt;/P&gt;
&lt;P&gt;For LLM models you can specify the shape value using the parameter -shape "input_ids[1,1],attention_mask[1,1],position_ids[1,1],beam_idx[1]"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="llm model.JPG" style="width: 655px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/60071iDE2A9B597BA9E39F/image-dimensions/655x345?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="655" height="345" role="button" title="llm model.JPG" alt="llm model.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aznie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 02:08:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640763#M31576</guid>
      <dc:creator>Aznie_Intel</dc:creator>
      <dc:date>2024-11-02T02:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640780#M31577</link>
      <description>&lt;P&gt;Hi Aznie,&lt;/P&gt;&lt;P&gt;Many thanks for your reply!&lt;/P&gt;&lt;P&gt;Once I applied that input shape, I got the following error message. Could you advise what I should do? Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Step 7/11] Loading the model to the device&lt;BR /&gt;[ ERROR ] Exception from src/inference/src/cpp/core.cpp:104:&lt;BR /&gt;Exception from src/inference/src/dev/plugin.cpp:53:&lt;BR /&gt;Exception from src/plugins/intel_cpu/src/cpu_memory.cpp:410:&lt;BR /&gt;Can not create StaticMemory object. The memory desc is undefined&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/amd/openvino_env/lib/python3.12/site-packages/openvino/tools/benchmark/main.py", line 408, in main&lt;BR /&gt;compiled_model = benchmark.core.compile_model(model, benchmark.device, device_config)&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/amd/openvino_env/lib/python3.12/site-packages/openvino/runtime/ie_api.py", line 543, in compile_model&lt;BR /&gt;super().compile_model(model, device_name, {} if config is None else config),&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;RuntimeError: Exception from src/inference/src/cpp/core.cpp:104:&lt;BR /&gt;Exception from src/inference/src/dev/plugin.cpp:53:&lt;BR /&gt;Exception from src/plugins/intel_cpu/src/cpu_memory.cpp:410:&lt;BR /&gt;Can not create StaticMemory object. The memory desc is undefined&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 04:41:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640780#M31577</guid>
      <dc:creator>KW5</dc:creator>
      <dc:date>2024-11-02T04:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640781#M31578</link>
      <description>&lt;P&gt;Hi Aznie,&lt;/P&gt;&lt;P&gt;Btw, I just noticed from your screenshot that you ran your LLM on GPU. But in my case, I tried to benchmark it on CPU and got that error ("&lt;SPAN&gt;Can not create StaticMemory object. The memory desc is undefined&lt;/SPAN&gt;").&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 04:46:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640781#M31578</guid>
      <dc:creator>KW5</dc:creator>
      <dc:date>2024-11-02T04:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640785#M31579</link>
      <description>&lt;P&gt;Hi Aznie,&lt;/P&gt;&lt;P&gt;I just googled the internet and one posting recommends to using llm_bench tool for LLM models instead of using benmark_app. I will try it and let you know. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Kevin&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 05:23:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1640785#M31579</guid>
      <dc:creator>KW5</dc:creator>
      <dc:date>2024-11-02T05:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641162#M31588</link>
      <description>&lt;P&gt;Hi KW5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you download the models and generate the IR files? I didn’t observe any error when running on the CPU plugin. Below is the result when I ran on CPU:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="huggingfacce.JPG" style="width: 620px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/60098i5C34DAC9F4FAEED7/image-dimensions/620x359?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="620" height="359" role="button" title="huggingfacce.JPG" alt="huggingfacce.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aznie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 23:42:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641162#M31588</guid>
      <dc:creator>Aznie_Intel</dc:creator>
      <dc:date>2024-11-04T23:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641456#M31590</link>
      <description>&lt;P&gt;Hi Aznie,&lt;/P&gt;&lt;P&gt;Which model are you running with your above example?&lt;/P&gt;&lt;P&gt;I downloaded existing openvino models from &lt;A href="https://huggingface.co/OpenVINO" target="_blank"&gt;https://huggingface.co/OpenVINO&lt;/A&gt; website, and I used&lt;BR /&gt;"git clone" to download them.&lt;/P&gt;&lt;P&gt;Could you teach me your regular way to download and convert a model? Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-Kevin&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 22:28:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641456#M31590</guid>
      <dc:creator>KW5</dc:creator>
      <dc:date>2024-11-05T22:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641576#M31592</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi KW5,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am using optimum-cli command to download LLM models. However, you can also use Git clone. I observed the same error when running the &lt;/SPAN&gt;&lt;A style="font-size: 14px;" href="https://huggingface.co/OpenVINO/mistral-7b-instruct-v0.1-int8-ov" target="_blank" rel="noopener noreferrer"&gt;mistral-7b-instruct-v0.1-int8-ov&lt;/A&gt;&lt;SPAN&gt; models with the shapes parameter. I have tried with &lt;/SPAN&gt;&lt;A style="font-size: 14px;" href="https://github.com/openvinotoolkit/openvino.genai/tree/master/tools/llm_bench" target="_blank" rel="noopener noreferrer"&gt;llm_bench&lt;/A&gt;&lt;SPAN&gt; and encountered the error below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-11-06 152117.png" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/60152iAE2CDC318C91A2A8/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot 2024-11-06 152117.png" alt="Screenshot 2024-11-06 152117.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I will check this with the developer and get back to you soon.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Aznie&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 07:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641576#M31592</guid>
      <dc:creator>Aznie_Intel</dc:creator>
      <dc:date>2024-11-06T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641665#M31594</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;could you give me more details of your setup so I can pick the best machine for reproducing your issue? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OpenVINO package version&lt;/LI&gt;&lt;LI&gt;compute runtime driver version if you're using one&lt;/LI&gt;&lt;LI&gt;Ubuntu or other OS version&lt;/LI&gt;&lt;LI&gt;CPU architecture, eg. Elkhart Lake&lt;/LI&gt;&lt;LI&gt;other details that you consider important&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2024 19:55:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1641665#M31594</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-06T19:55:46Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1642574#M31607</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can I have your setup details please?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Nov 2024 18:49:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1642574#M31607</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-11T18:49:15Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1643053#M31615</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;could you share your setup details with us please?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2024 20:02:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1643053#M31615</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-13T20:02:39Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1643547#M31626</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: var(--slds-g-color-neutral-base-100, var(--lwc-colorBackgroundInput,rgb(255, 255, 255))); color: var(--slds-g-color-neutral-base-30, var(--lwc-colorTextWeak,rgb(68, 68, 68))); font-size: var(--lwc-fontSize3,0.8125rem); font-family: var(--lwc-fontFamily,-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');"&gt;please share your setup details with me. Otherwise I won't be able to reproduce your case and will have to close it without response in 3 business days.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:27:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1643547#M31626</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-15T21:27:21Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1644025#M31629</link>
      <description>&lt;P&gt;This is a reminder that your setup details are needed to reproduce the issue.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Nov 2024 22:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1644025#M31629</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-18T22:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1644036#M31631</link>
      <description>&lt;P&gt;Hi Witold_Intel,&lt;/P&gt;&lt;P&gt;Excuse me for my late response as I was on vacation last couple of days. My setup is not special, and just a regular x86 server with Ubuntu 24.04.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aznie (above) said he could reproduce the issue, and I'm waiting for his further feedback.&lt;/P&gt;&lt;P&gt;At the same time, I can use "llm_bench" tool to conduct some LLM related testing. So I'm good now.&lt;/P&gt;&lt;P&gt;I met some other questions, I will initiate a new thread as it is a new question.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 23:41:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1644036#M31631</guid>
      <dc:creator>KW5</dc:creator>
      <dc:date>2024-11-18T23:41:54Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1644826#M31638</link>
      <description>&lt;P&gt;Thank you for your response. Indeed, Aznie has tried to reproduce, I can see it now. In this case I can open a Jira issue with OpenVino developers to investigate further. Can you post the link to the other topic here for completeness?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2024 17:14:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1644826#M31638</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-21T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1646122#M31651</link>
      <description>&lt;P&gt;Hi Kevin, did you open a new thread or can we continue to support you in the current one?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Nov 2024 18:50:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1646122#M31651</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-27T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1646531#M31657</link>
      <description>&lt;P&gt;Hi Kevin, did you open a new thread or can we continue to support you in the current one?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2024 15:02:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1646531#M31657</guid>
      <dc:creator>Witold_Intel</dc:creator>
      <dc:date>2024-11-29T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re:Benchmark_app error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1648819#M31669</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your question.&amp;nbsp;If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aznie&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Dec 2024 01:40:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Benchmark-app-error/m-p/1648819#M31669</guid>
      <dc:creator>Aznie_Intel</dc:creator>
      <dc:date>2024-12-12T01:40:05Z</dc:date>
    </item>
  </channel>
</rss>

