We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/aws-neuron/transformers-neuronx/blob/33fa412447a4028edb252fd06aae9ed93086a450/src/transformers_neuronx/module.py#L144C74-L144C74
The function is looking for pytorch_model.bin that does not exist.
pytorch_model.bin
Because of it most of the tutorials are broken, this one for example: https://github.com/aws-neuron/aws-neuron-samples/blob/master/torch-neuronx/transformers-neuronx/inference/meta-llama-2-13b-sampling.ipynb
The text was updated successfully, but these errors were encountered:
thanks @dennj This is the same issue as aws-neuron/aws-neuron-sdk#786 we'll track it there.
Sorry, something went wrong.
Added safetensors support in from_pretrained()
b79f63b
aws-neuron#60 aws-neuron/aws-neuron-sdk#786
ebed000
No branches or pull requests
https://github.com/aws-neuron/transformers-neuronx/blob/33fa412447a4028edb252fd06aae9ed93086a450/src/transformers_neuronx/module.py#L144C74-L144C74
The function is looking for
pytorch_model.bin
that does not exist.Because of it most of the tutorials are broken, this one for example: https://github.com/aws-neuron/aws-neuron-samples/blob/master/torch-neuronx/transformers-neuronx/inference/meta-llama-2-13b-sampling.ipynb
The text was updated successfully, but these errors were encountered: