Yuliang Fang
commited on
Commit
•
0168051
1
Parent(s):
3638351
add quant model files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- triton_models/interactive/1/placeholder +0 -0
- triton_models/interactive/1/weights +1 -0
- triton_models/interactive/config.pbtxt +293 -0
- triton_models/postprocessing/1/__pycache__/model.cpython-310.pyc +0 -0
- triton_models/postprocessing/1/model.py +129 -0
- triton_models/postprocessing/1/tokenizer +1 -0
- triton_models/postprocessing/config.pbtxt +36 -0
- triton_models/preprocessing/1/__pycache__/model.cpython-310.pyc +0 -0
- triton_models/preprocessing/1/model.py +151 -0
- triton_models/preprocessing/1/tokenizer +1 -0
- triton_models/preprocessing/config.pbtxt +37 -0
- triton_models/tokenizer/config.json +30 -0
- triton_models/tokenizer/configuration_internlm.py +120 -0
- triton_models/tokenizer/generation_config.json +7 -0
- triton_models/tokenizer/modeling_internlm.py +1015 -0
- triton_models/tokenizer/placeholder +0 -0
- triton_models/tokenizer/pytorch_model.bin.index.json +906 -0
- triton_models/tokenizer/special_tokens_map.json +6 -0
- triton_models/tokenizer/tokenization_internlm.py +242 -0
- triton_models/tokenizer/tokenizer.model +3 -0
- triton_models/tokenizer/tokenizer.py +284 -0
- triton_models/tokenizer/tokenizer_config.json +15 -0
- triton_models/weights/config.ini +3 -0
- triton_models/weights/layers.0.attention.w_qkv.0.bias +3 -0
- triton_models/weights/layers.0.attention.w_qkv.0.qweight +3 -0
- triton_models/weights/layers.0.attention.w_qkv.0.scales_zeros +3 -0
- triton_models/weights/layers.0.attention.wo.0.bias +3 -0
- triton_models/weights/layers.0.attention.wo.0.qweight +3 -0
- triton_models/weights/layers.0.attention.wo.0.scales_zeros +3 -0
- triton_models/weights/layers.0.attention_norm.weight +3 -0
- triton_models/weights/layers.0.feed_forward.w13.0.qweight +3 -0
- triton_models/weights/layers.0.feed_forward.w13.0.scales_zeros +3 -0
- triton_models/weights/layers.0.feed_forward.w2.0.qweight +3 -0
- triton_models/weights/layers.0.feed_forward.w2.0.scales_zeros +3 -0
- triton_models/weights/layers.0.ffn_norm.weight +3 -0
- triton_models/weights/layers.0.past_kv_scale.0.weight +3 -0
- triton_models/weights/layers.1.attention.w_qkv.0.bias +3 -0
- triton_models/weights/layers.1.attention.w_qkv.0.qweight +3 -0
- triton_models/weights/layers.1.attention.w_qkv.0.scales_zeros +3 -0
- triton_models/weights/layers.1.attention.wo.0.bias +3 -0
- triton_models/weights/layers.1.attention.wo.0.qweight +3 -0
- triton_models/weights/layers.1.attention.wo.0.scales_zeros +3 -0
- triton_models/weights/layers.1.attention_norm.weight +3 -0
- triton_models/weights/layers.1.feed_forward.w13.0.qweight +3 -0
- triton_models/weights/layers.1.feed_forward.w13.0.scales_zeros +3 -0
- triton_models/weights/layers.1.feed_forward.w2.0.qweight +3 -0
- triton_models/weights/layers.1.feed_forward.w2.0.scales_zeros +3 -0
- triton_models/weights/layers.1.ffn_norm.weight +3 -0
- triton_models/weights/layers.1.past_kv_scale.0.weight +3 -0
- triton_models/weights/layers.10.attention.w_qkv.0.bias +3 -0
triton_models/interactive/1/placeholder
ADDED
File without changes
|
triton_models/interactive/1/weights
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../../weights
|
triton_models/interactive/config.pbtxt
ADDED
@@ -0,0 +1,293 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
2 |
+
#
|
3 |
+
# Redistribution and use in source and binary forms, with or without
|
4 |
+
# modification, are permitted provided that the following conditions
|
5 |
+
# are met:
|
6 |
+
# * Redistributions of source code must retain the above copyright
|
7 |
+
# notice, this list of conditions and the following disclaimer.
|
8 |
+
# * Redistributions in binary form must reproduce the above copyright
|
9 |
+
# notice, this list of conditions and the following disclaimer in the
|
10 |
+
# documentation and/or other materials provided with the distribution.
|
11 |
+
# * Neither the name of NVIDIA CORPORATION nor the names of its
|
12 |
+
# contributors may be used to endorse or promote products derived
|
13 |
+
# from this software without specific prior written permission.
|
14 |
+
#
|
15 |
+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS AND ANY
|
16 |
+
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
17 |
+
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
18 |
+
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
19 |
+
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
20 |
+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
21 |
+
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
22 |
+
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
23 |
+
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
24 |
+
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
25 |
+
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
26 |
+
|
27 |
+
name: "turbomind"
|
28 |
+
backend: "turbomind"
|
29 |
+
default_model_filename: "weights"
|
30 |
+
max_batch_size: 1
|
31 |
+
|
32 |
+
model_transaction_policy {
|
33 |
+
decoupled: True
|
34 |
+
}
|
35 |
+
|
36 |
+
instance_group [
|
37 |
+
{
|
38 |
+
# max concurrent instances
|
39 |
+
count: 48
|
40 |
+
kind: KIND_CPU
|
41 |
+
}
|
42 |
+
]
|
43 |
+
|
44 |
+
input [
|
45 |
+
{
|
46 |
+
name: "input_ids"
|
47 |
+
data_type: TYPE_UINT32
|
48 |
+
dims: [ -1 ]
|
49 |
+
# allow_ragged_batch: true
|
50 |
+
},
|
51 |
+
{
|
52 |
+
name: "input_lengths"
|
53 |
+
data_type: TYPE_UINT32
|
54 |
+
dims: [ 1 ]
|
55 |
+
reshape: { shape: [ ] }
|
56 |
+
},
|
57 |
+
{
|
58 |
+
name: "request_output_len"
|
59 |
+
data_type: TYPE_UINT32
|
60 |
+
dims: [ -1 ]
|
61 |
+
},
|
62 |
+
{
|
63 |
+
name: "input_embeddings"
|
64 |
+
data_type: TYPE_INT8
|
65 |
+
dims: [ -1 ]
|
66 |
+
optional: true
|
67 |
+
},
|
68 |
+
{
|
69 |
+
name: "input_embedding_ranges"
|
70 |
+
data_type: TYPE_UINT32
|
71 |
+
dims: [ -1, 2 ]
|
72 |
+
optional: true
|
73 |
+
},
|
74 |
+
{
|
75 |
+
name: "step"
|
76 |
+
data_type: TYPE_INT32
|
77 |
+
dims: [ 1 ]
|
78 |
+
reshape: { shape: [ ] }
|
79 |
+
optional: true
|
80 |
+
},
|
81 |
+
{
|
82 |
+
name: "session_len"
|
83 |
+
data_type: TYPE_UINT32
|
84 |
+
dims: [ 1 ]
|
85 |
+
reshape: { shape: [ ] }
|
86 |
+
optional: true
|
87 |
+
},
|
88 |
+
{
|
89 |
+
name: "runtime_top_k"
|
90 |
+
data_type: TYPE_UINT32
|
91 |
+
dims: [ 1 ]
|
92 |
+
reshape: { shape: [ ] }
|
93 |
+
optional: true
|
94 |
+
},
|
95 |
+
{
|
96 |
+
name: "runtime_top_p"
|
97 |
+
data_type: TYPE_FP32
|
98 |
+
dims: [ 1 ]
|
99 |
+
reshape: { shape: [ ] }
|
100 |
+
optional: true
|
101 |
+
},
|
102 |
+
{
|
103 |
+
name: "beam_search_diversity_rate"
|
104 |
+
data_type: TYPE_FP32
|
105 |
+
dims: [ 1 ]
|
106 |
+
reshape: { shape: [ ] }
|
107 |
+
optional: true
|
108 |
+
},
|
109 |
+
{
|
110 |
+
name: "temperature"
|
111 |
+
data_type: TYPE_FP32
|
112 |
+
dims: [ 1 ]
|
113 |
+
reshape: { shape: [ ] }
|
114 |
+
optional: true
|
115 |
+
},
|
116 |
+
{
|
117 |
+
name: "len_penalty"
|
118 |
+
data_type: TYPE_FP32
|
119 |
+
dims: [ 1 ]
|
120 |
+
reshape: { shape: [ ] }
|
121 |
+
optional: true
|
122 |
+
},
|
123 |
+
{
|
124 |
+
name: "repetition_penalty"
|
125 |
+
data_type: TYPE_FP32
|
126 |
+
dims: [ 1 ]
|
127 |
+
reshape: { shape: [ ] }
|
128 |
+
optional: true
|
129 |
+
},
|
130 |
+
{
|
131 |
+
name: "random_seed"
|
132 |
+
data_type: TYPE_UINT64
|
133 |
+
dims: [ 1 ]
|
134 |
+
reshape: { shape: [ ] }
|
135 |
+
optional: true
|
136 |
+
},
|
137 |
+
{
|
138 |
+
name: "is_return_log_probs"
|
139 |
+
data_type: TYPE_BOOL
|
140 |
+
dims: [ 1 ]
|
141 |
+
reshape: { shape: [ ] }
|
142 |
+
optional: true
|
143 |
+
},
|
144 |
+
{
|
145 |
+
name: "beam_width"
|
146 |
+
data_type: TYPE_UINT32
|
147 |
+
dims: [ 1 ]
|
148 |
+
reshape: { shape: [ ] }
|
149 |
+
optional: true
|
150 |
+
},
|
151 |
+
{
|
152 |
+
name: "start_id"
|
153 |
+
data_type: TYPE_UINT32
|
154 |
+
dims: [ 1 ]
|
155 |
+
reshape: { shape: [ ] }
|
156 |
+
optional: true
|
157 |
+
},
|
158 |
+
{
|
159 |
+
name: "end_id"
|
160 |
+
data_type: TYPE_UINT32
|
161 |
+
dims: [ 1 ]
|
162 |
+
reshape: { shape: [ ] }
|
163 |
+
optional: true
|
164 |
+
},
|
165 |
+
{
|
166 |
+
name: "bad_words_list"
|
167 |
+
data_type: TYPE_INT32
|
168 |
+
dims: [ 2, -1 ]
|
169 |
+
optional: true
|
170 |
+
},
|
171 |
+
{
|
172 |
+
name: "stop_words_list"
|
173 |
+
data_type: TYPE_INT32
|
174 |
+
dims: [ 2, -1 ]
|
175 |
+
optional: true
|
176 |
+
},
|
177 |
+
{
|
178 |
+
name: "prompt_learning_task_name_ids"
|
179 |
+
data_type: TYPE_UINT32
|
180 |
+
dims: [ 1 ]
|
181 |
+
reshape: { shape: [ ] }
|
182 |
+
optional: true
|
183 |
+
},
|
184 |
+
{
|
185 |
+
name: "top_p_decay"
|
186 |
+
data_type: TYPE_FP32
|
187 |
+
dims: [ 1 ]
|
188 |
+
reshape: { shape: [ ] }
|
189 |
+
optional: true
|
190 |
+
},
|
191 |
+
{
|
192 |
+
name: "top_p_min"
|
193 |
+
data_type: TYPE_FP32
|
194 |
+
dims: [ 1 ]
|
195 |
+
reshape: { shape: [ ] }
|
196 |
+
optional: true
|
197 |
+
},
|
198 |
+
{
|
199 |
+
name: "top_p_reset_ids"
|
200 |
+
data_type: TYPE_UINT32
|
201 |
+
dims: [ 1 ]
|
202 |
+
reshape: { shape: [ ] }
|
203 |
+
optional: true
|
204 |
+
},
|
205 |
+
{
|
206 |
+
name: "START"
|
207 |
+
data_type: TYPE_INT32
|
208 |
+
dims: [ 1 ]
|
209 |
+
reshape: { shape: [ ] }
|
210 |
+
optional: true
|
211 |
+
},
|
212 |
+
{
|
213 |
+
name: "END"
|
214 |
+
data_type: TYPE_INT32
|
215 |
+
dims: [ 1 ]
|
216 |
+
reshape: { shape: [ ] }
|
217 |
+
optional: true
|
218 |
+
},
|
219 |
+
{
|
220 |
+
name: "STOP"
|
221 |
+
data_type: TYPE_INT32
|
222 |
+
dims: [ 1 ]
|
223 |
+
reshape: { shape: [ ] }
|
224 |
+
optional: true
|
225 |
+
},
|
226 |
+
{
|
227 |
+
name: "CORRID"
|
228 |
+
data_type: TYPE_UINT64
|
229 |
+
dims: [ 1 ]
|
230 |
+
reshape: { shape: [ ] }
|
231 |
+
optional: true
|
232 |
+
}
|
233 |
+
]
|
234 |
+
output [
|
235 |
+
{
|
236 |
+
name: "output_ids"
|
237 |
+
data_type: TYPE_UINT32
|
238 |
+
dims: [ -1, -1 ]
|
239 |
+
},
|
240 |
+
{
|
241 |
+
name: "sequence_length"
|
242 |
+
data_type: TYPE_UINT32
|
243 |
+
dims: [ -1 ]
|
244 |
+
},
|
245 |
+
{
|
246 |
+
name: "cum_log_probs"
|
247 |
+
data_type: TYPE_FP32
|
248 |
+
dims: [ -1 ]
|
249 |
+
},
|
250 |
+
{
|
251 |
+
name: "output_log_probs"
|
252 |
+
data_type: TYPE_FP32
|
253 |
+
dims: [ -1, -1 ]
|
254 |
+
}
|
255 |
+
]
|
256 |
+
|
257 |
+
parameters {
|
258 |
+
key: "pipeline_para_size"
|
259 |
+
value: {
|
260 |
+
string_value: "1"
|
261 |
+
}
|
262 |
+
}
|
263 |
+
parameters {
|
264 |
+
key: "data_type"
|
265 |
+
value: {
|
266 |
+
string_value: "fp16"
|
267 |
+
}
|
268 |
+
}
|
269 |
+
parameters {
|
270 |
+
key: "model_type"
|
271 |
+
value: {
|
272 |
+
string_value: "Llama"
|
273 |
+
}
|
274 |
+
}
|
275 |
+
|
276 |
+
parameters {
|
277 |
+
key: "enable_custom_all_reduce"
|
278 |
+
value: {
|
279 |
+
string_value: "0"
|
280 |
+
}
|
281 |
+
}
|
282 |
+
parameters {
|
283 |
+
key: "tensor_para_size"
|
284 |
+
value: {
|
285 |
+
string_value: "1"
|
286 |
+
}
|
287 |
+
}
|
288 |
+
parameters {
|
289 |
+
key: "model_name"
|
290 |
+
value: {
|
291 |
+
string_value: "internlm-chat-7b"
|
292 |
+
}
|
293 |
+
}
|
triton_models/postprocessing/1/__pycache__/model.cpython-310.pyc
ADDED
Binary file (4.15 kB). View file
|
|
triton_models/postprocessing/1/model.py
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
import json
|
3 |
+
import os.path as osp
|
4 |
+
from pathlib import Path
|
5 |
+
|
6 |
+
import numpy as np
|
7 |
+
import triton_python_backend_utils as pb_utils
|
8 |
+
|
9 |
+
# This tokenizer is `lmdeploy/turbomind/tokenizer.py`. When an LLM is served
|
10 |
+
# by triton inference server, it has to be converted first by running
|
11 |
+
# `python lmdeploy/serve/turbomind/deploy.py`. Then
|
12 |
+
# `lmdeploy/turbomind/tokenizer.py` will be copied to `tokenizer/tokenizer.py`
|
13 |
+
from .tokenizer.tokenizer import Tokenizer
|
14 |
+
|
15 |
+
|
16 |
+
class TritonPythonModel:
|
17 |
+
"""Your Python model must use the same class name.
|
18 |
+
|
19 |
+
Every Python model that is created must have "TritonPythonModel" as the
|
20 |
+
class name.
|
21 |
+
"""
|
22 |
+
|
23 |
+
def initialize(self, args):
|
24 |
+
"""`initialize` is called only once when the model is being loaded.
|
25 |
+
Implementing `initialize` function is optional. This function allows
|
26 |
+
the model to initialize any state associated with this model.
|
27 |
+
Parameters
|
28 |
+
----------
|
29 |
+
args : dict
|
30 |
+
Both keys and values are strings. The dictionary keys and values are:
|
31 |
+
* model_config: A JSON string containing the model configuration
|
32 |
+
* model_instance_kind: A string containing model instance kind
|
33 |
+
* model_instance_device_id: A string containing model instance device
|
34 |
+
ID
|
35 |
+
* model_repository: Model repository path
|
36 |
+
* model_version: Model version
|
37 |
+
* model_name: Model name
|
38 |
+
"""
|
39 |
+
# Parse model configs
|
40 |
+
self.model_config = model_config = json.loads(args['model_config'])
|
41 |
+
|
42 |
+
# Parse model output configs
|
43 |
+
output_config = pb_utils.get_output_config_by_name(
|
44 |
+
model_config, 'OUTPUT')
|
45 |
+
|
46 |
+
# Convert Triton types to numpy types
|
47 |
+
self.output_dtype = pb_utils.triton_string_to_numpy(
|
48 |
+
output_config['data_type'])
|
49 |
+
|
50 |
+
cur_folder = Path(__file__).parent
|
51 |
+
|
52 |
+
self.tokenizer = Tokenizer(
|
53 |
+
osp.join(
|
54 |
+
cur_folder, self.model_config['parameters']['tokenizer_path']
|
55 |
+
['string_value']))
|
56 |
+
|
57 |
+
def execute(self, requests):
|
58 |
+
"""`execute` must be implemented in every Python model. `execute`
|
59 |
+
function receives a list of pb_utils.InferenceRequest as the only
|
60 |
+
argument. This function is called when an inference is requested
|
61 |
+
for this model. Depending on the batching configuration (e.g. Dynamic
|
62 |
+
Batching) used, `requests` may contain multiple requests. Every
|
63 |
+
Python model, must create one pb_utils.InferenceResponse for every
|
64 |
+
pb_utils.InferenceRequest in `requests`. If there is an error, you can
|
65 |
+
set the error argument when creating a pb_utils.InferenceResponse.
|
66 |
+
Parameters
|
67 |
+
----------
|
68 |
+
requests : list
|
69 |
+
A list of pb_utils.InferenceRequest
|
70 |
+
Returns
|
71 |
+
-------
|
72 |
+
list
|
73 |
+
A list of pb_utils.InferenceResponse. The length of this list must
|
74 |
+
be the same as `requests`
|
75 |
+
"""
|
76 |
+
|
77 |
+
responses = []
|
78 |
+
|
79 |
+
# Every Python backend must iterate over everyone of the requests
|
80 |
+
# and create a pb_utils.InferenceResponse for each of them.
|
81 |
+
for idx, request in enumerate(requests):
|
82 |
+
# Get input tensors
|
83 |
+
tokens_batch = pb_utils.get_input_tensor_by_name(
|
84 |
+
request, 'TOKENS_BATCH').as_numpy()
|
85 |
+
sequence_length = pb_utils.get_input_tensor_by_name(
|
86 |
+
request, 'sequence_length').as_numpy()
|
87 |
+
|
88 |
+
# Postprocessing output data.
|
89 |
+
outputs = self._postprocessing(tokens_batch.tolist(),
|
90 |
+
sequence_length)
|
91 |
+
|
92 |
+
# Create output tensors. You need pb_utils.Tensor
|
93 |
+
# objects to create pb_utils.InferenceResponse.
|
94 |
+
output_tensor = pb_utils.Tensor(
|
95 |
+
'OUTPUT',
|
96 |
+
np.array(outputs).astype(self.output_dtype))
|
97 |
+
|
98 |
+
# Create InferenceResponse. You can set an error here in case
|
99 |
+
# there was a problem with handling this inference request.
|
100 |
+
# Below is an example of how you can set errors in inference
|
101 |
+
# response:
|
102 |
+
#
|
103 |
+
# pb_utils.InferenceResponse(
|
104 |
+
# output_tensors=..., TritonError("An error occurred"))
|
105 |
+
inference_response = pb_utils.InferenceResponse(
|
106 |
+
output_tensors=[output_tensor])
|
107 |
+
responses.append(inference_response)
|
108 |
+
|
109 |
+
# You should return a list of pb_utils.InferenceResponse. Length
|
110 |
+
# of this list must match the length of `requests` list.
|
111 |
+
return responses
|
112 |
+
|
113 |
+
def finalize(self):
|
114 |
+
"""`finalize` is called only once when the model is being unloaded.
|
115 |
+
|
116 |
+
Implementing `finalize` function is optional. This function allows the
|
117 |
+
model to perform any necessary clean ups before exit.
|
118 |
+
"""
|
119 |
+
print('Cleaning up...')
|
120 |
+
|
121 |
+
def _postprocessing(self, tokens_batch, sequence_length):
|
122 |
+
"""decode token ids into texts."""
|
123 |
+
outputs = []
|
124 |
+
for beam_tokens, beam_len in zip(tokens_batch, sequence_length):
|
125 |
+
for tokens, _len in zip(beam_tokens, beam_len):
|
126 |
+
output = self.tokenizer.decode(tokens, _len)
|
127 |
+
output = output.encode('utf8')
|
128 |
+
outputs.append(output)
|
129 |
+
return outputs
|
triton_models/postprocessing/1/tokenizer
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../../tokenizer
|
triton_models/postprocessing/config.pbtxt
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: "postprocessing"
|
2 |
+
backend: "python"
|
3 |
+
max_batch_size: 1
|
4 |
+
input [
|
5 |
+
{
|
6 |
+
name: "TOKENS_BATCH"
|
7 |
+
data_type: TYPE_UINT32
|
8 |
+
dims: [ -1, -1 ]
|
9 |
+
},
|
10 |
+
{
|
11 |
+
name: "sequence_length"
|
12 |
+
data_type: TYPE_UINT32
|
13 |
+
dims: [ -1 ]
|
14 |
+
}
|
15 |
+
]
|
16 |
+
output [
|
17 |
+
{
|
18 |
+
name: "OUTPUT"
|
19 |
+
data_type: TYPE_STRING
|
20 |
+
dims: [ -1, -1 ]
|
21 |
+
}
|
22 |
+
]
|
23 |
+
|
24 |
+
instance_group [
|
25 |
+
{
|
26 |
+
count: 16
|
27 |
+
kind: KIND_CPU
|
28 |
+
}
|
29 |
+
]
|
30 |
+
|
31 |
+
parameters {
|
32 |
+
key: "tokenizer_path"
|
33 |
+
value: {
|
34 |
+
string_value: "tokenizer/tokenizer.model"
|
35 |
+
}
|
36 |
+
}
|
triton_models/preprocessing/1/__pycache__/model.cpython-310.pyc
ADDED
Binary file (4.92 kB). View file
|
|
triton_models/preprocessing/1/model.py
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
import json
|
3 |
+
import os.path as osp
|
4 |
+
from pathlib import Path
|
5 |
+
|
6 |
+
import numpy as np
|
7 |
+
import torch
|
8 |
+
import triton_python_backend_utils as pb_utils
|
9 |
+
from torch.nn.utils.rnn import pad_sequence
|
10 |
+
|
11 |
+
# This tokenizer is `lmdeploy/turbomind/tokenizer.py`. When an LLM is served
|
12 |
+
# by triton inference server, it has to be converted first by running
|
13 |
+
# `python lmdeploy/serve/turbomind/deploy.py`. Then
|
14 |
+
# `lmdeploy/turbomind/tokenizer.py` will be copied to `tokenizer/tokenizer.py`
|
15 |
+
from .tokenizer.tokenizer import Tokenizer
|
16 |
+
|
17 |
+
|
18 |
+
class TritonPythonModel:
|
19 |
+
"""Your Python model must use the same class name.
|
20 |
+
|
21 |
+
Every Python model that is created must have "TritonPythonModel" as the
|
22 |
+
class name.
|
23 |
+
"""
|
24 |
+
|
25 |
+
def initialize(self, args):
|
26 |
+
"""`initialize` is called only once when the model is being loaded.
|
27 |
+
Implementing `initialize` function is optional. This function allows
|
28 |
+
the model to initialize any state associated with this model.
|
29 |
+
Parameters
|
30 |
+
----------
|
31 |
+
args : dict
|
32 |
+
Both keys and values are strings. The dictionary keys and values are:
|
33 |
+
* model_config: A JSON string containing the model configuration
|
34 |
+
* model_instance_kind: A string containing model instance kind
|
35 |
+
* model_instance_device_id: A string containing model instance device
|
36 |
+
ID
|
37 |
+
* model_repository: Model repository path
|
38 |
+
* model_version: Model version
|
39 |
+
* model_name: Model name
|
40 |
+
"""
|
41 |
+
# Parse model configs
|
42 |
+
self.model_config = model_config = json.loads(args['model_config'])
|
43 |
+
|
44 |
+
# Parse model output configs and convert Triton types to numpy types
|
45 |
+
input_names = ['INPUT_ID', 'REQUEST_INPUT_LEN']
|
46 |
+
for input_name in input_names:
|
47 |
+
setattr(
|
48 |
+
self,
|
49 |
+
input_name.lower() + '_dtype',
|
50 |
+
pb_utils.triton_string_to_numpy(
|
51 |
+
pb_utils.get_output_config_by_name(
|
52 |
+
model_config, input_name)['data_type']))
|
53 |
+
|
54 |
+
cur_folder = Path(__file__).parent
|
55 |
+
self.tokenizer = Tokenizer(
|
56 |
+
osp.join(
|
57 |
+
cur_folder, self.model_config['parameters']['tokenizer_path']
|
58 |
+
['string_value']))
|
59 |
+
self.start_id = self.tokenizer.bos_token_id
|
60 |
+
self.end_id = self.tokenizer.eos_token_id
|
61 |
+
|
62 |
+
def execute(self, requests):
|
63 |
+
"""`execute` must be implemented in every Python model. `execute`
|
64 |
+
function receives a list of pb_utils.InferenceRequest as the only
|
65 |
+
argument. This function is called when an inference is requested
|
66 |
+
for this model. Depending on the batching configuration (e.g. Dynamic
|
67 |
+
Batching) used, `requests` may contain multiple requests. Every
|
68 |
+
Python model, must create one pb_utils.InferenceResponse for every
|
69 |
+
pb_utils.InferenceRequest in `requests`. If there is an error, you can
|
70 |
+
set the error argument when creating a pb_utils.InferenceResponse.
|
71 |
+
Parameters
|
72 |
+
----------
|
73 |
+
requests : list
|
74 |
+
A list of pb_utils.InferenceRequest
|
75 |
+
Returns
|
76 |
+
-------
|
77 |
+
list
|
78 |
+
A list of pb_utils.InferenceResponse. The length of this list must
|
79 |
+
be the same as `requests`
|
80 |
+
"""
|
81 |
+
|
82 |
+
responses = []
|
83 |
+
|
84 |
+
# Every Python backend must iterate over everyone of the requests
|
85 |
+
# and create a pb_utils.InferenceResponse for each of them.
|
86 |
+
for idx, request in enumerate(requests):
|
87 |
+
# Get input tensors
|
88 |
+
query = pb_utils.get_input_tensor_by_name(request,
|
89 |
+
'QUERY').as_numpy()
|
90 |
+
|
91 |
+
# Preprocessing input data.
|
92 |
+
input_id, request_input_len = self._create_request(query)
|
93 |
+
|
94 |
+
# Create output tensors. You need pb_utils.Tensor
|
95 |
+
# objects to create pb_utils.InferenceResponse.
|
96 |
+
input_id_tensor = pb_utils.Tensor(
|
97 |
+
'INPUT_ID',
|
98 |
+
np.array(input_id).astype(self.input_id_dtype))
|
99 |
+
request_input_len_tensor = pb_utils.Tensor(
|
100 |
+
'REQUEST_INPUT_LEN',
|
101 |
+
np.array(request_input_len).astype(
|
102 |
+
self.request_input_len_dtype))
|
103 |
+
|
104 |
+
# Create InferenceResponse. You can set an error here in case
|
105 |
+
# there was a problem with handling this inference request.
|
106 |
+
# Below is an example of how you can set errors in inference
|
107 |
+
# response:
|
108 |
+
#
|
109 |
+
# pb_utils.InferenceResponse(
|
110 |
+
# output_tensors=..., TritonError("An error occurred"))
|
111 |
+
inference_response = pb_utils.InferenceResponse(
|
112 |
+
output_tensors=[input_id_tensor, request_input_len_tensor])
|
113 |
+
responses.append(inference_response)
|
114 |
+
|
115 |
+
# You should return a list of pb_utils.InferenceResponse. Length
|
116 |
+
# of this list must match the length of `requests` list.
|
117 |
+
return responses
|
118 |
+
|
119 |
+
def finalize(self):
|
120 |
+
"""`finalize` is called only once when the model is being unloaded.
|
121 |
+
|
122 |
+
Implementing `finalize` function is optional. This function allows the
|
123 |
+
model to perform any necessary clean ups before exit.
|
124 |
+
"""
|
125 |
+
print('Cleaning up...')
|
126 |
+
|
127 |
+
def _create_request(self, query):
|
128 |
+
"""Tokenize prompts and return the token ids and their length.
|
129 |
+
|
130 |
+
Args:
|
131 |
+
query (List[str]): a list of prompt
|
132 |
+
Returns:
|
133 |
+
tuple: token ids and their length
|
134 |
+
"""
|
135 |
+
start_ids = []
|
136 |
+
for s in query:
|
137 |
+
_s = s[0].decode()
|
138 |
+
if _s == '<BOS>':
|
139 |
+
start_id = [self.start_id
|
140 |
+
] if self.start_id is not None else [-1]
|
141 |
+
elif _s == '<EOS>':
|
142 |
+
start_id = [self.end_id] if self.end_id is not None else [-1]
|
143 |
+
else:
|
144 |
+
start_id = self.tokenizer.encode(_s)
|
145 |
+
start_ids.append(torch.IntTensor(start_id))
|
146 |
+
|
147 |
+
start_lengths = torch.IntTensor([[len(ids)] for ids in start_ids])
|
148 |
+
start_ids = pad_sequence(start_ids,
|
149 |
+
batch_first=True,
|
150 |
+
padding_value=self.end_id)
|
151 |
+
return start_ids, start_lengths
|
triton_models/preprocessing/1/tokenizer
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
../../tokenizer
|
triton_models/preprocessing/config.pbtxt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: "preprocessing"
|
2 |
+
backend: "python"
|
3 |
+
max_batch_size: 1
|
4 |
+
|
5 |
+
input [
|
6 |
+
{
|
7 |
+
name: "QUERY"
|
8 |
+
data_type: TYPE_STRING
|
9 |
+
dims: [ -1 ]
|
10 |
+
}
|
11 |
+
]
|
12 |
+
output [
|
13 |
+
{
|
14 |
+
name: "INPUT_ID"
|
15 |
+
data_type: TYPE_UINT32
|
16 |
+
dims: [ -1 ]
|
17 |
+
},
|
18 |
+
{
|
19 |
+
name: "REQUEST_INPUT_LEN"
|
20 |
+
data_type: TYPE_UINT32
|
21 |
+
dims: [ 1 ]
|
22 |
+
}
|
23 |
+
]
|
24 |
+
|
25 |
+
instance_group [
|
26 |
+
{
|
27 |
+
count: 4
|
28 |
+
kind: KIND_CPU
|
29 |
+
}
|
30 |
+
]
|
31 |
+
|
32 |
+
parameters {
|
33 |
+
key: "tokenizer_path"
|
34 |
+
value: {
|
35 |
+
string_value: "tokenizer/tokenizer.model"
|
36 |
+
}
|
37 |
+
}
|
triton_models/tokenizer/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/root/share/temp/model_repos/internlm-chat-7b/",
|
3 |
+
"architectures": [
|
4 |
+
"InternLMForCausalLM"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_internlm.InternLMConfig",
|
8 |
+
"AutoModel": "modeling_internlm.InternLMForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "modeling_internlm.InternLMForCausalLM"
|
10 |
+
},
|
11 |
+
"bias": true,
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"eos_token_id": 2,
|
14 |
+
"fp16": true,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 4096,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 11008,
|
19 |
+
"max_position_embeddings": 2048,
|
20 |
+
"model_type": "internlm",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 32,
|
23 |
+
"pad_token_id": 2,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "float16",
|
27 |
+
"transformers_version": "4.33.1",
|
28 |
+
"use_cache": false,
|
29 |
+
"vocab_size": 103168
|
30 |
+
}
|
triton_models/tokenizer/configuration_internlm.py
ADDED
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
|
3 |
+
#
|
4 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
5 |
+
# and OPT implementations in this library. It has been modified from its
|
6 |
+
# original forms to accommodate minor architectural differences compared
|
7 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
8 |
+
#
|
9 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
10 |
+
# you may not use this file except in compliance with the License.
|
11 |
+
# You may obtain a copy of the License at
|
12 |
+
#
|
13 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
14 |
+
#
|
15 |
+
# Unless required by applicable law or agreed to in writing, software
|
16 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
17 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
+
# See the License for the specific language governing permissions and
|
19 |
+
# limitations under the License.
|
20 |
+
""" InternLM model configuration"""
|
21 |
+
|
22 |
+
from transformers.utils import logging
|
23 |
+
from transformers.configuration_utils import PretrainedConfig
|
24 |
+
|
25 |
+
|
26 |
+
logger = logging.get_logger(__name__)
|
27 |
+
|
28 |
+
INTERNLM_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
|
29 |
+
|
30 |
+
|
31 |
+
class InternLMConfig(PretrainedConfig):
|
32 |
+
r"""
|
33 |
+
This is the configuration class to store the configuration of a [`InternLMModel`]. It is used to instantiate an InternLM
|
34 |
+
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
|
35 |
+
defaults will yield a similar configuration to that of the InternLM-7B.
|
36 |
+
|
37 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
38 |
+
documentation from [`PretrainedConfig`] for more information.
|
39 |
+
|
40 |
+
|
41 |
+
Args:
|
42 |
+
vocab_size (`int`, *optional*, defaults to 32000):
|
43 |
+
Vocabulary size of the InternLM model. Defines the number of different tokens that can be represented by the
|
44 |
+
`inputs_ids` passed when calling [`InternLMModel`]
|
45 |
+
hidden_size (`int`, *optional*, defaults to 4096):
|
46 |
+
Dimension of the hidden representations.
|
47 |
+
intermediate_size (`int`, *optional*, defaults to 11008):
|
48 |
+
Dimension of the MLP representations.
|
49 |
+
num_hidden_layers (`int`, *optional*, defaults to 32):
|
50 |
+
Number of hidden layers in the Transformer encoder.
|
51 |
+
num_attention_heads (`int`, *optional*, defaults to 32):
|
52 |
+
Number of attention heads for each attention layer in the Transformer encoder.
|
53 |
+
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
54 |
+
The non-linear activation function (function or string) in the decoder.
|
55 |
+
max_position_embeddings (`int`, *optional*, defaults to 2048):
|
56 |
+
The maximum sequence length that this model might ever be used with. Typically set this to something large
|
57 |
+
just in case (e.g., 512 or 1024 or 2048).
|
58 |
+
initializer_range (`float`, *optional*, defaults to 0.02):
|
59 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
60 |
+
rms_norm_eps (`float`, *optional*, defaults to 1e-12):
|
61 |
+
The epsilon used by the rms normalization layers.
|
62 |
+
use_cache (`bool`, *optional*, defaults to `True`):
|
63 |
+
Whether or not the model should return the last key/values attentions (not used by all models). Only
|
64 |
+
relevant if `config.is_decoder=True`.
|
65 |
+
tie_word_embeddings(`bool`, *optional*, defaults to `False`):
|
66 |
+
Whether to tie weight embeddings
|
67 |
+
Example:
|
68 |
+
|
69 |
+
```python
|
70 |
+
>>> from transformers import InternLMModel, InternLMConfig
|
71 |
+
|
72 |
+
>>> # Initializing a InternLM internlm-7b style configuration
|
73 |
+
>>> configuration = InternLMConfig()
|
74 |
+
|
75 |
+
>>> # Initializing a model from the internlm-7b style configuration
|
76 |
+
>>> model = InternLMModel(configuration)
|
77 |
+
|
78 |
+
>>> # Accessing the model configuration
|
79 |
+
>>> configuration = model.config
|
80 |
+
```"""
|
81 |
+
model_type = "internlm"
|
82 |
+
_auto_class = "AutoConfig"
|
83 |
+
|
84 |
+
def __init__(
|
85 |
+
self,
|
86 |
+
vocab_size=103168,
|
87 |
+
hidden_size=4096,
|
88 |
+
intermediate_size=11008,
|
89 |
+
num_hidden_layers=32,
|
90 |
+
num_attention_heads=32,
|
91 |
+
hidden_act="silu",
|
92 |
+
max_position_embeddings=2048,
|
93 |
+
initializer_range=0.02,
|
94 |
+
rms_norm_eps=1e-6,
|
95 |
+
use_cache=True,
|
96 |
+
pad_token_id=0,
|
97 |
+
bos_token_id=1,
|
98 |
+
eos_token_id=2,
|
99 |
+
tie_word_embeddings=False,
|
100 |
+
bias=True,
|
101 |
+
**kwargs,
|
102 |
+
):
|
103 |
+
self.vocab_size = vocab_size
|
104 |
+
self.max_position_embeddings = max_position_embeddings
|
105 |
+
self.hidden_size = hidden_size
|
106 |
+
self.intermediate_size = intermediate_size
|
107 |
+
self.num_hidden_layers = num_hidden_layers
|
108 |
+
self.num_attention_heads = num_attention_heads
|
109 |
+
self.hidden_act = hidden_act
|
110 |
+
self.initializer_range = initializer_range
|
111 |
+
self.rms_norm_eps = rms_norm_eps
|
112 |
+
self.use_cache = use_cache
|
113 |
+
self.bias = bias
|
114 |
+
super().__init__(
|
115 |
+
pad_token_id=pad_token_id,
|
116 |
+
bos_token_id=bos_token_id,
|
117 |
+
eos_token_id=eos_token_id,
|
118 |
+
tie_word_embeddings=tie_word_embeddings,
|
119 |
+
**kwargs,
|
120 |
+
)
|
triton_models/tokenizer/generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 2,
|
6 |
+
"transformers_version": "4.33.1"
|
7 |
+
}
|
triton_models/tokenizer/modeling_internlm.py
ADDED
@@ -0,0 +1,1015 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
|
3 |
+
#
|
4 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
5 |
+
# and OPT implementations in this library. It has been modified from its
|
6 |
+
# original forms to accommodate minor architectural differences compared
|
7 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
8 |
+
#
|
9 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
10 |
+
# you may not use this file except in compliance with the License.
|
11 |
+
# You may obtain a copy of the License at
|
12 |
+
#
|
13 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
14 |
+
#
|
15 |
+
# Unless required by applicable law or agreed to in writing, software
|
16 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
17 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
+
# See the License for the specific language governing permissions and
|
19 |
+
# limitations under the License.
|
20 |
+
""" PyTorch InternLM model."""
|
21 |
+
import math
|
22 |
+
from typing import List, Optional, Tuple, Union
|
23 |
+
import threading, queue
|
24 |
+
|
25 |
+
import torch
|
26 |
+
import torch.utils.checkpoint
|
27 |
+
from torch import nn
|
28 |
+
from torch.nn import BCEWithLogitsLoss, CrossEntropyLoss, MSELoss
|
29 |
+
|
30 |
+
from transformers.activations import ACT2FN
|
31 |
+
from transformers.modeling_outputs import (
|
32 |
+
BaseModelOutputWithPast,
|
33 |
+
CausalLMOutputWithPast,
|
34 |
+
SequenceClassifierOutputWithPast,
|
35 |
+
)
|
36 |
+
from transformers.modeling_utils import PreTrainedModel
|
37 |
+
from transformers.generation.streamers import BaseStreamer
|
38 |
+
from transformers.utils import (
|
39 |
+
add_start_docstrings,
|
40 |
+
add_start_docstrings_to_model_forward,
|
41 |
+
logging,
|
42 |
+
replace_return_docstrings,
|
43 |
+
)
|
44 |
+
from .configuration_internlm import InternLMConfig
|
45 |
+
|
46 |
+
|
47 |
+
logger = logging.get_logger(__name__)
|
48 |
+
|
49 |
+
_CONFIG_FOR_DOC = "InternLMConfig"
|
50 |
+
|
51 |
+
|
52 |
+
# Copied from transformers.models.bart.modeling_bart._make_causal_mask
|
53 |
+
def _make_causal_mask(
|
54 |
+
input_ids_shape: torch.Size, dtype: torch.dtype, device: torch.device, past_key_values_length: int = 0
|
55 |
+
):
|
56 |
+
"""
|
57 |
+
Make causal mask used for bi-directional self-attention.
|
58 |
+
"""
|
59 |
+
bsz, tgt_len = input_ids_shape
|
60 |
+
mask = torch.full((tgt_len, tgt_len), torch.tensor(torch.finfo(dtype).min, device=device), device=device)
|
61 |
+
mask_cond = torch.arange(mask.size(-1), device=device)
|
62 |
+
mask.masked_fill_(mask_cond < (mask_cond + 1).view(mask.size(-1), 1), 0)
|
63 |
+
mask = mask.to(dtype)
|
64 |
+
|
65 |
+
if past_key_values_length > 0:
|
66 |
+
mask = torch.cat([torch.zeros(tgt_len, past_key_values_length, dtype=dtype, device=device), mask], dim=-1)
|
67 |
+
return mask[None, None, :, :].expand(bsz, 1, tgt_len, tgt_len + past_key_values_length)
|
68 |
+
|
69 |
+
|
70 |
+
# Copied from transformers.models.bart.modeling_bart._expand_mask
|
71 |
+
def _expand_mask(mask: torch.Tensor, dtype: torch.dtype, tgt_len: Optional[int] = None):
|
72 |
+
"""
|
73 |
+
Expands attention_mask from `[bsz, seq_len]` to `[bsz, 1, tgt_seq_len, src_seq_len]`.
|
74 |
+
"""
|
75 |
+
bsz, src_len = mask.size()
|
76 |
+
tgt_len = tgt_len if tgt_len is not None else src_len
|
77 |
+
|
78 |
+
expanded_mask = mask[:, None, None, :].expand(bsz, 1, tgt_len, src_len).to(dtype)
|
79 |
+
|
80 |
+
inverted_mask = 1.0 - expanded_mask
|
81 |
+
|
82 |
+
return inverted_mask.masked_fill(inverted_mask.to(torch.bool), torch.finfo(dtype).min)
|
83 |
+
|
84 |
+
|
85 |
+
class InternLMRMSNorm(nn.Module):
|
86 |
+
def __init__(self, hidden_size, eps=1e-6):
|
87 |
+
"""
|
88 |
+
InternLMRMSNorm is equivalent to T5LayerNorm
|
89 |
+
"""
|
90 |
+
super().__init__()
|
91 |
+
self.weight = nn.Parameter(torch.ones(hidden_size))
|
92 |
+
self.variance_epsilon = eps
|
93 |
+
|
94 |
+
def forward(self, hidden_states):
|
95 |
+
variance = hidden_states.to(torch.float32).pow(2).mean(-1, keepdim=True)
|
96 |
+
hidden_states = hidden_states * torch.rsqrt(variance + self.variance_epsilon)
|
97 |
+
|
98 |
+
# convert into half-precision if necessary
|
99 |
+
if self.weight.dtype in [torch.float16, torch.bfloat16]:
|
100 |
+
hidden_states = hidden_states.to(self.weight.dtype)
|
101 |
+
|
102 |
+
return self.weight * hidden_states
|
103 |
+
|
104 |
+
|
105 |
+
class InternLMRotaryEmbedding(torch.nn.Module):
|
106 |
+
def __init__(self, dim, max_position_embeddings=2048, base=10000, device=None):
|
107 |
+
super().__init__()
|
108 |
+
inv_freq = 1.0 / (base ** (torch.arange(0, dim, 2).float().to(device) / dim))
|
109 |
+
self.register_buffer("inv_freq", inv_freq)
|
110 |
+
|
111 |
+
# Build here to make `torch.jit.trace` work.
|
112 |
+
self.max_seq_len_cached = max_position_embeddings
|
113 |
+
t = torch.arange(self.max_seq_len_cached, device=self.inv_freq.device, dtype=self.inv_freq.dtype)
|
114 |
+
freqs = torch.einsum("i,j->ij", t, self.inv_freq)
|
115 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
116 |
+
emb = torch.cat((freqs, freqs), dim=-1)
|
117 |
+
self.register_buffer("cos_cached", emb.cos()[None, None, :, :], persistent=False)
|
118 |
+
self.register_buffer("sin_cached", emb.sin()[None, None, :, :], persistent=False)
|
119 |
+
|
120 |
+
def forward(self, x, seq_len=None):
|
121 |
+
# x: [bs, num_attention_heads, seq_len, head_size]
|
122 |
+
# This `if` block is unlikely to be run after we build sin/cos in `__init__`. Keep the logic here just in case.
|
123 |
+
if seq_len > self.max_seq_len_cached:
|
124 |
+
self.max_seq_len_cached = seq_len
|
125 |
+
t = torch.arange(self.max_seq_len_cached, device=x.device, dtype=self.inv_freq.dtype)
|
126 |
+
freqs = torch.einsum("i,j->ij", t, self.inv_freq)
|
127 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
128 |
+
emb = torch.cat((freqs, freqs), dim=-1).to(x.device)
|
129 |
+
self.register_buffer("cos_cached", emb.cos()[None, None, :, :], persistent=False)
|
130 |
+
self.register_buffer("sin_cached", emb.sin()[None, None, :, :], persistent=False)
|
131 |
+
return (
|
132 |
+
self.cos_cached[:, :, :seq_len, ...].to(dtype=x.dtype),
|
133 |
+
self.sin_cached[:, :, :seq_len, ...].to(dtype=x.dtype),
|
134 |
+
)
|
135 |
+
|
136 |
+
|
137 |
+
def rotate_half(x):
|
138 |
+
"""Rotates half the hidden dims of the input."""
|
139 |
+
x1 = x[..., : x.shape[-1] // 2]
|
140 |
+
x2 = x[..., x.shape[-1] // 2 :]
|
141 |
+
return torch.cat((-x2, x1), dim=-1)
|
142 |
+
|
143 |
+
|
144 |
+
def apply_rotary_pos_emb(q, k, cos, sin, position_ids):
|
145 |
+
# The first two dimensions of cos and sin are always 1, so we can `squeeze` them.
|
146 |
+
cos = cos.squeeze(1).squeeze(0) # [seq_len, dim]
|
147 |
+
sin = sin.squeeze(1).squeeze(0) # [seq_len, dim]
|
148 |
+
cos = cos[position_ids].unsqueeze(1) # [bs, 1, seq_len, dim]
|
149 |
+
sin = sin[position_ids].unsqueeze(1) # [bs, 1, seq_len, dim]
|
150 |
+
q_embed = (q * cos) + (rotate_half(q) * sin)
|
151 |
+
k_embed = (k * cos) + (rotate_half(k) * sin)
|
152 |
+
return q_embed, k_embed
|
153 |
+
|
154 |
+
|
155 |
+
class InternLMMLP(nn.Module):
|
156 |
+
def __init__(
|
157 |
+
self,
|
158 |
+
hidden_size: int,
|
159 |
+
intermediate_size: int,
|
160 |
+
hidden_act: str,
|
161 |
+
):
|
162 |
+
super().__init__()
|
163 |
+
self.gate_proj = nn.Linear(hidden_size, intermediate_size, bias=False)
|
164 |
+
self.down_proj = nn.Linear(intermediate_size, hidden_size, bias=False)
|
165 |
+
self.up_proj = nn.Linear(hidden_size, intermediate_size, bias=False)
|
166 |
+
self.act_fn = ACT2FN[hidden_act]
|
167 |
+
|
168 |
+
def forward(self, x):
|
169 |
+
return self.down_proj(self.act_fn(self.gate_proj(x)) * self.up_proj(x))
|
170 |
+
|
171 |
+
|
172 |
+
class InternLMAttention(nn.Module):
|
173 |
+
"""Multi-headed attention from 'Attention Is All You Need' paper"""
|
174 |
+
|
175 |
+
def __init__(self, config: InternLMConfig):
|
176 |
+
super().__init__()
|
177 |
+
self.config = config
|
178 |
+
self.hidden_size = config.hidden_size
|
179 |
+
self.num_heads = config.num_attention_heads
|
180 |
+
self.head_dim = self.hidden_size // self.num_heads
|
181 |
+
self.max_position_embeddings = config.max_position_embeddings
|
182 |
+
|
183 |
+
if (self.head_dim * self.num_heads) != self.hidden_size:
|
184 |
+
raise ValueError(
|
185 |
+
f"hidden_size must be divisible by num_heads (got `hidden_size`: {self.hidden_size}"
|
186 |
+
f" and `num_heads`: {self.num_heads})."
|
187 |
+
)
|
188 |
+
self.q_proj = nn.Linear(self.hidden_size, self.num_heads * self.head_dim, bias=config.bias)
|
189 |
+
self.k_proj = nn.Linear(self.hidden_size, self.num_heads * self.head_dim, bias=config.bias)
|
190 |
+
self.v_proj = nn.Linear(self.hidden_size, self.num_heads * self.head_dim, bias=config.bias)
|
191 |
+
self.o_proj = nn.Linear(self.num_heads * self.head_dim, self.hidden_size, bias=config.bias)
|
192 |
+
self.rotary_emb = InternLMRotaryEmbedding(self.head_dim, max_position_embeddings=self.max_position_embeddings)
|
193 |
+
|
194 |
+
def _shape(self, tensor: torch.Tensor, seq_len: int, bsz: int):
|
195 |
+
return tensor.view(bsz, seq_len, self.num_heads, self.head_dim).transpose(1, 2).contiguous()
|
196 |
+
|
197 |
+
def forward(
|
198 |
+
self,
|
199 |
+
hidden_states: torch.Tensor,
|
200 |
+
attention_mask: Optional[torch.Tensor] = None,
|
201 |
+
position_ids: Optional[torch.LongTensor] = None,
|
202 |
+
past_key_value: Optional[Tuple[torch.Tensor]] = None,
|
203 |
+
output_attentions: bool = False,
|
204 |
+
use_cache: bool = False,
|
205 |
+
) -> Tuple[torch.Tensor, Optional[torch.Tensor], Optional[Tuple[torch.Tensor]]]:
|
206 |
+
bsz, q_len, _ = hidden_states.size()
|
207 |
+
|
208 |
+
query_states = self.q_proj(hidden_states).view(bsz, q_len, self.num_heads, self.head_dim).transpose(1, 2)
|
209 |
+
key_states = self.k_proj(hidden_states).view(bsz, q_len, self.num_heads, self.head_dim).transpose(1, 2)
|
210 |
+
value_states = self.v_proj(hidden_states).view(bsz, q_len, self.num_heads, self.head_dim).transpose(1, 2)
|
211 |
+
|
212 |
+
kv_seq_len = key_states.shape[-2]
|
213 |
+
if past_key_value is not None:
|
214 |
+
kv_seq_len += past_key_value[0].shape[-2]
|
215 |
+
cos, sin = self.rotary_emb(value_states, seq_len=kv_seq_len)
|
216 |
+
query_states, key_states = apply_rotary_pos_emb(query_states, key_states, cos, sin, position_ids)
|
217 |
+
# [bsz, nh, t, hd]
|
218 |
+
|
219 |
+
if past_key_value is not None:
|
220 |
+
# reuse k, v, self_attention
|
221 |
+
key_states = torch.cat([past_key_value[0], key_states], dim=2)
|
222 |
+
value_states = torch.cat([past_key_value[1], value_states], dim=2)
|
223 |
+
|
224 |
+
past_key_value = (key_states, value_states) if use_cache else None
|
225 |
+
|
226 |
+
attn_weights = torch.matmul(query_states, key_states.transpose(2, 3)) / math.sqrt(self.head_dim)
|
227 |
+
|
228 |
+
if attn_weights.size() != (bsz, self.num_heads, q_len, kv_seq_len):
|
229 |
+
raise ValueError(
|
230 |
+
f"Attention weights should be of size {(bsz, self.num_heads, q_len, kv_seq_len)}, but is"
|
231 |
+
f" {attn_weights.size()}"
|
232 |
+
)
|
233 |
+
|
234 |
+
if attention_mask is not None:
|
235 |
+
if attention_mask.size() != (bsz, 1, q_len, kv_seq_len):
|
236 |
+
raise ValueError(
|
237 |
+
f"Attention mask should be of size {(bsz, 1, q_len, kv_seq_len)}, but is {attention_mask.size()}"
|
238 |
+
)
|
239 |
+
attn_weights = attn_weights + attention_mask
|
240 |
+
attn_weights = torch.max(attn_weights, torch.tensor(torch.finfo(attn_weights.dtype).min))
|
241 |
+
|
242 |
+
# upcast attention to fp32
|
243 |
+
attn_weights = nn.functional.softmax(attn_weights, dim=-1, dtype=torch.float32).to(query_states.dtype)
|
244 |
+
attn_output = torch.matmul(attn_weights, value_states)
|
245 |
+
|
246 |
+
if attn_output.size() != (bsz, self.num_heads, q_len, self.head_dim):
|
247 |
+
raise ValueError(
|
248 |
+
f"`attn_output` should be of size {(bsz, self.num_heads, q_len, self.head_dim)}, but is"
|
249 |
+
f" {attn_output.size()}"
|
250 |
+
)
|
251 |
+
|
252 |
+
attn_output = attn_output.transpose(1, 2)
|
253 |
+
attn_output = attn_output.reshape(bsz, q_len, self.hidden_size)
|
254 |
+
|
255 |
+
attn_output = self.o_proj(attn_output)
|
256 |
+
|
257 |
+
if not output_attentions:
|
258 |
+
attn_weights = None
|
259 |
+
|
260 |
+
return attn_output, attn_weights, past_key_value
|
261 |
+
|
262 |
+
|
263 |
+
class InternLMDecoderLayer(nn.Module):
|
264 |
+
def __init__(self, config: InternLMConfig):
|
265 |
+
super().__init__()
|
266 |
+
self.hidden_size = config.hidden_size
|
267 |
+
self.self_attn = InternLMAttention(config=config)
|
268 |
+
self.mlp = InternLMMLP(
|
269 |
+
hidden_size=self.hidden_size,
|
270 |
+
intermediate_size=config.intermediate_size,
|
271 |
+
hidden_act=config.hidden_act,
|
272 |
+
)
|
273 |
+
self.input_layernorm = InternLMRMSNorm(config.hidden_size, eps=config.rms_norm_eps)
|
274 |
+
self.post_attention_layernorm = InternLMRMSNorm(config.hidden_size, eps=config.rms_norm_eps)
|
275 |
+
|
276 |
+
def forward(
|
277 |
+
self,
|
278 |
+
hidden_states: torch.Tensor,
|
279 |
+
attention_mask: Optional[torch.Tensor] = None,
|
280 |
+
position_ids: Optional[torch.LongTensor] = None,
|
281 |
+
past_key_value: Optional[Tuple[torch.Tensor]] = None,
|
282 |
+
output_attentions: Optional[bool] = False,
|
283 |
+
use_cache: Optional[bool] = False,
|
284 |
+
) -> Tuple[torch.FloatTensor, Optional[Tuple[torch.FloatTensor, torch.FloatTensor]]]:
|
285 |
+
"""
|
286 |
+
Args:
|
287 |
+
hidden_states (`torch.FloatTensor`): input to the layer of shape `(batch, seq_len, embed_dim)`
|
288 |
+
attention_mask (`torch.FloatTensor`, *optional*): attention mask of size
|
289 |
+
`(batch, 1, tgt_len, src_len)` where padding elements are indicated by very large negative values.
|
290 |
+
output_attentions (`bool`, *optional*):
|
291 |
+
Whether or not to return the attentions tensors of all attention layers. See `attentions` under
|
292 |
+
returned tensors for more detail.
|
293 |
+
use_cache (`bool`, *optional*):
|
294 |
+
If set to `True`, `past_key_values` key value states are returned and can be used to speed up decoding
|
295 |
+
(see `past_key_values`).
|
296 |
+
past_key_value (`Tuple(torch.FloatTensor)`, *optional*): cached past key and value projection states
|
297 |
+
"""
|
298 |
+
|
299 |
+
residual = hidden_states
|
300 |
+
|
301 |
+
hidden_states = self.input_layernorm(hidden_states)
|
302 |
+
|
303 |
+
# Self Attention
|
304 |
+
hidden_states, self_attn_weights, present_key_value = self.self_attn(
|
305 |
+
hidden_states=hidden_states,
|
306 |
+
attention_mask=attention_mask,
|
307 |
+
position_ids=position_ids,
|
308 |
+
past_key_value=past_key_value,
|
309 |
+
output_attentions=output_attentions,
|
310 |
+
use_cache=use_cache,
|
311 |
+
)
|
312 |
+
hidden_states = residual + hidden_states
|
313 |
+
|
314 |
+
# Fully Connected
|
315 |
+
residual = hidden_states
|
316 |
+
hidden_states = self.post_attention_layernorm(hidden_states)
|
317 |
+
hidden_states = self.mlp(hidden_states)
|
318 |
+
hidden_states = residual + hidden_states
|
319 |
+
|
320 |
+
outputs = (hidden_states,)
|
321 |
+
|
322 |
+
if output_attentions:
|
323 |
+
outputs += (self_attn_weights,)
|
324 |
+
|
325 |
+
if use_cache:
|
326 |
+
outputs += (present_key_value,)
|
327 |
+
|
328 |
+
return outputs
|
329 |
+
|
330 |
+
|
331 |
+
INTERNLM_START_DOCSTRING = r"""
|
332 |
+
This model inherits from [`PreTrainedModel`]. Check the superclass documentation for the generic methods the
|
333 |
+
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
|
334 |
+
etc.)
|
335 |
+
|
336 |
+
This model is also a PyTorch [torch.nn.Module](https://pytorch.org/docs/stable/nn.html#torch.nn.Module) subclass.
|
337 |
+
Use it as a regular PyTorch Module and refer to the PyTorch documentation for all matter related to general usage
|
338 |
+
and behavior.
|
339 |
+
|
340 |
+
Parameters:
|
341 |
+
config ([`InternLMConfig`]):
|
342 |
+
Model configuration class with all the parameters of the model. Initializing with a config file does not
|
343 |
+
load the weights associated with the model, only the configuration. Check out the
|
344 |
+
[`~PreTrainedModel.from_pretrained`] method to load the model weights.
|
345 |
+
"""
|
346 |
+
|
347 |
+
|
348 |
+
@add_start_docstrings(
|
349 |
+
"The bare InternLM Model outputting raw hidden-states without any specific head on top.",
|
350 |
+
INTERNLM_START_DOCSTRING,
|
351 |
+
)
|
352 |
+
class InternLMPreTrainedModel(PreTrainedModel):
|
353 |
+
config_class = InternLMConfig
|
354 |
+
base_model_prefix = "model"
|
355 |
+
supports_gradient_checkpointing = True
|
356 |
+
_no_split_modules = ["InternLMDecoderLayer"]
|
357 |
+
_keys_to_ignore_on_load_unexpected = [r"decoder\.version"]
|
358 |
+
|
359 |
+
def _init_weights(self, module):
|
360 |
+
std = self.config.initializer_range
|
361 |
+
if isinstance(module, nn.Linear):
|
362 |
+
module.weight.data.normal_(mean=0.0, std=std)
|
363 |
+
if module.bias is not None:
|
364 |
+
module.bias.data.zero_()
|
365 |
+
elif isinstance(module, nn.Embedding):
|
366 |
+
module.weight.data.normal_(mean=0.0, std=std)
|
367 |
+
if module.padding_idx is not None:
|
368 |
+
module.weight.data[module.padding_idx].zero_()
|
369 |
+
|
370 |
+
def _set_gradient_checkpointing(self, module, value=False):
|
371 |
+
if isinstance(module, InternLMModel):
|
372 |
+
module.gradient_checkpointing = value
|
373 |
+
|
374 |
+
|
375 |
+
INTERNLM_INPUTS_DOCSTRING = r"""
|
376 |
+
Args:
|
377 |
+
input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
|
378 |
+
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
|
379 |
+
it.
|
380 |
+
|
381 |
+
Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
|
382 |
+
[`PreTrainedTokenizer.__call__`] for details.
|
383 |
+
|
384 |
+
[What are input IDs?](../glossary#input-ids)
|
385 |
+
attention_mask (`torch.Tensor` of shape `(batch_size, sequence_length)`, *optional*):
|
386 |
+
Mask to avoid performing attention on padding token indices. Mask values selected in `[0, 1]`:
|
387 |
+
|
388 |
+
- 1 for tokens that are **not masked**,
|
389 |
+
- 0 for tokens that are **masked**.
|
390 |
+
|
391 |
+
[What are attention masks?](../glossary#attention-mask)
|
392 |
+
|
393 |
+
Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
|
394 |
+
[`PreTrainedTokenizer.__call__`] for details.
|
395 |
+
|
396 |
+
If `past_key_values` is used, optionally only the last `decoder_input_ids` have to be input (see
|
397 |
+
`past_key_values`).
|
398 |
+
|
399 |
+
If you want to change padding behavior, you should read [`modeling_opt._prepare_decoder_attention_mask`]
|
400 |
+
and modify to your needs. See diagram 1 in [the paper](https://arxiv.org/abs/1910.13461) for more
|
401 |
+
information on the default strategy.
|
402 |
+
|
403 |
+
- 1 indicates the head is **not masked**,
|
404 |
+
- 0 indicates the head is **masked**.
|
405 |
+
position_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`, *optional*):
|
406 |
+
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range `[0,
|
407 |
+
config.n_positions - 1]`.
|
408 |
+
|
409 |
+
[What are position IDs?](../glossary#position-ids)
|
410 |
+
past_key_values (`tuple(tuple(torch.FloatTensor))`, *optional*, returned when `use_cache=True` is passed or when `config.use_cache=True`):
|
411 |
+
Tuple of `tuple(torch.FloatTensor)` of length `config.n_layers`, with each tuple having 2 tensors of shape
|
412 |
+
`(batch_size, num_heads, sequence_length, embed_size_per_head)`) and 2 additional tensors of shape
|
413 |
+
`(batch_size, num_heads, encoder_sequence_length, embed_size_per_head)`.
|
414 |
+
|
415 |
+
Contains pre-computed hidden-states (key and values in the self-attention blocks and in the cross-attention
|
416 |
+
blocks) that can be used (see `past_key_values` input) to speed up sequential decoding.
|
417 |
+
|
418 |
+
If `past_key_values` are used, the user can optionally input only the last `decoder_input_ids` (those that
|
419 |
+
don't have their past key value states given to this model) of shape `(batch_size, 1)` instead of all
|
420 |
+
`decoder_input_ids` of shape `(batch_size, sequence_length)`.
|
421 |
+
inputs_embeds (`torch.FloatTensor` of shape `(batch_size, sequence_length, hidden_size)`, *optional*):
|
422 |
+
Optionally, instead of passing `input_ids` you can choose to directly pass an embedded representation. This
|
423 |
+
is useful if you want more control over how to convert `input_ids` indices into associated vectors than the
|
424 |
+
model's internal embedding lookup matrix.
|
425 |
+
use_cache (`bool`, *optional*):
|
426 |
+
If set to `True`, `past_key_values` key value states are returned and can be used to speed up decoding (see
|
427 |
+
`past_key_values`).
|
428 |
+
output_attentions (`bool`, *optional*):
|
429 |
+
Whether or not to return the attentions tensors of all attention layers. See `attentions` under returned
|
430 |
+
tensors for more detail.
|
431 |
+
output_hidden_states (`bool`, *optional*):
|
432 |
+
Whether or not to return the hidden states of all layers. See `hidden_states` under returned tensors for
|
433 |
+
more detail.
|
434 |
+
return_dict (`bool`, *optional*):
|
435 |
+
Whether or not to return a [`~utils.ModelOutput`] instead of a plain tuple.
|
436 |
+
"""
|
437 |
+
|
438 |
+
|
439 |
+
@add_start_docstrings(
|
440 |
+
"The bare InternLM Model outputting raw hidden-states without any specific head on top.",
|
441 |
+
INTERNLM_START_DOCSTRING,
|
442 |
+
)
|
443 |
+
class InternLMModel(InternLMPreTrainedModel):
|
444 |
+
"""
|
445 |
+
Transformer decoder consisting of *config.num_hidden_layers* layers. Each layer is a [`InternLMDecoderLayer`]
|
446 |
+
|
447 |
+
Args:
|
448 |
+
config: InternLMConfig
|
449 |
+
"""
|
450 |
+
|
451 |
+
_auto_class = "AutoModel"
|
452 |
+
|
453 |
+
def __init__(self, config: InternLMConfig):
|
454 |
+
super().__init__(config)
|
455 |
+
self.padding_idx = config.pad_token_id
|
456 |
+
self.vocab_size = config.vocab_size
|
457 |
+
|
458 |
+
self.embed_tokens = nn.Embedding(config.vocab_size, config.hidden_size, self.padding_idx)
|
459 |
+
self.layers = nn.ModuleList([InternLMDecoderLayer(config) for _ in range(config.num_hidden_layers)])
|
460 |
+
self.norm = InternLMRMSNorm(config.hidden_size, eps=config.rms_norm_eps)
|
461 |
+
|
462 |
+
self.gradient_checkpointing = False
|
463 |
+
# Initialize weights and apply final processing
|
464 |
+
self.post_init()
|
465 |
+
|
466 |
+
def get_input_embeddings(self):
|
467 |
+
return self.embed_tokens
|
468 |
+
|
469 |
+
def set_input_embeddings(self, value):
|
470 |
+
self.embed_tokens = value
|
471 |
+
|
472 |
+
# Copied from transformers.models.bart.modeling_bart.BartDecoder._prepare_decoder_attention_mask
|
473 |
+
def _prepare_decoder_attention_mask(self, attention_mask, input_shape, inputs_embeds, past_key_values_length):
|
474 |
+
# create causal mask
|
475 |
+
# [bsz, seq_len] -> [bsz, 1, tgt_seq_len, src_seq_len]
|
476 |
+
combined_attention_mask = None
|
477 |
+
if input_shape[-1] > 1:
|
478 |
+
combined_attention_mask = _make_causal_mask(
|
479 |
+
input_shape,
|
480 |
+
inputs_embeds.dtype,
|
481 |
+
device=inputs_embeds.device,
|
482 |
+
past_key_values_length=past_key_values_length,
|
483 |
+
)
|
484 |
+
|
485 |
+
if attention_mask is not None:
|
486 |
+
# [bsz, seq_len] -> [bsz, 1, tgt_seq_len, src_seq_len]
|
487 |
+
expanded_attn_mask = _expand_mask(attention_mask, inputs_embeds.dtype, tgt_len=input_shape[-1]).to(
|
488 |
+
inputs_embeds.device
|
489 |
+
)
|
490 |
+
combined_attention_mask = (
|
491 |
+
expanded_attn_mask if combined_attention_mask is None else expanded_attn_mask + combined_attention_mask
|
492 |
+
)
|
493 |
+
|
494 |
+
return combined_attention_mask
|
495 |
+
|
496 |
+
@add_start_docstrings_to_model_forward(INTERNLM_INPUTS_DOCSTRING)
|
497 |
+
def forward(
|
498 |
+
self,
|
499 |
+
input_ids: torch.LongTensor = None,
|
500 |
+
attention_mask: Optional[torch.Tensor] = None,
|
501 |
+
position_ids: Optional[torch.LongTensor] = None,
|
502 |
+
past_key_values: Optional[List[torch.FloatTensor]] = None,
|
503 |
+
inputs_embeds: Optional[torch.FloatTensor] = None,
|
504 |
+
use_cache: Optional[bool] = None,
|
505 |
+
output_attentions: Optional[bool] = None,
|
506 |
+
output_hidden_states: Optional[bool] = None,
|
507 |
+
return_dict: Optional[bool] = None,
|
508 |
+
) -> Union[Tuple, BaseModelOutputWithPast]:
|
509 |
+
output_attentions = output_attentions if output_attentions is not None else self.config.output_attentions
|
510 |
+
output_hidden_states = (
|
511 |
+
output_hidden_states if output_hidden_states is not None else self.config.output_hidden_states
|
512 |
+
)
|
513 |
+
use_cache = use_cache if use_cache is not None else self.config.use_cache
|
514 |
+
|
515 |
+
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
516 |
+
|
517 |
+
# retrieve input_ids and inputs_embeds
|
518 |
+
if input_ids is not None and inputs_embeds is not None:
|
519 |
+
raise ValueError("You cannot specify both decoder_input_ids and decoder_inputs_embeds at the same time")
|
520 |
+
elif input_ids is not None:
|
521 |
+
batch_size, seq_length = input_ids.shape
|
522 |
+
elif inputs_embeds is not None:
|
523 |
+
batch_size, seq_length, _ = inputs_embeds.shape
|
524 |
+
else:
|
525 |
+
raise ValueError("You have to specify either decoder_input_ids or decoder_inputs_embeds")
|
526 |
+
|
527 |
+
seq_length_with_past = seq_length
|
528 |
+
past_key_values_length = 0
|
529 |
+
|
530 |
+
if past_key_values is not None:
|
531 |
+
past_key_values_length = past_key_values[0][0].shape[2]
|
532 |
+
seq_length_with_past = seq_length_with_past + past_key_values_length
|
533 |
+
|
534 |
+
if position_ids is None:
|
535 |
+
device = input_ids.device if input_ids is not None else inputs_embeds.device
|
536 |
+
position_ids = torch.arange(
|
537 |
+
past_key_values_length, seq_length + past_key_values_length, dtype=torch.long, device=device
|
538 |
+
)
|
539 |
+
position_ids = position_ids.unsqueeze(0).view(-1, seq_length)
|
540 |
+
else:
|
541 |
+
position_ids = position_ids.view(-1, seq_length).long()
|
542 |
+
|
543 |
+
if inputs_embeds is None:
|
544 |
+
inputs_embeds = self.embed_tokens(input_ids)
|
545 |
+
# embed positions
|
546 |
+
if attention_mask is None:
|
547 |
+
attention_mask = torch.ones(
|
548 |
+
(batch_size, seq_length_with_past), dtype=torch.bool, device=inputs_embeds.device
|
549 |
+
)
|
550 |
+
attention_mask = self._prepare_decoder_attention_mask(
|
551 |
+
attention_mask, (batch_size, seq_length), inputs_embeds, past_key_values_length
|
552 |
+
)
|
553 |
+
|
554 |
+
hidden_states = inputs_embeds
|
555 |
+
|
556 |
+
if self.gradient_checkpointing and self.training:
|
557 |
+
if use_cache:
|
558 |
+
logger.warning_once(
|
559 |
+
"`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`..."
|
560 |
+
)
|
561 |
+
use_cache = False
|
562 |
+
|
563 |
+
# decoder layers
|
564 |
+
all_hidden_states = () if output_hidden_states else None
|
565 |
+
all_self_attns = () if output_attentions else None
|
566 |
+
next_decoder_cache = () if use_cache else None
|
567 |
+
|
568 |
+
for idx, decoder_layer in enumerate(self.layers):
|
569 |
+
if output_hidden_states:
|
570 |
+
all_hidden_states += (hidden_states,)
|
571 |
+
|
572 |
+
past_key_value = past_key_values[idx] if past_key_values is not None else None
|
573 |
+
|
574 |
+
if self.gradient_checkpointing and self.training:
|
575 |
+
|
576 |
+
def create_custom_forward(module):
|
577 |
+
def custom_forward(*inputs):
|
578 |
+
# None for past_key_value
|
579 |
+
return module(*inputs, output_attentions, None)
|
580 |
+
|
581 |
+
return custom_forward
|
582 |
+
|
583 |
+
layer_outputs = torch.utils.checkpoint.checkpoint(
|
584 |
+
create_custom_forward(decoder_layer),
|
585 |
+
hidden_states,
|
586 |
+
attention_mask,
|
587 |
+
position_ids,
|
588 |
+
None,
|
589 |
+
)
|
590 |
+
else:
|
591 |
+
layer_outputs = decoder_layer(
|
592 |
+
hidden_states,
|
593 |
+
attention_mask=attention_mask,
|
594 |
+
position_ids=position_ids,
|
595 |
+
past_key_value=past_key_value,
|
596 |
+
output_attentions=output_attentions,
|
597 |
+
use_cache=use_cache,
|
598 |
+
)
|
599 |
+
|
600 |
+
hidden_states = layer_outputs[0]
|
601 |
+
|
602 |
+
if use_cache:
|
603 |
+
next_decoder_cache += (layer_outputs[2 if output_attentions else 1],)
|
604 |
+
|
605 |
+
if output_attentions:
|
606 |
+
all_self_attns += (layer_outputs[1],)
|
607 |
+
|
608 |
+
hidden_states = self.norm(hidden_states)
|
609 |
+
|
610 |
+
# add hidden states from the last decoder layer
|
611 |
+
if output_hidden_states:
|
612 |
+
all_hidden_states += (hidden_states,)
|
613 |
+
|
614 |
+
next_cache = next_decoder_cache if use_cache else None
|
615 |
+
if not return_dict:
|
616 |
+
return tuple(v for v in [hidden_states, next_cache, all_hidden_states, all_self_attns] if v is not None)
|
617 |
+
return BaseModelOutputWithPast(
|
618 |
+
last_hidden_state=hidden_states,
|
619 |
+
past_key_values=next_cache,
|
620 |
+
hidden_states=all_hidden_states,
|
621 |
+
attentions=all_self_attns,
|
622 |
+
)
|
623 |
+
|
624 |
+
|
625 |
+
class InternLMForCausalLM(InternLMPreTrainedModel):
|
626 |
+
_auto_class = "AutoModelForCausalLM"
|
627 |
+
|
628 |
+
def __init__(self, config):
|
629 |
+
super().__init__(config)
|
630 |
+
self.model = InternLMModel(config)
|
631 |
+
|
632 |
+
self.lm_head = nn.Linear(config.hidden_size, config.vocab_size, bias=False)
|
633 |
+
|
634 |
+
# Initialize weights and apply final processing
|
635 |
+
self.post_init()
|
636 |
+
|
637 |
+
def get_input_embeddings(self):
|
638 |
+
return self.model.embed_tokens
|
639 |
+
|
640 |
+
def set_input_embeddings(self, value):
|
641 |
+
self.model.embed_tokens = value
|
642 |
+
|
643 |
+
def get_output_embeddings(self):
|
644 |
+
return self.lm_head
|
645 |
+
|
646 |
+
def set_output_embeddings(self, new_embeddings):
|
647 |
+
self.lm_head = new_embeddings
|
648 |
+
|
649 |
+
def set_decoder(self, decoder):
|
650 |
+
self.model = decoder
|
651 |
+
|
652 |
+
def get_decoder(self):
|
653 |
+
return self.model
|
654 |
+
|
655 |
+
@add_start_docstrings_to_model_forward(INTERNLM_INPUTS_DOCSTRING)
|
656 |
+
@replace_return_docstrings(output_type=CausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC)
|
657 |
+
def forward(
|
658 |
+
self,
|
659 |
+
input_ids: torch.LongTensor = None,
|
660 |
+
attention_mask: Optional[torch.Tensor] = None,
|
661 |
+
position_ids: Optional[torch.LongTensor] = None,
|
662 |
+
past_key_values: Optional[List[torch.FloatTensor]] = None,
|
663 |
+
inputs_embeds: Optional[torch.FloatTensor] = None,
|
664 |
+
labels: Optional[torch.LongTensor] = None,
|
665 |
+
use_cache: Optional[bool] = None,
|
666 |
+
output_attentions: Optional[bool] = None,
|
667 |
+
output_hidden_states: Optional[bool] = None,
|
668 |
+
return_dict: Optional[bool] = None,
|
669 |
+
) -> Union[Tuple, CausalLMOutputWithPast]:
|
670 |
+
r"""
|
671 |
+
Args:
|
672 |
+
labels (`torch.LongTensor` of shape `(batch_size, sequence_length)`, *optional*):
|
673 |
+
Labels for computing the masked language modeling loss. Indices should either be in `[0, ...,
|
674 |
+
config.vocab_size]` or -100 (see `input_ids` docstring). Tokens with indices set to `-100` are ignored
|
675 |
+
(masked), the loss is only computed for the tokens with labels in `[0, ..., config.vocab_size]`.
|
676 |
+
|
677 |
+
Returns:
|
678 |
+
|
679 |
+
Example:
|
680 |
+
|
681 |
+
```python
|
682 |
+
>>> from transformers import AutoTokenizer, InternLMForCausalLM
|
683 |
+
|
684 |
+
>>> model = InternLMForCausalLM.from_pretrained(PATH_TO_CONVERTED_WEIGHTS)
|
685 |
+
>>> tokenizer = AutoTokenizer.from_pretrained(PATH_TO_CONVERTED_TOKENIZER)
|
686 |
+
|
687 |
+
>>> prompt = "Hey, are you consciours? Can you talk to me?"
|
688 |
+
>>> inputs = tokenizer(prompt, return_tensors="pt")
|
689 |
+
|
690 |
+
>>> # Generate
|
691 |
+
>>> generate_ids = model.generate(inputs.input_ids, max_length=30)
|
692 |
+
>>> tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
|
693 |
+
"Hey, are you consciours? Can you talk to me?\nI'm not consciours, but I can talk to you."
|
694 |
+
```"""
|
695 |
+
|
696 |
+
output_attentions = output_attentions if output_attentions is not None else self.config.output_attentions
|
697 |
+
output_hidden_states = (
|
698 |
+
output_hidden_states if output_hidden_states is not None else self.config.output_hidden_states
|
699 |
+
)
|
700 |
+
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
701 |
+
|
702 |
+
# decoder outputs consists of (dec_features, layer_state, dec_hidden, dec_attn)
|
703 |
+
outputs = self.model(
|
704 |
+
input_ids=input_ids,
|
705 |
+
attention_mask=attention_mask,
|
706 |
+
position_ids=position_ids,
|
707 |
+
past_key_values=past_key_values,
|
708 |
+
inputs_embeds=inputs_embeds,
|
709 |
+
use_cache=use_cache,
|
710 |
+
output_attentions=output_attentions,
|
711 |
+
output_hidden_states=output_hidden_states,
|
712 |
+
return_dict=return_dict,
|
713 |
+
)
|
714 |
+
|
715 |
+
hidden_states = outputs[0]
|
716 |
+
logits = self.lm_head(hidden_states)
|
717 |
+
|
718 |
+
loss = None
|
719 |
+
if labels is not None:
|
720 |
+
# Shift so that tokens < n predict n
|
721 |
+
shift_logits = logits[..., :-1, :].contiguous()
|
722 |
+
shift_labels = labels[..., 1:].contiguous()
|
723 |
+
# Flatten the tokens
|
724 |
+
loss_fct = CrossEntropyLoss()
|
725 |
+
shift_logits = shift_logits.view(-1, self.config.vocab_size)
|
726 |
+
shift_labels = shift_labels.view(-1)
|
727 |
+
# Enable model parallelism
|
728 |
+
shift_labels = shift_labels.to(shift_logits.device)
|
729 |
+
loss = loss_fct(shift_logits, shift_labels)
|
730 |
+
|
731 |
+
if not return_dict:
|
732 |
+
output = (logits,) + outputs[1:]
|
733 |
+
return (loss,) + output if loss is not None else output
|
734 |
+
|
735 |
+
return CausalLMOutputWithPast(
|
736 |
+
loss=loss,
|
737 |
+
logits=logits,
|
738 |
+
past_key_values=outputs.past_key_values,
|
739 |
+
hidden_states=outputs.hidden_states,
|
740 |
+
attentions=outputs.attentions,
|
741 |
+
)
|
742 |
+
|
743 |
+
def prepare_inputs_for_generation(
|
744 |
+
self, input_ids, past_key_values=None, attention_mask=None, inputs_embeds=None, **kwargs
|
745 |
+
):
|
746 |
+
if past_key_values:
|
747 |
+
input_ids = input_ids[:, -1:]
|
748 |
+
|
749 |
+
position_ids = kwargs.get("position_ids", None)
|
750 |
+
if attention_mask is not None and position_ids is None:
|
751 |
+
# create position_ids on the fly for batch generation
|
752 |
+
position_ids = attention_mask.long().cumsum(-1) - 1
|
753 |
+
position_ids.masked_fill_(attention_mask == 0, 1)
|
754 |
+
if past_key_values:
|
755 |
+
position_ids = position_ids[:, -1].unsqueeze(-1)
|
756 |
+
|
757 |
+
# if `inputs_embeds` are passed, we only want to use them in the 1st generation step
|
758 |
+
if inputs_embeds is not None and past_key_values is None:
|
759 |
+
model_inputs = {"inputs_embeds": inputs_embeds}
|
760 |
+
else:
|
761 |
+
model_inputs = {"input_ids": input_ids}
|
762 |
+
|
763 |
+
model_inputs.update(
|
764 |
+
{
|
765 |
+
"position_ids": position_ids,
|
766 |
+
"past_key_values": past_key_values,
|
767 |
+
"use_cache": kwargs.get("use_cache"),
|
768 |
+
"attention_mask": attention_mask,
|
769 |
+
}
|
770 |
+
)
|
771 |
+
return model_inputs
|
772 |
+
|
773 |
+
@staticmethod
|
774 |
+
def _reorder_cache(past_key_values, beam_idx):
|
775 |
+
reordered_past = ()
|
776 |
+
for layer_past in past_key_values:
|
777 |
+
reordered_past += (tuple(past_state.index_select(0, beam_idx) for past_state in layer_past),)
|
778 |
+
return reordered_past
|
779 |
+
|
780 |
+
def build_inputs(self, tokenizer, query: str, history: List[Tuple[str, str]] = []):
|
781 |
+
prompt = ""
|
782 |
+
for record in history:
|
783 |
+
prompt += f"""<s><|User|>:{record[0]}<eoh>\n<|Bot|>:{record[1]}<eoa>\n"""
|
784 |
+
if len(prompt) == 0:
|
785 |
+
prompt += "<s>"
|
786 |
+
prompt += f"""<|User|>:{query}<eoh>\n<|Bot|>:"""
|
787 |
+
return tokenizer([prompt], return_tensors="pt")
|
788 |
+
|
789 |
+
@torch.no_grad()
|
790 |
+
def chat(
|
791 |
+
self,
|
792 |
+
tokenizer,
|
793 |
+
query: str,
|
794 |
+
history: List[Tuple[str, str]] = [],
|
795 |
+
streamer: Optional[BaseStreamer] = None,
|
796 |
+
max_new_tokens: int = 1024,
|
797 |
+
do_sample: bool = True,
|
798 |
+
temperature: float = 0.8,
|
799 |
+
top_p: float = 0.8,
|
800 |
+
**kwargs,
|
801 |
+
):
|
802 |
+
inputs = self.build_inputs(tokenizer, query, history)
|
803 |
+
inputs = {k: v.to(self.device) for k, v in inputs.items() if torch.is_tensor(v)}
|
804 |
+
outputs = self.generate(
|
805 |
+
**inputs,
|
806 |
+
streamer=streamer,
|
807 |
+
max_new_tokens=max_new_tokens,
|
808 |
+
do_sample=do_sample,
|
809 |
+
temperature=temperature,
|
810 |
+
top_p=top_p,
|
811 |
+
**kwargs,
|
812 |
+
)
|
813 |
+
outputs = outputs[0].cpu().tolist()[len(inputs["input_ids"][0]) :]
|
814 |
+
response = tokenizer.decode(outputs, skip_special_tokens=True)
|
815 |
+
response = response.split("<eoa>")[0]
|
816 |
+
history = history + [(query, response)]
|
817 |
+
return response, history
|
818 |
+
|
819 |
+
@torch.no_grad()
|
820 |
+
def stream_chat(
|
821 |
+
self,
|
822 |
+
tokenizer,
|
823 |
+
query: str,
|
824 |
+
history: List[Tuple[str, str]] = [],
|
825 |
+
max_new_tokens: int = 1024,
|
826 |
+
do_sample: bool = True,
|
827 |
+
temperature: float = 0.8,
|
828 |
+
top_p: float = 0.8,
|
829 |
+
**kwargs,
|
830 |
+
):
|
831 |
+
"""
|
832 |
+
Return a generator in format: (response, history)
|
833 |
+
Eg.
|
834 |
+
('你好,有什么可以帮助您的吗', [('你好', '你好,有什么可以帮助您的吗')])
|
835 |
+
('你好,有什么可以帮助您的吗?', [('你好', '你好,有什么可以帮助您的吗?')])
|
836 |
+
"""
|
837 |
+
|
838 |
+
response_queue = queue.Queue(maxsize=20)
|
839 |
+
|
840 |
+
class ChatStreamer(BaseStreamer):
|
841 |
+
def __init__(self, tokenizer) -> None:
|
842 |
+
super().__init__()
|
843 |
+
self.tokenizer = tokenizer
|
844 |
+
self.queue = response_queue
|
845 |
+
self.query = query
|
846 |
+
self.history = history
|
847 |
+
self.response = ""
|
848 |
+
self.received_inputs = False
|
849 |
+
self.queue.put((self.response, history + [(self.query, self.response)]))
|
850 |
+
|
851 |
+
def put(self, value):
|
852 |
+
if len(value.shape) > 1 and value.shape[0] > 1:
|
853 |
+
raise ValueError("ChatStreamer only supports batch size 1")
|
854 |
+
elif len(value.shape) > 1:
|
855 |
+
value = value[0]
|
856 |
+
|
857 |
+
if not self.received_inputs:
|
858 |
+
# The first received value is input_ids, ignore here
|
859 |
+
self.received_inputs = True
|
860 |
+
return
|
861 |
+
|
862 |
+
token = self.tokenizer.decode([value[-1]], skip_special_tokens=True)
|
863 |
+
if token.strip() != "<eoa>":
|
864 |
+
self.response = self.response + token
|
865 |
+
history = self.history + [(self.query, self.response)]
|
866 |
+
self.queue.put((self.response, history))
|
867 |
+
|
868 |
+
def end(self):
|
869 |
+
self.queue.put(None)
|
870 |
+
|
871 |
+
def stream_producer():
|
872 |
+
return self.chat(
|
873 |
+
tokenizer=tokenizer,
|
874 |
+
query=query,
|
875 |
+
streamer=ChatStreamer(tokenizer=tokenizer),
|
876 |
+
history=history,
|
877 |
+
max_new_tokens=max_new_tokens,
|
878 |
+
do_sample=do_sample,
|
879 |
+
temperature=temperature,
|
880 |
+
top_p=top_p,
|
881 |
+
**kwargs,
|
882 |
+
)
|
883 |
+
|
884 |
+
def consumer():
|
885 |
+
producer = threading.Thread(target=stream_producer)
|
886 |
+
producer.start()
|
887 |
+
while True:
|
888 |
+
res = response_queue.get()
|
889 |
+
if res is not None:
|
890 |
+
return
|
891 |
+
yield res
|
892 |
+
|
893 |
+
return consumer()
|
894 |
+
|
895 |
+
|
896 |
+
@add_start_docstrings(
|
897 |
+
"""
|
898 |
+
The InternLM Model transformer with a sequence classification head on top (linear layer).
|
899 |
+
|
900 |
+
[`InternLMForSequenceClassification`] uses the last token in order to do the classification, as other causal models
|
901 |
+
(e.g. GPT-2) do.
|
902 |
+
|
903 |
+
Since it does classification on the last token, it requires to know the position of the last token. If a
|
904 |
+
`pad_token_id` is defined in the configuration, it finds the last token that is not a padding token in each row. If
|
905 |
+
no `pad_token_id` is defined, it simply takes the last value in each row of the batch. Since it cannot guess the
|
906 |
+
padding tokens when `inputs_embeds` are passed instead of `input_ids`, it does the same (take the last value in
|
907 |
+
each row of the batch).
|
908 |
+
""",
|
909 |
+
INTERNLM_START_DOCSTRING,
|
910 |
+
)
|
911 |
+
class InternLMForSequenceClassification(InternLMPreTrainedModel):
|
912 |
+
_keys_to_ignore_on_load_missing = [r"lm_head.weight"]
|
913 |
+
|
914 |
+
def __init__(self, config):
|
915 |
+
super().__init__(config)
|
916 |
+
self.num_labels = config.num_labels
|
917 |
+
self.model = InternLMModel(config)
|
918 |
+
self.score = nn.Linear(config.hidden_size, self.num_labels, bias=False)
|
919 |
+
|
920 |
+
# Initialize weights and apply final processing
|
921 |
+
self.post_init()
|
922 |
+
|
923 |
+
def get_input_embeddings(self):
|
924 |
+
return self.model.embed_tokens
|
925 |
+
|
926 |
+
def set_input_embeddings(self, value):
|
927 |
+
self.model.embed_tokens = value
|
928 |
+
|
929 |
+
@add_start_docstrings_to_model_forward(INTERNLM_INPUTS_DOCSTRING)
|
930 |
+
def forward(
|
931 |
+
self,
|
932 |
+
input_ids: torch.LongTensor = None,
|
933 |
+
attention_mask: Optional[torch.Tensor] = None,
|
934 |
+
position_ids: Optional[torch.LongTensor] = None,
|
935 |
+
past_key_values: Optional[List[torch.FloatTensor]] = None,
|
936 |
+
inputs_embeds: Optional[torch.FloatTensor] = None,
|
937 |
+
labels: Optional[torch.LongTensor] = None,
|
938 |
+
use_cache: Optional[bool] = None,
|
939 |
+
output_attentions: Optional[bool] = None,
|
940 |
+
output_hidden_states: Optional[bool] = None,
|
941 |
+
return_dict: Optional[bool] = None,
|
942 |
+
) -> Union[Tuple, SequenceClassifierOutputWithPast]:
|
943 |
+
r"""
|
944 |
+
labels (`torch.LongTensor` of shape `(batch_size,)`, *optional*):
|
945 |
+
Labels for computing the sequence classification/regression loss. Indices should be in `[0, ...,
|
946 |
+
config.num_labels - 1]`. If `config.num_labels == 1` a regression loss is computed (Mean-Square loss), If
|
947 |
+
`config.num_labels > 1` a classification loss is computed (Cross-Entropy).
|
948 |
+
"""
|
949 |
+
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
950 |
+
|
951 |
+
transformer_outputs = self.model(
|
952 |
+
input_ids,
|
953 |
+
attention_mask=attention_mask,
|
954 |
+
position_ids=position_ids,
|
955 |
+
past_key_values=past_key_values,
|
956 |
+
inputs_embeds=inputs_embeds,
|
957 |
+
use_cache=use_cache,
|
958 |
+
output_attentions=output_attentions,
|
959 |
+
output_hidden_states=output_hidden_states,
|
960 |
+
return_dict=return_dict,
|
961 |
+
)
|
962 |
+
hidden_states = transformer_outputs[0]
|
963 |
+
logits = self.score(hidden_states)
|
964 |
+
|
965 |
+
if input_ids is not None:
|
966 |
+
batch_size = input_ids.shape[0]
|
967 |
+
else:
|
968 |
+
batch_size = inputs_embeds.shape[0]
|
969 |
+
|
970 |
+
if self.config.pad_token_id is None and batch_size != 1:
|
971 |
+
raise ValueError("Cannot handle batch sizes > 1 if no padding token is defined.")
|
972 |
+
if self.config.pad_token_id is None:
|
973 |
+
sequence_lengths = -1
|
974 |
+
else:
|
975 |
+
if input_ids is not None:
|
976 |
+
sequence_lengths = (torch.ne(input_ids, self.config.pad_token_id).sum(-1) - 1).to(logits.device)
|
977 |
+
else:
|
978 |
+
sequence_lengths = -1
|
979 |
+
|
980 |
+
pooled_logits = logits[torch.arange(batch_size, device=logits.device), sequence_lengths]
|
981 |
+
|
982 |
+
loss = None
|
983 |
+
if labels is not None:
|
984 |
+
labels = labels.to(logits.device)
|
985 |
+
if self.config.problem_type is None:
|
986 |
+
if self.num_labels == 1:
|
987 |
+
self.config.problem_type = "regression"
|
988 |
+
elif self.num_labels > 1 and (labels.dtype == torch.long or labels.dtype == torch.int):
|
989 |
+
self.config.problem_type = "single_label_classification"
|
990 |
+
else:
|
991 |
+
self.config.problem_type = "multi_label_classification"
|
992 |
+
|
993 |
+
if self.config.problem_type == "regression":
|
994 |
+
loss_fct = MSELoss()
|
995 |
+
if self.num_labels == 1:
|
996 |
+
loss = loss_fct(pooled_logits.squeeze(), labels.squeeze())
|
997 |
+
else:
|
998 |
+
loss = loss_fct(pooled_logits, labels)
|
999 |
+
elif self.config.problem_type == "single_label_classification":
|
1000 |
+
loss_fct = CrossEntropyLoss()
|
1001 |
+
loss = loss_fct(pooled_logits.view(-1, self.num_labels), labels.view(-1))
|
1002 |
+
elif self.config.problem_type == "multi_label_classification":
|
1003 |
+
loss_fct = BCEWithLogitsLoss()
|
1004 |
+
loss = loss_fct(pooled_logits, labels)
|
1005 |
+
if not return_dict:
|
1006 |
+
output = (pooled_logits,) + transformer_outputs[1:]
|
1007 |
+
return ((loss,) + output) if loss is not None else output
|
1008 |
+
|
1009 |
+
return SequenceClassifierOutputWithPast(
|
1010 |
+
loss=loss,
|
1011 |
+
logits=pooled_logits,
|
1012 |
+
past_key_values=transformer_outputs.past_key_values,
|
1013 |
+
hidden_states=transformer_outputs.hidden_states,
|
1014 |
+
attentions=transformer_outputs.attentions,
|
1015 |
+
)
|
triton_models/tokenizer/placeholder
ADDED
File without changes
|
triton_models/tokenizer/pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,906 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5157568512
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "pytorch_model-00003-of-00003.bin",
|
7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00003.bin",
|
8 |
+
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
9 |
+
"model.layers.0.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
10 |
+
"model.layers.0.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
11 |
+
"model.layers.0.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
12 |
+
"model.layers.0.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
13 |
+
"model.layers.0.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
14 |
+
"model.layers.0.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
15 |
+
"model.layers.0.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
16 |
+
"model.layers.0.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
17 |
+
"model.layers.0.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
18 |
+
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
19 |
+
"model.layers.0.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
20 |
+
"model.layers.0.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
21 |
+
"model.layers.0.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
22 |
+
"model.layers.0.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
23 |
+
"model.layers.0.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
24 |
+
"model.layers.0.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
25 |
+
"model.layers.0.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
26 |
+
"model.layers.0.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
27 |
+
"model.layers.0.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
28 |
+
"model.layers.0.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
29 |
+
"model.layers.0.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
30 |
+
"model.layers.0.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
31 |
+
"model.layers.0.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
32 |
+
"model.layers.0.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
33 |
+
"model.layers.0.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
34 |
+
"model.layers.0.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
35 |
+
"model.layers.0.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
36 |
+
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
37 |
+
"model.layers.1.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
38 |
+
"model.layers.1.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
39 |
+
"model.layers.1.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
40 |
+
"model.layers.1.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
41 |
+
"model.layers.1.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
42 |
+
"model.layers.1.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
43 |
+
"model.layers.1.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
44 |
+
"model.layers.1.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
45 |
+
"model.layers.1.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
46 |
+
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
47 |
+
"model.layers.1.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
48 |
+
"model.layers.1.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
49 |
+
"model.layers.1.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
50 |
+
"model.layers.1.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
51 |
+
"model.layers.1.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
52 |
+
"model.layers.1.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
53 |
+
"model.layers.1.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
54 |
+
"model.layers.1.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
55 |
+
"model.layers.1.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
56 |
+
"model.layers.1.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
57 |
+
"model.layers.1.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
58 |
+
"model.layers.1.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
59 |
+
"model.layers.1.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
60 |
+
"model.layers.1.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
61 |
+
"model.layers.1.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
62 |
+
"model.layers.1.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
63 |
+
"model.layers.1.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
64 |
+
"model.layers.10.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
65 |
+
"model.layers.10.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
66 |
+
"model.layers.10.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
67 |
+
"model.layers.10.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
68 |
+
"model.layers.10.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
69 |
+
"model.layers.10.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
70 |
+
"model.layers.10.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
71 |
+
"model.layers.10.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
72 |
+
"model.layers.10.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
73 |
+
"model.layers.10.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
74 |
+
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
75 |
+
"model.layers.10.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
76 |
+
"model.layers.10.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
77 |
+
"model.layers.10.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
78 |
+
"model.layers.10.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
79 |
+
"model.layers.10.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
80 |
+
"model.layers.10.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
81 |
+
"model.layers.10.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
82 |
+
"model.layers.10.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
83 |
+
"model.layers.10.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
84 |
+
"model.layers.10.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
85 |
+
"model.layers.10.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
86 |
+
"model.layers.10.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
87 |
+
"model.layers.10.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
88 |
+
"model.layers.10.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
89 |
+
"model.layers.10.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
90 |
+
"model.layers.10.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
91 |
+
"model.layers.10.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
92 |
+
"model.layers.11.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
93 |
+
"model.layers.11.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
94 |
+
"model.layers.11.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
95 |
+
"model.layers.11.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
96 |
+
"model.layers.11.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
97 |
+
"model.layers.11.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
98 |
+
"model.layers.11.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
99 |
+
"model.layers.11.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
100 |
+
"model.layers.11.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
101 |
+
"model.layers.11.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
102 |
+
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
103 |
+
"model.layers.11.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
104 |
+
"model.layers.11.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
105 |
+
"model.layers.11.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
106 |
+
"model.layers.11.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
107 |
+
"model.layers.11.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
108 |
+
"model.layers.11.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
109 |
+
"model.layers.11.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
110 |
+
"model.layers.11.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
111 |
+
"model.layers.11.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
112 |
+
"model.layers.11.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
113 |
+
"model.layers.11.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
114 |
+
"model.layers.11.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
115 |
+
"model.layers.11.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
116 |
+
"model.layers.11.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
117 |
+
"model.layers.11.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
118 |
+
"model.layers.11.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
119 |
+
"model.layers.11.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
120 |
+
"model.layers.12.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
121 |
+
"model.layers.12.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
122 |
+
"model.layers.12.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
123 |
+
"model.layers.12.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
124 |
+
"model.layers.12.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
125 |
+
"model.layers.12.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
126 |
+
"model.layers.12.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
127 |
+
"model.layers.12.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
128 |
+
"model.layers.12.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
129 |
+
"model.layers.12.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
130 |
+
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
131 |
+
"model.layers.12.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
132 |
+
"model.layers.12.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
133 |
+
"model.layers.12.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
134 |
+
"model.layers.12.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
135 |
+
"model.layers.12.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
136 |
+
"model.layers.12.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
137 |
+
"model.layers.12.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
138 |
+
"model.layers.12.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
139 |
+
"model.layers.12.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
140 |
+
"model.layers.12.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
141 |
+
"model.layers.12.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
142 |
+
"model.layers.12.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
143 |
+
"model.layers.12.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
144 |
+
"model.layers.12.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
145 |
+
"model.layers.12.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
146 |
+
"model.layers.12.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
147 |
+
"model.layers.12.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
148 |
+
"model.layers.13.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
149 |
+
"model.layers.13.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
150 |
+
"model.layers.13.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
151 |
+
"model.layers.13.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
152 |
+
"model.layers.13.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
153 |
+
"model.layers.13.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
154 |
+
"model.layers.13.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
155 |
+
"model.layers.13.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
156 |
+
"model.layers.13.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
157 |
+
"model.layers.13.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
158 |
+
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
159 |
+
"model.layers.13.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
160 |
+
"model.layers.13.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
161 |
+
"model.layers.13.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
162 |
+
"model.layers.13.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
163 |
+
"model.layers.13.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
164 |
+
"model.layers.13.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
165 |
+
"model.layers.13.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
166 |
+
"model.layers.13.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
167 |
+
"model.layers.13.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
168 |
+
"model.layers.13.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
169 |
+
"model.layers.13.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
170 |
+
"model.layers.13.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
171 |
+
"model.layers.13.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
172 |
+
"model.layers.13.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
173 |
+
"model.layers.13.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
174 |
+
"model.layers.13.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
175 |
+
"model.layers.13.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
176 |
+
"model.layers.14.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
177 |
+
"model.layers.14.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
178 |
+
"model.layers.14.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
179 |
+
"model.layers.14.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
180 |
+
"model.layers.14.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
181 |
+
"model.layers.14.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
182 |
+
"model.layers.14.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
183 |
+
"model.layers.14.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
184 |
+
"model.layers.14.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
185 |
+
"model.layers.14.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
186 |
+
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
187 |
+
"model.layers.14.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
188 |
+
"model.layers.14.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
189 |
+
"model.layers.14.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
190 |
+
"model.layers.14.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
191 |
+
"model.layers.14.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
192 |
+
"model.layers.14.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
193 |
+
"model.layers.14.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
194 |
+
"model.layers.14.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
195 |
+
"model.layers.14.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
196 |
+
"model.layers.14.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
197 |
+
"model.layers.14.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
198 |
+
"model.layers.14.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
199 |
+
"model.layers.14.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
200 |
+
"model.layers.14.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
201 |
+
"model.layers.14.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
202 |
+
"model.layers.14.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
203 |
+
"model.layers.14.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
204 |
+
"model.layers.15.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
205 |
+
"model.layers.15.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
206 |
+
"model.layers.15.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
207 |
+
"model.layers.15.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
208 |
+
"model.layers.15.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
209 |
+
"model.layers.15.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
210 |
+
"model.layers.15.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
211 |
+
"model.layers.15.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
212 |
+
"model.layers.15.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
213 |
+
"model.layers.15.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
214 |
+
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
215 |
+
"model.layers.15.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
216 |
+
"model.layers.15.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
217 |
+
"model.layers.15.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
218 |
+
"model.layers.15.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
219 |
+
"model.layers.15.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
220 |
+
"model.layers.15.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
221 |
+
"model.layers.15.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
222 |
+
"model.layers.15.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
223 |
+
"model.layers.15.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
224 |
+
"model.layers.15.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
225 |
+
"model.layers.15.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
226 |
+
"model.layers.15.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
227 |
+
"model.layers.15.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
228 |
+
"model.layers.15.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
229 |
+
"model.layers.15.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
230 |
+
"model.layers.15.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
231 |
+
"model.layers.15.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
232 |
+
"model.layers.16.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
233 |
+
"model.layers.16.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
234 |
+
"model.layers.16.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
235 |
+
"model.layers.16.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
236 |
+
"model.layers.16.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
237 |
+
"model.layers.16.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
238 |
+
"model.layers.16.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
239 |
+
"model.layers.16.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
240 |
+
"model.layers.16.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
241 |
+
"model.layers.16.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
242 |
+
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
243 |
+
"model.layers.16.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
244 |
+
"model.layers.16.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
245 |
+
"model.layers.16.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
246 |
+
"model.layers.16.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
247 |
+
"model.layers.16.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
248 |
+
"model.layers.16.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
249 |
+
"model.layers.16.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
250 |
+
"model.layers.16.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
251 |
+
"model.layers.16.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
252 |
+
"model.layers.16.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
253 |
+
"model.layers.16.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
254 |
+
"model.layers.16.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
255 |
+
"model.layers.16.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
256 |
+
"model.layers.16.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
257 |
+
"model.layers.16.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
258 |
+
"model.layers.16.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
259 |
+
"model.layers.16.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
260 |
+
"model.layers.17.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
261 |
+
"model.layers.17.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
262 |
+
"model.layers.17.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
263 |
+
"model.layers.17.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
264 |
+
"model.layers.17.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
265 |
+
"model.layers.17.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
266 |
+
"model.layers.17.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
267 |
+
"model.layers.17.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
268 |
+
"model.layers.17.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
269 |
+
"model.layers.17.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
270 |
+
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
271 |
+
"model.layers.17.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
272 |
+
"model.layers.17.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
273 |
+
"model.layers.17.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
274 |
+
"model.layers.17.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
275 |
+
"model.layers.17.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
276 |
+
"model.layers.17.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
277 |
+
"model.layers.17.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
278 |
+
"model.layers.17.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
279 |
+
"model.layers.17.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
280 |
+
"model.layers.17.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
281 |
+
"model.layers.17.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
282 |
+
"model.layers.17.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
283 |
+
"model.layers.17.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
284 |
+
"model.layers.17.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
285 |
+
"model.layers.17.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
286 |
+
"model.layers.17.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
287 |
+
"model.layers.17.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
288 |
+
"model.layers.18.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
289 |
+
"model.layers.18.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
290 |
+
"model.layers.18.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
291 |
+
"model.layers.18.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
292 |
+
"model.layers.18.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
293 |
+
"model.layers.18.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
294 |
+
"model.layers.18.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
295 |
+
"model.layers.18.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
296 |
+
"model.layers.18.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
297 |
+
"model.layers.18.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
298 |
+
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
299 |
+
"model.layers.18.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
300 |
+
"model.layers.18.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
301 |
+
"model.layers.18.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
302 |
+
"model.layers.18.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
303 |
+
"model.layers.18.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
304 |
+
"model.layers.18.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
305 |
+
"model.layers.18.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
306 |
+
"model.layers.18.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
307 |
+
"model.layers.18.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
308 |
+
"model.layers.18.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
309 |
+
"model.layers.18.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
310 |
+
"model.layers.18.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
311 |
+
"model.layers.18.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
312 |
+
"model.layers.18.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
313 |
+
"model.layers.18.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
314 |
+
"model.layers.18.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
315 |
+
"model.layers.18.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
316 |
+
"model.layers.19.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
317 |
+
"model.layers.19.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
318 |
+
"model.layers.19.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
319 |
+
"model.layers.19.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
320 |
+
"model.layers.19.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
321 |
+
"model.layers.19.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
322 |
+
"model.layers.19.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
323 |
+
"model.layers.19.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
324 |
+
"model.layers.19.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
325 |
+
"model.layers.19.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
326 |
+
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
327 |
+
"model.layers.19.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
328 |
+
"model.layers.19.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
329 |
+
"model.layers.19.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
330 |
+
"model.layers.19.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
331 |
+
"model.layers.19.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
332 |
+
"model.layers.19.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
333 |
+
"model.layers.19.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
334 |
+
"model.layers.19.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
335 |
+
"model.layers.19.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
336 |
+
"model.layers.19.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
337 |
+
"model.layers.19.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
338 |
+
"model.layers.19.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
339 |
+
"model.layers.19.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
340 |
+
"model.layers.19.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
341 |
+
"model.layers.19.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
342 |
+
"model.layers.19.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
343 |
+
"model.layers.19.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
344 |
+
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
345 |
+
"model.layers.2.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
346 |
+
"model.layers.2.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
347 |
+
"model.layers.2.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
348 |
+
"model.layers.2.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
349 |
+
"model.layers.2.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
350 |
+
"model.layers.2.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
351 |
+
"model.layers.2.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
352 |
+
"model.layers.2.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
353 |
+
"model.layers.2.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
354 |
+
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
355 |
+
"model.layers.2.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
356 |
+
"model.layers.2.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
357 |
+
"model.layers.2.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
358 |
+
"model.layers.2.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
359 |
+
"model.layers.2.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
360 |
+
"model.layers.2.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
361 |
+
"model.layers.2.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
362 |
+
"model.layers.2.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
363 |
+
"model.layers.2.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
364 |
+
"model.layers.2.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
365 |
+
"model.layers.2.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
366 |
+
"model.layers.2.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
367 |
+
"model.layers.2.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
368 |
+
"model.layers.2.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
369 |
+
"model.layers.2.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
370 |
+
"model.layers.2.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
371 |
+
"model.layers.2.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
372 |
+
"model.layers.20.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
373 |
+
"model.layers.20.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
374 |
+
"model.layers.20.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
375 |
+
"model.layers.20.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
376 |
+
"model.layers.20.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
377 |
+
"model.layers.20.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
378 |
+
"model.layers.20.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
379 |
+
"model.layers.20.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
380 |
+
"model.layers.20.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
381 |
+
"model.layers.20.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
382 |
+
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
383 |
+
"model.layers.20.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
384 |
+
"model.layers.20.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
385 |
+
"model.layers.20.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
386 |
+
"model.layers.20.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
387 |
+
"model.layers.20.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
388 |
+
"model.layers.20.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
389 |
+
"model.layers.20.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
390 |
+
"model.layers.20.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
391 |
+
"model.layers.20.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
392 |
+
"model.layers.20.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
393 |
+
"model.layers.20.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
394 |
+
"model.layers.20.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
395 |
+
"model.layers.20.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
396 |
+
"model.layers.20.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
397 |
+
"model.layers.20.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
398 |
+
"model.layers.20.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
399 |
+
"model.layers.20.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
400 |
+
"model.layers.21.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
401 |
+
"model.layers.21.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
402 |
+
"model.layers.21.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
403 |
+
"model.layers.21.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
404 |
+
"model.layers.21.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
405 |
+
"model.layers.21.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
406 |
+
"model.layers.21.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
407 |
+
"model.layers.21.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
408 |
+
"model.layers.21.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
409 |
+
"model.layers.21.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
410 |
+
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
411 |
+
"model.layers.21.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
412 |
+
"model.layers.21.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
413 |
+
"model.layers.21.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
414 |
+
"model.layers.21.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
415 |
+
"model.layers.21.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
416 |
+
"model.layers.21.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
417 |
+
"model.layers.21.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
418 |
+
"model.layers.21.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
419 |
+
"model.layers.21.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
420 |
+
"model.layers.21.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
421 |
+
"model.layers.21.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
422 |
+
"model.layers.21.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
423 |
+
"model.layers.21.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
424 |
+
"model.layers.21.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
425 |
+
"model.layers.21.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
426 |
+
"model.layers.21.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
427 |
+
"model.layers.21.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
428 |
+
"model.layers.22.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
429 |
+
"model.layers.22.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
430 |
+
"model.layers.22.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
431 |
+
"model.layers.22.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
432 |
+
"model.layers.22.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
433 |
+
"model.layers.22.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
434 |
+
"model.layers.22.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
435 |
+
"model.layers.22.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
436 |
+
"model.layers.22.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
437 |
+
"model.layers.22.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
438 |
+
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
439 |
+
"model.layers.22.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
440 |
+
"model.layers.22.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
441 |
+
"model.layers.22.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
442 |
+
"model.layers.22.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
443 |
+
"model.layers.22.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
444 |
+
"model.layers.22.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
445 |
+
"model.layers.22.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
446 |
+
"model.layers.22.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
447 |
+
"model.layers.22.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
448 |
+
"model.layers.22.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
449 |
+
"model.layers.22.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
450 |
+
"model.layers.22.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
451 |
+
"model.layers.22.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
452 |
+
"model.layers.22.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
453 |
+
"model.layers.22.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
454 |
+
"model.layers.22.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
455 |
+
"model.layers.22.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
456 |
+
"model.layers.23.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
457 |
+
"model.layers.23.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
458 |
+
"model.layers.23.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
459 |
+
"model.layers.23.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
460 |
+
"model.layers.23.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
461 |
+
"model.layers.23.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
462 |
+
"model.layers.23.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
463 |
+
"model.layers.23.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
464 |
+
"model.layers.23.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
465 |
+
"model.layers.23.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
466 |
+
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
467 |
+
"model.layers.23.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
468 |
+
"model.layers.23.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
469 |
+
"model.layers.23.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
470 |
+
"model.layers.23.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
471 |
+
"model.layers.23.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
472 |
+
"model.layers.23.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
473 |
+
"model.layers.23.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
474 |
+
"model.layers.23.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
475 |
+
"model.layers.23.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
476 |
+
"model.layers.23.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
477 |
+
"model.layers.23.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
478 |
+
"model.layers.23.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
479 |
+
"model.layers.23.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
480 |
+
"model.layers.23.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
481 |
+
"model.layers.23.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
482 |
+
"model.layers.23.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
483 |
+
"model.layers.23.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
484 |
+
"model.layers.24.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
485 |
+
"model.layers.24.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
486 |
+
"model.layers.24.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
487 |
+
"model.layers.24.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
488 |
+
"model.layers.24.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
489 |
+
"model.layers.24.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
490 |
+
"model.layers.24.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
491 |
+
"model.layers.24.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
492 |
+
"model.layers.24.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
493 |
+
"model.layers.24.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
494 |
+
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
495 |
+
"model.layers.24.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
496 |
+
"model.layers.24.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
497 |
+
"model.layers.24.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
498 |
+
"model.layers.24.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
499 |
+
"model.layers.24.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
500 |
+
"model.layers.24.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
501 |
+
"model.layers.24.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
502 |
+
"model.layers.24.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
503 |
+
"model.layers.24.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
504 |
+
"model.layers.24.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
505 |
+
"model.layers.24.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
506 |
+
"model.layers.24.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
507 |
+
"model.layers.24.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
508 |
+
"model.layers.24.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
509 |
+
"model.layers.24.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
510 |
+
"model.layers.24.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
511 |
+
"model.layers.24.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
512 |
+
"model.layers.25.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
513 |
+
"model.layers.25.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
514 |
+
"model.layers.25.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
515 |
+
"model.layers.25.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
516 |
+
"model.layers.25.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
517 |
+
"model.layers.25.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
518 |
+
"model.layers.25.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
519 |
+
"model.layers.25.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
520 |
+
"model.layers.25.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
521 |
+
"model.layers.25.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
522 |
+
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
523 |
+
"model.layers.25.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
524 |
+
"model.layers.25.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
525 |
+
"model.layers.25.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
526 |
+
"model.layers.25.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
527 |
+
"model.layers.25.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
528 |
+
"model.layers.25.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
529 |
+
"model.layers.25.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
530 |
+
"model.layers.25.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
531 |
+
"model.layers.25.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
532 |
+
"model.layers.25.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
533 |
+
"model.layers.25.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
534 |
+
"model.layers.25.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
535 |
+
"model.layers.25.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
536 |
+
"model.layers.25.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
537 |
+
"model.layers.25.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
538 |
+
"model.layers.25.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
539 |
+
"model.layers.25.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
540 |
+
"model.layers.26.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
541 |
+
"model.layers.26.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
542 |
+
"model.layers.26.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
543 |
+
"model.layers.26.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
544 |
+
"model.layers.26.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
545 |
+
"model.layers.26.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
546 |
+
"model.layers.26.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
547 |
+
"model.layers.26.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
548 |
+
"model.layers.26.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
549 |
+
"model.layers.26.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
550 |
+
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
551 |
+
"model.layers.26.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
552 |
+
"model.layers.26.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
553 |
+
"model.layers.26.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
554 |
+
"model.layers.26.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
555 |
+
"model.layers.26.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
556 |
+
"model.layers.26.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
557 |
+
"model.layers.26.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
558 |
+
"model.layers.26.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
559 |
+
"model.layers.26.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
560 |
+
"model.layers.26.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
561 |
+
"model.layers.26.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
562 |
+
"model.layers.26.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
563 |
+
"model.layers.26.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
564 |
+
"model.layers.26.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
565 |
+
"model.layers.26.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
566 |
+
"model.layers.26.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
567 |
+
"model.layers.26.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
568 |
+
"model.layers.27.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
569 |
+
"model.layers.27.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
570 |
+
"model.layers.27.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
571 |
+
"model.layers.27.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
572 |
+
"model.layers.27.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
573 |
+
"model.layers.27.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
574 |
+
"model.layers.27.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
575 |
+
"model.layers.27.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
576 |
+
"model.layers.27.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
577 |
+
"model.layers.27.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
578 |
+
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
579 |
+
"model.layers.27.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
580 |
+
"model.layers.27.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
581 |
+
"model.layers.27.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
582 |
+
"model.layers.27.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
583 |
+
"model.layers.27.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
584 |
+
"model.layers.27.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
585 |
+
"model.layers.27.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
586 |
+
"model.layers.27.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
587 |
+
"model.layers.27.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
588 |
+
"model.layers.27.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
589 |
+
"model.layers.27.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
590 |
+
"model.layers.27.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
591 |
+
"model.layers.27.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
592 |
+
"model.layers.27.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
593 |
+
"model.layers.27.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
594 |
+
"model.layers.27.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
595 |
+
"model.layers.27.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
596 |
+
"model.layers.28.input_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
597 |
+
"model.layers.28.mlp.down_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
598 |
+
"model.layers.28.mlp.down_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
599 |
+
"model.layers.28.mlp.down_proj.scales": "pytorch_model-00002-of-00003.bin",
|
600 |
+
"model.layers.28.mlp.gate_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
601 |
+
"model.layers.28.mlp.gate_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
602 |
+
"model.layers.28.mlp.gate_proj.scales": "pytorch_model-00002-of-00003.bin",
|
603 |
+
"model.layers.28.mlp.up_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
604 |
+
"model.layers.28.mlp.up_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
605 |
+
"model.layers.28.mlp.up_proj.scales": "pytorch_model-00002-of-00003.bin",
|
606 |
+
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00002-of-00003.bin",
|
607 |
+
"model.layers.28.self_attn.k_proj.bias": "pytorch_model-00002-of-00003.bin",
|
608 |
+
"model.layers.28.self_attn.k_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
609 |
+
"model.layers.28.self_attn.k_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
610 |
+
"model.layers.28.self_attn.k_proj.scales": "pytorch_model-00002-of-00003.bin",
|
611 |
+
"model.layers.28.self_attn.o_proj.bias": "pytorch_model-00002-of-00003.bin",
|
612 |
+
"model.layers.28.self_attn.o_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
613 |
+
"model.layers.28.self_attn.o_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
614 |
+
"model.layers.28.self_attn.o_proj.scales": "pytorch_model-00002-of-00003.bin",
|
615 |
+
"model.layers.28.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
616 |
+
"model.layers.28.self_attn.q_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
617 |
+
"model.layers.28.self_attn.q_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
618 |
+
"model.layers.28.self_attn.q_proj.scales": "pytorch_model-00002-of-00003.bin",
|
619 |
+
"model.layers.28.self_attn.rotary_emb.inv_freq": "pytorch_model-00002-of-00003.bin",
|
620 |
+
"model.layers.28.self_attn.v_proj.bias": "pytorch_model-00002-of-00003.bin",
|
621 |
+
"model.layers.28.self_attn.v_proj.qweight": "pytorch_model-00002-of-00003.bin",
|
622 |
+
"model.layers.28.self_attn.v_proj.qzeros": "pytorch_model-00002-of-00003.bin",
|
623 |
+
"model.layers.28.self_attn.v_proj.scales": "pytorch_model-00002-of-00003.bin",
|
624 |
+
"model.layers.29.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
625 |
+
"model.layers.29.mlp.down_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
626 |
+
"model.layers.29.mlp.down_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
627 |
+
"model.layers.29.mlp.down_proj.scales": "pytorch_model-00003-of-00003.bin",
|
628 |
+
"model.layers.29.mlp.gate_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
629 |
+
"model.layers.29.mlp.gate_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
630 |
+
"model.layers.29.mlp.gate_proj.scales": "pytorch_model-00003-of-00003.bin",
|
631 |
+
"model.layers.29.mlp.up_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
632 |
+
"model.layers.29.mlp.up_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
633 |
+
"model.layers.29.mlp.up_proj.scales": "pytorch_model-00003-of-00003.bin",
|
634 |
+
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
635 |
+
"model.layers.29.self_attn.k_proj.bias": "pytorch_model-00003-of-00003.bin",
|
636 |
+
"model.layers.29.self_attn.k_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
637 |
+
"model.layers.29.self_attn.k_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
638 |
+
"model.layers.29.self_attn.k_proj.scales": "pytorch_model-00003-of-00003.bin",
|
639 |
+
"model.layers.29.self_attn.o_proj.bias": "pytorch_model-00003-of-00003.bin",
|
640 |
+
"model.layers.29.self_attn.o_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
641 |
+
"model.layers.29.self_attn.o_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
642 |
+
"model.layers.29.self_attn.o_proj.scales": "pytorch_model-00003-of-00003.bin",
|
643 |
+
"model.layers.29.self_attn.q_proj.bias": "pytorch_model-00002-of-00003.bin",
|
644 |
+
"model.layers.29.self_attn.q_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
645 |
+
"model.layers.29.self_attn.q_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
646 |
+
"model.layers.29.self_attn.q_proj.scales": "pytorch_model-00003-of-00003.bin",
|
647 |
+
"model.layers.29.self_attn.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
648 |
+
"model.layers.29.self_attn.v_proj.bias": "pytorch_model-00003-of-00003.bin",
|
649 |
+
"model.layers.29.self_attn.v_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
650 |
+
"model.layers.29.self_attn.v_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
651 |
+
"model.layers.29.self_attn.v_proj.scales": "pytorch_model-00003-of-00003.bin",
|
652 |
+
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
653 |
+
"model.layers.3.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
654 |
+
"model.layers.3.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
655 |
+
"model.layers.3.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
656 |
+
"model.layers.3.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
657 |
+
"model.layers.3.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
658 |
+
"model.layers.3.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
659 |
+
"model.layers.3.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
660 |
+
"model.layers.3.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
661 |
+
"model.layers.3.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
662 |
+
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
663 |
+
"model.layers.3.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
664 |
+
"model.layers.3.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
665 |
+
"model.layers.3.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
666 |
+
"model.layers.3.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
667 |
+
"model.layers.3.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
668 |
+
"model.layers.3.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
669 |
+
"model.layers.3.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
670 |
+
"model.layers.3.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
671 |
+
"model.layers.3.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
672 |
+
"model.layers.3.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
673 |
+
"model.layers.3.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
674 |
+
"model.layers.3.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
675 |
+
"model.layers.3.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
676 |
+
"model.layers.3.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
677 |
+
"model.layers.3.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
678 |
+
"model.layers.3.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
679 |
+
"model.layers.3.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
680 |
+
"model.layers.30.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
681 |
+
"model.layers.30.mlp.down_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
682 |
+
"model.layers.30.mlp.down_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
683 |
+
"model.layers.30.mlp.down_proj.scales": "pytorch_model-00003-of-00003.bin",
|
684 |
+
"model.layers.30.mlp.gate_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
685 |
+
"model.layers.30.mlp.gate_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
686 |
+
"model.layers.30.mlp.gate_proj.scales": "pytorch_model-00003-of-00003.bin",
|
687 |
+
"model.layers.30.mlp.up_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
688 |
+
"model.layers.30.mlp.up_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
689 |
+
"model.layers.30.mlp.up_proj.scales": "pytorch_model-00003-of-00003.bin",
|
690 |
+
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
691 |
+
"model.layers.30.self_attn.k_proj.bias": "pytorch_model-00003-of-00003.bin",
|
692 |
+
"model.layers.30.self_attn.k_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
693 |
+
"model.layers.30.self_attn.k_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
694 |
+
"model.layers.30.self_attn.k_proj.scales": "pytorch_model-00003-of-00003.bin",
|
695 |
+
"model.layers.30.self_attn.o_proj.bias": "pytorch_model-00003-of-00003.bin",
|
696 |
+
"model.layers.30.self_attn.o_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
697 |
+
"model.layers.30.self_attn.o_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
698 |
+
"model.layers.30.self_attn.o_proj.scales": "pytorch_model-00003-of-00003.bin",
|
699 |
+
"model.layers.30.self_attn.q_proj.bias": "pytorch_model-00003-of-00003.bin",
|
700 |
+
"model.layers.30.self_attn.q_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
701 |
+
"model.layers.30.self_attn.q_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
702 |
+
"model.layers.30.self_attn.q_proj.scales": "pytorch_model-00003-of-00003.bin",
|
703 |
+
"model.layers.30.self_attn.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
704 |
+
"model.layers.30.self_attn.v_proj.bias": "pytorch_model-00003-of-00003.bin",
|
705 |
+
"model.layers.30.self_attn.v_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
706 |
+
"model.layers.30.self_attn.v_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
707 |
+
"model.layers.30.self_attn.v_proj.scales": "pytorch_model-00003-of-00003.bin",
|
708 |
+
"model.layers.31.input_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
709 |
+
"model.layers.31.mlp.down_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
710 |
+
"model.layers.31.mlp.down_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
711 |
+
"model.layers.31.mlp.down_proj.scales": "pytorch_model-00003-of-00003.bin",
|
712 |
+
"model.layers.31.mlp.gate_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
713 |
+
"model.layers.31.mlp.gate_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
714 |
+
"model.layers.31.mlp.gate_proj.scales": "pytorch_model-00003-of-00003.bin",
|
715 |
+
"model.layers.31.mlp.up_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
716 |
+
"model.layers.31.mlp.up_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
717 |
+
"model.layers.31.mlp.up_proj.scales": "pytorch_model-00003-of-00003.bin",
|
718 |
+
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00003-of-00003.bin",
|
719 |
+
"model.layers.31.self_attn.k_proj.bias": "pytorch_model-00003-of-00003.bin",
|
720 |
+
"model.layers.31.self_attn.k_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
721 |
+
"model.layers.31.self_attn.k_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
722 |
+
"model.layers.31.self_attn.k_proj.scales": "pytorch_model-00003-of-00003.bin",
|
723 |
+
"model.layers.31.self_attn.o_proj.bias": "pytorch_model-00003-of-00003.bin",
|
724 |
+
"model.layers.31.self_attn.o_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
725 |
+
"model.layers.31.self_attn.o_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
726 |
+
"model.layers.31.self_attn.o_proj.scales": "pytorch_model-00003-of-00003.bin",
|
727 |
+
"model.layers.31.self_attn.q_proj.bias": "pytorch_model-00003-of-00003.bin",
|
728 |
+
"model.layers.31.self_attn.q_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
729 |
+
"model.layers.31.self_attn.q_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
730 |
+
"model.layers.31.self_attn.q_proj.scales": "pytorch_model-00003-of-00003.bin",
|
731 |
+
"model.layers.31.self_attn.rotary_emb.inv_freq": "pytorch_model-00003-of-00003.bin",
|
732 |
+
"model.layers.31.self_attn.v_proj.bias": "pytorch_model-00003-of-00003.bin",
|
733 |
+
"model.layers.31.self_attn.v_proj.qweight": "pytorch_model-00003-of-00003.bin",
|
734 |
+
"model.layers.31.self_attn.v_proj.qzeros": "pytorch_model-00003-of-00003.bin",
|
735 |
+
"model.layers.31.self_attn.v_proj.scales": "pytorch_model-00003-of-00003.bin",
|
736 |
+
"model.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
737 |
+
"model.layers.4.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
738 |
+
"model.layers.4.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
739 |
+
"model.layers.4.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
740 |
+
"model.layers.4.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
741 |
+
"model.layers.4.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
742 |
+
"model.layers.4.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
743 |
+
"model.layers.4.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
744 |
+
"model.layers.4.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
745 |
+
"model.layers.4.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
746 |
+
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
747 |
+
"model.layers.4.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
748 |
+
"model.layers.4.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
749 |
+
"model.layers.4.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
750 |
+
"model.layers.4.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
751 |
+
"model.layers.4.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
752 |
+
"model.layers.4.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
753 |
+
"model.layers.4.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
754 |
+
"model.layers.4.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
755 |
+
"model.layers.4.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
756 |
+
"model.layers.4.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
757 |
+
"model.layers.4.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
758 |
+
"model.layers.4.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
759 |
+
"model.layers.4.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
760 |
+
"model.layers.4.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
761 |
+
"model.layers.4.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
762 |
+
"model.layers.4.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
763 |
+
"model.layers.4.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
764 |
+
"model.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
765 |
+
"model.layers.5.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
766 |
+
"model.layers.5.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
767 |
+
"model.layers.5.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
768 |
+
"model.layers.5.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
769 |
+
"model.layers.5.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
770 |
+
"model.layers.5.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
771 |
+
"model.layers.5.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
772 |
+
"model.layers.5.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
773 |
+
"model.layers.5.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
774 |
+
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
775 |
+
"model.layers.5.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
776 |
+
"model.layers.5.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
777 |
+
"model.layers.5.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
778 |
+
"model.layers.5.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
779 |
+
"model.layers.5.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
780 |
+
"model.layers.5.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
781 |
+
"model.layers.5.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
782 |
+
"model.layers.5.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
783 |
+
"model.layers.5.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
784 |
+
"model.layers.5.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
785 |
+
"model.layers.5.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
786 |
+
"model.layers.5.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
787 |
+
"model.layers.5.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
788 |
+
"model.layers.5.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
789 |
+
"model.layers.5.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
790 |
+
"model.layers.5.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
791 |
+
"model.layers.5.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
792 |
+
"model.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
793 |
+
"model.layers.6.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
794 |
+
"model.layers.6.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
795 |
+
"model.layers.6.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
796 |
+
"model.layers.6.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
797 |
+
"model.layers.6.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
798 |
+
"model.layers.6.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
799 |
+
"model.layers.6.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
800 |
+
"model.layers.6.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
801 |
+
"model.layers.6.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
802 |
+
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
803 |
+
"model.layers.6.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
804 |
+
"model.layers.6.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
805 |
+
"model.layers.6.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
806 |
+
"model.layers.6.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
807 |
+
"model.layers.6.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
808 |
+
"model.layers.6.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
809 |
+
"model.layers.6.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
810 |
+
"model.layers.6.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
811 |
+
"model.layers.6.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
812 |
+
"model.layers.6.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
813 |
+
"model.layers.6.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
814 |
+
"model.layers.6.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
815 |
+
"model.layers.6.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
816 |
+
"model.layers.6.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
817 |
+
"model.layers.6.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
818 |
+
"model.layers.6.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
819 |
+
"model.layers.6.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
820 |
+
"model.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
821 |
+
"model.layers.7.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
822 |
+
"model.layers.7.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
823 |
+
"model.layers.7.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
824 |
+
"model.layers.7.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
825 |
+
"model.layers.7.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
826 |
+
"model.layers.7.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
827 |
+
"model.layers.7.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
828 |
+
"model.layers.7.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
829 |
+
"model.layers.7.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
830 |
+
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
831 |
+
"model.layers.7.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
832 |
+
"model.layers.7.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
833 |
+
"model.layers.7.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
834 |
+
"model.layers.7.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
835 |
+
"model.layers.7.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
836 |
+
"model.layers.7.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
837 |
+
"model.layers.7.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
838 |
+
"model.layers.7.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
839 |
+
"model.layers.7.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
840 |
+
"model.layers.7.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
841 |
+
"model.layers.7.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
842 |
+
"model.layers.7.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
843 |
+
"model.layers.7.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
844 |
+
"model.layers.7.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
845 |
+
"model.layers.7.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
846 |
+
"model.layers.7.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
847 |
+
"model.layers.7.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
848 |
+
"model.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
849 |
+
"model.layers.8.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
850 |
+
"model.layers.8.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
851 |
+
"model.layers.8.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
852 |
+
"model.layers.8.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
853 |
+
"model.layers.8.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
854 |
+
"model.layers.8.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
855 |
+
"model.layers.8.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
856 |
+
"model.layers.8.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
857 |
+
"model.layers.8.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
858 |
+
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
859 |
+
"model.layers.8.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
860 |
+
"model.layers.8.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
861 |
+
"model.layers.8.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
862 |
+
"model.layers.8.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
863 |
+
"model.layers.8.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
864 |
+
"model.layers.8.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
865 |
+
"model.layers.8.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
866 |
+
"model.layers.8.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
867 |
+
"model.layers.8.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
868 |
+
"model.layers.8.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
869 |
+
"model.layers.8.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
870 |
+
"model.layers.8.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
871 |
+
"model.layers.8.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
872 |
+
"model.layers.8.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
873 |
+
"model.layers.8.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
874 |
+
"model.layers.8.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
875 |
+
"model.layers.8.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
876 |
+
"model.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
877 |
+
"model.layers.9.mlp.down_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
878 |
+
"model.layers.9.mlp.down_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
879 |
+
"model.layers.9.mlp.down_proj.scales": "pytorch_model-00001-of-00003.bin",
|
880 |
+
"model.layers.9.mlp.gate_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
881 |
+
"model.layers.9.mlp.gate_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
882 |
+
"model.layers.9.mlp.gate_proj.scales": "pytorch_model-00001-of-00003.bin",
|
883 |
+
"model.layers.9.mlp.up_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
884 |
+
"model.layers.9.mlp.up_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
885 |
+
"model.layers.9.mlp.up_proj.scales": "pytorch_model-00001-of-00003.bin",
|
886 |
+
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00003.bin",
|
887 |
+
"model.layers.9.self_attn.k_proj.bias": "pytorch_model-00001-of-00003.bin",
|
888 |
+
"model.layers.9.self_attn.k_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
889 |
+
"model.layers.9.self_attn.k_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
890 |
+
"model.layers.9.self_attn.k_proj.scales": "pytorch_model-00001-of-00003.bin",
|
891 |
+
"model.layers.9.self_attn.o_proj.bias": "pytorch_model-00001-of-00003.bin",
|
892 |
+
"model.layers.9.self_attn.o_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
893 |
+
"model.layers.9.self_attn.o_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
894 |
+
"model.layers.9.self_attn.o_proj.scales": "pytorch_model-00001-of-00003.bin",
|
895 |
+
"model.layers.9.self_attn.q_proj.bias": "pytorch_model-00001-of-00003.bin",
|
896 |
+
"model.layers.9.self_attn.q_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
897 |
+
"model.layers.9.self_attn.q_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
898 |
+
"model.layers.9.self_attn.q_proj.scales": "pytorch_model-00001-of-00003.bin",
|
899 |
+
"model.layers.9.self_attn.rotary_emb.inv_freq": "pytorch_model-00001-of-00003.bin",
|
900 |
+
"model.layers.9.self_attn.v_proj.bias": "pytorch_model-00001-of-00003.bin",
|
901 |
+
"model.layers.9.self_attn.v_proj.qweight": "pytorch_model-00001-of-00003.bin",
|
902 |
+
"model.layers.9.self_attn.v_proj.qzeros": "pytorch_model-00001-of-00003.bin",
|
903 |
+
"model.layers.9.self_attn.v_proj.scales": "pytorch_model-00001-of-00003.bin",
|
904 |
+
"model.norm.weight": "pytorch_model-00003-of-00003.bin"
|
905 |
+
}
|
906 |
+
}
|
triton_models/tokenizer/special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "</s>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
triton_models/tokenizer/tokenization_internlm.py
ADDED
@@ -0,0 +1,242 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
|
3 |
+
#
|
4 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
5 |
+
# and OPT implementations in this library. It has been modified from its
|
6 |
+
# original forms to accommodate minor architectural differences compared
|
7 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
8 |
+
#
|
9 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
10 |
+
# you may not use this file except in compliance with the License.
|
11 |
+
# You may obtain a copy of the License at
|
12 |
+
#
|
13 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
14 |
+
#
|
15 |
+
# Unless required by applicable law or agreed to in writing, software
|
16 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
17 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
+
# See the License for the specific language governing permissions and
|
19 |
+
# limitations under the License.
|
20 |
+
|
21 |
+
"""Tokenization classes for IntermLM."""
|
22 |
+
import os
|
23 |
+
from shutil import copyfile
|
24 |
+
from typing import Any, Dict, List, Optional, Tuple
|
25 |
+
|
26 |
+
import sentencepiece as spm
|
27 |
+
|
28 |
+
from transformers.tokenization_utils import PreTrainedTokenizer
|
29 |
+
from transformers.utils import logging
|
30 |
+
|
31 |
+
|
32 |
+
logger = logging.get_logger(__name__)
|
33 |
+
|
34 |
+
VOCAB_FILES_NAMES = {"vocab_file": "./tokenizer.model"}
|
35 |
+
|
36 |
+
PRETRAINED_VOCAB_FILES_MAP = {}
|
37 |
+
|
38 |
+
|
39 |
+
class InternLMTokenizer(PreTrainedTokenizer):
|
40 |
+
"""
|
41 |
+
Construct a InternLM tokenizer. Based on byte-level Byte-Pair-Encoding.
|
42 |
+
|
43 |
+
Args:
|
44 |
+
vocab_file (`str`):
|
45 |
+
Path to the vocabulary file.
|
46 |
+
"""
|
47 |
+
|
48 |
+
vocab_files_names = VOCAB_FILES_NAMES
|
49 |
+
pretrained_vocab_files_map = PRETRAINED_VOCAB_FILES_MAP
|
50 |
+
model_input_names = ["input_ids", "attention_mask"]
|
51 |
+
_auto_class = "AutoTokenizer"
|
52 |
+
|
53 |
+
def __init__(
|
54 |
+
self,
|
55 |
+
vocab_file,
|
56 |
+
unk_token="<unk>",
|
57 |
+
bos_token="<s>",
|
58 |
+
eos_token="</s>",
|
59 |
+
pad_token="</s>",
|
60 |
+
sp_model_kwargs: Optional[Dict[str, Any]] = None,
|
61 |
+
add_bos_token=True,
|
62 |
+
add_eos_token=False,
|
63 |
+
decode_with_prefix_space=False,
|
64 |
+
clean_up_tokenization_spaces=False,
|
65 |
+
**kwargs,
|
66 |
+
):
|
67 |
+
self.sp_model_kwargs = {} if sp_model_kwargs is None else sp_model_kwargs
|
68 |
+
self.vocab_file = vocab_file
|
69 |
+
self.add_bos_token = add_bos_token
|
70 |
+
self.add_eos_token = add_eos_token
|
71 |
+
self.decode_with_prefix_space = decode_with_prefix_space
|
72 |
+
self.sp_model = spm.SentencePieceProcessor(**self.sp_model_kwargs)
|
73 |
+
self.sp_model.Load(vocab_file)
|
74 |
+
self._no_prefix_space_tokens = None
|
75 |
+
super().__init__(
|
76 |
+
bos_token=bos_token,
|
77 |
+
eos_token=eos_token,
|
78 |
+
unk_token=unk_token,
|
79 |
+
pad_token=pad_token,
|
80 |
+
clean_up_tokenization_spaces=clean_up_tokenization_spaces,
|
81 |
+
**kwargs,
|
82 |
+
)
|
83 |
+
|
84 |
+
""" Initialization"""
|
85 |
+
|
86 |
+
@property
|
87 |
+
def no_prefix_space_tokens(self):
|
88 |
+
if self._no_prefix_space_tokens is None:
|
89 |
+
vocab = self.convert_ids_to_tokens(list(range(self.vocab_size)))
|
90 |
+
self._no_prefix_space_tokens = {i for i, tok in enumerate(vocab) if not tok.startswith("▁")}
|
91 |
+
return self._no_prefix_space_tokens
|
92 |
+
|
93 |
+
@property
|
94 |
+
def vocab_size(self):
|
95 |
+
"""Returns vocab size"""
|
96 |
+
return self.sp_model.get_piece_size()
|
97 |
+
|
98 |
+
@property
|
99 |
+
def bos_token_id(self) -> Optional[int]:
|
100 |
+
return self.sp_model.bos_id()
|
101 |
+
|
102 |
+
@property
|
103 |
+
def eos_token_id(self) -> Optional[int]:
|
104 |
+
return self.sp_model.eos_id()
|
105 |
+
|
106 |
+
def get_vocab(self):
|
107 |
+
"""Returns vocab as a dict"""
|
108 |
+
vocab = {self.convert_ids_to_tokens(i): i for i in range(self.vocab_size)}
|
109 |
+
vocab.update(self.added_tokens_encoder)
|
110 |
+
return vocab
|
111 |
+
|
112 |
+
def _tokenize(self, text):
|
113 |
+
"""Returns a tokenized string."""
|
114 |
+
return self.sp_model.encode(text, out_type=str)
|
115 |
+
|
116 |
+
def _convert_token_to_id(self, token):
|
117 |
+
"""Converts a token (str) in an id using the vocab."""
|
118 |
+
return self.sp_model.piece_to_id(token)
|
119 |
+
|
120 |
+
def _convert_id_to_token(self, index):
|
121 |
+
"""Converts an index (integer) in a token (str) using the vocab."""
|
122 |
+
token = self.sp_model.IdToPiece(index)
|
123 |
+
return token
|
124 |
+
|
125 |
+
def _maybe_add_prefix_space(self, tokens, decoded):
|
126 |
+
if tokens and tokens[0] not in self.no_prefix_space_tokens:
|
127 |
+
return " " + decoded
|
128 |
+
else:
|
129 |
+
return decoded
|
130 |
+
|
131 |
+
def convert_tokens_to_string(self, tokens):
|
132 |
+
"""Converts a sequence of tokens (string) in a single string."""
|
133 |
+
current_sub_tokens = []
|
134 |
+
out_string = ""
|
135 |
+
prev_is_special = False
|
136 |
+
for token in tokens:
|
137 |
+
# make sure that special tokens are not decoded using sentencepiece model
|
138 |
+
if token in self.all_special_tokens:
|
139 |
+
if not prev_is_special:
|
140 |
+
out_string += " "
|
141 |
+
out_string += self.sp_model.decode(current_sub_tokens) + token
|
142 |
+
prev_is_special = True
|
143 |
+
current_sub_tokens = []
|
144 |
+
else:
|
145 |
+
current_sub_tokens.append(token)
|
146 |
+
prev_is_special = False
|
147 |
+
out_string += self.sp_model.decode(current_sub_tokens)
|
148 |
+
out_string = self.clean_up_tokenization(out_string)
|
149 |
+
out_string = self._maybe_add_prefix_space(tokens=tokens, decoded=out_string)
|
150 |
+
return out_string[1:]
|
151 |
+
|
152 |
+
def save_vocabulary(self, save_directory, filename_prefix: Optional[str] = None) -> Tuple[str]:
|
153 |
+
"""
|
154 |
+
Save the vocabulary and special tokens file to a directory.
|
155 |
+
|
156 |
+
Args:
|
157 |
+
save_directory (`str`):
|
158 |
+
The directory in which to save the vocabulary.
|
159 |
+
|
160 |
+
Returns:
|
161 |
+
`Tuple(str)`: Paths to the files saved.
|
162 |
+
"""
|
163 |
+
if not os.path.isdir(save_directory):
|
164 |
+
logger.error(f"Vocabulary path ({save_directory}) should be a directory")
|
165 |
+
return
|
166 |
+
out_vocab_file = os.path.join(
|
167 |
+
save_directory, (filename_prefix + "-" if filename_prefix else "") + VOCAB_FILES_NAMES["vocab_file"]
|
168 |
+
)
|
169 |
+
|
170 |
+
if os.path.abspath(self.vocab_file) != os.path.abspath(out_vocab_file) and os.path.isfile(self.vocab_file):
|
171 |
+
copyfile(self.vocab_file, out_vocab_file)
|
172 |
+
elif not os.path.isfile(self.vocab_file):
|
173 |
+
with open(out_vocab_file, "wb") as fi:
|
174 |
+
content_spiece_model = self.sp_model.serialized_model_proto()
|
175 |
+
fi.write(content_spiece_model)
|
176 |
+
|
177 |
+
return (out_vocab_file,)
|
178 |
+
|
179 |
+
def build_inputs_with_special_tokens(self, token_ids_0, token_ids_1=None):
|
180 |
+
if self.add_bos_token:
|
181 |
+
bos_token_ids = [self.bos_token_id]
|
182 |
+
else:
|
183 |
+
bos_token_ids = []
|
184 |
+
|
185 |
+
output = bos_token_ids + token_ids_0
|
186 |
+
|
187 |
+
if token_ids_1 is not None:
|
188 |
+
output = output + token_ids_1
|
189 |
+
|
190 |
+
if self.add_eos_token:
|
191 |
+
output = output + [self.eos_token_id]
|
192 |
+
|
193 |
+
return output
|
194 |
+
|
195 |
+
def get_special_tokens_mask(
|
196 |
+
self, token_ids_0: List[int], token_ids_1: Optional[List[int]] = None, already_has_special_tokens: bool = False
|
197 |
+
) -> List[int]:
|
198 |
+
"""
|
199 |
+
Retrieve sequence ids from a token list that has no special tokens added. This method is called when adding
|
200 |
+
special tokens using the tokenizer `prepare_for_model` method.
|
201 |
+
|
202 |
+
Args:
|
203 |
+
token_ids_0 (`List[int]`):
|
204 |
+
List of IDs.
|
205 |
+
token_ids_1 (`List[int]`, *optional*):
|
206 |
+
Optional second list of IDs for sequence pairs.
|
207 |
+
already_has_special_tokens (`bool`, *optional*, defaults to `False`):
|
208 |
+
Whether or not the token list is already formatted with special tokens for the model.
|
209 |
+
|
210 |
+
Returns:
|
211 |
+
`List[int]`: A list of integers in the range [0, 1]: 1 for a special token, 0 for a sequence token.
|
212 |
+
"""
|
213 |
+
if already_has_special_tokens:
|
214 |
+
return super().get_special_tokens_mask(
|
215 |
+
token_ids_0=token_ids_0, token_ids_1=token_ids_1, already_has_special_tokens=True
|
216 |
+
)
|
217 |
+
|
218 |
+
if token_ids_1 is None:
|
219 |
+
return [1] + ([0] * len(token_ids_0)) + [1]
|
220 |
+
return [1] + ([0] * len(token_ids_0)) + [1, 1] + ([0] * len(token_ids_1)) + [1]
|
221 |
+
|
222 |
+
def create_token_type_ids_from_sequences(
|
223 |
+
self, token_ids_0: List[int], token_ids_1: Optional[List[int]] = None
|
224 |
+
) -> List[int]:
|
225 |
+
"""
|
226 |
+
Create a mask from the two sequences passed to be used in a sequence-pair classification task. T5 does not make
|
227 |
+
use of token type ids, therefore a list of zeros is returned.
|
228 |
+
|
229 |
+
Args:
|
230 |
+
token_ids_0 (`List[int]`):
|
231 |
+
List of IDs.
|
232 |
+
token_ids_1 (`List[int]`, *optional*):
|
233 |
+
Optional second list of IDs for sequence pairs.
|
234 |
+
|
235 |
+
Returns:
|
236 |
+
`List[int]`: List of zeros.
|
237 |
+
"""
|
238 |
+
eos = [self.eos_token_id]
|
239 |
+
|
240 |
+
if token_ids_1 is None:
|
241 |
+
return len(token_ids_0 + eos) * [0]
|
242 |
+
return len(token_ids_0 + eos + token_ids_1 + eos) * [0]
|
triton_models/tokenizer/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aab622d98c98677a1a51f969e25765154487bf3e85c7819db105db2fcacba83f
|
3 |
+
size 1658691
|
triton_models/tokenizer/tokenizer.py
ADDED
@@ -0,0 +1,284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
+
import json
|
3 |
+
import os
|
4 |
+
import os.path as osp
|
5 |
+
from typing import Optional, Sequence, Union
|
6 |
+
|
7 |
+
import torch
|
8 |
+
|
9 |
+
|
10 |
+
class SentencePieceTokenizer:
|
11 |
+
"""Tokenizer of sentencepiece.
|
12 |
+
|
13 |
+
Args:
|
14 |
+
model_file (str): the path of the tokenizer model
|
15 |
+
"""
|
16 |
+
|
17 |
+
def __init__(self, model_file: str):
|
18 |
+
from sentencepiece import SentencePieceProcessor
|
19 |
+
self.model = SentencePieceProcessor(model_file=model_file)
|
20 |
+
self._prefix_space_tokens = None
|
21 |
+
|
22 |
+
@property
|
23 |
+
def vocab_size(self):
|
24 |
+
"""vocabulary size."""
|
25 |
+
return self.model.vocab_size()
|
26 |
+
|
27 |
+
@property
|
28 |
+
def bos_token_id(self):
|
29 |
+
"""begine of the sentence token id."""
|
30 |
+
return self.model.bos_id()
|
31 |
+
|
32 |
+
@property
|
33 |
+
def eos_token_id(self):
|
34 |
+
"""end of the sentence token id."""
|
35 |
+
return self.model.eos_id()
|
36 |
+
|
37 |
+
@property
|
38 |
+
def prefix_space_tokens(self):
|
39 |
+
"""tokens without prefix space."""
|
40 |
+
if self._prefix_space_tokens is None:
|
41 |
+
vocab = self.model.IdToPiece(list(range(self.vocab_size)))
|
42 |
+
self._prefix_space_tokens = {
|
43 |
+
i
|
44 |
+
for i, tok in enumerate(vocab) if tok.startswith('▁')
|
45 |
+
}
|
46 |
+
return self._prefix_space_tokens
|
47 |
+
|
48 |
+
def _maybe_add_prefix_space(self, tokens, decoded):
|
49 |
+
"""maybe add prefix space for incremental decoding."""
|
50 |
+
if len(tokens) and not decoded.startswith(' ') and\
|
51 |
+
tokens[0] in self.prefix_space_tokens:
|
52 |
+
return ' ' + decoded
|
53 |
+
else:
|
54 |
+
return decoded
|
55 |
+
|
56 |
+
def encode(self, s: str, add_bos: bool = True, **kwargs):
|
57 |
+
"""Tokenize a prompt.
|
58 |
+
|
59 |
+
Args:
|
60 |
+
s (str): a prompt
|
61 |
+
Returns:
|
62 |
+
list[int]: token ids
|
63 |
+
"""
|
64 |
+
return self.model.Encode(s, add_bos=add_bos, **kwargs)
|
65 |
+
|
66 |
+
def decode(self, t: Sequence[int], offset: Optional[int] = None):
|
67 |
+
"""De-tokenize.
|
68 |
+
|
69 |
+
Args:
|
70 |
+
t (List[int]): a list of token ids
|
71 |
+
offset (int): for incrementally decoding. Default to None, which
|
72 |
+
means not applied.
|
73 |
+
Returns:
|
74 |
+
str: text of decoding tokens
|
75 |
+
"""
|
76 |
+
if isinstance(t, torch.Tensor):
|
77 |
+
t = t.tolist()
|
78 |
+
t = t[offset:]
|
79 |
+
out_string = self.model.Decode(t)
|
80 |
+
if offset:
|
81 |
+
out_string = self._maybe_add_prefix_space(t, out_string)
|
82 |
+
return out_string
|
83 |
+
|
84 |
+
def __call__(self, s: Union[str, Sequence[str]]):
|
85 |
+
"""Tokenize prompts.
|
86 |
+
|
87 |
+
Args:
|
88 |
+
s (str): prompts
|
89 |
+
Returns:
|
90 |
+
list[int]: token ids
|
91 |
+
"""
|
92 |
+
import addict
|
93 |
+
add_bos = False
|
94 |
+
add_eos = False
|
95 |
+
|
96 |
+
input_ids = self.model.Encode(s, add_bos=add_bos, add_eos=add_eos)
|
97 |
+
return addict.Addict(input_ids=input_ids)
|
98 |
+
|
99 |
+
|
100 |
+
class HuggingFaceTokenizer:
|
101 |
+
"""Tokenizer of sentencepiece.
|
102 |
+
|
103 |
+
Args:
|
104 |
+
model_dir (str): the directory of the tokenizer model
|
105 |
+
"""
|
106 |
+
|
107 |
+
def __init__(self, model_dir: str):
|
108 |
+
from transformers import AutoTokenizer
|
109 |
+
model_file = osp.join(model_dir, 'tokenizer.model')
|
110 |
+
backend_tokenizer_file = osp.join(model_dir, 'tokenizer.json')
|
111 |
+
model_file_exists = osp.exists(model_file)
|
112 |
+
if not osp.exists(backend_tokenizer_file) and model_file_exists:
|
113 |
+
print('WARNING: Can not find tokenizer.json. '
|
114 |
+
'It may take long time to initialize the tokenizer.')
|
115 |
+
self.model = AutoTokenizer.from_pretrained(model_dir,
|
116 |
+
trust_remote_code=True)
|
117 |
+
self._prefix_space_tokens = None
|
118 |
+
# save tokenizer.json to reuse
|
119 |
+
if not osp.exists(backend_tokenizer_file) and model_file_exists:
|
120 |
+
if hasattr(self.model, 'backend_tokenizer'):
|
121 |
+
if os.access(model_dir, os.W_OK):
|
122 |
+
self.model.backend_tokenizer.save(backend_tokenizer_file)
|
123 |
+
|
124 |
+
if self.model.eos_token_id is None:
|
125 |
+
generation_config_file = osp.join(model_dir,
|
126 |
+
'generation_config.json')
|
127 |
+
if osp.exists(generation_config_file):
|
128 |
+
with open(generation_config_file, 'r') as f:
|
129 |
+
cfg = json.load(f)
|
130 |
+
self.model.eos_token_id = cfg['eos_token_id']
|
131 |
+
elif hasattr(self.model, 'eod_id'): # Qwen remote
|
132 |
+
self.model.eos_token_id = self.model.eod_id
|
133 |
+
|
134 |
+
@property
|
135 |
+
def vocab_size(self):
|
136 |
+
"""vocabulary size."""
|
137 |
+
return self.model.vocab_size
|
138 |
+
|
139 |
+
@property
|
140 |
+
def bos_token_id(self):
|
141 |
+
"""begine of the sentence token id."""
|
142 |
+
return self.model.bos_token_id
|
143 |
+
|
144 |
+
@property
|
145 |
+
def eos_token_id(self):
|
146 |
+
"""end of the sentence token id."""
|
147 |
+
return self.model.eos_token_id
|
148 |
+
|
149 |
+
@property
|
150 |
+
def prefix_space_tokens(self):
|
151 |
+
"""tokens without prefix space."""
|
152 |
+
if self._prefix_space_tokens is None:
|
153 |
+
vocab = self.model.convert_ids_to_tokens(
|
154 |
+
list(range(self.vocab_size)))
|
155 |
+
self._prefix_space_tokens = {
|
156 |
+
i
|
157 |
+
for i, tok in enumerate(vocab)
|
158 |
+
if tok.startswith('▁' if isinstance(tok, str) else b' ')
|
159 |
+
}
|
160 |
+
return self._prefix_space_tokens
|
161 |
+
|
162 |
+
def _maybe_add_prefix_space(self, tokens, decoded):
|
163 |
+
"""maybe add prefix space for incremental decoding."""
|
164 |
+
if len(tokens) and not decoded.startswith(' ') and\
|
165 |
+
tokens[0] in self.prefix_space_tokens:
|
166 |
+
return ' ' + decoded
|
167 |
+
else:
|
168 |
+
return decoded
|
169 |
+
|
170 |
+
def encode(self, s: str, add_bos: bool = True, **kwargs):
|
171 |
+
"""Tokenize a prompt.
|
172 |
+
|
173 |
+
Args:
|
174 |
+
s (str): a prompt
|
175 |
+
Returns:
|
176 |
+
list[int]: token ids
|
177 |
+
"""
|
178 |
+
encoded = self.model.encode(s, **kwargs)
|
179 |
+
if not add_bos:
|
180 |
+
# in the middle of a session
|
181 |
+
if len(encoded) and encoded[0] == self.bos_token_id:
|
182 |
+
encoded = encoded[1:]
|
183 |
+
return encoded
|
184 |
+
|
185 |
+
def decode(self, t: Sequence[int], offset: Optional[int] = None):
|
186 |
+
"""De-tokenize.
|
187 |
+
|
188 |
+
Args:
|
189 |
+
t (List[int]): a list of token ids
|
190 |
+
offset (int): for incrementally decoding. Default to None, which
|
191 |
+
means not applied.
|
192 |
+
Returns:
|
193 |
+
str: text of decoding tokens
|
194 |
+
"""
|
195 |
+
skip_special_tokens = True
|
196 |
+
t = t[offset:]
|
197 |
+
out_string = self.model.decode(t,
|
198 |
+
skip_special_tokens=skip_special_tokens)
|
199 |
+
if offset:
|
200 |
+
out_string = self._maybe_add_prefix_space(t, out_string)
|
201 |
+
return out_string
|
202 |
+
|
203 |
+
def __call__(self, s: Union[str, Sequence[str]]):
|
204 |
+
"""Tokenize prompts.
|
205 |
+
|
206 |
+
Args:
|
207 |
+
s (str): prompts
|
208 |
+
Returns:
|
209 |
+
list[int]: token ids
|
210 |
+
"""
|
211 |
+
add_special_tokens = False
|
212 |
+
return self.model(s, add_special_tokens=add_special_tokens)
|
213 |
+
|
214 |
+
|
215 |
+
class Tokenizer:
|
216 |
+
"""Tokenize prompts or de-tokenize tokens into texts.
|
217 |
+
|
218 |
+
Args:
|
219 |
+
model_file (str): the path of the tokenizer model
|
220 |
+
"""
|
221 |
+
|
222 |
+
def __init__(self, model_file: str):
|
223 |
+
if model_file.endswith('.model'):
|
224 |
+
model_folder = osp.split(model_file)[0]
|
225 |
+
else:
|
226 |
+
model_folder = model_file
|
227 |
+
model_file = osp.join(model_folder, 'tokenizer.model')
|
228 |
+
tokenizer_config_file = osp.join(model_folder, 'tokenizer_config.json')
|
229 |
+
|
230 |
+
model_file_exists = osp.exists(model_file)
|
231 |
+
config_exists = osp.exists(tokenizer_config_file)
|
232 |
+
use_hf_model = config_exists or not model_file_exists
|
233 |
+
|
234 |
+
if not use_hf_model:
|
235 |
+
self.model = SentencePieceTokenizer(model_file)
|
236 |
+
else:
|
237 |
+
self.model = HuggingFaceTokenizer(model_folder)
|
238 |
+
|
239 |
+
@property
|
240 |
+
def vocab_size(self):
|
241 |
+
"""vocabulary size."""
|
242 |
+
return self.model.vocab_size
|
243 |
+
|
244 |
+
@property
|
245 |
+
def bos_token_id(self):
|
246 |
+
"""begine of the sentence token id."""
|
247 |
+
return self.model.bos_token_id
|
248 |
+
|
249 |
+
@property
|
250 |
+
def eos_token_id(self):
|
251 |
+
"""end of the sentence token id."""
|
252 |
+
return self.model.eos_token_id
|
253 |
+
|
254 |
+
def encode(self, s: str, add_bos: bool = True, **kwargs):
|
255 |
+
"""Tokenize a prompt.
|
256 |
+
|
257 |
+
Args:
|
258 |
+
s (str): a prompt
|
259 |
+
Returns:
|
260 |
+
list[int]: token ids
|
261 |
+
"""
|
262 |
+
return self.model.encode(s, add_bos, **kwargs)
|
263 |
+
|
264 |
+
def decode(self, t: Sequence[int], offset: Optional[int] = None):
|
265 |
+
"""De-tokenize.
|
266 |
+
|
267 |
+
Args:
|
268 |
+
t (List[int]): a list of token ids
|
269 |
+
offset (int): for incrementally decoding. Default to None, which
|
270 |
+
means not applied.
|
271 |
+
Returns:
|
272 |
+
str: text of decoding tokens
|
273 |
+
"""
|
274 |
+
return self.model.decode(t, offset)
|
275 |
+
|
276 |
+
def __call__(self, s: Union[str, Sequence[str]]):
|
277 |
+
"""Tokenize prompts.
|
278 |
+
|
279 |
+
Args:
|
280 |
+
s (str): prompts
|
281 |
+
Returns:
|
282 |
+
list[int]: token ids
|
283 |
+
"""
|
284 |
+
return self.model(s)
|
triton_models/tokenizer/tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoTokenizer": [
|
4 |
+
"tokenization_internlm.InternLMTokenizer",
|
5 |
+
null
|
6 |
+
]
|
7 |
+
},
|
8 |
+
"bos_token": "<s>",
|
9 |
+
"clean_up_tokenization_spaces": false,
|
10 |
+
"eos_token": "</s>",
|
11 |
+
"model_max_length": 1000000000000000019884624838656,
|
12 |
+
"pad_token": "</s>",
|
13 |
+
"tokenizer_class": "InternLMTokenizer",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
triton_models/weights/config.ini
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2225240c57583520fd37b972a4711b1c24c6976a94f2f2fe3448fe4cc7b0dd95
|
3 |
+
size 569
|
triton_models/weights/layers.0.attention.w_qkv.0.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6ff758024bd03a02de7fe535c2444f8ae2f3dff22489f615276916295e7a030
|
3 |
+
size 24576
|
triton_models/weights/layers.0.attention.w_qkv.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1a13fdadc18dc30f5f9d9d63e253eabc48da9056c63933d564ce1a4eb7997ec
|
3 |
+
size 25165824
|
triton_models/weights/layers.0.attention.w_qkv.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b9b9da34d1a7142c8996a454564eb64b261882146b5bf206fa3163ca374e979
|
3 |
+
size 1572864
|
triton_models/weights/layers.0.attention.wo.0.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a69fe7d23dc53aa57b7af4f70e111782bd4078aa6d7e3a18905a32ffbc902f03
|
3 |
+
size 8192
|
triton_models/weights/layers.0.attention.wo.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac488432e41a88838f2ce198af1c7f8116553d8ebcced3ddf0ffe2c8469c1add
|
3 |
+
size 8388608
|
triton_models/weights/layers.0.attention.wo.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4796983817d8541461aa5f90f6d593c2ebe804f780bcac58541e1015ebc19f77
|
3 |
+
size 524288
|
triton_models/weights/layers.0.attention_norm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:167aa8ae66096ed9c9321f5887cdf09872aab99a6a95bafef099eb554b441285
|
3 |
+
size 8192
|
triton_models/weights/layers.0.feed_forward.w13.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f751265c923dfbd9dbf7274da735809d467ea7d7f54c86e95caf1e4a9236c46
|
3 |
+
size 45088768
|
triton_models/weights/layers.0.feed_forward.w13.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b1e0e1dd6304ddfd10896506cf4391d3f2429f7374f38c8b8d17bf1bfeca371
|
3 |
+
size 2818048
|
triton_models/weights/layers.0.feed_forward.w2.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a367d78e2ebd36bb3f77c1f54b6b326b97b1f3f45b45b816662e9ec16b73740
|
3 |
+
size 22544384
|
triton_models/weights/layers.0.feed_forward.w2.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b3769b39af4c8d9ceb99c60e0253be6c1b013432cff60743a5657790143b365
|
3 |
+
size 1409024
|
triton_models/weights/layers.0.ffn_norm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a5545531f94a148dbcfe487c5ebd0309909caaf171ccab67e591fc11dd961d7
|
3 |
+
size 8192
|
triton_models/weights/layers.0.past_kv_scale.0.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3187a04fe1c87c67d881dd5c80d9a662bdc8f45bd77dc056be1299882dcd2fe5
|
3 |
+
size 16
|
triton_models/weights/layers.1.attention.w_qkv.0.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e66a70472f91b5b3faeefd7276720c5408229920d84cf866e2f24f0c65f01ddf
|
3 |
+
size 24576
|
triton_models/weights/layers.1.attention.w_qkv.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2edbd7c7226da471fac7cfffc6fc87e6c871ea574b4ddb8cbd0796743a7b017d
|
3 |
+
size 25165824
|
triton_models/weights/layers.1.attention.w_qkv.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0d4d0715c18158514b8de14ca3fd27148873f532891a2a22a9100d9aa878adc
|
3 |
+
size 1572864
|
triton_models/weights/layers.1.attention.wo.0.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebda96ed0c22ebf73ba53a08b0d8caaf77916f512c8a7ac39386d28c59bfa765
|
3 |
+
size 8192
|
triton_models/weights/layers.1.attention.wo.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41ffef64917bff14b0a30236b043a27901dcd858218bb6fde0098ed3b5748ee4
|
3 |
+
size 8388608
|
triton_models/weights/layers.1.attention.wo.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:054be90f7a0566c0e0bfa57f31b509ce07ecb3be2b96cace35fd0a95a77f9eb4
|
3 |
+
size 524288
|
triton_models/weights/layers.1.attention_norm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dc094f300eb9e2f7041e5f197fc0928fb06ee8b508293b3bd2cdcdcd1324451
|
3 |
+
size 8192
|
triton_models/weights/layers.1.feed_forward.w13.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1860883e47c667d7bae113f120790dcb0a417781d8c64bd1289b1f94db71772a
|
3 |
+
size 45088768
|
triton_models/weights/layers.1.feed_forward.w13.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:010bb3584b26d2a2a3320934627f4695658c7b56b95582c14bf7429b289250d6
|
3 |
+
size 2818048
|
triton_models/weights/layers.1.feed_forward.w2.0.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ce34ebc1973deee89490d2967238163f8862749a626e0c6182b0a5f306aaf45
|
3 |
+
size 22544384
|
triton_models/weights/layers.1.feed_forward.w2.0.scales_zeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96174efad333213a160dcd306293f18fb1664a2839e14a442770fda21236368c
|
3 |
+
size 1409024
|
triton_models/weights/layers.1.ffn_norm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aedc0167c3ce9b7d0c724d90434cc8cbafe6aa14009e3ab9231fc8ad53a02ea4
|
3 |
+
size 8192
|
triton_models/weights/layers.1.past_kv_scale.0.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eba9e1a54861b9d99efdd0be0ac2a35e1d824a7177049454da9a3f191c88038
|
3 |
+
size 16
|
triton_models/weights/layers.10.attention.w_qkv.0.bias
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d700319871b959816fbc688e59c2449494bdbbf5f904fd08e89f3409e8e0ce67
|
3 |
+
size 24576
|