Open uhasker opened 2 months ago
@dltn could you take a look when you get a chance? it is possible this broke during the distribution changes or something with the prompt formats going wrong.
Looks like it. It's working on 0.0.5
and I get this behavior on 0.0.8
. I'll take a look.
When trying to work with a file upload, the file is basically ignored:
I have used the standard setup from the README, i.e.:
conda
environment with Python 3.10llama distribution start --name local-llama-8b --port 5000 --disable-ipv6
pip install -r requirements.txt
and started the app viamesop app/main.py
(after disabling safety features)Am I missing something? There are no errors being shown in either the
distribution
console or themesop
console.