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
vllm_cscc
Commits
2fa0e139
Unverified
Commit
2fa0e139
authored
Mar 22, 2025
by
Jee Jee Li
Committed by
GitHub
Mar 22, 2025
Browse files
[Bugfix] Fix torch.compile raise FileNotFoundError (#15278)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
1c2bec0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/compilation/backends.py
vllm/compilation/backends.py
+1
-0
No files found.
vllm/compilation/backends.py
View file @
2fa0e139
...
...
@@ -399,6 +399,7 @@ class VllmBackend:
rank
=
vllm_config
.
parallel_config
.
rank
dp_rank
=
vllm_config
.
parallel_config
.
data_parallel_rank
local_cache_dir
=
os
.
path
.
join
(
cache_dir
,
f
"rank_
{
rank
}
_
{
dp_rank
}
"
)
os
.
makedirs
(
local_cache_dir
,
exist_ok
=
True
)
self
.
compilation_config
.
local_cache_dir
=
local_cache_dir
disable_cache
=
envs
.
VLLM_DISABLE_COMPILE_CACHE
...
...
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