From 28007b249a92f32a46a5292ea883c3e82cbf1739 Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Sat, 25 Mar 2023 16:25:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1c72fa..a1e5baa 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ docker compose exec serge python3 /usr/src/app/api/utils/download.py tokenizer 7 Make sure you have docker desktop installed, WSL2 configured and enough free RAM to run models. (see below) +For cloning on windows, use `git clone https://github.com/nsarrazin/serge.git --config core.autocrlf=input`. + ### Using serge (You can pass `7B 13B 30B` as an argument to the `download.py` script to download multiple models.)