BGPhijack

Results 1 comments of BGPhijack

Hey, I had the same issue before Now it's fixed here is the solution ### **Windows** `param([string]$Version="1.22.2") $Root="C:\onnxruntime\$Version" $Zip="$env:TEMP\onnxruntime-win-x64-gpu-$Version.zip" Invoke-WebRequest -Uri "https://downloads.sourceforge.net/project/onnx-runtime.mirror/v$Version/onnxruntime-win-x64-gpu-$Version.zip" -OutFile $Zip -UseBasicParsing Expand-Archive -Force -Path $Zip -DestinationPath...