Skip to content

Commit 60251c5

Browse files
ngxsonjulien-c
andauthored
Update packages/gguf/scripts/generate-llm.ts
Co-authored-by: Julien Chaumond <[email protected]>
1 parent a787e60 commit 60251c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gguf/scripts/generate-llm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import { writeFileSync } from "node:fs";
77

88
const SOURCE_CPP_URLS = [
9-
"https://raw.githubusercontent.com/ggerganov/llama.cpp/master/src/llama-arch.cpp",
10-
"https://raw.githubusercontent.com/ggerganov/llama.cpp/master/src/llama-model.cpp",
9+
"https://raw.githubusercontent.com/ggml-org/llama.cpp/master/src/llama-arch.cpp",
10+
"https://raw.githubusercontent.com/ggml-org/llama.cpp/master/src/llama-model.cpp",
1111
];
1212
const DEST_FILE_PATH = "./src/transformer-llm.ts";
1313
const DEST_COMMON_SOURCE = `

0 commit comments

Comments
 (0)