From 1616722f3b297f48d0205216122c568b1b8dcb52 Mon Sep 17 00:00:00 2001 From: Sneed Group Date: Wed, 2 Oct 2024 17:11:16 -0500 Subject: [PATCH] oh jesus, joseph, and mary i am dumb..... --- index.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.mjs b/index.mjs index 8da895f..41832e5 100644 --- a/index.mjs +++ b/index.mjs @@ -47,13 +47,13 @@ async function runPublishCommands() { } // Execute the 'ollama push' command - const pushCommand = `killall ollama && ollama push ${modelID}`; + //const pushCommand = `killall ollama && ollama push ${modelID}`; //console.log(`Running command: ${pushCommand}`); - const { stdout: pushStdout, stderr: pushStderr } = await execPromise(pushCommand); + //const { stdout: pushStdout, stderr: pushStderr } = await execPromise(pushCommand); //console.log('Push Command Output:', pushStdout); - if (pushStderr) { + //if (pushStderr) { //console.error('Push Command Error:', pushStderr); - } + //} } catch (err) { console.error('Error executing commands:', err);