In the train-deploy-llm.ipynb notebook, when running huggingface_estimator.fit(data, wait=True)
I just noticed that if we don't enforce datasets version it leads to conflicts during the installation of the requirements.txt:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tokenizers 0.14.1 requires huggingface_hub<0.18,>=0.16.4, but you have huggingface-hub 0.20.3 which is incompatible.
what I suggest is enforcing datasets version in the requirements.txt:
Hey Philipp, thank you for your amazing work !
In the
train-deploy-llm.ipynb
notebook, when runninghuggingface_estimator.fit(data, wait=True)
I just noticed that if we don't enforce datasets version it leads to conflicts during the installation of the requirements.txt:what I suggest is enforcing datasets version in the requirements.txt: