mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 17:16:44 +07:00
Initial entrypoint.sh file
This commit is contained in:
15
docker/entrypoint.sh
Normal file
15
docker/entrypoint.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Dependencies
|
||||
apt install -y python3 pip git curl wget nano sudo # python3-tk
|
||||
|
||||
# Better than using the default from Rockchip
|
||||
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
|
||||
|
||||
# Clone some compatible LLMs
|
||||
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
|
||||
Reference in New Issue
Block a user