We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a787e60 commit 60251c5Copy full SHA for 60251c5
packages/gguf/scripts/generate-llm.ts
@@ -6,8 +6,8 @@
6
import { writeFileSync } from "node:fs";
7
8
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",
+ "https://raw.githubusercontent.com/ggml-org/llama.cpp/master/src/llama-arch.cpp",
+ "https://raw.githubusercontent.com/ggml-org/llama.cpp/master/src/llama-model.cpp",
11
];
12
const DEST_FILE_PATH = "./src/transformer-llm.ts";
13
const DEST_COMMON_SOURCE = `
0 commit comments