llm_perf/benchmark_runners/cpu/update_llm_perf_cpu_onnxruntime.py [69:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            model=model,
            device="cpu",
            device_ids="0",
            no_weights=True,
            library="transformers",
            task="text-generation",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



llm_perf/benchmark_runners/cpu/update_llm_perf_cpu_openvino.py [68:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            model=model,
            device="cpu",
            device_ids="0",
            no_weights=True,
            library="transformers",
            task="text-generation",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



