Skip to content

add deepseek v3 transformers integration#1445

Draft
echarlaix wants to merge 11 commits intomainfrom
deepseekv3
Draft

add deepseek v3 transformers integration#1445
echarlaix wants to merge 11 commits intomainfrom
deepseekv3

Conversation

@echarlaix
Copy link
Collaborator

No description provided.

SUPPORTED_ARCHITECTURES += ("glm", "mistral-nemo", "minicpm3", "phi3-moe")
# openvino 2025.0 required for disabling check_trace
if is_openvino_version(">=", "2025.0"):
SUPPORTED_ARCHITECTURES += ("deepseek",)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually remote code deepseek_v3 : katuni4ka/tiny-random-deepseek-v3

Copy link
Collaborator

@rkazants rkazants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add tests for export and inference

@register_in_tasks_manager(
"deepseek_v3", *["text-generation", "text-generation-with-past"], library_name="transformers"
)
class DeepseekVOpenVINOConfig(LlamaOpenVINOConfig):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @openvino-dev-samples any news on this on your side ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I was not working on this issue.

@HuggingFaceDocBuilderDev

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.

@echarlaix
Copy link
Collaborator Author

@bot /style

@github-actions
Copy link
Contributor

github-actions bot commented Jan 30, 2026

Style fix runs successfully without any file modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants