From 24af0882f2427f48e6d9c24b94ff081850d83d54 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Wed, 15 Nov 2023 09:55:52 -0800 Subject: [PATCH] document "replicate hardware list" --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 21f6609..b6ba33a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ Create a new model on Replicate. $ replicate model create yourname/model --private --hardware gpu-a40-small ``` +To list available hardware types: + +```console +$ replicate hardware list +``` + After creating your model, you can [fine-tune an existing model](https://replicate.com/docs/fine-tuning) or [build and push a custom model using Cog](https://replicate.com/docs/guides/push-a-model). ### Fine-tune a model