From 2d348d82265d45867ef020f678fd794d33afbfc7 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:51:09 +0200 Subject: [PATCH] Added git-lfs --- docker/setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/setup.sh b/docker/setup.sh index 18d08bb..0d0fb54 100755 --- a/docker/setup.sh +++ b/docker/setup.sh @@ -2,7 +2,7 @@ # Dependencies apt update -apt install -y python3 pip git git-lfs curl wget nano sudo # python3-tk +apt install -y python3 pip git curl wget nano sudo # Better than using the default from Rockchip curl https://raw.githubusercontent.com/Pelochus/ezrknn-llm/master/install.sh | sudo bash @@ -15,6 +15,9 @@ cd /ezrknn-llm/rkllm-toolkit/examples/huggingface git clone https://huggingface.co/Qwen/Qwen-1_8B-Chat git clone https://huggingface.co/georgesung/llama2_7b_chat_uncensored +# Done here to avoid cloning full repository for the Docker image +apt install -y git-lfs # python3-tk + # cd Qwen-1_8B-Chat # git lfs pull # cd ../llama2_7b_chat_uncensored