fix: fix the syntax error

This commit is contained in:
DandinPower
2025-10-06 10:31:43 +08:00
parent 45a78f2623
commit 3207a4e2e8
+1 -1
View File
@@ -18293,7 +18293,7 @@ static void llama_recv_tensors(zmq::socket_t & socket, struct llama_ubatch * uba
}
std::string start_compute_time = get_iso8601_ms_timestamp();
decompress(sparse_array, batch_embd)
decompress(sparse_array, batch_embd);
std::string end_compute_time = get_iso8601_ms_timestamp();
free_sparse_array(sparse_array);