You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow passing workspace base directory via environment variable (#973)
I'm using sglang in kubernetes; sglang is importing flashinfer
I have rather strict setup that does not allow root user to run the
container, so I'm running the container with user `nobody` and I need to
specify various directories that are supposed to be writable.
With latest flashinfer, I noticed that it tries to create some
directories under `$HOME`. Common way to get around it is to path some
env variable to the libraries trying to write stuff so I can control the
target path and let it write to the writable directory (And in my case
this is not $HOME). So I'm proposing to add an option to explicitly
specify directory where flashinfer wants to write so that the user has
more control over it
0 commit comments