Skip to content

Follow-ups from PR #130: golden reference JSON + LazyTensor FP8 dequant #156

Description

@titaiwangms

Summary

The golden test case at testdata/cases/vision-language/ministral-3-3b.yaml references the gated HuggingFace model mistralai/Ministral-3-3B-Instruct-2512. Without an HF auth token, the test cannot run — making it unusable in CI.

Problem

  • The model is gated (requires HuggingFace authentication)
  • CI does not have HF auth tokens configured
  • The golden test provides no value without the ability to download and run the model

Proposed Solution

  1. Generate the reference JSON data (expected model outputs) using an authenticated HF account
  2. Commit the reference JSON alongside the YAML test case in testdata/cases/vision-language/
  3. This allows the golden test to run in CI without needing HF authentication (compares against pre-computed reference, not live model)

This follows the pattern used by other golden test cases in the repo.

Additional Context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions