Skip to content

Commit 8cb4377

Browse files
JovanCaicopybara-github
authored andcommitted
docs: added missing comma in README
COPYBARA_INTEGRATE_REVIEW=#2015 from JovanCai:fix_readme d58e75c PiperOrigin-RevId: 516660232
1 parent f942a42 commit 8cb4377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ To deploy a model to a created endpoint:
399399
400400
endpoint.deploy(model,
401401
min_replica_count=1,
402-
max_replica_count=5
402+
max_replica_count=5,
403403
machine_type='n1-standard-4',
404404
accelerator_type='NVIDIA_TESLA_K80',
405405
accelerator_count=1)

0 commit comments

Comments
 (0)