- Repository
- Notlikejoe/tiny-minicpm-intel-task-for-youssef
- Visibility
- Private
- Focus
- Model fixtures, Hugging Face, OpenVINO compatibility
- Boundary
- No source, tokens, or unpublished assets exposed
Summary
This private repository contains a compact MiniCPM-o-2_6 model fixture workflow intended for
Optimum Intel testing. The work focuses on producing a very small model that preserves the target
architecture shape while remaining practical for compatibility checks.
- Goal: Keep validation practical without losing the architecture shape under test.
- Approach: Separate generation, validation, export, upload, and downstream update scripts.
- Signal: Test-fixture design for real ML compatibility work.
Technical Scope
- Generate a reduced MiniCPM-o-2_6 configuration.
- Validate model loading and basic forward-pass behavior.
- Test OpenVINO export and inference compatibility.
- Prepare a Hugging Face Hub upload workflow.
- Support updates to Optimum Intel tests around the compact fixture.
Engineering Decisions
The fixture is intentionally small so compatibility tests can run quickly and remain reviewable.
It is treated as infrastructure for validation rather than a production model.
- Runtime cost: Small dimensions reduce test time and storage overhead.
- Architecture fidelity: The reduced model still preserves the compatibility shape.
- Review path: Case-study notes explain the purpose without publishing implementation detail.
Public Boundary
The source remains private. This case study describes the technical purpose and structure without
exposing implementation details, unpublished assets, tokens, or private repository contents.