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 f62d1d7 commit 420c39cCopy full SHA for 420c39c
examples/python/nixl_api_example.py
@@ -32,7 +32,10 @@
32
buf_size = 256
33
# Allocate memory and register with NIXL
34
35
- logger.info("Using NIXL Plugins from:\n%s", os.environ["NIXL_PLUGIN_DIR"])
+ logger.info(
36
+ "Using NIXL Plugins from:\n%s",
37
+ os.environ.get("NIXL_PLUGIN_DIR", "default location"),
38
+ )
39
40
# Example using nixl_agent_config
41
agent_config = nixl_agent_config(backends=["UCX"])
0 commit comments