This is a patch release with a number of bug fixes:
- Web app will auto-connect to API running on the same machine
- Installer no longer halts if local_server.log is not accessible/writable
- Console automatically opens to show error if inference server fails to start correctly
- Console logger scrolls way faster
- Plugins no longer always say they are unsupported for non-GPU/mac users
- if you upload docs before installing RAG plugin it will index the docs for you before running your query
- You can now edit the setup script for plugins inside Transformer Lab (good for debugging or making custom modifications to a plugin’s venv)
git Details
- Open console logger upon a failed inference server run by @deep1401 in #415
- Fix supported arch message for local plugins by @deep1401 in #417
- Fix error caused by deleting plugins by @deep1401 in #419
- If you are on the webapp, correctly find the local server we should first try to connect to by @aliasaria in #421
- Don't hang or crash if local_server.log is not writeable by @dadmobile in #423
- Reduce console scroll delay from 100ms to 10ms by @dadmobile in #428
Full Changelog: v0.15.0...v0.15.1