Skip to content

Commit 0778594

Browse files
authored
Update Torch and Torchvision version placeholders
Updated Torch and Torchvision version placeholders in the configuration.
1 parent e7d4b05 commit 0778594

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StabilityMatrix.Core/Models/Packages/A3WebUI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ torchIndex is TorchIndex.Cuda
227227
var config = new PipInstallConfig
228228
{
229229
RequirementsFilePaths = ["requirements_versions.txt"],
230-
TorchVersion = "",
231-
TorchvisionVersion = "",
230+
TorchVersion = " ",
231+
TorchvisionVersion = " ",
232232
XformersVersion = isLegacyNvidia ? "==0.0.30" : " ",
233233
CudaIndex = isLegacyNvidia ? "cu126" : "cu128",
234234
RocmIndex = "rocm7.2",

0 commit comments

Comments
 (0)