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 69dbd31 commit 31166d9Copy full SHA for 31166d9
vllm/compilation/compiler_interface.py
@@ -412,10 +412,9 @@ def _get_shape_env() -> AlwaysHitShapeEnv:
412
# compilation cache.
413
if not envs.VLLM_DISABLE_COMPILE_CACHE:
414
assert hash_str is not None, (
415
- f"failed to get the hash of the compiled graph: {file_path}")
+ "failed to get the hash of the compiled graph")
416
assert file_path is not None, (
417
- "failed to get the file path of the compiled graph: {file_path}"
418
- )
+ "failed to get the file path of the compiled graph")
419
return compiled_graph, (hash_str, file_path)
420
421
def load(self,
0 commit comments