jojo1899 commited on
Commit
99142cd
1 Parent(s): 7abd634

Reformatted bitwidth statistics table

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -20,10 +20,7 @@ optimum-cli export openvino -m "microsoft/Phi-3-mini-128k-instruct" --task text-
20
  For more details, run the following command from your Python environment: `optimum-cli export openvino --help`
21
 
22
  INFO:nncf:Statistics of the bitwidth distribution:
23
- +----------------+-----------------------------+----------------------------------------+
24
  | Num bits (N) | % all parameters (layers) | % ratio-defining parameters (layers) |
25
- +================+=============================+========================================+
26
  | 8 | 25% (27 / 130) | 21% (25 / 128) |
27
- +----------------+-----------------------------+----------------------------------------+
28
- | 4 | 75% (103 / 130) | 79% (103 / 128) |
29
- +----------------+-----------------------------+----------------------------------------+
 
20
  For more details, run the following command from your Python environment: `optimum-cli export openvino --help`
21
 
22
  INFO:nncf:Statistics of the bitwidth distribution:
 
23
  | Num bits (N) | % all parameters (layers) | % ratio-defining parameters (layers) |
24
+ |----------------|-----------------------------|----------------------------------------|
25
  | 8 | 25% (27 / 130) | 21% (25 / 128) |
26
+ | 4 | 75% (103 / 130) | 79% (103 / 128) |