cohere-ai / cohere-python

Python Library for Accessing the Cohere API
https://docs.cohere.ai
MIT License
278 stars 60 forks source link

`cohere` Incompatible with transformers #528

Closed robcaulk closed 2 months ago

robcaulk commented 2 months ago

Currently, it is not possible to use cohere in the same python package as transformers:

Running poetry lock:

Resolving dependencies... (4.9s)
Because cohere (5.5.7) depends on tokenizers (>=0.15,<0.16)
 and transformers (4.40.2) depends on tokenizers (>=0.19,<0.20), cohere (5.5.7) is incompatible with transformers (4.40.2).
billytrend-cohere commented 2 months ago

This should be resolved in the latest release! Thanks for letting us know!