From 657a37f3862d679359de03a60702bc556439aa37 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 c839a0f..2f6116a 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