Skip to content

Commit ba18a3e

Browse files
vjanfazaquic-rishinr
authored andcommitted
Adding Compute-Context-Length(CCL)
Signed-off-by: Vahid Janfaza <vjanfaza@qti.qualcomm.com>
1 parent 528ad38 commit ba18a3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/compute_context_length.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
model = QEFFAutoModelForCausalLM.from_pretrained(
4242
model_name,
4343
continuous_batching=True,
44-
comp_ctx_lengths_prefill=comp_ctx_lengths_prefill,
45-
comp_ctx_lengths_decode=comp_ctx_lengths_decode,
46-
ctx_len=ctx_len,
4744
)
4845

4946
# model compilation for either continuous or static batching. For continuous batching full_batch_size is needed.

0 commit comments

Comments
 (0)