Skip to content

Commit

Permalink
vsmlrt to 15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
the-database committed Dec 12, 2024
1 parent 55c76dd commit 84e40bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildMpvUpscale2xAnimeJaNai/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ await Downloader.DownloadFileAsync(downloadUrl, targetPath, (progress) =>
async Task InstallVsmlrt()
{
Console.WriteLine("Downloading vs-mlrt...");
var downloadUrl = "https://github.com/AmusementClub/vs-mlrt/releases/download/v15.5/vsmlrt-windows-x64-cuda.v15.5.7z";
var downloadUrl = "https://github.com/AmusementClub/vs-mlrt/releases/download/v15.7/vsmlrt-windows-x64-cuda.v15.7.7z";
var targetPath = Path.GetFullPath("vsmlrt.7z");

double lastProgress = -1;
Expand Down

0 comments on commit 84e40bb

Please sign in to comment.