-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SW-193273] Merge from public github to gerrit
Merged from INC public master branch, top commit 7056720 Change-Id: I3c016ab98973ac56fc976e5b15a678e91a59291e
- Loading branch information
Showing
1,374 changed files
with
67,114 additions
and
177,666 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
4 changes: 0 additions & 4 deletions
4
.azure-pipelines/scripts/codeScan/pydocstyle/scan_path_neural_insights.txt
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
.azure-pipelines/scripts/codeScan/pydocstyle/scan_path_neural_solution.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,27 +1,10 @@ | ||
#!/bin/bash | ||
|
||
echo "export FWs version..." | ||
test_mode=$1 | ||
|
||
if [ "$test_mode" == "coverage" ] || [ "$test_mode" == "latest" ]; then | ||
export tensorflow_version='2.15.0-official' | ||
export pytorch_version='2.3.0+cpu' | ||
export torchvision_version='0.18.0+cpu' | ||
export ipex_version='2.3.0+cpu' | ||
export onnx_version='1.16.0' | ||
export onnxruntime_version='1.18.0' | ||
export mxnet_version='1.9.1' | ||
else | ||
export tensorflow_version='2.15.0-official' | ||
export pytorch_version='2.2.1+cpu' | ||
export torchvision_version='0.17.1+cpu' | ||
export ipex_version='2.2.0+cpu' | ||
export onnx_version='1.15.0' | ||
export onnxruntime_version='1.17.1' | ||
export mxnet_version='1.9.1' | ||
fi | ||
|
||
|
||
|
||
|
||
|
||
export tensorflow_version='2.15.0-official' | ||
export pytorch_version='2.3.0+cpu' | ||
export torchvision_version='0.18.0+cpu' | ||
export ipex_version='2.3.0+cpu' | ||
export onnx_version='1.16.0' | ||
export onnxruntime_version='1.18.0' | ||
export mxnet_version='1.9.1' |
Oops, something went wrong.