Skip to content

feat(purejava): support MiniCPM5 1B#4

Merged
bsbodden merged 1 commit into
mainfrom
agent/minicpm5-purejava
Jul 12, 2026
Merged

feat(purejava): support MiniCPM5 1B#4
bsbodden merged 1 commit into
mainfrom
agent/minicpm5-purejava

Conversation

@bsbodden

Copy link
Copy Markdown
Member

Summary

  • add the official OpenBMB MiniCPM5 1B Q4_K_M as a mandatory ModelJars fixture
  • validate exact tokenizer references, explicit Q/K/V widths, 219-tensor inventory, and 131K context metadata
  • match a stable four-token llama.cpp b9960 Java code-completion oracle
  • add the fixture to automatic real-model CI and documentation

Test-first evidence

  • registry resolution first failed with no marker
  • pure-Java resolution then failed while its backend flag was false
  • integration tests failed hard while the required GGUF was absent
  • the verified installer downloaded the exact 688,065,920-byte artifact and validated SHA-256

Validation

  • exact oracle [5028, 6706, 5018, 1735] for public static void main(String[] args) {
  • full unfiltered real-model integration suite (5m30s)
  • full 135-task multi-module build
  • pure-Java unit, SpotBugs, and Spotless gates
  • workflow YAML parse and git diff --check

Upstream

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@bsbodden
bsbodden merged commit 90566a6 into main Jul 12, 2026
6 checks passed
@bsbodden
bsbodden deleted the agent/minicpm5-purejava branch July 12, 2026 19:32
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.

2 participants