mirror of
https://github.com/ollama/ollama.git
synced 2025-07-28 18:15:29 +02:00
Add dependencies to requirements.txt
This commit is contained in:
@@ -14,8 +14,6 @@ bash Miniforge3-MacOSX-arm64.sh
|
||||
Get the dependencies:
|
||||
|
||||
```bash
|
||||
pip install llama-cpp-python
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
Flask==2.3.2
|
||||
flask_cors==3.0.10
|
||||
llama-cpp-python==0.1.65
|
||||
llama-cpp-python==0.1.65
|
||||
pyinstaller==5.13.0
|
||||
pyinstaller-hooks-contrib==2023.3
|
||||
|
Reference in New Issue
Block a user