Skip to content

Commit

Permalink
Include revision
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 17, 2024
1 parent 145f1fe commit 30153d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def serve(
from .server import serve

model_path = fetch_model(model_id, revision)
serve(model_path, uds_path)
serve(model_path, revision, uds_path)


@app.command()
Expand Down

0 comments on commit 30153d5

Please sign in to comment.