When i run a deployed GPT 3.5 model from Azure, i get this warning,
"UserWarning: Task supports sharding, but model does not provide context length. Data won't be sharded, prompt might exceed the model's context length. Set context length in your config"
What is the way to set the context_length as i am not able to find properly in the docs anywhere
When i run a deployed GPT 3.5 model from Azure, i get this warning, "UserWarning: Task supports sharding, but model does not provide context length. Data won't be sharded, prompt might exceed the model's context length. Set context length in your config"
What is the way to set the context_length as i am not able to find properly in the docs anywhere
How to reproduce the behaviour
Config:
Code:
Your Environment