mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update transformers to 4.36 and Accelerate to 0.25
This commit is contained in:
parent
2b54e240d4
commit
076d9b05ea
@ -32,7 +32,7 @@ classifiers = [
|
|||||||
'Topic :: Scientific/Engineering :: Image Processing',
|
'Topic :: Scientific/Engineering :: Image Processing',
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accelerate~=0.24.0",
|
"accelerate~=0.25.0",
|
||||||
"albumentations",
|
"albumentations",
|
||||||
"basicsr",
|
"basicsr",
|
||||||
"click",
|
"click",
|
||||||
@ -84,7 +84,7 @@ dependencies = [
|
|||||||
"torchvision==0.16.0",
|
"torchvision==0.16.0",
|
||||||
"torchmetrics~=0.11.0",
|
"torchmetrics~=0.11.0",
|
||||||
"torchsde~=0.2.5",
|
"torchsde~=0.2.5",
|
||||||
"transformers~=4.35.0",
|
"transformers~=4.36.0",
|
||||||
"uvicorn[standard]~=0.21.1",
|
"uvicorn[standard]~=0.21.1",
|
||||||
"windows-curses; sys_platform=='win32'",
|
"windows-curses; sys_platform=='win32'",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user