From 3a4eeac1efb651f9888d90230248046c803322fb Mon Sep 17 00:00:00 2001 From: rjmacarthy Date: Thu, 23 May 2024 15:06:38 +0100 Subject: [PATCH] fix bun script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e869955..2fb7a1e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "scripts": { "demo-node": "node --experimental-loader=./t348.mjs llama2.ts stories15M.bin -i \"Once upon a time\"", - "demo-bun": "node --experimental-loader=./t348.mjs llama2.ts stories15M.bin -i \"Once upon a time\"", + "demo-bun": "bun llama2.ts stories15M.bin -i \"Once upon a time\"", "deterministic": "node --experimental-loader=./t348.mjs llama2.ts stories15M.bin -s 1 -t 0 -i \"Once upon a time\"" }, "keywords": ["llama2","llm","ml"],