-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I try to re-run the unit tests, and it is clear that success depends on "precisely" the model which you have used.
So please point even more precise to the "model" (the link on hugging face, for example):
This line
sess (session env "data/gemma-3-1b-it-ONNX-GQA/onnx/model.onnx" opt)
might not be precise enough, as there could be "various models" having the same name: "gemma-3-1b-it-ONNX-GQA" on huggingface.
Ideally we should have in the tests a full hugging face model name and the "commit-id" as reference, for example:
onnx-community/gemma-3-1b-it-ONNX-GQA : fba787fd660d87319472b5e733ca3e64a38075cf
I believe that in this very early stage of diamond-onnxrt, the code might be sensitive even on minimal changes in the model, and I want to exclude any possibility that I run with even a slidely different version of the model.