llama : remove tmp assert

This commit is contained in:
Georgi Gerganov 2024-05-21 18:29:12 +03:00
parent 600896b882
commit 23b72b871c
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -9120,8 +9120,6 @@ struct llm_build_context {
// rope freq factors for 128k context
struct ggml_tensor * rope_factors = build_rope_factors();
GGML_ASSERT(rope_factors != nullptr && "rope_factors is required for phi3"); // TMP: remove me
for (int il = 0; il < n_layer; ++il) {
auto residual = inpL;