From 32d078487e2b7153e5c57e013d41148cf2806daa Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 10 Apr 2023 10:45:51 -0300 Subject: [PATCH] Add llama-cpp-python to requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff23f486..4dd753ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ accelerate==0.18.0 -bitsandbytes==0.37.2 datasets flexgen==0.1.7 gradio==3.24.1 @@ -14,3 +13,6 @@ sentencepiece pyyaml tqdm git+https://github.com/huggingface/transformers +bitsandbytes==0.37.2; platform_system != "Windows" +llama-cpp-python==0.1.30; platform_system != "Windows" +https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.30/llama_cpp_python-0.1.30-cp310-cp310-win_amd64.whl; platform_system == "Windows"