We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c815d commit 792c865Copy full SHA for 792c865
1 file changed
sdks/python/apache_beam/ml/inference/vllm_inference.py
@@ -43,6 +43,7 @@
43
os.environ["VLLM_CONFIGURE_LOGGING"] = "0"
44
import vllm # pylint: disable=unused-import
45
logging.info('vllm module successfully imported.')
46
+ os.environ["VLLM_CONFIGURE_LOGGING"] = "1"
47
except ModuleNotFoundError:
48
msg = 'vllm module was not found. This is ok as long as the specified ' \
49
'runner has vllm dependencies installed.'
0 commit comments