Do not call forward directly
This commit is contained in:
@@ -34,4 +34,4 @@ class CodexAgent(PrecompiledAgent):
|
||||
)
|
||||
|
||||
def forward(self, **kwargs) -> Prediction:
|
||||
return self.codex_module.forward(**kwargs)
|
||||
return self.codex_module(**kwargs)
|
||||
Reference in New Issue
Block a user