mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
pin torch==2.1.0, torchvision=0.16.0 (#5101)
## Description pin torch==2.1.0, torchvision=0.16.0 Prevents accidental upgrade to unreleased torch 2.1.1, which breaks stuff ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue #5065
This commit is contained in:
commit
ae749ada6e
@ -79,8 +79,8 @@ dependencies = [
|
||||
"semver~=3.0.1",
|
||||
"send2trash",
|
||||
"test-tube~=0.7.5",
|
||||
"torch~=2.1.0",
|
||||
"torchvision~=0.16",
|
||||
"torch==2.1.0",
|
||||
"torchvision==0.16.0",
|
||||
"torchmetrics~=0.11.0",
|
||||
"torchsde~=0.2.5",
|
||||
"transformers~=4.35.0",
|
||||
|
Loading…
Reference in New Issue
Block a user