liltom-eth / llama2-webui

Run any Llama 2 locally with gradio UI on GPU or CPU from anywhere (Linux/Windows/Mac). Use `llama2-wrapper` as your local llama2 backend for Generative Agents/Apps.
MIT License
1.97k stars 202 forks source link

OSError: [Errno 30] Read-only file system #59

Open realAbitbol opened 1 year ago

realAbitbol commented 1 year ago

Environment

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

Result

App downloads the model then fails with OSError: [Errno 30] Read-only file system: '/tmpcjgwfixw'

image
alizubidy commented 1 year ago

I'm facing same issue, if you found a solution please let us know