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).