Skip to content

Commit

Permalink
Migrate to updated pd_models.get_models kw args
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMullins committed Sep 23, 2024
1 parent e4a6001 commit 821016e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit_nlp/examples/gcp/model_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _handler(app: wsgi_app.App, request, unused_environ):
dl_runtime=dl_runtime,
precision=precision,
batch_size=batch_size,
sequence_length=sequence_length,
max_length=sequence_length,
)

gen_name = model_config[0].split(':')[0]
Expand Down

0 comments on commit 821016e

Please sign in to comment.