summaryrefslogtreecommitdiffstats
path: root/GUI/package.ps1
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-03-04 15:36:46 -0800
committeryum <yum.food.vr@gmail.com>2024-03-04 15:36:48 -0800
commitdb8618577175a5f6031b0002d269a2535a71a818 (patch)
treeb94bfa6ae4ff3f9212a0ed5ced39e3c9b866349c /GUI/package.ps1
parent809082bd3ab05b364da6273e69de3755387c8b4b (diff)
Begin fixing build on new hosts
Google drive intentionally broke CLI downloads ("don't be evil") and UwwwuPP went away. Begin work rehosting both files.
Diffstat (limited to 'GUI/package.ps1')
-rw-r--r--GUI/package.ps118
1 files changed, 9 insertions, 9 deletions
diff --git a/GUI/package.ps1 b/GUI/package.ps1
index e1f447b..f91af27 100644
--- a/GUI/package.ps1
+++ b/GUI/package.ps1
@@ -100,26 +100,26 @@ if (-Not (Test-Path $nvidia_dir)) {
# pain in the dick for end users to download, so I rehosted them.
# TODO check hashes.
echo "Fetching NVIDIA dll 1/4 (600MB)"
- $CUDNN_CNN_INFER_URL = "https://drive.google.com/uc?export=download&confirm=yes&id=1Px7SGEOM8uAJNxxMGBSwo4sEE8H7GzkB"
- Invoke-WebRequest $CUDNN_CNN_INFER_URL -OutFile "cudnn_cnn_infer64_8.dll"
+ $CUDNN_1_URL = "https://www.dropbox.com/scl/fi/7vgnqz732lmrdkbktc0tm/cublas64_11.dll?rlkey=ju4fjpf8v9aoopdeqddfkcrfj&dl=0"
+ Invoke-WebRequest $CUDNN_1_URL -OutFile "cublas64_11.dll"
echo "Fetching NVIDIA dll 2/4 (80MB)"
- $CUDNN_OPS_INFER_URL = "https://drive.google.com/uc?export=download&confirm=yes&id=1mw6Ds1x-4G_GtSzM-GM8y27E9vpQRi_P"
- Invoke-WebRequest $CUDNN_OPS_INFER_URL -OutFile "cudnn_ops_infer64_8.dll"
+ $CUDNN_2_URL = "https://www.dropbox.com/scl/fi/xgz2rbp5gxy1v6o0t5e4r/cublasLt64_11.dll?rlkey=l6uk24q82anmjtlr39m8pbftb&dl=0"
+ Invoke-WebRequest $CUDNN_2_URL -OutFile "cublasLt64_11.dll"
echo "Fetching NVIDIA dll 3/4 (80MB)"
- $CUBLAS_64_DLL = "https://drive.google.com/uc?export=download&confirm=yes&id=1bflxDt83inYM0N2N0ebD1tw0Jh9la33R"
- Invoke-WebRequest $CUBLAS_64_DLL -OutFile "cublas64_11.dll"
+ $CUDNN_3_URL = "https://www.dropbox.com/scl/fi/ffy0i5l5asrfkiesr3t1u/cudnn_cnn_infer64_8.dll?rlkey=t2v0v6y78tq2h2i5y0bmm7n0z&dl=0"
+ Invoke-WebRequest $CUDNN_3_URL -OutFile "cudnn_cnn_infer64_8.dll"
echo "Fetching NVIDIA dll 4/4 (150MB)"
- $CUBLAS_LT64_DLL = "https://drive.google.com/uc?export=download&confirm=yes&id=1fQuVgpkbI8tNPTwueEeiLCSDzqSSGldI"
- Invoke-WebRequest $CUBLAS_Lt64_DLL -OutFile "cublasLt64_11.dll"
+ $CUDNN_4_URL = "https://www.dropbox.com/scl/fi/dd1t62wc5gtz5bmhji01h/cudnn_ops_infer64_8.dll?rlkey=b11q8h3f97pxsamak04z4f84d&dl=0"
+ Invoke-WebRequest $CUDNN_4_URL -OutFile "cudnn_ops_infer64_8.dll"
popd > $null
}
if (-Not (Test-Path UwwwuPP)) {
- git clone https://github.com/Leonetienne/UwwwuPP
+ git clone https://github.com/yum-food/UwwwuPP
pushd UwwwuPP > $null
git submodule update --init --recursive