From 513cc17c5e6a720842a35cf5dec157124fd7648f Mon Sep 17 00:00:00 2001 From: ltoniazzi <61414566+ltoniazzi@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:40:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d864a0e..1116111 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ Via a [user write access token](https://huggingface.co/docs/hub/en/security-toke - To run the full script for a specific model run: ```bash - pytohn reduce_llms_for_testing/main.py -m "" -hf "" + python reduce_llms_for_testing/main.py -m "" -hf "" ```