We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75db35 commit 8be921fCopy full SHA for 8be921f
src/transformers/pipelines/__init__.py
@@ -408,6 +408,7 @@ def pipeline(
408
if model is None:
409
# At that point framework might still be undetermined
410
model = get_default_model(targeted_task, framework, task_options)
411
+ logger.warning(f"No model was supplied, defaulted to {model} (https://huggingface.co/{model})")
412
413
# Config is the primordial information item.
414
# Instantiate config if needed
0 commit comments