-
Notifications
You must be signed in to change notification settings - Fork 47
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
Added a sample integration for LLM models in huggingface #494
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Vikash Gupta <gupta.vikash@mayo.edu>
Signed-off-by: Vikash Gupta <gupta.vikash@mayo.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the formatting error before merging, shown in the build / test action:
2024-06-17 14:42:25 $ python3 -m isort --check /home/runner/work/monai-deploy-app-sdk/monai-deploy-app-sdk
ERROR: /home/runner/work/monai-deploy-app-sdk/monai-deploy-app-sdk/examples/apps/hugging_face_integration_app/med_image_generation/app.py Imports are incorrectly sorted and/or formatted.
Skipped 6 files
isort check failed!
Please run auto style fixes: ./run check --autofix
Error: Process completed with exit code 1.
@MMelQin When I try to run
Can you please suggest how do I fix this. I tried to activate the venv but I get the following error
|
I have added a sample application for LLM models integration from huggingface in monai-deploy-app-sdk. This feature was discussed in #489
The specific model which was integrated in this example is called Prompt2MedImage
Things to do: