security: remove internal codename references from comments
This commit is contained in:
parent
781bf6ba80
commit
e2bb3b8bdd
@ -226,7 +226,7 @@ struct block_q8_1 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// Z-VERIFY: Block sizes must match GGUF binary format exactly
|
// STATIC ASSERT: Block sizes must match GGUF binary format exactly
|
||||||
static_assert(sizeof(block_q4_K) == 144, "block_q4_K size mismatch!");
|
static_assert(sizeof(block_q4_K) == 144, "block_q4_K size mismatch!");
|
||||||
static_assert(sizeof(block_q8_0) == 34, "block_q8_0 size mismatch!");
|
static_assert(sizeof(block_q8_0) == 34, "block_q8_0 size mismatch!");
|
||||||
static_assert(sizeof(block_q6_K) == 210, "block_q6_K size mismatch!");
|
static_assert(sizeof(block_q6_K) == 210, "block_q6_K size mismatch!");
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
// ═══════════════════════════════════════════════════════════════════════════════
|
// ═══════════════════════════════════════════════════════════════════════════════
|
||||||
// INFERENCEX — Expert Profiler (Kimi-Signal-935 Genesis)
|
// INFERENCEX — Expert Profiler
|
||||||
// Copyright (C) 2025-2026 Salka Elmadani. All rights reserved.
|
// Copyright (C) 2025-2026 Salka Elmadani. All rights reserved.
|
||||||
// Licensed under the Business Source License 1.1 (BSL-1.1)
|
// Licensed under the Business Source License 1.1 (BSL-1.1)
|
||||||
// See LICENSE file for full terms. Morocco.
|
// See LICENSE file for full terms. Morocco.
|
||||||
@ -81,7 +81,7 @@ public:
|
|||||||
FILE* f = fopen(path, "w");
|
FILE* f = fopen(path, "w");
|
||||||
if (!f) return;
|
if (!f) return;
|
||||||
|
|
||||||
fprintf(f, "# KIMI-SIGNAL-935 Expert Profile | %lu tokens\n\n",
|
fprintf(f, "# IX Expert Profile | %lu tokens\n\n",
|
||||||
(unsigned long)total_tokens_);
|
(unsigned long)total_tokens_);
|
||||||
|
|
||||||
for (int l = 0; l < n_layers_; ++l) {
|
for (int l = 0; l < n_layers_; ++l) {
|
||||||
|
|||||||
@ -669,7 +669,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// KIMI-SIGNAL-935 PROFILING
|
// EXPERT PROFILING
|
||||||
void dump_csv(const char* path) const {
|
void dump_csv(const char* path) const {
|
||||||
FILE* fp = fopen(path, "w");
|
FILE* fp = fopen(path, "w");
|
||||||
if (!fp) return;
|
if (!fp) return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user