This commit is contained in:
XXXXRT666 2025-05-14 10:56:55 +01:00
parent 24f0dfab93
commit f338e4c48c

View File

@ -114,10 +114,7 @@ switch ($cuda) {
Write-Host "[INFO] Installing dependencies..." Write-Host "[INFO] Installing dependencies..."
& ".\runtime\python.exe" -m pip install -r extra-req.txt --no-deps --no-warn-script-location & ".\runtime\python.exe" -m pip install -r extra-req.txt --no-deps --no-warn-script-location
$time = Measure-Command {
& ".\runtime\python.exe" -m pip install -r requirements.txt --no-warn-script-location & ".\runtime\python.exe" -m pip install -r requirements.txt --no-warn-script-location
}
Write-Host "Elapsed time: $($time.TotalSeconds) seconds"
Write-Host "[INFO] Downloading NLTK and pyopenjtalk dictionary..." Write-Host "[INFO] Downloading NLTK and pyopenjtalk dictionary..."
$PYTHON = ".\runtime\python.exe" $PYTHON = ".\runtime\python.exe"