Pin to transformers 4.30.2

bump version
This commit is contained in:
Lincoln Stein 2023-07-18 21:42:24 -04:00
parent 2fbf245c3d
commit 700131fab2
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = "3.0.0+b9" __version__ = "3.0.0+b10"

View File

@ -56,7 +56,7 @@ dependencies = [
"flaskwebgui==1.0.3", "flaskwebgui==1.0.3",
"gfpgan==1.3.8", "gfpgan==1.3.8",
"huggingface-hub>=0.11.1", "huggingface-hub>=0.11.1",
"invisible-watermark>=2.0", # needed to install SDXL base and refiner using their repo_ids "invisible-watermark>=0.2.0", # needed to install SDXL base and refiner using their repo_ids
"matplotlib", # needed for plotting of Penner easing functions "matplotlib", # needed for plotting of Penner easing functions
"mediapipe", # needed for "mediapipeface" controlnet model "mediapipe", # needed for "mediapipeface" controlnet model
"npyscreen", "npyscreen",
@ -83,7 +83,7 @@ dependencies = [
"torchvision>=0.14.1", "torchvision>=0.14.1",
"torchmetrics==0.11.4", "torchmetrics==0.11.4",
"torchsde==0.2.5", "torchsde==0.2.5",
"transformers~=4.30", "transformers==4.30.2",
"uvicorn[standard]==0.21.1", "uvicorn[standard]==0.21.1",
"windows-curses; sys_platform=='win32'", "windows-curses; sys_platform=='win32'",
] ]