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 579bd43 commit 8b2c166Copy full SHA for 8b2c166
ads/llm/templates/score_chain.jinja2
@@ -165,5 +165,5 @@ def predict(data, model=load_model(), input_schema_path=os.path.join(os.path.dir
165
166
"""
167
features = pre_inference(data, input_schema_path)
168
- yhat = post_inference(model.run(features))
+ yhat = post_inference(model.invoke(features))
169
return {'prediction': yhat}
0 commit comments