-
Notifications
You must be signed in to change notification settings - Fork 531
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
add example of minicpm #3854
base: master
Are you sure you want to change the base?
add example of minicpm #3854
Conversation
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.
Thanks for adding the example for MiniCPM @LDLINGLINGLING! We are happy to see a new open model showing up. Could you please include the commands we have tested in the PR description for a record?
llm/minicpm/README.md
Outdated
``` | ||
|
||
|
||
## **Optional:** Accessing Qwen with Chat GUI |
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.
Should we update the name of the model here?
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.
Already modified
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.
Already modified
@@ -35,6 +35,7 @@ Contents | |||
:caption: LLM Models | |||
|
|||
Mixtral (Mistral AI) <llms/mixtral> | |||
MiniCPM (openbmb) <llms/minicpm> |
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.
By adding this here, we need to soft link the readme file at llms/minicpm/README.md
to docs/source/_gallery_original/llms/
.
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.
Already modified
This PR is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh