Skip to content

Commit

Permalink
Merge branch 'main' into rhecker/fluent-ui-rag
Browse files Browse the repository at this point in the history
  • Loading branch information
RHeckerIntel committed Dec 3, 2024
2 parents 65c9334 + 54499bc commit 69d2450
Show file tree
Hide file tree
Showing 112 changed files with 5,443 additions and 4,912 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ jobs:

# Step 9: Install vcpkg and ffmpeg
- name: Install vcpkg and ffmpeg
shell: powershell
run: |
git clone https://github.com/microsoft/vcpkg.git C:\vcpkg
if (!(Test-Path "C:\vcpkg")) { git clone https://github.com/microsoft/vcpkg.git C:\vcpkg }
C:\vcpkg\bootstrap-vcpkg.bat
C:\vcpkg\vcpkg install ffmpeg
shell: cmd
cd openvino_bindings/third_party
C:\vcpkg\vcpkg install
# Step 10: Download and Install OpenVINO Runtime
- name: Download and Install OpenVINO Runtime 24.5.0
Expand Down
Loading

0 comments on commit 69d2450

Please sign in to comment.