Skip to content

Commit

Permalink
update transformers to 4.35.0 for Mistral
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Nov 20, 2023
1 parent bb34c80 commit bc2d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pynvml = "11.5.0"
pandas = "2.0.3"
python-dotenv = "1.0.0"

transformers = { version = "4.31.0", optional = true }
transformers = { version = "4.35.0", optional = true }
einops = { version = "0.6.1", optional = true }
accelerate = { version = "0.21.0", optional = true }
bitsandbytes = { version = "0.40.2", optional = true }
Expand Down

0 comments on commit bc2d6fd

Please sign in to comment.