Browse Source

Add dependencies to `requirements.txt`

go-opts
Jeffrey Morgan 3 years ago
parent
commit
369108e1ad
  1. 2
      server/README.md
  2. 4
      server/requirements.txt

2
server/README.md

@ -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
```

4
server/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

Loading…
Cancel
Save