-
Notifications
You must be signed in to change notification settings - Fork 220
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
Readme draft #930
Readme draft #930
Conversation
Playing with details
LoRA notes
cosmetic changes
pip install optimum[openvino] | ||
|
||
# (Optional) Install (TBD) to be able to download models from Model Scope | ||
#pip install optimum[openvino] |
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.
see https://pypi.org/project/modelscope/
Looks like we can recommend pip install modelscope
with additional extras for NLP and other domains
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.
This is good thing to have, but I am not sure if conversion will work as it is.
Proposal is to make this fix later when we will have document on modelscope support itself (this is being worked on right now)
**TODO:** - [ ] Python API and sample - [ ] Update doc strings - [x] Update main README.md (PR #930) - [ ] Add sample with custom device mapping - [ ] Experiment with reshape + compile as part of Ctor - [x] Add LoRA (PR #911) - [X] Use std::optional for prompt2, prompt3 and maybe negative prompts as well - [X] Update https://github.com/openvinotoolkit/openvino.genai/blob/master/src/docs/SUPPORTED_MODELS.md with text 2 image generation models
**TODO:** - [ ] Python API and sample - [ ] Update doc strings - [x] Update main README.md (PR openvinotoolkit/openvino.genai#930) - [ ] Add sample with custom device mapping - [ ] Experiment with reshape + compile as part of Ctor - [x] Add LoRA (PR openvinotoolkit/openvino.genai#911) - [X] Use std::optional for prompt2, prompt3 and maybe negative prompts as well - [X] Update https://github.com/openvinotoolkit/openvino.genai/blob/master/src/docs/SUPPORTED_MODELS.md with text 2 image generation models
Updates to describe: