Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit d081f95

Browse files
authored
Update windows tf wheel link (#336)
1 parent f1d883c commit d081f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_ovtf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def main():
365365
if tags.interpreter == "cp39":
366366
command_executor([
367367
"pip", "install", "--force-reinstall",
368-
"https://github.com/openvinotoolkit/openvino_tensorflow/releases/download/v2.1.0-rc1/tensorflow-2.9.1-cp39-cp39-win_amd64.whl"
368+
"https://github.com/openvinotoolkit/openvino_tensorflow/releases/download/v2.1.0/tensorflow-2.9.1-cp39-cp39-win_amd64.whl"
369369
])
370370
else:
371371
raise AssertionError("Only python39 is supported on Windows")

0 commit comments

Comments
 (0)