GUI version of text-generation-inference
My computer is not good enough to test this out (because my good old pal OutOfMemoryError!), so how about you try this?
- PyQt5>=5.14 (for GUI)
- ansi2html (for showing colorful console)
- text_generation (for using text-generation-inference)
Before using this, you need to install Docker Desktop and run it. This will not work if you don't have it
- clone this!
- pip install -r requirements.txt
- cd src
- python main.py
Add any models that you want to use in main.py. It shows in "Model" combobox. You can see the combobox in "Result" section below.
I'm using bigscience/bloom-560m in this example.
This error indicates that 127.0.0.1:8080 is not running. Run the docker-desktop,
search the port with
netstat -ano | findstr 8080
and remove any service & software which port 8080 is allocated.
This project is not complete, but i probably rarely touch this one, so i need collaborator :)
If you want to collaborate feel free to join. I want to work with a team, please.