legraphista commited on
Commit
50af806
1 Parent(s): 229ee6e

Upload imatrix.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. imatrix.log +150 -0
imatrix.log ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ llama_model_loader: loaded meta data with 29 key-value pairs and 254 tensors from RoGemma-7b-Instruct-IMat-GGUF/RoGemma-7b-Instruct.Q8_0.gguf.hardlink.gguf (version GGUF V3 (latest))
2
+ llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
3
+ llama_model_loader: - kv 0: general.architecture str = gemma
4
+ llama_model_loader: - kv 1: general.name str = RoGemma-7b-Instruct
5
+ llama_model_loader: - kv 2: gemma.context_length u32 = 8192
6
+ llama_model_loader: - kv 3: gemma.embedding_length u32 = 3072
7
+ llama_model_loader: - kv 4: gemma.block_count u32 = 28
8
+ llama_model_loader: - kv 5: gemma.feed_forward_length u32 = 24576
9
+ llama_model_loader: - kv 6: gemma.attention.head_count u32 = 16
10
+ llama_model_loader: - kv 7: gemma.attention.head_count_kv u32 = 16
11
+ llama_model_loader: - kv 8: gemma.attention.layer_norm_rms_epsilon f32 = 0.000001
12
+ llama_model_loader: - kv 9: gemma.attention.key_length u32 = 256
13
+ llama_model_loader: - kv 10: gemma.attention.value_length u32 = 256
14
+ llama_model_loader: - kv 11: general.file_type u32 = 7
15
+ llama_model_loader: - kv 12: tokenizer.ggml.model str = llama
16
+ llama_model_loader: - kv 13: tokenizer.ggml.pre str = default
17
+ llama_model_loader: - kv 14: tokenizer.ggml.tokens arr[str,256000] = ["<pad>", "<eos>", "<bos>", "<unk>", ...
18
+ llama_model_loader: - kv 15: tokenizer.ggml.scores arr[f32,256000] = [0.000000, 0.000000, 0.000000, 0.0000...
19
+ llama_model_loader: - kv 16: tokenizer.ggml.token_type arr[i32,256000] = [3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, ...
20
+ llama_model_loader: - kv 17: tokenizer.ggml.bos_token_id u32 = 2
21
+ llama_model_loader: - kv 18: tokenizer.ggml.eos_token_id u32 = 1
22
+ llama_model_loader: - kv 19: tokenizer.ggml.unknown_token_id u32 = 3
23
+ llama_model_loader: - kv 20: tokenizer.ggml.padding_token_id u32 = 0
24
+ llama_model_loader: - kv 21: tokenizer.ggml.add_bos_token bool = true
25
+ llama_model_loader: - kv 22: tokenizer.ggml.add_eos_token bool = false
26
+ llama_model_loader: - kv 23: tokenizer.chat_template str = {{ '<bos>' }}{% if messages[0]['role'...
27
+ llama_model_loader: - kv 24: tokenizer.ggml.prefix_token_id u32 = 67
28
+ llama_model_loader: - kv 25: tokenizer.ggml.suffix_token_id u32 = 69
29
+ llama_model_loader: - kv 26: tokenizer.ggml.middle_token_id u32 = 68
30
+ llama_model_loader: - kv 27: tokenizer.ggml.eot_token_id u32 = 107
31
+ llama_model_loader: - kv 28: general.quantization_version u32 = 2
32
+ llama_model_loader: - type f32: 57 tensors
33
+ llama_model_loader: - type q8_0: 197 tensors
34
+ llm_load_vocab: special tokens cache size = 260
35
+ llm_load_vocab: token to piece cache size = 1.6014 MB
36
+ llm_load_print_meta: format = GGUF V3 (latest)
37
+ llm_load_print_meta: arch = gemma
38
+ llm_load_print_meta: vocab type = SPM
39
+ llm_load_print_meta: n_vocab = 256000
40
+ llm_load_print_meta: n_merges = 0
41
+ llm_load_print_meta: n_ctx_train = 8192
42
+ llm_load_print_meta: n_embd = 3072
43
+ llm_load_print_meta: n_head = 16
44
+ llm_load_print_meta: n_head_kv = 16
45
+ llm_load_print_meta: n_layer = 28
46
+ llm_load_print_meta: n_rot = 192
47
+ llm_load_print_meta: n_embd_head_k = 256
48
+ llm_load_print_meta: n_embd_head_v = 256
49
+ llm_load_print_meta: n_gqa = 1
50
+ llm_load_print_meta: n_embd_k_gqa = 4096
51
+ llm_load_print_meta: n_embd_v_gqa = 4096
52
+ llm_load_print_meta: f_norm_eps = 0.0e+00
53
+ llm_load_print_meta: f_norm_rms_eps = 1.0e-06
54
+ llm_load_print_meta: f_clamp_kqv = 0.0e+00
55
+ llm_load_print_meta: f_max_alibi_bias = 0.0e+00
56
+ llm_load_print_meta: f_logit_scale = 0.0e+00
57
+ llm_load_print_meta: n_ff = 24576
58
+ llm_load_print_meta: n_expert = 0
59
+ llm_load_print_meta: n_expert_used = 0
60
+ llm_load_print_meta: causal attn = 1
61
+ llm_load_print_meta: pooling type = 0
62
+ llm_load_print_meta: rope type = 2
63
+ llm_load_print_meta: rope scaling = linear
64
+ llm_load_print_meta: freq_base_train = 10000.0
65
+ llm_load_print_meta: freq_scale_train = 1
66
+ llm_load_print_meta: n_ctx_orig_yarn = 8192
67
+ llm_load_print_meta: rope_finetuned = unknown
68
+ llm_load_print_meta: ssm_d_conv = 0
69
+ llm_load_print_meta: ssm_d_inner = 0
70
+ llm_load_print_meta: ssm_d_state = 0
71
+ llm_load_print_meta: ssm_dt_rank = 0
72
+ llm_load_print_meta: model type = 7B
73
+ llm_load_print_meta: model ftype = Q8_0
74
+ llm_load_print_meta: model params = 8.54 B
75
+ llm_load_print_meta: model size = 8.45 GiB (8.50 BPW)
76
+ llm_load_print_meta: general.name = RoGemma-7b-Instruct
77
+ llm_load_print_meta: BOS token = 2 '<bos>'
78
+ llm_load_print_meta: EOS token = 1 '<eos>'
79
+ llm_load_print_meta: UNK token = 3 '<unk>'
80
+ llm_load_print_meta: PAD token = 0 '<pad>'
81
+ llm_load_print_meta: LF token = 227 '<0x0A>'
82
+ llm_load_print_meta: PRE token = 67 '<unused60>'
83
+ llm_load_print_meta: SUF token = 69 '<unused62>'
84
+ llm_load_print_meta: MID token = 68 '<unused61>'
85
+ llm_load_print_meta: EOT token = 107 '<end_of_turn>'
86
+ llm_load_print_meta: max token length = 93
87
+ ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
88
+ ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
89
+ ggml_cuda_init: found 1 CUDA devices:
90
+ Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes
91
+ llm_load_tensors: ggml ctx size = 0.24 MiB
92
+ llm_load_tensors: offloading 28 repeating layers to GPU
93
+ llm_load_tensors: offloading non-repeating layers to GPU
94
+ llm_load_tensors: offloaded 29/29 layers to GPU
95
+ llm_load_tensors: CPU buffer size = 796.88 MiB
96
+ llm_load_tensors: CUDA0 buffer size = 8651.54 MiB
97
+ ......................................................................................
98
+ llama_new_context_with_model: n_ctx = 512
99
+ llama_new_context_with_model: n_batch = 512
100
+ llama_new_context_with_model: n_ubatch = 512
101
+ llama_new_context_with_model: flash_attn = 0
102
+ llama_new_context_with_model: freq_base = 10000.0
103
+ llama_new_context_with_model: freq_scale = 1
104
+ llama_kv_cache_init: CUDA0 KV buffer size = 224.00 MiB
105
+ llama_new_context_with_model: KV self size = 224.00 MiB, K (f16): 112.00 MiB, V (f16): 112.00 MiB
106
+ llama_new_context_with_model: CUDA_Host output buffer size = 0.98 MiB
107
+ llama_new_context_with_model: CUDA0 compute buffer size = 506.00 MiB
108
+ llama_new_context_with_model: CUDA_Host compute buffer size = 7.01 MiB
109
+ llama_new_context_with_model: graph nodes = 931
110
+ llama_new_context_with_model: graph splits = 2
111
+
112
+ system_info: n_threads = 25 / 32 | AVX = 1 | AVX_VNNI = 0 | AVX2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | AVX512_BF16 = 1 | FMA = 1 | NEON = 0 | SVE = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 1 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | MATMUL_INT8 = 0 | LLAMAFILE = 1 |
113
+ compute_imatrix: tokenizing the input ..
114
+ compute_imatrix: tokenization took 122.982 ms
115
+ compute_imatrix: computing over 128 chunks with batch_size 512
116
+ compute_imatrix: 0.72 seconds per pass - ETA 1.53 minutes
117
+ [1]6.7268,[2]4.7956,[3]4.3365,[4]5.4634,[5]5.5761,[6]4.7844,[7]5.2281,[8]5.4576,[9]5.6880,
118
+ save_imatrix: stored collected data after 10 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
119
+ [10]5.1084,[11]5.2387,[12]5.6425,[13]6.0984,[14]6.4094,[15]6.7641,[16]7.0334,[17]7.1327,[18]7.4186,[19]7.1324,
120
+ save_imatrix: stored collected data after 20 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
121
+ [20]7.2420,[21]7.3956,[22]7.3754,[23]7.4916,[24]7.5334,[25]7.6872,[26]7.4682,[27]7.7364,[28]7.9965,[29]7.9577,
122
+ save_imatrix: stored collected data after 30 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
123
+ [30]7.9155,[31]7.4608,[32]7.2029,[33]7.1080,[34]6.9745,[35]6.9006,[36]7.1893,[37]7.2251,[38]7.2493,[39]7.3769,
124
+ save_imatrix: stored collected data after 40 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
125
+ [40]7.4966,[41]7.6572,[42]7.9743,[43]8.2865,[44]8.5892,[45]8.7742,[46]8.6579,[47]8.6807,[48]8.8624,[49]8.9978,
126
+ save_imatrix: stored collected data after 50 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
127
+ [50]8.8560,[51]8.8432,[52]8.8797,[53]8.9995,[54]9.1008,[55]9.2532,[56]9.3016,[57]9.3064,[58]9.3182,[59]9.1306,
128
+ save_imatrix: stored collected data after 60 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
129
+ [60]9.0207,[61]8.8842,[62]8.8355,[63]8.8759,[64]8.8721,[65]8.8531,[66]8.8684,[67]8.8022,[68]8.7356,[69]8.7641,
130
+ save_imatrix: stored collected data after 70 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
131
+ [70]8.7371,[71]8.7328,[72]8.7399,[73]8.7070,[74]8.6636,[75]8.6279,[76]8.6341,[77]8.6556,[78]8.6528,[79]8.6093,
132
+ save_imatrix: stored collected data after 80 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
133
+ [80]8.6513,[81]8.6853,[82]8.6525,[83]8.6525,[84]8.6889,[85]8.5525,[86]8.5107,[87]8.4442,[88]8.4460,[89]8.4832,
134
+ save_imatrix: stored collected data after 90 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
135
+ [90]8.4874,[91]8.4152,[92]8.3457,[93]8.2611,[94]8.1827,[95]8.1159,[96]8.0418,[97]7.9787,[98]7.9182,[99]7.9335,
136
+ save_imatrix: stored collected data after 100 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
137
+ [100]7.9383,[101]8.0119,[102]8.0867,[103]8.1573,[104]8.2901,[105]8.3851,[106]8.4142,[107]8.4310,[108]8.4466,[109]8.4205,
138
+ save_imatrix: stored collected data after 110 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
139
+ [110]8.4063,[111]8.3474,[112]8.2734,[113]8.3102,[114]8.3227,[115]8.3146,[116]8.3066,[117]8.3351,[118]8.3537,[119]8.3591,
140
+ save_imatrix: stored collected data after 120 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
141
+ [120]8.3618,[121]8.3700,[122]8.3300,[123]8.3984,[124]8.4737,[125]8.5299,[126]8.6142,[127]8.6792,[128]8.7451,
142
+ save_imatrix: stored collected data after 128 chunks in RoGemma-7b-Instruct-IMat-GGUF/imatrix.dat
143
+
144
+ llama_print_timings: load time = 6235.43 ms
145
+ llama_print_timings: sample time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
146
+ llama_print_timings: prompt eval time = 76873.60 ms / 65536 tokens ( 1.17 ms per token, 852.52 tokens per second)
147
+ llama_print_timings: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
148
+ llama_print_timings: total time = 83878.25 ms / 65537 tokens
149
+
150
+ Final estimate: PPL = 8.7451 +/- 0.12878