Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 83aaa17

Browse files
author
Sara Adkins
committed
update examples
1 parent d333c27 commit 83aaa17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/llama7b_w8a8_quantization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
num_bits: 8
1717
type: "int"
1818
symmetric: true
19-
strategy: "channel"
19+
strategy: "tensor"
2020
input_activations:
2121
num_bits: 8
2222
type: "int"
2323
symmetric: true
24-
dynamic: True
24+
dynamic: true
2525
strategy: "token"
2626
targets: ["Linear"]
2727
"""

0 commit comments

Comments
 (0)