From 26fca48a4596388a8a324738562ec204a955f26c Mon Sep 17 00:00:00 2001 From: Hugo Larcher Date: Fri, 29 Nov 2024 00:24:52 +0100 Subject: [PATCH] fix: Fix tokenizer in llama.cpp Dockerfile --- backends/llamacpp/requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 backends/llamacpp/requirements.txt diff --git a/backends/llamacpp/requirements.txt b/backends/llamacpp/requirements.txt new file mode 100644 index 00000000..2372d58b --- /dev/null +++ b/backends/llamacpp/requirements.txt @@ -0,0 +1 @@ +transformers==4.45.2 ; python_version >= "3.9" and python_version < "3.13" \ No newline at end of file