Skip to content

Commit 4333bf5

Browse files
committed
fix broken link in README
1 parent 19a5ca9 commit 4333bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const response = await replicate.models.create(model_owner, model_name, options)
385385
| `model_owner` | string | **Required**. The name of the user or organization that will own the model. This must be the same as the user or organization that is making the API request. In other words, the API token used in the request must belong to this user or organization. |
386386
| `model_name` | string | **Required**. The name of the model. This must be unique among all models owned by the user or organization. |
387387
| `options.visibility` | string | **Required**. Whether the model should be public or private. A public model can be viewed and run by anyone, whereas a private model can be viewed and run only by the user or organization members that own the model. |
388-
| `options.hardware` | string | **Required**. The SKU for the hardware used to run the model. Possible values can be found by calling [`replicate.hardware.list()](#replicatehardwarelist)`. |
388+
| `options.hardware` | string | **Required**. The SKU for the hardware used to run the model. Possible values can be found by calling [`replicate.hardware.list()`](#replicatehardwarelist). |
389389
| `options.description` | string | A description of the model. |
390390
| `options.github_url` | string | A URL for the model's source code on GitHub. |
391391
| `options.paper_url` | string | A URL for the model's paper. |

0 commit comments

Comments
 (0)