Skip to content

Commit 71ee846

Browse files
committed
restore context to 4096 for perf test standard
1 parent 50d253c commit 71ee846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sycl/run-llama2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source /opt/intel/oneapi/setvars.sh
1313
INPUT_PROMPT="Building a website can be done in 10 simple steps:\nStep 1:"
1414
MODEL_FILE=models/llama-2-7b.Q4_0.gguf
1515
NGL=33
16-
CONEXT=8192
16+
CONEXT=4096
1717

1818
if [ $# -gt 0 ]; then
1919
GGML_SYCL_DEVICE=$1

0 commit comments

Comments
 (0)