"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "567d9c061d04513c24872b5709adc7a1384b8129"
Unverified Commit 864c1dfe authored by Mats Sjöberg's avatar Mats Sjöberg Committed by GitHub
Browse files

Accept tensorflow-rocm package when checking TF availability (#11595)

parent 3e3e41ae
......@@ -88,6 +88,7 @@ if USE_TF in ENV_VARS_TRUE_AND_AUTO_VALUES and USE_TORCH not in ENV_VARS_TRUE_VA
"tf-nightly-cpu",
"tf-nightly-gpu",
"intel-tensorflow",
"tensorflow-rocm",
)
_tf_version = None
# For the metadata, we have to look for both tensorflow and tensorflow-cpu
......
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