Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdks/python/apache_beam/ml/inference/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
os.environ["VLLM_CONFIGURE_LOGGING"] = "0"
import vllm # pylint: disable=unused-import
logging.info('vllm module successfully imported.')
os.environ["VLLM_CONFIGURE_LOGGING"] = "1"
except ModuleNotFoundError:
msg = 'vllm module was not found. This is ok as long as the specified ' \
'runner has vllm dependencies installed.'
Expand Down
Loading