From c89f3c3cdb50b007fe0d92c5165bf1d4aeb3924f Mon Sep 17 00:00:00 2001 From: Moonlit Date: Tue, 30 Apr 2024 16:29:46 +0800 Subject: [PATCH] Fix missing 'ollama' package in requirements.txt (#621) ### What problem does this PR solve? This commit resolves an issue where the 'ollama' package was inadvertently omitted from the requirements.txt file. The package has now been added to ensure all dependencies are correctly installed for the project. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index efa97d6ec..bbd677ac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,6 +69,7 @@ nvidia-cusparse-cu12==12.1.0.106 nvidia-nccl-cu12==2.19.3 nvidia-nvjitlink-cu12==12.3.101 nvidia-nvtx-cu12==12.1.105 +ollama==0.1.9 onnxruntime-gpu==1.17.1 openai==1.12.0 opencv-python==4.9.0.80