legraphista commited on
Commit
4322674
1 Parent(s): db2adec

Upload imatrix.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. imatrix.log +148 -0
imatrix.log ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ llama_model_loader: loaded meta data with 29 key-value pairs and 290 tensors from reader-lm-0.5b-IMat-GGUF/reader-lm-0.5b.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 = qwen2
4
+ llama_model_loader: - kv 1: general.type str = model
5
+ llama_model_loader: - kv 2: general.name str = Qwen2 0.5b Reader
6
+ llama_model_loader: - kv 3: general.organization str = Jinaai
7
+ llama_model_loader: - kv 4: general.finetune str = reader
8
+ llama_model_loader: - kv 5: general.basename str = qwen2
9
+ llama_model_loader: - kv 6: general.size_label str = 0.5B
10
+ llama_model_loader: - kv 7: general.license str = cc-by-nc-4.0
11
+ llama_model_loader: - kv 8: general.tags arr[str,1] = ["text-generation"]
12
+ llama_model_loader: - kv 9: general.languages arr[str,1] = ["multilingual"]
13
+ llama_model_loader: - kv 10: qwen2.block_count u32 = 24
14
+ llama_model_loader: - kv 11: qwen2.context_length u32 = 256000
15
+ llama_model_loader: - kv 12: qwen2.embedding_length u32 = 896
16
+ llama_model_loader: - kv 13: qwen2.feed_forward_length u32 = 4864
17
+ llama_model_loader: - kv 14: qwen2.attention.head_count u32 = 14
18
+ llama_model_loader: - kv 15: qwen2.attention.head_count_kv u32 = 2
19
+ llama_model_loader: - kv 16: qwen2.rope.freq_base f32 = 2000000.000000
20
+ llama_model_loader: - kv 17: qwen2.attention.layer_norm_rms_epsilon f32 = 0.000001
21
+ llama_model_loader: - kv 18: general.file_type u32 = 7
22
+ llama_model_loader: - kv 19: tokenizer.ggml.model str = gpt2
23
+ llama_model_loader: - kv 20: tokenizer.ggml.pre str = qwen2
24
+ llama_model_loader: - kv 21: tokenizer.ggml.tokens arr[str,151936] = ["!", "\"", "#", "$", "%", "&", "'", ...
25
+ llama_model_loader: - kv 22: tokenizer.ggml.token_type arr[i32,151936] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
26
+ llama_model_loader: - kv 23: tokenizer.ggml.merges arr[str,151387] = ["Ġ Ġ", "ĠĠ ĠĠ", "i n", "Ġ t",...
27
+ llama_model_loader: - kv 24: tokenizer.ggml.eos_token_id u32 = 151645
28
+ llama_model_loader: - kv 25: tokenizer.ggml.padding_token_id u32 = 151643
29
+ llama_model_loader: - kv 26: tokenizer.ggml.bos_token_id u32 = 151643
30
+ llama_model_loader: - kv 27: tokenizer.chat_template str = {% for message in messages %}{% if lo...
31
+ llama_model_loader: - kv 28: general.quantization_version u32 = 2
32
+ llama_model_loader: - type f32: 121 tensors
33
+ llama_model_loader: - type q8_0: 169 tensors
34
+ llm_load_vocab: special tokens cache size = 3
35
+ llm_load_vocab: token to piece cache size = 0.9308 MB
36
+ llm_load_print_meta: format = GGUF V3 (latest)
37
+ llm_load_print_meta: arch = qwen2
38
+ llm_load_print_meta: vocab type = BPE
39
+ llm_load_print_meta: n_vocab = 151936
40
+ llm_load_print_meta: n_merges = 151387
41
+ llm_load_print_meta: vocab_only = 0
42
+ llm_load_print_meta: n_ctx_train = 256000
43
+ llm_load_print_meta: n_embd = 896
44
+ llm_load_print_meta: n_layer = 24
45
+ llm_load_print_meta: n_head = 14
46
+ llm_load_print_meta: n_head_kv = 2
47
+ llm_load_print_meta: n_rot = 64
48
+ llm_load_print_meta: n_swa = 0
49
+ llm_load_print_meta: n_embd_head_k = 64
50
+ llm_load_print_meta: n_embd_head_v = 64
51
+ llm_load_print_meta: n_gqa = 7
52
+ llm_load_print_meta: n_embd_k_gqa = 128
53
+ llm_load_print_meta: n_embd_v_gqa = 128
54
+ llm_load_print_meta: f_norm_eps = 0.0e+00
55
+ llm_load_print_meta: f_norm_rms_eps = 1.0e-06
56
+ llm_load_print_meta: f_clamp_kqv = 0.0e+00
57
+ llm_load_print_meta: f_max_alibi_bias = 0.0e+00
58
+ llm_load_print_meta: f_logit_scale = 0.0e+00
59
+ llm_load_print_meta: n_ff = 4864
60
+ llm_load_print_meta: n_expert = 0
61
+ llm_load_print_meta: n_expert_used = 0
62
+ llm_load_print_meta: causal attn = 1
63
+ llm_load_print_meta: pooling type = 0
64
+ llm_load_print_meta: rope type = 2
65
+ llm_load_print_meta: rope scaling = linear
66
+ llm_load_print_meta: freq_base_train = 2000000.0
67
+ llm_load_print_meta: freq_scale_train = 1
68
+ llm_load_print_meta: n_ctx_orig_yarn = 256000
69
+ llm_load_print_meta: rope_finetuned = unknown
70
+ llm_load_print_meta: ssm_d_conv = 0
71
+ llm_load_print_meta: ssm_d_inner = 0
72
+ llm_load_print_meta: ssm_d_state = 0
73
+ llm_load_print_meta: ssm_dt_rank = 0
74
+ llm_load_print_meta: ssm_dt_b_c_rms = 0
75
+ llm_load_print_meta: model type = 1B
76
+ llm_load_print_meta: model ftype = Q8_0
77
+ llm_load_print_meta: model params = 494.03 M
78
+ llm_load_print_meta: model size = 500.79 MiB (8.50 BPW)
79
+ llm_load_print_meta: general.name = Qwen2 0.5b Reader
80
+ llm_load_print_meta: BOS token = 151643 '<|endoftext|>'
81
+ llm_load_print_meta: EOS token = 151645 '<|im_end|>'
82
+ llm_load_print_meta: PAD token = 151643 '<|endoftext|>'
83
+ llm_load_print_meta: LF token = 148848 'ÄĬ'
84
+ llm_load_print_meta: EOT token = 151645 '<|im_end|>'
85
+ llm_load_print_meta: max token length = 256
86
+ ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
87
+ ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
88
+ ggml_cuda_init: found 1 CUDA devices:
89
+ Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes
90
+ llm_load_tensors: ggml ctx size = 0.25 MiB
91
+ llm_load_tensors: offloading 24 repeating layers to GPU
92
+ llm_load_tensors: offloading non-repeating layers to GPU
93
+ llm_load_tensors: offloaded 25/25 layers to GPU
94
+ llm_load_tensors: CPU buffer size = 137.94 MiB
95
+ llm_load_tensors: CUDA0 buffer size = 500.84 MiB
96
+ ...........................................................
97
+ llama_new_context_with_model: n_ctx = 512
98
+ llama_new_context_with_model: n_batch = 512
99
+ llama_new_context_with_model: n_ubatch = 512
100
+ llama_new_context_with_model: flash_attn = 0
101
+ llama_new_context_with_model: freq_base = 2000000.0
102
+ llama_new_context_with_model: freq_scale = 1
103
+ llama_kv_cache_init: CUDA0 KV buffer size = 6.00 MiB
104
+ llama_new_context_with_model: KV self size = 6.00 MiB, K (f16): 3.00 MiB, V (f16): 3.00 MiB
105
+ llama_new_context_with_model: CUDA_Host output buffer size = 0.58 MiB
106
+ llama_new_context_with_model: CUDA0 compute buffer size = 298.50 MiB
107
+ llama_new_context_with_model: CUDA_Host compute buffer size = 2.76 MiB
108
+ llama_new_context_with_model: graph nodes = 846
109
+ llama_new_context_with_model: graph splits = 2
110
+
111
+ system_info: n_threads = 25 (n_threads_batch = 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 |
112
+ compute_imatrix: tokenizing the input ..
113
+ compute_imatrix: tokenization took 135.191 ms
114
+ compute_imatrix: computing over 128 chunks with batch_size 512
115
+ compute_imatrix: 0.31 seconds per pass - ETA 0.67 minutes
116
+ [1]17.5855,[2]30.5654,[3]24.3179,[4]23.8257,[5]28.3527,[6]23.2434,[7]23.5053,[8]27.3149,[9]26.8703,
117
+ save_imatrix: stored collected data after 10 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
118
+ [10]22.9816,[11]20.9238,[12]21.3352,[13]24.0195,[14]25.3831,[15]26.3731,[16]26.5095,[17]25.8473,[18]28.2340,[19]27.2074,
119
+ save_imatrix: stored collected data after 20 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
120
+ [20]26.4319,[21]26.1346,[22]25.6698,[23]26.5493,[24]28.6411,[25]30.0712,[26]29.5481,[27]31.1370,[28]31.3748,[29]31.8980,
121
+ save_imatrix: stored collected data after 30 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
122
+ [30]33.4559,[31]32.5650,[32]31.4434,[33]30.9599,[34]30.5894,[35]29.5064,[36]29.1429,[37]30.0905,[38]29.9891,[39]30.7946,
123
+ save_imatrix: stored collected data after 40 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
124
+ [40]30.7759,[41]31.4073,[42]33.0237,[43]33.7226,[44]34.4842,[45]34.9874,[46]35.1861,[47]34.3317,[48]34.6818,[49]34.6933,
125
+ save_imatrix: stored collected data after 50 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
126
+ [50]35.2924,[51]34.6092,[52]35.2739,[53]35.5858,[54]35.5820,[55]36.6457,[56]37.5340,[57]37.9605,[58]38.5727,[59]39.0046,
127
+ save_imatrix: stored collected data after 60 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
128
+ [60]38.4983,[61]37.9428,[62]37.4100,[63]37.1360,[64]38.0599,[65]37.5736,[66]37.8492,[67]38.0620,[68]37.5754,[69]37.2230,
129
+ save_imatrix: stored collected data after 70 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
130
+ [70]36.9500,[71]36.4919,[72]36.6494,[73]37.1150,[74]36.8300,[75]36.2223,[76]36.1447,[77]36.1864,[78]36.4957,[79]36.8705,
131
+ save_imatrix: stored collected data after 80 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
132
+ [80]36.4471,[81]36.7004,[82]36.3808,[83]35.8913,[84]36.3684,[85]36.1145,[86]35.6615,[87]35.1692,[88]35.3073,[89]36.0478,
133
+ save_imatrix: stored collected data after 90 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
134
+ [90]35.8692,[91]36.1951,[92]35.4915,[93]35.2934,[94]34.7298,[95]34.0772,[96]33.5280,[97]33.1758,[98]32.6341,[99]33.0392,
135
+ save_imatrix: stored collected data after 100 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
136
+ [100]32.8555,[101]32.6738,[102]33.3807,[103]33.5267,[104]33.6360,[105]34.2168,[106]34.2754,[107]34.1549,[108]34.4034,[109]34.5580,
137
+ save_imatrix: stored collected data after 110 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
138
+ [110]34.4285,[111]34.1185,[112]33.7908,[113]33.6723,[114]33.5806,[115]33.3842,[116]33.6631,[117]33.7834,[118]33.6583,[119]33.6815,
139
+ save_imatrix: stored collected data after 120 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
140
+ [120]33.3917,[121]33.2004,[122]32.9209,[123]33.1892,[124]33.3031,[125]33.4261,[126]33.8849,[127]34.0284,[128]34.1452,
141
+ save_imatrix: stored collected data after 128 chunks in reader-lm-0.5b-IMat-GGUF/imatrix.dat
142
+
143
+ llama_perf_print: load time = 716.69 ms
144
+ llama_perf_print: prompt eval time = 17498.94 ms / 65536 tokens ( 0.27 ms per token, 3745.14 tokens per second)
145
+ llama_perf_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
146
+ llama_perf_print: total time = 18830.03 ms / 65537 tokens
147
+
148
+ Final estimate: PPL = 34.1452 +/- 0.62968