Ed Addario
|
f6934b9417
|
Merge branch 'imatrix' of https://github.com/EAddario/llama.cpp into imatrix
|
2025-08-17 08:20:18 +01:00 |
Ed Addario
|
44ea7ddeac
|
Change statement order
|
2025-08-17 08:20:03 +01:00 |
Ed Addario
|
2e803234f4
|
Use { and } around conditionally-executed single line statements
|
2025-08-17 08:19:02 +01:00 |
Ed Addario
|
a96013f720
|
Define one variable per line and refactor names
|
2025-08-17 08:16:41 +01:00 |
Ed Addario
|
12607d3203
|
Use { and } around single line for statement
|
2025-08-17 08:10:54 +01:00 |
Ed Addario
|
d19e6c9afa
|
Use { and } around the conditionally-executed statement
Co-authored-by: compilade <git@compilade.net>
|
2025-08-17 08:08:26 +01:00 |
Ed Addario
|
97d839c441
|
Using one line per variable definition
Co-authored-by: compilade <git@compilade.net>
|
2025-08-17 08:06:15 +01:00 |
Ed Addario
|
4a487ea7e4
|
Use { and } around the conditionally-executed statement
Co-authored-by: compilade <git@compilade.net>
|
2025-08-17 07:26:16 +01:00 |
Ed Addario
|
e3149a2168
|
Use the corresponding size
Co-authored-by: compilade <git@compilade.net>
|
2025-08-17 07:24:27 +01:00 |
Ed Addario
|
d4b0d89115
|
Fix return type bug
|
2025-08-16 11:00:43 +01:00 |
Ed Addario
|
030ec53d7a
|
Remove unnecessary include
|
2025-08-16 10:46:09 +01:00 |
Ed Addario
|
42bfe3b2a3
|
Update stats output sort based on imatrix type
|
2025-08-15 21:12:56 +01:00 |
Ed Addario
|
dcac206f8e
|
Add --activation-statistics logic to avoid doubling the imatrix size by default
|
2025-08-09 14:49:25 +01:00 |
Ed Addario
|
c5ecdaa1a1
|
Add Euclidean–Cosine Score (ECS)
|
2025-08-07 19:04:49 +01:00 |
Ed Addario
|
5bb2def02d
|
Add --activation-statistics parameter
|
2025-08-07 17:41:21 +01:00 |
Ed Addario
|
dadd90ef73
|
Rename report heading
|
2025-08-07 14:07:48 +01:00 |
Ed Addario
|
e0d6471340
|
Reverse conditional logic to match convention
|
2025-08-07 12:04:52 +01:00 |
Ed Addario
|
3e9d53c61e
|
Refactor variable names
|
2025-08-07 12:03:24 +01:00 |
Ed Addario
|
030ed3c909
|
Merge branch 'master' into imatrix
|
2025-08-05 21:58:00 +01:00 |
Ed Addario
|
88854c9179
|
Refactor legacy mode
|
2025-08-05 14:16:45 +01:00 |
Ed Addario
|
4c3fea89d6
|
Update report layout
|
2025-08-05 13:32:59 +01:00 |
Ed Addario
|
49996a19da
|
Refactor variable names
|
2025-08-05 13:32:46 +01:00 |
Ed Addario
|
aea9b31db5
|
Make ZD Score two-tailed
|
2025-08-05 12:57:13 +01:00 |
Ed Addario
|
906548a00a
|
Update aggregated sum of squared activations per layer
|
2025-08-05 12:06:19 +01:00 |
Ed Addario
|
b37393423d
|
Compute aggregated (per layer) l2 norm
|
2025-08-05 08:54:57 +01:00 |
Ed Addario
|
5e40cf4f1c
|
Do not resize if in_sum is null
|
2025-08-05 00:18:53 +01:00 |
compilade
|
19f68fa5a4
|
imatrix : warn when GGUF imatrix is saved without .gguf suffix (#15076)
* imatrix : add warning when suffix is not .gguf for GGUF imatrix
* imatrix : only warn about suffix when output format is unspecified
|
2025-08-04 23:26:52 +02:00 |
Ed Addario
|
adbff66394
|
Merge branch 'master' into imatrix
|
2025-08-04 22:16:10 +01:00 |
Ed Addario
|
c39c4e2a33
|
Refactor variable name
|
2025-08-04 22:15:50 +01:00 |
compilade
|
d31192b4ee
|
imatrix : use GGUF by default (#14842)
* imatrix : use GGUF by default
* imatrix : use GGUF regardless of the output filename
The legacy format can only be produced with --output-format dat
|
2025-08-03 22:00:05 +02:00 |
compilade
|
0a2f5496be
|
imatrix : fix 3d activation handling for hybrid and recurrent models (#14994)
* imatrix : use a single count for dense 3d tensors
* imatrix : fix 3d activations when model tensor is 2d
* imatrix : fix 3d tensor counts
|
2025-08-03 21:49:13 +02:00 |
Ed Addario
|
f1c2a4ca3f
|
Fix printing l2 norm when calc_mode = 1
|
2025-08-03 17:14:46 +01:00 |
Ed Addario
|
90cb1be99d
|
Minor cosmetic changes
|
2025-08-03 16:57:27 +01:00 |
Ed Addario
|
2117c4e54b
|
Update aggregated statistic report layout
|
2025-08-03 16:38:02 +01:00 |
Ed Addario
|
a6155a8125
|
Add compute_layer_statistics() function
|
2025-08-03 16:35:03 +01:00 |
Ed Addario
|
be60469f25
|
Refactor function names
|
2025-08-03 15:10:17 +01:00 |
Ed Addario
|
fce05aac9e
|
Refactor lambda into compute_tensor_averages() function
|
2025-08-03 13:03:21 +01:00 |
Ed Addario
|
5324558132
|
Update table layout
|
2025-08-03 10:28:47 +01:00 |
Ed Addario
|
4d1325e1eb
|
Refactor variables
|
2025-08-03 10:28:23 +01:00 |
Ed Addario
|
a32a2ecbed
|
Reformat report layout
|
2025-08-03 00:51:33 +01:00 |
Ed Addario
|
4c01f51ae1
|
Remove inactive
|
2025-08-03 00:51:12 +01:00 |
Ed Addario
|
fc8f92596f
|
Update table display
|
2025-08-02 16:46:27 +01:00 |
Ed Addario
|
ee2509f563
|
Adjust threshold
|
2025-08-02 16:45:56 +01:00 |
Ed Addario
|
9b841eb696
|
Compute l2 norm
|
2025-08-02 16:45:09 +01:00 |
Ed Addario
|
b7fb362d8e
|
Compute cosine similarity based on activations
|
2025-08-02 16:43:49 +01:00 |
Ed Addario
|
cce514a392
|
Compute entropy for activations
|
2025-08-02 16:40:40 +01:00 |
Ed Addario
|
9744a4a1c6
|
Determine calculation mode
|
2025-08-02 16:36:12 +01:00 |
Ed Addario
|
78ddb475de
|
Fix problem up when GGUF does not have in_sum
|
2025-08-02 16:31:21 +01:00 |
Ed Addario
|
2097f038b0
|
Refactor variable names
|
2025-07-31 20:46:40 +01:00 |
Ed Addario
|
09bc7c24e7
|
Use activations to calculate the stats
|
2025-07-26 17:06:41 +01:00 |