"vscode:/vscode.git/clone" did not exist on "c75431843f3b5b4915a57fe68a3e5420dc46a280"
Unverified Commit 91823193 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

win: fix build script (#12513)

parent 04c18498
......@@ -179,7 +179,7 @@ function buildROCm() {
if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)}
& cmake --install build --component "HIP" --strip
if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)}
rm -f $script:DIST_DIR\lib\ollama\rocm\rocblas\library\*gfx906*
Remove-Item -Path $script:DIST_DIR\lib\ollama\rocm\rocblas\library\*gfx906* -ErrorAction SilentlyContinue
}
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment