MilaNLProc / simple-generation

A python package to run inference with HuggingFace language and vision-language checkpoints wrapping many convenient features.
Other
25 stars 2 forks source link

Inference deprecation warning #1

Closed g8a9 closed 1 month ago

g8a9 commented 9 months ago

You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use and modify the model generation configuration (see https://huggingface.co/docs/transformers/generation_strategies#default-text-generation-configuration )

github-actions[bot] commented 1 month ago

Stale issue message

g8a9 commented 1 month ago

The issue was fixed with updates to the transformers library.