Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
744d36f7
Unverified
Commit
744d36f7
authored
Dec 03, 2023
by
Titus
Committed by
GitHub
Dec 03, 2023
Browse files
Merge pull request #883 from akrentsel/patch-1
Update env_vars.py to include GOOGLE_VM_CONFIG_LOCK_FILE
parents
a4097389
a49708c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bitsandbytes/cuda_setup/env_vars.py
bitsandbytes/cuda_setup/env_vars.py
+1
-0
No files found.
bitsandbytes/cuda_setup/env_vars.py
View file @
744d36f7
...
...
@@ -8,6 +8,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"OLDPWD"
,
"SSH_AUTH_SOCK"
,
# SSH stuff, therefore unrelated
"SSH_TTY"
,
"GOOGLE_VM_CONFIG_LOCK_FILE"
,
# on GCP setups, requires elevated permissions, causing problems in Jupyter notebooks
"HOME"
,
# Linux shell default
"TMUX"
,
# Terminal Multiplexer
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment