We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e9d05 commit be1a8e5Copy full SHA for be1a8e5
vllm/compilation/compiler_interface.py
@@ -326,10 +326,9 @@ def _get_shape_env() -> AlwaysHitShapeEnv:
326
# compilation cache.
327
if not envs.VLLM_DISABLE_COMPILE_CACHE:
328
assert hash_str is not None, (
329
- f"failed to get the hash of the compiled graph: {file_path}")
+ "failed to get the hash of the compiled graph")
330
assert file_path is not None, (
331
- "failed to get the file path of the compiled graph: {file_path}"
332
- )
+ "failed to get the file path of the compiled graph")
333
return compiled_graph, (hash_str, file_path)
334
335
def load(self,
0 commit comments