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 0a07595 commit a51f22bCopy full SHA for a51f22b
tests/compile/test_decorator.py
@@ -159,8 +159,8 @@ def __init__(self,
159
prefix: str = '',
160
**kwargs) -> None:
161
super().__init__()
162
- self.mod1 = B(vllm_config=vllm_config, perfix=prefix, **kwargs)
163
- self.mod2 = B(vllm_config=vllm_config, perfix=prefix, **kwargs)
+ self.mod1 = B(vllm_config=vllm_config, prefix=prefix, **kwargs)
+ self.mod2 = B(vllm_config=vllm_config, prefix=prefix, **kwargs)
164
165
def forward(self, x: torch.Tensor) -> torch.Tensor:
166
x = self.mod1(x)
0 commit comments