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.
2 parents 9a0e10c + 09cd03d commit 2fd74f3Copy full SHA for 2fd74f3
bitsandbytes/cuda_setup/env_vars.py
@@ -20,6 +20,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
20
"PATH", # this is for finding binaries, not libraries
21
"LESSOPEN", # related to the `less` command
22
"LESSCLOSE",
23
+ "GOOGLE_VM_CONFIG_LOCK_FILE", # Google Cloud stuff, contains root only paths
24
"_", # current Python interpreter
25
}
26
return env_var in ignorable
0 commit comments