mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
installer installs torchimetrics 0.11.4 (#3733)
* fix the test of the config system * Add torchmetrics==0.11.4 to installer - Closes #3700 - Closes #3658 --------- Co-authored-by: Lincoln Stein <lstein@gmail.com> Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
This commit is contained in:
parent
c1f2a9d56c
commit
af239fa122
@ -248,6 +248,7 @@ class InvokeAiInstance:
|
||||
"install",
|
||||
"--require-virtualenv",
|
||||
"torch~=2.0.0",
|
||||
"torchmetrics==0.11.4",
|
||||
"torchvision>=0.14.1",
|
||||
"--force-reinstall",
|
||||
"--find-links" if find_links is not None else None,
|
||||
|
Loading…
Reference in New Issue
Block a user