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
The bug
When trying to use the TogetherAI model I receive the following error:
File "C:\Users\kille\AppData\Local\Programs\Python\Python312\Lib\site-packages\guidance\models\_togetherai.py", line 27, in __init__
tokenizer = TransformersTokenizer(
TypeError: TransformersTokenizer.__init__() missing 1 required positional argument: 'transformers_tokenizer'
It seems that it's an issue within the TogetherAI class. I checked where in the code it calls TransformersTokenizer and it does not use transformers_tokenizer as a parameter. It instead uses tokenizer which could be the cause of the error but I'm not so sure.
The bug
When trying to use the TogetherAI model I receive the following error:
It seems that it's an issue within the TogetherAI class. I checked where in the code it calls TransformersTokenizer and it does not use transformers_tokenizer as a parameter. It instead uses tokenizer which could be the cause of the error but I'm not so sure.
To Reproduce
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: