You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix acc_conformance tests path issue on windows (#28971)
CVS-162391
This change ensures that all paths are constructed using `os.path.join`,
which should help avoid issues with incorrect path syntax on Windows
tested locally:
```
================================================================================================================================= test session starts =================================================================================================================================
platform win32 -- Python 3.11.9, pytest-8.3.4, pluggy-1.5.0
rootdir: C:\IOTG\openvino_fork\openvino\tests\llm
collected 8 items / 4 deselected / 4 selected
accuracy_conformance.py ....
============================================================================================================ 4 passed, 4 deselected, 20784 warnings in 1004.69s (0:16:44) =============================================================================================================
(openvino_venv) C:\IOTG\openvino_fork\openvino\tests\llm>
```
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
0 commit comments