Skip to content

Commit 910c624

Browse files
committed
add debug info
1 parent 78134ef commit 910c624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/turbomind/models/llama/BlockManager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ int BlockManager::Lock(const BlockIds& ids)
207207

208208
for (const auto& i : ids) {
209209
auto& b = blocks_[i];
210-
FT_CHECK(is_cached(b));
210+
FT_CHECK_WITH_INFO(is_cached(b), to_string(b));
211211
if (++b.use_count == 1) {
212212
lock.push_back(i);
213213
FT_CHECK(is_active(b));

0 commit comments

Comments
 (0)