We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400e3d7 commit cd5f995Copy full SHA for cd5f995
1 file changed
api/app.py
@@ -206,6 +206,7 @@ def inference(all_inputs: dict) -> dict:
206
model_id=normalized_model_id,
207
load=True,
208
precision=model_precision,
209
+ revision=model_revision,
210
send_opts=send_opts,
211
)
212
last_model_id = normalized_model_id
0 commit comments