Skip to content

Commit

Permalink
[Bugfix][TPU] Correct env variable for XLA cache path (#7544)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored Aug 15, 2024
1 parent 22b39e1 commit fc93e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def get_default_config_root():
"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":
Expand Down

0 comments on commit fc93e56

Please sign in to comment.