llama2-webui
llama2-webui copied to clipboard
OSError: [Errno 30] Read-only file system
Environment
- OS : MacOS Ventura 13.5.1
- Shell : Fish 3.6.1
- Python : 3.11.4
Issue
Getting an error when launching the app with the standard, unmodified, env file : OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'
Steps to reproduce
- Clone the repo
- Create a venv :
python -m venv venv
- Activate the venv :
source venv/bin/activate.fish
- Install the requirements :
pip install -r requirements.txt
- Run the app :
python app.py
Result
App downloads the model then fails with OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'