1 parent 78134ef commit 910c624Copy full SHA for 910c624
1 file changed
src/turbomind/models/llama/BlockManager.cc
@@ -207,7 +207,7 @@ int BlockManager::Lock(const BlockIds& ids)
207
208
for (const auto& i : ids) {
209
auto& b = blocks_[i];
210
- FT_CHECK(is_cached(b));
+ FT_CHECK_WITH_INFO(is_cached(b), to_string(b));
211
if (++b.use_count == 1) {
212
lock.push_back(i);
213
FT_CHECK(is_active(b));
0 commit comments