Unverified Commit ef42cb62 authored by jayfurmanek's avatar jayfurmanek Committed by GitHub
Browse files

Fix TensorFlow pakage check (#26842)

Add tf-nightly-rocm to _is_tf_available check
parent b002353d
...@@ -168,6 +168,7 @@ else: ...@@ -168,6 +168,7 @@ else:
"tf-nightly", "tf-nightly",
"tf-nightly-cpu", "tf-nightly-cpu",
"tf-nightly-gpu", "tf-nightly-gpu",
"tf-nightly-rocm",
"intel-tensorflow", "intel-tensorflow",
"intel-tensorflow-avx512", "intel-tensorflow-avx512",
"tensorflow-rocm", "tensorflow-rocm",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment