Open anhledger12 opened 7 months ago
I try: pip install -r requirements.txt and get the following error: cannot install pip install -r requirements.txt (line 1) and tokenizers==0.13.3 because these packages version have conflicting dependency How do I fix the error
pip install -r requirements.txt
cannot install pip install -r requirements.txt (line 1) and tokenizers==0.13.3 because these packages version have conflicting dependency
Same problem here. I fixed this by modifying
transformers>=4.33.0
I try:
pip install -r requirements.txt
and get the following error:cannot install pip install -r requirements.txt (line 1) and tokenizers==0.13.3 because these packages version have conflicting dependency
How do I fix the error