From 94ddf6aacf599baef0d68d6e3bbdea13fd4632b9 Mon Sep 17 00:00:00 2001 From: Pelochus Date: Thu, 9 May 2024 17:08:59 +0200 Subject: [PATCH] Updated docker setup.sh with new 1.0.1 packages --- docker/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/setup.sh b/docker/setup.sh index f726a42..5587a3e 100755 --- a/docker/setup.sh +++ b/docker/setup.sh @@ -9,7 +9,7 @@ git clone https://github.com/Pelochus/ezrknn-llm/ curl https://raw.githubusercontent.com/Pelochus/ezrknn-llm/master/install.sh | sudo bash # For running the test.py -pip install /ezrknn-llm/rkllm-toolkit/packages/rkllm_toolkit-1.0.0-cp38-cp38-linux_x86_64.whl +pip install /ezrknn-llm/rkllm-toolkit/packages/rkllm_toolkit-1.0.1-cp38-cp38-linux_x86_64.whl # Clone some compatible LLMs cd /ezrknn-llm/rkllm-toolkit/examples/huggingface