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 2171284 commit 9f8d27bCopy full SHA for 9f8d27b
docs/blog/v3.12-gpt-oss.md
@@ -1,6 +1,6 @@
1
---
2
title: gpt-oss is here!
3
-date: 2025-08-09T15:00:00Z
+date: 2025-08-09T18:00:00Z
4
lastUpdated: false
5
author:
6
name: Gilad S.
src/gguf/insights/GgufInsights.ts
@@ -310,6 +310,8 @@ export class GgufInsights {
310
// )
311
// );
312
// }
313
+ } else if (this._ggufFileInfo.metadata.general?.architecture === GgufArchitectureType.qwen3) {
314
+ return int32TBytes * batchSize * (embeddingLength + (kvSize * headCount));
315
} else if (expertCount > 0) {
316
const expertsUsedCount = this._ggufFileInfo.architectureMetadata.expert_used_count ?? 2;
317
0 commit comments