llama-stack-apps
llama-stack-apps copied to clipboard
File Upload not working
When trying to work with a file upload, the file is basically ignored:
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 viamesop 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.