llama2-webui icon indicating copy to clipboard operation
llama2-webui copied to clipboard

OSError: [Errno 30] Read-only file system

Open realAbitbol opened this issue 1 year ago • 1 comments

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'

image

realAbitbol avatar Aug 26 '23 00:08 realAbitbol