Open GeorgiosSmyrnis opened 3 days ago
When trying to install llamafactory and evalchemy, some conflicts arise:
tiktoken = "^0.8.0"
aiofiles = "^24.1.0"
Lowering min tiktoken to 0.7.0 might help with the first (and probably more important) one.
When trying to install llamafactory and evalchemy, some conflicts arise:
tiktoken = "^0.8.0"
clashes with mistral-commonaiofiles = "^24.1.0"
clashes with gradioLowering min tiktoken to 0.7.0 might help with the first (and probably more important) one.