Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload not working #51

Open
uhasker opened this issue Aug 21, 2024 · 2 comments
Open

File Upload not working #51

uhasker opened this issue Aug 21, 2024 · 2 comments

Comments

@uhasker
Copy link

uhasker commented Aug 21, 2024

When trying to work with a file upload, the file is basically ignored:

image

I have used the standard setup from the README, i.e.:

  • created and activated a conda environment with Python 3.10
  • started a distribution via llama distribution start --name local-llama-8b --port 5000 --disable-ipv6
  • installed requirements via pip install -r requirements.txt and started the app via mesop app/main.py (after disabling safety features)

Am I missing something? There are no errors being shown in either the distribution console or the mesop console.

@ashwinb
Copy link
Contributor

ashwinb commented Aug 21, 2024

@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.

@dltn
Copy link
Contributor

dltn commented Aug 21, 2024

Looks like it. It's working on 0.0.5 and I get this behavior on 0.0.8. I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants