Skip to content

Commit 51bb600

Browse files
committed
update ov config
1 parent 0f4df53 commit 51bb600

File tree

1 file changed

+0
-2
lines changed
  • examples/llm_compression/openvino/tiny_llama_synthetic_data

1 file changed

+0
-2
lines changed

examples/llm_compression/openvino/tiny_llama_synthetic_data/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ def main():
5555
"PERFORMANCE_HINT": "LATENCY",
5656
"NUM_STREAMS": "1",
5757
"CACHE_DIR": "",
58-
"DYNAMIC_QUANTIZATION_GROUP_SIZE": "0",
59-
"KV_CACHE_PRECISION": "f16",
6058
}
6159

6260
tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)

0 commit comments

Comments
 (0)