mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
use latest version of transformers to avoid deprecation warnings
This commit is contained in:
parent
1439dc7712
commit
c7ea46a5da
@ -80,7 +80,7 @@ dependencies = [
|
|||||||
"torch~=2.0.0",
|
"torch~=2.0.0",
|
||||||
"torchvision>=0.14.1",
|
"torchvision>=0.14.1",
|
||||||
"torchmetrics",
|
"torchmetrics",
|
||||||
"transformers~=4.26",
|
"transformers~=4.30",
|
||||||
"uvicorn[standard]==0.21.1",
|
"uvicorn[standard]==0.21.1",
|
||||||
"windows-curses; sys_platform=='win32'",
|
"windows-curses; sys_platform=='win32'",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user