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
Hi @emitby, thanks for opening the issue. This seems a problem with the recent transformers 4.41. Solution is to downgrade to 4.40 for now, while we look into this deeper.
*Issue #, if available:* #76
*Description of changes:* transformers 4.41 broke something for us, we
need to look into it deeper
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
@emitby#77 fixed this. On a fresh environment, the README instructions will now work. On existing environments, one should ensure to have transformers<4.41 (e.g. pip install transformers<4.41).
Yesterday Chronos was working great, today for some reason its throwing this error, even with the sample code with the airline passenger data:
ValueError:
decoder_start_token_id
orbos_token_id
has to be defined for encoder-decoder generationChronos is throwing the same error for both AWS Sagemaker in Jupyter Lab and also ML-Azure, so the error seems to be platform independent.
thanks,
The text was updated successfully, but these errors were encountered: