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