Add dependencies to requirements.txt
This commit is contained in:
parent
c1a04f5d73
commit
369108e1ad
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue