Unverified Commit 0f942181 authored by Casper's avatar Casper Committed by GitHub
Browse files

Pin transformers>=4.35.0,<=4.38.2 (#408)

parent 94e73f0b
...@@ -86,7 +86,7 @@ common_setup_kwargs = { ...@@ -86,7 +86,7 @@ common_setup_kwargs = {
requirements = [ requirements = [
"torch>=2.0.1", "torch>=2.0.1",
"transformers>=4.35.0", "transformers>=4.35.0,<=4.38.2",
"tokenizers>=0.12.1", "tokenizers>=0.12.1",
"typing_extensions>=4.8.0", "typing_extensions>=4.8.0",
"accelerate", "accelerate",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment