From 46ec9f6347b9e5713ff15f3b9f5aaa7e353ba407 Mon Sep 17 00:00:00 2001 From: remainstheday Date: Sat, 24 Aug 2024 21:48:18 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a463210..848f643 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Convert the weights from a PyTorch checkpoint to a transformers-compatible forma cog run python -m transformers.models.llama.convert_llama_weights_to_hf --input_dir unconverted-weights --model_size 7B --output_dir weights ``` -You final directory structure should look like this: +Your final directory structure should look like this: ``` weights @@ -116,4 +116,4 @@ To use your model in the browser, go to your model page. To use your model with an API, click on the "API" tab on your model page. You'll see commands to run the model with cURL, Python, etc. -To learn more about how to use Replicate, [check out our documentation](https://replicate.com/docs). \ No newline at end of file +To learn more about how to use Replicate, [check out our documentation](https://replicate.com/docs).