mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 16:26:59 +00:00
Add dependencies to requirements.txt
This commit is contained in:
@@ -14,8 +14,6 @@ bash Miniforge3-MacOSX-arm64.sh
|
|||||||
Get the dependencies:
|
Get the dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install llama-cpp-python
|
|
||||||
pip install pyinstaller
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
Flask==2.3.2
|
Flask==2.3.2
|
||||||
flask_cors==3.0.10
|
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