Deprecation Warning on Config File
#5
by
j4ckr4bbit
- opened
I've gone to the to " https://huggingface.co/docs/transformers/generation_strategies#default-text-generation-configuration". I am not understanding what to change regarding my code to avoid this warning. I am following the code from "https://huggingface.co/HuggingFaceH4/zephyr-7b-beta". I am running this on my 4090. Even when I changed the "device_map" to "auto". I still receive the same error.
It's not an error, it's a warning. But I'm getting the same thing. I don't think it matters for us. It's some kind of library file that generates a warning because something it's doing will be deprecated soon.
I'm facing the same issue. Appears my code is stuck on that line and does not progress