-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tensorflow-lite] update to 2.14.0 (#117)
* [tensorflow-lite] update to 2.14.0-rc1 * initial work for Windows build * [tensorflow-lite] fix GPU feature in Mac/iOS * [tensorflow-lite] fixing android build * [tensorflow-lite] update fix-cmake-gpu.patch * [tensorflow-lite] rework patches * [tensorflow-lite] update to 2.14.0 * see https://github.com/tensorflow/tensorflow/releases/tag/v2.14.0 * circleci: fix cache paths * ci: change cache paths, keys * circleci: fix cache path, keys * gh-actions: change cache key * azure-pipeliens: change cache key
- Loading branch information
Showing
18 changed files
with
1,041 additions
and
3,936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
matrix: | ||
triplet: [x64-windows] | ||
env: | ||
VCPKG_DOWNLOADS: "C:/vcpkg/archives" | ||
VCPKG_DOWNLOADS: "C:/vcpkg/downloads" | ||
VCPKG_DEFAULT_BINARY_CACHE: "C:/vcpkg/archives" | ||
VCPKG_OVERLAY_PORTS: "${{ github.workspace }}/ports" | ||
VCPKG_OVERLAY_TRIPLETS: ${{ github.workspace }}/triplets | ||
|
@@ -24,8 +24,9 @@ jobs: | |
New-Item -Type Directory -Force ${env:VCPKG_DEFAULT_BINARY_CACHE} | ||
- uses: actions/cache@v3 | ||
with: | ||
key: "vcpkg-2023.08-${{ runner.os }}" | ||
key: "v2338-${{ runner.os }}" | ||
path: | | ||
C:/vcpkg/downloads | ||
C:/vcpkg/archives | ||
- uses: microsoft/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.