You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model got saved /var/tmp/neuron-compile-cache/neuronxcc-2.14.227.0+2d4f85be/MODULE_4aeca57e8a4997651e84/config.json
inside /var/tmp/neuron-compile-cache/neuronxcc-2.14.227.0+2d4f85be/MODULE_4aeca57e8a4997651e84/config.json the model_type="transformer", but should be "bert"
Reproduction: docker run -it --device /dev/neuron0 michaelf34/aws-neuron-base-img:inf-repro
The text was updated successfully, but these errors were encountered:
michaelfeil
changed the title
export=True leads to transformers beeing used as config.
export=True leads to model_type=bert -> transformers being used in compiled config.
Dec 2, 2024
michaelfeil
changed the title
export=True leads to model_type=bert -> transformers being used in compiled config.
Loading compiled fails: model_type=bert -> transformers being used in compiled config.
Dec 2, 2024
I am running the following code inside the following container (build by huggingface-optimum team)
Leads to the following error:
Analysis:
/var/tmp/neuron-compile-cache/neuronxcc-2.14.227.0+2d4f85be/MODULE_4aeca57e8a4997651e84/config.json
/var/tmp/neuron-compile-cache/neuronxcc-2.14.227.0+2d4f85be/MODULE_4aeca57e8a4997651e84/config.json
the model_type="transformer", but should be "bert"Reproduction:
docker run -it --device /dev/neuron0 michaelf34/aws-neuron-base-img:inf-repro
Also fails with same command with:
Also fails with
Does not fail with same command with
The text was updated successfully, but these errors were encountered: