diff --git a/src/bindings/utils/compileLLamaCpp.ts b/src/bindings/utils/compileLLamaCpp.ts index 341c2820..0ad7de5a 100644 --- a/src/bindings/utils/compileLLamaCpp.ts +++ b/src/bindings/utils/compileLLamaCpp.ts @@ -322,7 +322,6 @@ async function applyResultDirFixes(resultDirPath: string, tempDirPath: string) { if (await fs.pathExists(releaseDirPath)) { await fs.remove(tempDirPath); - await fs.ensureDir(tempDirPath); await fs.move(releaseDirPath, tempDirPath); const itemNames = await fs.readdir(tempDirPath);