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 5801e1f commit 9148639Copy full SHA for 9148639
packages/gguf/src/cli.ts
@@ -1,6 +1,7 @@
1
#!/usr/bin/env node
2
3
-import { GGMLQuantizationType, gguf, ggufAllShards, GGUFParseOutput } from ".";
+import type { GGUFParseOutput } from ".";
4
+import { GGMLQuantizationType, ggufAllShards } from ".";
5
import { GGML_QUANT_SIZES } from "./quant-descriptions";
6
7
interface PrintColumnHeader {
0 commit comments