This commit is contained in:
XXXXRT666 2025-05-14 03:15:14 +01:00
parent 35e4cd1ad8
commit c5b4026b86

View File

@ -136,6 +136,7 @@ Set-Location ../
Get-ChildItem .
Copy-Item -Path $curr -Destination $pkgName -Recurse
& "C:\Program Files\7-Zip\7z.exe" a -tzip "$zipPath" "$pkgName" -mx=5 -bsp1
Get-ChildItem .
python -m pip install --upgrade pip
python -m pip install "modelscope" "huggingface_hub[hf_transfer]" --no-warn-script-location