GLM-V update with new processor#42122
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
zucchini-nlp
left a comment
There was a problem hiding this comment.
Great job on making it work with any LM backbone!
| @@ -0,0 +1,34 @@ | |||
| # GLM-4.6V | |||
|
|
|||
There was a problem hiding this comment.
let's add something in the docs, usage examples and model description for example. Or do you want to wait until model is released first?
There was a problem hiding this comment.
Yes, a technical report will be added here once the model is ready.
| @@ -0,0 +1,217 @@ | |||
| # coding=utf-8 | |||
There was a problem hiding this comment.
only 200 lines in modular and 800 in model 😍
|
@ArthurZucker is merging it today, I can't merge when CI is red :) |
|
[For maintainers] Suggested jobs to run (before merge) run-slow: auto, glm46v, glm4v, glm4v_moe |
* init * update * add * Update video_processing_glm46v.py * update doc * Update modular_glm46v.py * 2 * Update processing_glm46v.py * 21 * Update check_repo.py * Update check_repo.py * Update test_processor_glm46v.py * Update modeling_auto.py * update * Update glm46v.md * Update configuration_auto.py * 2 * update with glm46v import * uppercase * upload * upload * upload with modular * 1 * - * update * 1 * 2 * 1 * 2 * 2 * 1 * update config * 1 * update as automoel * 1 * try remove * delete * delete * test * update * 1 * Update modular_glm46v.py * Update test_modeling_glm46v.py * update 1513 * 1 * use PreTrainedConfig * Update modular_glm46v.py * Update configuration_glm46v.py * model_type = "glm46v" * remove glm46v_text * Update image_processing_auto.py * 1 * update readme * GLM-4.6V * update * update * Update __init__.py * update * update doc * Update check_docstrings.py * update doc * fix copies for tied weight keys! * more fixup --------- Co-authored-by: Raushan Turganbay <raushan@huggingface.co> Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com> Co-authored-by: Arthur <arthur.zucker@gmail.com>
Support another processor handling method