llama : remove tmp assert
This commit is contained in:
parent
600896b882
commit
23b72b871c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue