Commit 369108e1 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

Add dependencies to `requirements.txt`

parent c1a04f5d
...@@ -14,8 +14,6 @@ bash Miniforge3-MacOSX-arm64.sh ...@@ -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
``` ```
......
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment