fix: bump transformers version to support phi fallback

This commit is contained in:
drbh 2024-01-24 13:50:05 -05:00
parent 6134f0108d
commit dd39877ee3

View File

@ -26,7 +26,7 @@ hf-transfer = "^0.1.2"
sentencepiece = "^0.1.97"
tokenizers = "^0.15.0"
huggingface-hub = "^0.19.3"
transformers = "^4.36.1"
transformers = "^4.37.1"
einops = "^0.6.1"
texttable = { version = "^1.6.7", optional = true }
datasets = { version = "^2.14.0", optional = true }