mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Bugfix][TPU] Correct env variable for XLA cache path (#7544)
This commit is contained in:
@ -334,7 +334,7 @@ environment_variables: Dict[str, Callable[[], Any]] = {
|
||||
"VLLM_XLA_CACHE_PATH":
|
||||
lambda: os.path.expanduser(
|
||||
os.getenv(
|
||||
"VLLM_ASSETS_CACHE",
|
||||
"VLLM_XLA_CACHE_PATH",
|
||||
os.path.join(get_default_cache_root(), "vllm", "xla_cache"),
|
||||
)),
|
||||
"VLLM_FUSED_MOE_CHUNK_SIZE":
|
||||
|
Reference in New Issue
Block a user