Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
407a8d30
Unverified
Commit
407a8d30
authored
Jan 23, 2024
by
Kaiser Pister
Committed by
GitHub
Jan 23, 2024
Browse files
Update env_vars.py (#951)
Remove redundant key
parent
3cefd82d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
bitsandbytes/cuda_setup/env_vars.py
bitsandbytes/cuda_setup/env_vars.py
+1
-2
No files found.
bitsandbytes/cuda_setup/env_vars.py
View file @
407a8d30
...
@@ -8,7 +8,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
...
@@ -8,7 +8,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"OLDPWD"
,
"OLDPWD"
,
"SSH_AUTH_SOCK"
,
# SSH stuff, therefore unrelated
"SSH_AUTH_SOCK"
,
# SSH stuff, therefore unrelated
"SSH_TTY"
,
"SSH_TTY"
,
"GOOGLE_VM_CONFIG_LOCK_FILE"
,
#
on GCP setups,
requires elevated permissions, causing problems in Jupyter notebooks
"GOOGLE_VM_CONFIG_LOCK_FILE"
,
#
GCP:
requires elevated permissions, causing problems in
VMs and
Jupyter notebooks
"HOME"
,
# Linux shell default
"HOME"
,
# Linux shell default
"TMUX"
,
# Terminal Multiplexer
"TMUX"
,
# Terminal Multiplexer
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
"XDG_DATA_DIRS"
,
# XDG: Desktop environment stuff
...
@@ -20,7 +20,6 @@ def to_be_ignored(env_var: str, value: str) -> bool:
...
@@ -20,7 +20,6 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"PATH"
,
# this is for finding binaries, not libraries
"PATH"
,
# this is for finding binaries, not libraries
"LESSOPEN"
,
# related to the `less` command
"LESSOPEN"
,
# related to the `less` command
"LESSCLOSE"
,
"LESSCLOSE"
,
"GOOGLE_VM_CONFIG_LOCK_FILE"
,
# Google Cloud stuff, contains root only paths
"_"
,
# current Python interpreter
"_"
,
# current Python interpreter
}
}
return
env_var
in
ignorable
return
env_var
in
ignorable
...
...
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