Skip to content

Commit

Permalink
docs: added missing comma in README
Browse files Browse the repository at this point in the history
COPYBARA_INTEGRATE_REVIEW=#2015 from JovanCai:fix_readme d58e75c
PiperOrigin-RevId: 516660232
  • Loading branch information
JovanCai authored and copybara-github committed Mar 14, 2023
1 parent f942a42 commit 8cb4377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ To deploy a model to a created endpoint:
endpoint.deploy(model,
min_replica_count=1,
max_replica_count=5
max_replica_count=5,
machine_type='n1-standard-4',
accelerator_type='NVIDIA_TESLA_K80',
accelerator_count=1)
Expand Down

0 comments on commit 8cb4377

Please sign in to comment.