"docs/source/de/pipeline_tutorial.md" did not exist on "b0513b013b10939a2b47ab94933c2cca909716a2"
Unverified Commit 0290ec19 authored by Winston H's avatar Winston H Committed by GitHub
Browse files

feat: use `warning_advice` for tensorflow warning (#29540)

feat: use `warning_advice` instead of tensorflow warning
parent 469c1328
......@@ -9084,7 +9084,7 @@ else:
if not is_tf_available() and not is_torch_available() and not is_flax_available():
logger.warning(
logger.warning_advice(
"None of PyTorch, TensorFlow >= 2.0, or Flax have been found. "
"Models won't be available and only tokenizers, configuration "
"and file/data utilities can be used."
......
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