Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +5 -0
- README.md +49 -0
- added_tokens.json +5 -0
- config.json +39 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model.safetensors.index.json +970 -0
- output-00001-of-00008.safetensors +3 -0
- output-00002-of-00008.safetensors +3 -0
- output-00003-of-00008.safetensors +3 -0
- output-00004-of-00008.safetensors +3 -0
- output-00005-of-00008.safetensors +3 -0
- output-00006-of-00008.safetensors +3 -0
- output-00007-of-00008.safetensors +3 -0
- output-00008-of-00008.safetensors +3 -0
- special_tokens_map.json +20 -0
- tokenizer.json +0 -0
- tokenizer_config.json +43 -0
- venv/bin/Activate.ps1 +247 -0
- venv/bin/activate +69 -0
- venv/bin/activate.csh +26 -0
- venv/bin/activate.fish +69 -0
- venv/bin/normalizer +8 -0
- venv/bin/pip +8 -0
- venv/bin/pip3 +8 -0
- venv/bin/pip3.10 +8 -0
- venv/bin/python +3 -0
- venv/bin/python3 +3 -0
- venv/bin/python3.10 +3 -0
- venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/INSTALLER +1 -0
- venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/LICENSE +20 -0
- venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/METADATA +46 -0
- venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/RECORD +43 -0
- venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/WHEEL +6 -0
- venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/top_level.txt +2 -0
- venv/lib/python3.10/site-packages/__pycache__/typing_extensions.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/_distutils_hack/__init__.py +132 -0
- venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/_distutils_hack/override.py +1 -0
- venv/lib/python3.10/site-packages/_yaml/__init__.py +33 -0
- venv/lib/python3.10/site-packages/_yaml/__pycache__/__init__.cpython-310.pyc +0 -0
- venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/INSTALLER +1 -0
- venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/LICENSE +20 -0
- venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/METADATA +67 -0
- venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/RECORD +14 -0
- venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/WHEEL +5 -0
- venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/top_level.txt +1 -0
- venv/lib/python3.10/site-packages/certifi/__init__.py +4 -0
- venv/lib/python3.10/site-packages/certifi/__main__.py +12 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
venv/bin/python filter=lfs diff=lfs merge=lfs -text
|
37 |
+
venv/bin/python3 filter=lfs diff=lfs merge=lfs -text
|
38 |
+
venv/bin/python3.10 filter=lfs diff=lfs merge=lfs -text
|
39 |
+
venv/lib/python3.10/site-packages/hf_transfer/hf_transfer.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
40 |
+
venv/lib/python3.10/site-packages/yaml/_yaml.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: tongyi-qianwen
|
4 |
+
license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- zh
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- chat
|
11 |
+
---
|
12 |
+
|
13 |
+
![](https://files.catbox.moe/ngqnb1.png)
|
14 |
+
|
15 |
+
This is the first in a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet and Opus. This model is fine-tuned on top of [Qwen-2 72B Instruct](https://huggingface.co/Qwen/Qwen2-72B-Instruct).
|
16 |
+
|
17 |
+
|
18 |
+
## Prompting
|
19 |
+
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
20 |
+
|
21 |
+
```py
|
22 |
+
"""<|im_start|>user
|
23 |
+
Hi there!<|im_end|>
|
24 |
+
<|im_start|>assistant
|
25 |
+
Nice to meet you!<|im_end|>
|
26 |
+
<|im_start|>user
|
27 |
+
Can I ask a question?<|im_end|>
|
28 |
+
<|im_start|>assistant
|
29 |
+
"""
|
30 |
+
```
|
31 |
+
|
32 |
+
## Credits
|
33 |
+
|
34 |
+
This model has been a team effort, credits go to:
|
35 |
+
|
36 |
+
- [Sao10K](https://huggingface.co/Sao10K) for help with (and cleaning up!) the dataset.
|
37 |
+
- [alpindale](https://huggingface.co/alpindale) for the training.
|
38 |
+
- [kalomaze](https://huggingface.co/kalomaze) for helping with the hyperparameter tuning.
|
39 |
+
- Various other people for their continued help as we tuned the parameters, restarted failed runs. In no particular order: [Doctor Shotgun](https://huggingface.co/Doctor-Shotgun), [Lucy](https://huggingface.co/lucyknada), [Nopm](https://huggingface.co/nopm), [Mango](https://huggingface.co/MangoMango69420), and the rest of the Silly Tilly.
|
40 |
+
|
41 |
+
And last but not least, we'd like to thank [Kearm](https://twitter.com/Nottlespike) for sponsoring the compute needed to train this model.
|
42 |
+
|
43 |
+
## Training
|
44 |
+
The training was done with 55 million tokens of high-quality RP data, over 1.5 epochs. We used 8x [AMD Instinct™ MI300X Accelerators](https://www.amd.com/en/products/accelerators/instinct/mi300/mi300x.html) for the full-parameter fine-tuning of the model.
|
45 |
+
|
46 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
47 |
+
|
48 |
+
## Safety
|
49 |
+
...
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "alpindale/magnum-72b-v1",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151645,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 8192,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 29568,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"max_window_layers": 80,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 64,
|
17 |
+
"num_hidden_layers": 80,
|
18 |
+
"num_key_value_heads": 8,
|
19 |
+
"rms_norm_eps": 1e-06,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": 131072,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.40.0.dev0",
|
25 |
+
"use_cache": false,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064,
|
28 |
+
"quantization_config": {
|
29 |
+
"quant_method": "exl2",
|
30 |
+
"version": "0.1.5",
|
31 |
+
"bits": 8.0,
|
32 |
+
"head_bits": 6,
|
33 |
+
"calibration": {
|
34 |
+
"rows": 100,
|
35 |
+
"length": 2048,
|
36 |
+
"dataset": "(default)"
|
37 |
+
}
|
38 |
+
}
|
39 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
151645,
|
6 |
+
151643
|
7 |
+
],
|
8 |
+
"pad_token_id": 151643,
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 0.7,
|
11 |
+
"top_k": 20,
|
12 |
+
"top_p": 0.8,
|
13 |
+
"transformers_version": "4.40.0.dev0"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,970 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 145412407296
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00031-of-00031.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00031.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00031.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00031.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00031.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00031.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00031.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00031.safetensors",
|
14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00031.safetensors",
|
15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00031.safetensors",
|
16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00031.safetensors",
|
17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00031.safetensors",
|
18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00031.safetensors",
|
19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00031.safetensors",
|
20 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00031.safetensors",
|
21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
|
22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
|
23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
|
24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
|
25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00031.safetensors",
|
26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00031.safetensors",
|
27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00031.safetensors",
|
28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00031.safetensors",
|
29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00031.safetensors",
|
30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00031.safetensors",
|
31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00031.safetensors",
|
32 |
+
"model.layers.10.input_layernorm.weight": "model-00005-of-00031.safetensors",
|
33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
|
34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00005-of-00031.safetensors",
|
35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
|
36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
|
37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
|
38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
|
39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
|
40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
|
41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
|
42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
|
43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
|
44 |
+
"model.layers.11.input_layernorm.weight": "model-00005-of-00031.safetensors",
|
45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
|
46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00005-of-00031.safetensors",
|
47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
|
48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
|
49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
|
50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
|
51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
|
52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
|
53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
|
54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
|
55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
|
56 |
+
"model.layers.12.input_layernorm.weight": "model-00006-of-00031.safetensors",
|
57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
|
58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
|
59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
|
60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
|
61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
|
62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
|
63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
|
64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
|
65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
|
66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
|
67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
|
68 |
+
"model.layers.13.input_layernorm.weight": "model-00006-of-00031.safetensors",
|
69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
|
70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
|
71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
|
72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
|
73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00006-of-00031.safetensors",
|
74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00006-of-00031.safetensors",
|
75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00006-of-00031.safetensors",
|
76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00006-of-00031.safetensors",
|
77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00006-of-00031.safetensors",
|
78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00006-of-00031.safetensors",
|
79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00006-of-00031.safetensors",
|
80 |
+
"model.layers.14.input_layernorm.weight": "model-00006-of-00031.safetensors",
|
81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
|
82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
|
83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
|
84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
|
85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00006-of-00031.safetensors",
|
86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00006-of-00031.safetensors",
|
87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00006-of-00031.safetensors",
|
88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00006-of-00031.safetensors",
|
89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00006-of-00031.safetensors",
|
90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00006-of-00031.safetensors",
|
91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00006-of-00031.safetensors",
|
92 |
+
"model.layers.15.input_layernorm.weight": "model-00007-of-00031.safetensors",
|
93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00007-of-00031.safetensors",
|
94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
|
95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
|
96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00007-of-00031.safetensors",
|
97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
|
98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
|
99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
|
100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
|
101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
|
102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
|
103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
|
104 |
+
"model.layers.16.input_layernorm.weight": "model-00007-of-00031.safetensors",
|
105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00007-of-00031.safetensors",
|
106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
|
107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
|
108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00007-of-00031.safetensors",
|
109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
|
110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
|
111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
|
112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
|
113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
|
114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
|
115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
|
116 |
+
"model.layers.17.input_layernorm.weight": "model-00008-of-00031.safetensors",
|
117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
|
118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
|
119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
|
120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
|
121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
|
122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
|
123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
|
124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
|
125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
|
126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
|
127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
|
128 |
+
"model.layers.18.input_layernorm.weight": "model-00008-of-00031.safetensors",
|
129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
|
130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
|
131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00008-of-00031.safetensors",
|
132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
|
133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
|
134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
|
135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
|
136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
|
137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
|
138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
|
139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
|
140 |
+
"model.layers.19.input_layernorm.weight": "model-00008-of-00031.safetensors",
|
141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
|
142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
|
143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00008-of-00031.safetensors",
|
144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
|
145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
|
146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
|
147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
|
148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
|
149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
|
150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
|
151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
|
152 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00031.safetensors",
|
153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
|
154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
|
155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
|
156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
|
157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00002-of-00031.safetensors",
|
158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00031.safetensors",
|
159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00031.safetensors",
|
160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00002-of-00031.safetensors",
|
161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00031.safetensors",
|
162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00002-of-00031.safetensors",
|
163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00031.safetensors",
|
164 |
+
"model.layers.20.input_layernorm.weight": "model-00009-of-00031.safetensors",
|
165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
|
166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
|
167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
|
168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
|
169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
|
170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
|
171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
|
172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
|
173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
|
174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
|
175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
|
176 |
+
"model.layers.21.input_layernorm.weight": "model-00009-of-00031.safetensors",
|
177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
|
178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00009-of-00031.safetensors",
|
179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
|
180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
|
181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
|
182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
|
183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
|
184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
|
185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
|
186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
|
187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
|
188 |
+
"model.layers.22.input_layernorm.weight": "model-00009-of-00031.safetensors",
|
189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
|
190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00009-of-00031.safetensors",
|
191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
|
192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
|
193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
|
194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
|
195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
|
196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
|
197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
|
198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
|
199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
|
200 |
+
"model.layers.23.input_layernorm.weight": "model-00010-of-00031.safetensors",
|
201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
|
202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
|
203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
|
204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
|
205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
|
206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
|
207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
|
208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
|
209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
|
210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
|
211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
|
212 |
+
"model.layers.24.input_layernorm.weight": "model-00010-of-00031.safetensors",
|
213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
|
214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
|
215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
|
216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
|
217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00010-of-00031.safetensors",
|
218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00010-of-00031.safetensors",
|
219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00010-of-00031.safetensors",
|
220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00010-of-00031.safetensors",
|
221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00010-of-00031.safetensors",
|
222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00010-of-00031.safetensors",
|
223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00010-of-00031.safetensors",
|
224 |
+
"model.layers.25.input_layernorm.weight": "model-00010-of-00031.safetensors",
|
225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
|
226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
|
227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
|
228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
|
229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00010-of-00031.safetensors",
|
230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00010-of-00031.safetensors",
|
231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00010-of-00031.safetensors",
|
232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00010-of-00031.safetensors",
|
233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00010-of-00031.safetensors",
|
234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00010-of-00031.safetensors",
|
235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00010-of-00031.safetensors",
|
236 |
+
"model.layers.26.input_layernorm.weight": "model-00011-of-00031.safetensors",
|
237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00011-of-00031.safetensors",
|
238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
|
239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
|
240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00011-of-00031.safetensors",
|
241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
|
242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
|
243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
|
244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
|
245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
|
246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
|
247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
|
248 |
+
"model.layers.27.input_layernorm.weight": "model-00011-of-00031.safetensors",
|
249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00011-of-00031.safetensors",
|
250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
|
251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
|
252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00011-of-00031.safetensors",
|
253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
|
254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
|
255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
|
256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
|
257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
|
258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
|
259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
|
260 |
+
"model.layers.28.input_layernorm.weight": "model-00012-of-00031.safetensors",
|
261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
|
262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
|
263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
|
264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
|
265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
|
266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
|
267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
|
268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
|
269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
|
270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
|
271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
|
272 |
+
"model.layers.29.input_layernorm.weight": "model-00012-of-00031.safetensors",
|
273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
|
274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
|
275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00012-of-00031.safetensors",
|
276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
|
277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
|
278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
|
279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
|
280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
|
281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
|
282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
|
283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
|
284 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00031.safetensors",
|
285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
|
286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
|
287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
|
288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
|
289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00002-of-00031.safetensors",
|
290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00031.safetensors",
|
291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00031.safetensors",
|
292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00002-of-00031.safetensors",
|
293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00031.safetensors",
|
294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00002-of-00031.safetensors",
|
295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00031.safetensors",
|
296 |
+
"model.layers.30.input_layernorm.weight": "model-00012-of-00031.safetensors",
|
297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
|
298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
|
299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00012-of-00031.safetensors",
|
300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
|
301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
|
302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
|
303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
|
304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
|
305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
|
306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
|
307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
|
308 |
+
"model.layers.31.input_layernorm.weight": "model-00013-of-00031.safetensors",
|
309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
|
310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
|
311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
|
312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
|
313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
|
314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
|
315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
|
316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
|
317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
|
318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
|
319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
|
320 |
+
"model.layers.32.input_layernorm.weight": "model-00013-of-00031.safetensors",
|
321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
|
322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00013-of-00031.safetensors",
|
323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
|
324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
|
325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
|
326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
|
327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
|
328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
|
329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
|
330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
|
331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
|
332 |
+
"model.layers.33.input_layernorm.weight": "model-00013-of-00031.safetensors",
|
333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
|
334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00013-of-00031.safetensors",
|
335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
|
336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
|
337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
|
338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
|
339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
|
340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
|
341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
|
342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
|
343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
|
344 |
+
"model.layers.34.input_layernorm.weight": "model-00014-of-00031.safetensors",
|
345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
|
346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
|
347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
|
348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
|
349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
|
350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
|
351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
|
352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
|
353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
|
354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
|
355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
|
356 |
+
"model.layers.35.input_layernorm.weight": "model-00014-of-00031.safetensors",
|
357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
|
358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
|
359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
|
360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
|
361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00014-of-00031.safetensors",
|
362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00014-of-00031.safetensors",
|
363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00014-of-00031.safetensors",
|
364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00014-of-00031.safetensors",
|
365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00014-of-00031.safetensors",
|
366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00014-of-00031.safetensors",
|
367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00014-of-00031.safetensors",
|
368 |
+
"model.layers.36.input_layernorm.weight": "model-00014-of-00031.safetensors",
|
369 |
+
"model.layers.36.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
|
370 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
|
371 |
+
"model.layers.36.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
|
372 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
|
373 |
+
"model.layers.36.self_attn.k_proj.bias": "model-00014-of-00031.safetensors",
|
374 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00014-of-00031.safetensors",
|
375 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00014-of-00031.safetensors",
|
376 |
+
"model.layers.36.self_attn.q_proj.bias": "model-00014-of-00031.safetensors",
|
377 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00014-of-00031.safetensors",
|
378 |
+
"model.layers.36.self_attn.v_proj.bias": "model-00014-of-00031.safetensors",
|
379 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00014-of-00031.safetensors",
|
380 |
+
"model.layers.37.input_layernorm.weight": "model-00015-of-00031.safetensors",
|
381 |
+
"model.layers.37.mlp.down_proj.weight": "model-00015-of-00031.safetensors",
|
382 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
|
383 |
+
"model.layers.37.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
|
384 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00015-of-00031.safetensors",
|
385 |
+
"model.layers.37.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
|
386 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
|
387 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
|
388 |
+
"model.layers.37.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
|
389 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
|
390 |
+
"model.layers.37.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
|
391 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
|
392 |
+
"model.layers.38.input_layernorm.weight": "model-00015-of-00031.safetensors",
|
393 |
+
"model.layers.38.mlp.down_proj.weight": "model-00015-of-00031.safetensors",
|
394 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
|
395 |
+
"model.layers.38.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
|
396 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00015-of-00031.safetensors",
|
397 |
+
"model.layers.38.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
|
398 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
|
399 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
|
400 |
+
"model.layers.38.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
|
401 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
|
402 |
+
"model.layers.38.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
|
403 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
|
404 |
+
"model.layers.39.input_layernorm.weight": "model-00016-of-00031.safetensors",
|
405 |
+
"model.layers.39.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
|
406 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
|
407 |
+
"model.layers.39.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
|
408 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
|
409 |
+
"model.layers.39.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
|
410 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
|
411 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
|
412 |
+
"model.layers.39.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
|
413 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
|
414 |
+
"model.layers.39.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
|
415 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
|
416 |
+
"model.layers.4.input_layernorm.weight": "model-00003-of-00031.safetensors",
|
417 |
+
"model.layers.4.mlp.down_proj.weight": "model-00003-of-00031.safetensors",
|
418 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
|
419 |
+
"model.layers.4.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
|
420 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00003-of-00031.safetensors",
|
421 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
|
422 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
|
423 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
|
424 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
|
425 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
|
426 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
|
427 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
|
428 |
+
"model.layers.40.input_layernorm.weight": "model-00016-of-00031.safetensors",
|
429 |
+
"model.layers.40.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
|
430 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
|
431 |
+
"model.layers.40.mlp.up_proj.weight": "model-00016-of-00031.safetensors",
|
432 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
|
433 |
+
"model.layers.40.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
|
434 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
|
435 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
|
436 |
+
"model.layers.40.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
|
437 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
|
438 |
+
"model.layers.40.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
|
439 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
|
440 |
+
"model.layers.41.input_layernorm.weight": "model-00016-of-00031.safetensors",
|
441 |
+
"model.layers.41.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
|
442 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
|
443 |
+
"model.layers.41.mlp.up_proj.weight": "model-00016-of-00031.safetensors",
|
444 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
|
445 |
+
"model.layers.41.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
|
446 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
|
447 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
|
448 |
+
"model.layers.41.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
|
449 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
|
450 |
+
"model.layers.41.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
|
451 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
|
452 |
+
"model.layers.42.input_layernorm.weight": "model-00017-of-00031.safetensors",
|
453 |
+
"model.layers.42.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
|
454 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
|
455 |
+
"model.layers.42.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
|
456 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
|
457 |
+
"model.layers.42.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
|
458 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
|
459 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
|
460 |
+
"model.layers.42.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
|
461 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
|
462 |
+
"model.layers.42.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
|
463 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
|
464 |
+
"model.layers.43.input_layernorm.weight": "model-00017-of-00031.safetensors",
|
465 |
+
"model.layers.43.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
|
466 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00017-of-00031.safetensors",
|
467 |
+
"model.layers.43.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
|
468 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
|
469 |
+
"model.layers.43.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
|
470 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
|
471 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
|
472 |
+
"model.layers.43.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
|
473 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
|
474 |
+
"model.layers.43.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
|
475 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
|
476 |
+
"model.layers.44.input_layernorm.weight": "model-00017-of-00031.safetensors",
|
477 |
+
"model.layers.44.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
|
478 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00017-of-00031.safetensors",
|
479 |
+
"model.layers.44.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
|
480 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
|
481 |
+
"model.layers.44.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
|
482 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
|
483 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
|
484 |
+
"model.layers.44.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
|
485 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
|
486 |
+
"model.layers.44.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
|
487 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
|
488 |
+
"model.layers.45.input_layernorm.weight": "model-00018-of-00031.safetensors",
|
489 |
+
"model.layers.45.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
|
490 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
|
491 |
+
"model.layers.45.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
|
492 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
|
493 |
+
"model.layers.45.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
|
494 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
|
495 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
|
496 |
+
"model.layers.45.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
|
497 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
|
498 |
+
"model.layers.45.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
|
499 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
|
500 |
+
"model.layers.46.input_layernorm.weight": "model-00018-of-00031.safetensors",
|
501 |
+
"model.layers.46.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
|
502 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
|
503 |
+
"model.layers.46.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
|
504 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
|
505 |
+
"model.layers.46.self_attn.k_proj.bias": "model-00018-of-00031.safetensors",
|
506 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00018-of-00031.safetensors",
|
507 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00018-of-00031.safetensors",
|
508 |
+
"model.layers.46.self_attn.q_proj.bias": "model-00018-of-00031.safetensors",
|
509 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00018-of-00031.safetensors",
|
510 |
+
"model.layers.46.self_attn.v_proj.bias": "model-00018-of-00031.safetensors",
|
511 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00018-of-00031.safetensors",
|
512 |
+
"model.layers.47.input_layernorm.weight": "model-00018-of-00031.safetensors",
|
513 |
+
"model.layers.47.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
|
514 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
|
515 |
+
"model.layers.47.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
|
516 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
|
517 |
+
"model.layers.47.self_attn.k_proj.bias": "model-00018-of-00031.safetensors",
|
518 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00018-of-00031.safetensors",
|
519 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00018-of-00031.safetensors",
|
520 |
+
"model.layers.47.self_attn.q_proj.bias": "model-00018-of-00031.safetensors",
|
521 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00018-of-00031.safetensors",
|
522 |
+
"model.layers.47.self_attn.v_proj.bias": "model-00018-of-00031.safetensors",
|
523 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00018-of-00031.safetensors",
|
524 |
+
"model.layers.48.input_layernorm.weight": "model-00019-of-00031.safetensors",
|
525 |
+
"model.layers.48.mlp.down_proj.weight": "model-00019-of-00031.safetensors",
|
526 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
|
527 |
+
"model.layers.48.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
|
528 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00019-of-00031.safetensors",
|
529 |
+
"model.layers.48.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
|
530 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
|
531 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
|
532 |
+
"model.layers.48.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
|
533 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
|
534 |
+
"model.layers.48.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
|
535 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
|
536 |
+
"model.layers.49.input_layernorm.weight": "model-00019-of-00031.safetensors",
|
537 |
+
"model.layers.49.mlp.down_proj.weight": "model-00019-of-00031.safetensors",
|
538 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
|
539 |
+
"model.layers.49.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
|
540 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00019-of-00031.safetensors",
|
541 |
+
"model.layers.49.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
|
542 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
|
543 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
|
544 |
+
"model.layers.49.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
|
545 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
|
546 |
+
"model.layers.49.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
|
547 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
|
548 |
+
"model.layers.5.input_layernorm.weight": "model-00003-of-00031.safetensors",
|
549 |
+
"model.layers.5.mlp.down_proj.weight": "model-00003-of-00031.safetensors",
|
550 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
|
551 |
+
"model.layers.5.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
|
552 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00003-of-00031.safetensors",
|
553 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
|
554 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
|
555 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
|
556 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
|
557 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
|
558 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
|
559 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
|
560 |
+
"model.layers.50.input_layernorm.weight": "model-00020-of-00031.safetensors",
|
561 |
+
"model.layers.50.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
|
562 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
|
563 |
+
"model.layers.50.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
|
564 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
|
565 |
+
"model.layers.50.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
|
566 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
|
567 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
|
568 |
+
"model.layers.50.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
|
569 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
|
570 |
+
"model.layers.50.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
|
571 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
|
572 |
+
"model.layers.51.input_layernorm.weight": "model-00020-of-00031.safetensors",
|
573 |
+
"model.layers.51.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
|
574 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
|
575 |
+
"model.layers.51.mlp.up_proj.weight": "model-00020-of-00031.safetensors",
|
576 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
|
577 |
+
"model.layers.51.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
|
578 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
|
579 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
|
580 |
+
"model.layers.51.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
|
581 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
|
582 |
+
"model.layers.51.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
|
583 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
|
584 |
+
"model.layers.52.input_layernorm.weight": "model-00020-of-00031.safetensors",
|
585 |
+
"model.layers.52.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
|
586 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
|
587 |
+
"model.layers.52.mlp.up_proj.weight": "model-00020-of-00031.safetensors",
|
588 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
|
589 |
+
"model.layers.52.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
|
590 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
|
591 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
|
592 |
+
"model.layers.52.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
|
593 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
|
594 |
+
"model.layers.52.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
|
595 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
|
596 |
+
"model.layers.53.input_layernorm.weight": "model-00021-of-00031.safetensors",
|
597 |
+
"model.layers.53.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
|
598 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
|
599 |
+
"model.layers.53.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
|
600 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
|
601 |
+
"model.layers.53.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
|
602 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
|
603 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
|
604 |
+
"model.layers.53.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
|
605 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
|
606 |
+
"model.layers.53.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
|
607 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
|
608 |
+
"model.layers.54.input_layernorm.weight": "model-00021-of-00031.safetensors",
|
609 |
+
"model.layers.54.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
|
610 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00021-of-00031.safetensors",
|
611 |
+
"model.layers.54.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
|
612 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
|
613 |
+
"model.layers.54.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
|
614 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
|
615 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
|
616 |
+
"model.layers.54.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
|
617 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
|
618 |
+
"model.layers.54.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
|
619 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
|
620 |
+
"model.layers.55.input_layernorm.weight": "model-00021-of-00031.safetensors",
|
621 |
+
"model.layers.55.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
|
622 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00021-of-00031.safetensors",
|
623 |
+
"model.layers.55.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
|
624 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
|
625 |
+
"model.layers.55.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
|
626 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
|
627 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
|
628 |
+
"model.layers.55.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
|
629 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
|
630 |
+
"model.layers.55.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
|
631 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
|
632 |
+
"model.layers.56.input_layernorm.weight": "model-00022-of-00031.safetensors",
|
633 |
+
"model.layers.56.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
|
634 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
|
635 |
+
"model.layers.56.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
|
636 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
|
637 |
+
"model.layers.56.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
|
638 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
|
639 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
|
640 |
+
"model.layers.56.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
|
641 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
|
642 |
+
"model.layers.56.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
|
643 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
|
644 |
+
"model.layers.57.input_layernorm.weight": "model-00022-of-00031.safetensors",
|
645 |
+
"model.layers.57.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
|
646 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
|
647 |
+
"model.layers.57.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
|
648 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
|
649 |
+
"model.layers.57.self_attn.k_proj.bias": "model-00022-of-00031.safetensors",
|
650 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00022-of-00031.safetensors",
|
651 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00022-of-00031.safetensors",
|
652 |
+
"model.layers.57.self_attn.q_proj.bias": "model-00022-of-00031.safetensors",
|
653 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00022-of-00031.safetensors",
|
654 |
+
"model.layers.57.self_attn.v_proj.bias": "model-00022-of-00031.safetensors",
|
655 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00022-of-00031.safetensors",
|
656 |
+
"model.layers.58.input_layernorm.weight": "model-00022-of-00031.safetensors",
|
657 |
+
"model.layers.58.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
|
658 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
|
659 |
+
"model.layers.58.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
|
660 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
|
661 |
+
"model.layers.58.self_attn.k_proj.bias": "model-00022-of-00031.safetensors",
|
662 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00022-of-00031.safetensors",
|
663 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00022-of-00031.safetensors",
|
664 |
+
"model.layers.58.self_attn.q_proj.bias": "model-00022-of-00031.safetensors",
|
665 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00022-of-00031.safetensors",
|
666 |
+
"model.layers.58.self_attn.v_proj.bias": "model-00022-of-00031.safetensors",
|
667 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00022-of-00031.safetensors",
|
668 |
+
"model.layers.59.input_layernorm.weight": "model-00023-of-00031.safetensors",
|
669 |
+
"model.layers.59.mlp.down_proj.weight": "model-00023-of-00031.safetensors",
|
670 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
|
671 |
+
"model.layers.59.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
|
672 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00023-of-00031.safetensors",
|
673 |
+
"model.layers.59.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
|
674 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
|
675 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
|
676 |
+
"model.layers.59.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
|
677 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
|
678 |
+
"model.layers.59.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
|
679 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
|
680 |
+
"model.layers.6.input_layernorm.weight": "model-00004-of-00031.safetensors",
|
681 |
+
"model.layers.6.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
|
682 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
|
683 |
+
"model.layers.6.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
|
684 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
|
685 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
|
686 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
|
687 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
|
688 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
|
689 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
|
690 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
|
691 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
|
692 |
+
"model.layers.60.input_layernorm.weight": "model-00023-of-00031.safetensors",
|
693 |
+
"model.layers.60.mlp.down_proj.weight": "model-00023-of-00031.safetensors",
|
694 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
|
695 |
+
"model.layers.60.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
|
696 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00023-of-00031.safetensors",
|
697 |
+
"model.layers.60.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
|
698 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
|
699 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
|
700 |
+
"model.layers.60.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
|
701 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
|
702 |
+
"model.layers.60.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
|
703 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
|
704 |
+
"model.layers.61.input_layernorm.weight": "model-00024-of-00031.safetensors",
|
705 |
+
"model.layers.61.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
|
706 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
|
707 |
+
"model.layers.61.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
|
708 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
|
709 |
+
"model.layers.61.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
|
710 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
|
711 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
|
712 |
+
"model.layers.61.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
|
713 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
|
714 |
+
"model.layers.61.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
|
715 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
|
716 |
+
"model.layers.62.input_layernorm.weight": "model-00024-of-00031.safetensors",
|
717 |
+
"model.layers.62.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
|
718 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
|
719 |
+
"model.layers.62.mlp.up_proj.weight": "model-00024-of-00031.safetensors",
|
720 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
|
721 |
+
"model.layers.62.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
|
722 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
|
723 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
|
724 |
+
"model.layers.62.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
|
725 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
|
726 |
+
"model.layers.62.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
|
727 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
|
728 |
+
"model.layers.63.input_layernorm.weight": "model-00024-of-00031.safetensors",
|
729 |
+
"model.layers.63.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
|
730 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
|
731 |
+
"model.layers.63.mlp.up_proj.weight": "model-00024-of-00031.safetensors",
|
732 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
|
733 |
+
"model.layers.63.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
|
734 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
|
735 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
|
736 |
+
"model.layers.63.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
|
737 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
|
738 |
+
"model.layers.63.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
|
739 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
|
740 |
+
"model.layers.64.input_layernorm.weight": "model-00025-of-00031.safetensors",
|
741 |
+
"model.layers.64.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
|
742 |
+
"model.layers.64.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
|
743 |
+
"model.layers.64.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
|
744 |
+
"model.layers.64.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
|
745 |
+
"model.layers.64.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
|
746 |
+
"model.layers.64.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
|
747 |
+
"model.layers.64.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
|
748 |
+
"model.layers.64.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
|
749 |
+
"model.layers.64.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
|
750 |
+
"model.layers.64.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
|
751 |
+
"model.layers.64.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
|
752 |
+
"model.layers.65.input_layernorm.weight": "model-00025-of-00031.safetensors",
|
753 |
+
"model.layers.65.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
|
754 |
+
"model.layers.65.mlp.gate_proj.weight": "model-00025-of-00031.safetensors",
|
755 |
+
"model.layers.65.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
|
756 |
+
"model.layers.65.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
|
757 |
+
"model.layers.65.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
|
758 |
+
"model.layers.65.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
|
759 |
+
"model.layers.65.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
|
760 |
+
"model.layers.65.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
|
761 |
+
"model.layers.65.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
|
762 |
+
"model.layers.65.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
|
763 |
+
"model.layers.65.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
|
764 |
+
"model.layers.66.input_layernorm.weight": "model-00025-of-00031.safetensors",
|
765 |
+
"model.layers.66.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
|
766 |
+
"model.layers.66.mlp.gate_proj.weight": "model-00025-of-00031.safetensors",
|
767 |
+
"model.layers.66.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
|
768 |
+
"model.layers.66.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
|
769 |
+
"model.layers.66.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
|
770 |
+
"model.layers.66.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
|
771 |
+
"model.layers.66.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
|
772 |
+
"model.layers.66.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
|
773 |
+
"model.layers.66.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
|
774 |
+
"model.layers.66.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
|
775 |
+
"model.layers.66.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
|
776 |
+
"model.layers.67.input_layernorm.weight": "model-00026-of-00031.safetensors",
|
777 |
+
"model.layers.67.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
|
778 |
+
"model.layers.67.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
|
779 |
+
"model.layers.67.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
|
780 |
+
"model.layers.67.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
|
781 |
+
"model.layers.67.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
|
782 |
+
"model.layers.67.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
|
783 |
+
"model.layers.67.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
|
784 |
+
"model.layers.67.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
|
785 |
+
"model.layers.67.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
|
786 |
+
"model.layers.67.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
|
787 |
+
"model.layers.67.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
|
788 |
+
"model.layers.68.input_layernorm.weight": "model-00026-of-00031.safetensors",
|
789 |
+
"model.layers.68.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
|
790 |
+
"model.layers.68.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
|
791 |
+
"model.layers.68.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
|
792 |
+
"model.layers.68.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
|
793 |
+
"model.layers.68.self_attn.k_proj.bias": "model-00026-of-00031.safetensors",
|
794 |
+
"model.layers.68.self_attn.k_proj.weight": "model-00026-of-00031.safetensors",
|
795 |
+
"model.layers.68.self_attn.o_proj.weight": "model-00026-of-00031.safetensors",
|
796 |
+
"model.layers.68.self_attn.q_proj.bias": "model-00026-of-00031.safetensors",
|
797 |
+
"model.layers.68.self_attn.q_proj.weight": "model-00026-of-00031.safetensors",
|
798 |
+
"model.layers.68.self_attn.v_proj.bias": "model-00026-of-00031.safetensors",
|
799 |
+
"model.layers.68.self_attn.v_proj.weight": "model-00026-of-00031.safetensors",
|
800 |
+
"model.layers.69.input_layernorm.weight": "model-00026-of-00031.safetensors",
|
801 |
+
"model.layers.69.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
|
802 |
+
"model.layers.69.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
|
803 |
+
"model.layers.69.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
|
804 |
+
"model.layers.69.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
|
805 |
+
"model.layers.69.self_attn.k_proj.bias": "model-00026-of-00031.safetensors",
|
806 |
+
"model.layers.69.self_attn.k_proj.weight": "model-00026-of-00031.safetensors",
|
807 |
+
"model.layers.69.self_attn.o_proj.weight": "model-00026-of-00031.safetensors",
|
808 |
+
"model.layers.69.self_attn.q_proj.bias": "model-00026-of-00031.safetensors",
|
809 |
+
"model.layers.69.self_attn.q_proj.weight": "model-00026-of-00031.safetensors",
|
810 |
+
"model.layers.69.self_attn.v_proj.bias": "model-00026-of-00031.safetensors",
|
811 |
+
"model.layers.69.self_attn.v_proj.weight": "model-00026-of-00031.safetensors",
|
812 |
+
"model.layers.7.input_layernorm.weight": "model-00004-of-00031.safetensors",
|
813 |
+
"model.layers.7.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
|
814 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
|
815 |
+
"model.layers.7.mlp.up_proj.weight": "model-00004-of-00031.safetensors",
|
816 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
|
817 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
|
818 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
|
819 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
|
820 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
|
821 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
|
822 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
|
823 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
|
824 |
+
"model.layers.70.input_layernorm.weight": "model-00027-of-00031.safetensors",
|
825 |
+
"model.layers.70.mlp.down_proj.weight": "model-00027-of-00031.safetensors",
|
826 |
+
"model.layers.70.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
|
827 |
+
"model.layers.70.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
|
828 |
+
"model.layers.70.post_attention_layernorm.weight": "model-00027-of-00031.safetensors",
|
829 |
+
"model.layers.70.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
|
830 |
+
"model.layers.70.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
|
831 |
+
"model.layers.70.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
|
832 |
+
"model.layers.70.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
|
833 |
+
"model.layers.70.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
|
834 |
+
"model.layers.70.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
|
835 |
+
"model.layers.70.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
|
836 |
+
"model.layers.71.input_layernorm.weight": "model-00027-of-00031.safetensors",
|
837 |
+
"model.layers.71.mlp.down_proj.weight": "model-00027-of-00031.safetensors",
|
838 |
+
"model.layers.71.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
|
839 |
+
"model.layers.71.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
|
840 |
+
"model.layers.71.post_attention_layernorm.weight": "model-00027-of-00031.safetensors",
|
841 |
+
"model.layers.71.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
|
842 |
+
"model.layers.71.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
|
843 |
+
"model.layers.71.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
|
844 |
+
"model.layers.71.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
|
845 |
+
"model.layers.71.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
|
846 |
+
"model.layers.71.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
|
847 |
+
"model.layers.71.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
|
848 |
+
"model.layers.72.input_layernorm.weight": "model-00028-of-00031.safetensors",
|
849 |
+
"model.layers.72.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
|
850 |
+
"model.layers.72.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
|
851 |
+
"model.layers.72.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
|
852 |
+
"model.layers.72.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
|
853 |
+
"model.layers.72.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
|
854 |
+
"model.layers.72.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
|
855 |
+
"model.layers.72.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
|
856 |
+
"model.layers.72.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
|
857 |
+
"model.layers.72.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
|
858 |
+
"model.layers.72.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
|
859 |
+
"model.layers.72.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
|
860 |
+
"model.layers.73.input_layernorm.weight": "model-00028-of-00031.safetensors",
|
861 |
+
"model.layers.73.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
|
862 |
+
"model.layers.73.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
|
863 |
+
"model.layers.73.mlp.up_proj.weight": "model-00028-of-00031.safetensors",
|
864 |
+
"model.layers.73.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
|
865 |
+
"model.layers.73.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
|
866 |
+
"model.layers.73.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
|
867 |
+
"model.layers.73.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
|
868 |
+
"model.layers.73.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
|
869 |
+
"model.layers.73.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
|
870 |
+
"model.layers.73.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
|
871 |
+
"model.layers.73.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
|
872 |
+
"model.layers.74.input_layernorm.weight": "model-00028-of-00031.safetensors",
|
873 |
+
"model.layers.74.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
|
874 |
+
"model.layers.74.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
|
875 |
+
"model.layers.74.mlp.up_proj.weight": "model-00028-of-00031.safetensors",
|
876 |
+
"model.layers.74.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
|
877 |
+
"model.layers.74.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
|
878 |
+
"model.layers.74.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
|
879 |
+
"model.layers.74.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
|
880 |
+
"model.layers.74.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
|
881 |
+
"model.layers.74.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
|
882 |
+
"model.layers.74.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
|
883 |
+
"model.layers.74.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
|
884 |
+
"model.layers.75.input_layernorm.weight": "model-00029-of-00031.safetensors",
|
885 |
+
"model.layers.75.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
|
886 |
+
"model.layers.75.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
|
887 |
+
"model.layers.75.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
|
888 |
+
"model.layers.75.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
|
889 |
+
"model.layers.75.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
|
890 |
+
"model.layers.75.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
|
891 |
+
"model.layers.75.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
|
892 |
+
"model.layers.75.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
|
893 |
+
"model.layers.75.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
|
894 |
+
"model.layers.75.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
|
895 |
+
"model.layers.75.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
|
896 |
+
"model.layers.76.input_layernorm.weight": "model-00029-of-00031.safetensors",
|
897 |
+
"model.layers.76.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
|
898 |
+
"model.layers.76.mlp.gate_proj.weight": "model-00029-of-00031.safetensors",
|
899 |
+
"model.layers.76.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
|
900 |
+
"model.layers.76.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
|
901 |
+
"model.layers.76.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
|
902 |
+
"model.layers.76.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
|
903 |
+
"model.layers.76.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
|
904 |
+
"model.layers.76.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
|
905 |
+
"model.layers.76.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
|
906 |
+
"model.layers.76.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
|
907 |
+
"model.layers.76.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
|
908 |
+
"model.layers.77.input_layernorm.weight": "model-00029-of-00031.safetensors",
|
909 |
+
"model.layers.77.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
|
910 |
+
"model.layers.77.mlp.gate_proj.weight": "model-00029-of-00031.safetensors",
|
911 |
+
"model.layers.77.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
|
912 |
+
"model.layers.77.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
|
913 |
+
"model.layers.77.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
|
914 |
+
"model.layers.77.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
|
915 |
+
"model.layers.77.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
|
916 |
+
"model.layers.77.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
|
917 |
+
"model.layers.77.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
|
918 |
+
"model.layers.77.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
|
919 |
+
"model.layers.77.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
|
920 |
+
"model.layers.78.input_layernorm.weight": "model-00030-of-00031.safetensors",
|
921 |
+
"model.layers.78.mlp.down_proj.weight": "model-00030-of-00031.safetensors",
|
922 |
+
"model.layers.78.mlp.gate_proj.weight": "model-00030-of-00031.safetensors",
|
923 |
+
"model.layers.78.mlp.up_proj.weight": "model-00030-of-00031.safetensors",
|
924 |
+
"model.layers.78.post_attention_layernorm.weight": "model-00030-of-00031.safetensors",
|
925 |
+
"model.layers.78.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
|
926 |
+
"model.layers.78.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
|
927 |
+
"model.layers.78.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
|
928 |
+
"model.layers.78.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
|
929 |
+
"model.layers.78.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
|
930 |
+
"model.layers.78.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
|
931 |
+
"model.layers.78.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
|
932 |
+
"model.layers.79.input_layernorm.weight": "model-00030-of-00031.safetensors",
|
933 |
+
"model.layers.79.mlp.down_proj.weight": "model-00030-of-00031.safetensors",
|
934 |
+
"model.layers.79.mlp.gate_proj.weight": "model-00030-of-00031.safetensors",
|
935 |
+
"model.layers.79.mlp.up_proj.weight": "model-00030-of-00031.safetensors",
|
936 |
+
"model.layers.79.post_attention_layernorm.weight": "model-00030-of-00031.safetensors",
|
937 |
+
"model.layers.79.self_attn.k_proj.bias": "model-00030-of-00031.safetensors",
|
938 |
+
"model.layers.79.self_attn.k_proj.weight": "model-00030-of-00031.safetensors",
|
939 |
+
"model.layers.79.self_attn.o_proj.weight": "model-00030-of-00031.safetensors",
|
940 |
+
"model.layers.79.self_attn.q_proj.bias": "model-00030-of-00031.safetensors",
|
941 |
+
"model.layers.79.self_attn.q_proj.weight": "model-00030-of-00031.safetensors",
|
942 |
+
"model.layers.79.self_attn.v_proj.bias": "model-00030-of-00031.safetensors",
|
943 |
+
"model.layers.79.self_attn.v_proj.weight": "model-00030-of-00031.safetensors",
|
944 |
+
"model.layers.8.input_layernorm.weight": "model-00004-of-00031.safetensors",
|
945 |
+
"model.layers.8.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
|
946 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
|
947 |
+
"model.layers.8.mlp.up_proj.weight": "model-00004-of-00031.safetensors",
|
948 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
|
949 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
|
950 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
|
951 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
|
952 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
|
953 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
|
954 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
|
955 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
|
956 |
+
"model.layers.9.input_layernorm.weight": "model-00005-of-00031.safetensors",
|
957 |
+
"model.layers.9.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
|
958 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
|
959 |
+
"model.layers.9.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
|
960 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
|
961 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
|
962 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
|
963 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
|
964 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
|
965 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
|
966 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
|
967 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
|
968 |
+
"model.norm.weight": "model-00030-of-00031.safetensors"
|
969 |
+
}
|
970 |
+
}
|
output-00001-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1609b387cbe672a78d9ee72a824a9b5c4e39d3d802938cdb501b6650572118dd
|
3 |
+
size 8400706870
|
output-00002-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d66c8d8cc8c216284bca98cbfd41de8879d1b7fce0ab3e8270dc6c685f3ae69f
|
3 |
+
size 8452610272
|
output-00003-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff601550bc642403e0c3414434ae5ea119e6127a202f71c72f1a6469dbf43891
|
3 |
+
size 8499345366
|
output-00004-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cd069391dca44e1261c7548afb805a46e0317a7eb6fb042961540cf6f4916dc
|
3 |
+
size 8513080654
|
output-00005-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afed290d15c2022e25c633fc463f99cef826f3273e59c29d6ab11c8cfda382d1
|
3 |
+
size 8585077268
|
output-00006-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ede53239e6566f15e82788dbeef15f5e43d0b9b736cb59d09d66ab8acda68105
|
3 |
+
size 8392916884
|
output-00007-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d260a23c4c74a37fee018f88bd91c79915617d2fae18b5b0bb54fe00463c7010
|
3 |
+
size 8421770268
|
output-00008-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae7f7f28c8f1af4f1069c535fbd901144af0d3c94dc7ecc83ea3b17e3d58b03c
|
3 |
+
size 6682066492
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 131072,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"split_special_tokens": false,
|
41 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
42 |
+
"unk_token": null
|
43 |
+
}
|
venv/bin/Activate.ps1
ADDED
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<#
|
2 |
+
.Synopsis
|
3 |
+
Activate a Python virtual environment for the current PowerShell session.
|
4 |
+
|
5 |
+
.Description
|
6 |
+
Pushes the python executable for a virtual environment to the front of the
|
7 |
+
$Env:PATH environment variable and sets the prompt to signify that you are
|
8 |
+
in a Python virtual environment. Makes use of the command line switches as
|
9 |
+
well as the `pyvenv.cfg` file values present in the virtual environment.
|
10 |
+
|
11 |
+
.Parameter VenvDir
|
12 |
+
Path to the directory that contains the virtual environment to activate. The
|
13 |
+
default value for this is the parent of the directory that the Activate.ps1
|
14 |
+
script is located within.
|
15 |
+
|
16 |
+
.Parameter Prompt
|
17 |
+
The prompt prefix to display when this virtual environment is activated. By
|
18 |
+
default, this prompt is the name of the virtual environment folder (VenvDir)
|
19 |
+
surrounded by parentheses and followed by a single space (ie. '(.venv) ').
|
20 |
+
|
21 |
+
.Example
|
22 |
+
Activate.ps1
|
23 |
+
Activates the Python virtual environment that contains the Activate.ps1 script.
|
24 |
+
|
25 |
+
.Example
|
26 |
+
Activate.ps1 -Verbose
|
27 |
+
Activates the Python virtual environment that contains the Activate.ps1 script,
|
28 |
+
and shows extra information about the activation as it executes.
|
29 |
+
|
30 |
+
.Example
|
31 |
+
Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv
|
32 |
+
Activates the Python virtual environment located in the specified location.
|
33 |
+
|
34 |
+
.Example
|
35 |
+
Activate.ps1 -Prompt "MyPython"
|
36 |
+
Activates the Python virtual environment that contains the Activate.ps1 script,
|
37 |
+
and prefixes the current prompt with the specified string (surrounded in
|
38 |
+
parentheses) while the virtual environment is active.
|
39 |
+
|
40 |
+
.Notes
|
41 |
+
On Windows, it may be required to enable this Activate.ps1 script by setting the
|
42 |
+
execution policy for the user. You can do this by issuing the following PowerShell
|
43 |
+
command:
|
44 |
+
|
45 |
+
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
46 |
+
|
47 |
+
For more information on Execution Policies:
|
48 |
+
https://go.microsoft.com/fwlink/?LinkID=135170
|
49 |
+
|
50 |
+
#>
|
51 |
+
Param(
|
52 |
+
[Parameter(Mandatory = $false)]
|
53 |
+
[String]
|
54 |
+
$VenvDir,
|
55 |
+
[Parameter(Mandatory = $false)]
|
56 |
+
[String]
|
57 |
+
$Prompt
|
58 |
+
)
|
59 |
+
|
60 |
+
<# Function declarations --------------------------------------------------- #>
|
61 |
+
|
62 |
+
<#
|
63 |
+
.Synopsis
|
64 |
+
Remove all shell session elements added by the Activate script, including the
|
65 |
+
addition of the virtual environment's Python executable from the beginning of
|
66 |
+
the PATH variable.
|
67 |
+
|
68 |
+
.Parameter NonDestructive
|
69 |
+
If present, do not remove this function from the global namespace for the
|
70 |
+
session.
|
71 |
+
|
72 |
+
#>
|
73 |
+
function global:deactivate ([switch]$NonDestructive) {
|
74 |
+
# Revert to original values
|
75 |
+
|
76 |
+
# The prior prompt:
|
77 |
+
if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) {
|
78 |
+
Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt
|
79 |
+
Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT
|
80 |
+
}
|
81 |
+
|
82 |
+
# The prior PYTHONHOME:
|
83 |
+
if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) {
|
84 |
+
Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME
|
85 |
+
Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME
|
86 |
+
}
|
87 |
+
|
88 |
+
# The prior PATH:
|
89 |
+
if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) {
|
90 |
+
Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH
|
91 |
+
Remove-Item -Path Env:_OLD_VIRTUAL_PATH
|
92 |
+
}
|
93 |
+
|
94 |
+
# Just remove the VIRTUAL_ENV altogether:
|
95 |
+
if (Test-Path -Path Env:VIRTUAL_ENV) {
|
96 |
+
Remove-Item -Path env:VIRTUAL_ENV
|
97 |
+
}
|
98 |
+
|
99 |
+
# Just remove VIRTUAL_ENV_PROMPT altogether.
|
100 |
+
if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) {
|
101 |
+
Remove-Item -Path env:VIRTUAL_ENV_PROMPT
|
102 |
+
}
|
103 |
+
|
104 |
+
# Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether:
|
105 |
+
if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) {
|
106 |
+
Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force
|
107 |
+
}
|
108 |
+
|
109 |
+
# Leave deactivate function in the global namespace if requested:
|
110 |
+
if (-not $NonDestructive) {
|
111 |
+
Remove-Item -Path function:deactivate
|
112 |
+
}
|
113 |
+
}
|
114 |
+
|
115 |
+
<#
|
116 |
+
.Description
|
117 |
+
Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the
|
118 |
+
given folder, and returns them in a map.
|
119 |
+
|
120 |
+
For each line in the pyvenv.cfg file, if that line can be parsed into exactly
|
121 |
+
two strings separated by `=` (with any amount of whitespace surrounding the =)
|
122 |
+
then it is considered a `key = value` line. The left hand string is the key,
|
123 |
+
the right hand is the value.
|
124 |
+
|
125 |
+
If the value starts with a `'` or a `"` then the first and last character is
|
126 |
+
stripped from the value before being captured.
|
127 |
+
|
128 |
+
.Parameter ConfigDir
|
129 |
+
Path to the directory that contains the `pyvenv.cfg` file.
|
130 |
+
#>
|
131 |
+
function Get-PyVenvConfig(
|
132 |
+
[String]
|
133 |
+
$ConfigDir
|
134 |
+
) {
|
135 |
+
Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg"
|
136 |
+
|
137 |
+
# Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue).
|
138 |
+
$pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue
|
139 |
+
|
140 |
+
# An empty map will be returned if no config file is found.
|
141 |
+
$pyvenvConfig = @{ }
|
142 |
+
|
143 |
+
if ($pyvenvConfigPath) {
|
144 |
+
|
145 |
+
Write-Verbose "File exists, parse `key = value` lines"
|
146 |
+
$pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath
|
147 |
+
|
148 |
+
$pyvenvConfigContent | ForEach-Object {
|
149 |
+
$keyval = $PSItem -split "\s*=\s*", 2
|
150 |
+
if ($keyval[0] -and $keyval[1]) {
|
151 |
+
$val = $keyval[1]
|
152 |
+
|
153 |
+
# Remove extraneous quotations around a string value.
|
154 |
+
if ("'""".Contains($val.Substring(0, 1))) {
|
155 |
+
$val = $val.Substring(1, $val.Length - 2)
|
156 |
+
}
|
157 |
+
|
158 |
+
$pyvenvConfig[$keyval[0]] = $val
|
159 |
+
Write-Verbose "Adding Key: '$($keyval[0])'='$val'"
|
160 |
+
}
|
161 |
+
}
|
162 |
+
}
|
163 |
+
return $pyvenvConfig
|
164 |
+
}
|
165 |
+
|
166 |
+
|
167 |
+
<# Begin Activate script --------------------------------------------------- #>
|
168 |
+
|
169 |
+
# Determine the containing directory of this script
|
170 |
+
$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
|
171 |
+
$VenvExecDir = Get-Item -Path $VenvExecPath
|
172 |
+
|
173 |
+
Write-Verbose "Activation script is located in path: '$VenvExecPath'"
|
174 |
+
Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)"
|
175 |
+
Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)"
|
176 |
+
|
177 |
+
# Set values required in priority: CmdLine, ConfigFile, Default
|
178 |
+
# First, get the location of the virtual environment, it might not be
|
179 |
+
# VenvExecDir if specified on the command line.
|
180 |
+
if ($VenvDir) {
|
181 |
+
Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values"
|
182 |
+
}
|
183 |
+
else {
|
184 |
+
Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir."
|
185 |
+
$VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/")
|
186 |
+
Write-Verbose "VenvDir=$VenvDir"
|
187 |
+
}
|
188 |
+
|
189 |
+
# Next, read the `pyvenv.cfg` file to determine any required value such
|
190 |
+
# as `prompt`.
|
191 |
+
$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir
|
192 |
+
|
193 |
+
# Next, set the prompt from the command line, or the config file, or
|
194 |
+
# just use the name of the virtual environment folder.
|
195 |
+
if ($Prompt) {
|
196 |
+
Write-Verbose "Prompt specified as argument, using '$Prompt'"
|
197 |
+
}
|
198 |
+
else {
|
199 |
+
Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value"
|
200 |
+
if ($pyvenvCfg -and $pyvenvCfg['prompt']) {
|
201 |
+
Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'"
|
202 |
+
$Prompt = $pyvenvCfg['prompt'];
|
203 |
+
}
|
204 |
+
else {
|
205 |
+
Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)"
|
206 |
+
Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'"
|
207 |
+
$Prompt = Split-Path -Path $venvDir -Leaf
|
208 |
+
}
|
209 |
+
}
|
210 |
+
|
211 |
+
Write-Verbose "Prompt = '$Prompt'"
|
212 |
+
Write-Verbose "VenvDir='$VenvDir'"
|
213 |
+
|
214 |
+
# Deactivate any currently active virtual environment, but leave the
|
215 |
+
# deactivate function in place.
|
216 |
+
deactivate -nondestructive
|
217 |
+
|
218 |
+
# Now set the environment variable VIRTUAL_ENV, used by many tools to determine
|
219 |
+
# that there is an activated venv.
|
220 |
+
$env:VIRTUAL_ENV = $VenvDir
|
221 |
+
|
222 |
+
if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) {
|
223 |
+
|
224 |
+
Write-Verbose "Setting prompt to '$Prompt'"
|
225 |
+
|
226 |
+
# Set the prompt to include the env name
|
227 |
+
# Make sure _OLD_VIRTUAL_PROMPT is global
|
228 |
+
function global:_OLD_VIRTUAL_PROMPT { "" }
|
229 |
+
Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT
|
230 |
+
New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt
|
231 |
+
|
232 |
+
function global:prompt {
|
233 |
+
Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) "
|
234 |
+
_OLD_VIRTUAL_PROMPT
|
235 |
+
}
|
236 |
+
$env:VIRTUAL_ENV_PROMPT = $Prompt
|
237 |
+
}
|
238 |
+
|
239 |
+
# Clear PYTHONHOME
|
240 |
+
if (Test-Path -Path Env:PYTHONHOME) {
|
241 |
+
Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME
|
242 |
+
Remove-Item -Path Env:PYTHONHOME
|
243 |
+
}
|
244 |
+
|
245 |
+
# Add the venv to the PATH
|
246 |
+
Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH
|
247 |
+
$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH"
|
venv/bin/activate
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file must be used with "source bin/activate" *from bash*
|
2 |
+
# you cannot run it directly
|
3 |
+
|
4 |
+
deactivate () {
|
5 |
+
# reset old environment variables
|
6 |
+
if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
|
7 |
+
PATH="${_OLD_VIRTUAL_PATH:-}"
|
8 |
+
export PATH
|
9 |
+
unset _OLD_VIRTUAL_PATH
|
10 |
+
fi
|
11 |
+
if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
|
12 |
+
PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
|
13 |
+
export PYTHONHOME
|
14 |
+
unset _OLD_VIRTUAL_PYTHONHOME
|
15 |
+
fi
|
16 |
+
|
17 |
+
# This should detect bash and zsh, which have a hash command that must
|
18 |
+
# be called to get it to forget past commands. Without forgetting
|
19 |
+
# past commands the $PATH changes we made may not be respected
|
20 |
+
if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
|
21 |
+
hash -r 2> /dev/null
|
22 |
+
fi
|
23 |
+
|
24 |
+
if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
|
25 |
+
PS1="${_OLD_VIRTUAL_PS1:-}"
|
26 |
+
export PS1
|
27 |
+
unset _OLD_VIRTUAL_PS1
|
28 |
+
fi
|
29 |
+
|
30 |
+
unset VIRTUAL_ENV
|
31 |
+
unset VIRTUAL_ENV_PROMPT
|
32 |
+
if [ ! "${1:-}" = "nondestructive" ] ; then
|
33 |
+
# Self destruct!
|
34 |
+
unset -f deactivate
|
35 |
+
fi
|
36 |
+
}
|
37 |
+
|
38 |
+
# unset irrelevant variables
|
39 |
+
deactivate nondestructive
|
40 |
+
|
41 |
+
VIRTUAL_ENV="/home/jovyan/work/8.0bpw/venv"
|
42 |
+
export VIRTUAL_ENV
|
43 |
+
|
44 |
+
_OLD_VIRTUAL_PATH="$PATH"
|
45 |
+
PATH="$VIRTUAL_ENV/bin:$PATH"
|
46 |
+
export PATH
|
47 |
+
|
48 |
+
# unset PYTHONHOME if set
|
49 |
+
# this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
|
50 |
+
# could use `if (set -u; : $PYTHONHOME) ;` in bash
|
51 |
+
if [ -n "${PYTHONHOME:-}" ] ; then
|
52 |
+
_OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
|
53 |
+
unset PYTHONHOME
|
54 |
+
fi
|
55 |
+
|
56 |
+
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
|
57 |
+
_OLD_VIRTUAL_PS1="${PS1:-}"
|
58 |
+
PS1="(venv) ${PS1:-}"
|
59 |
+
export PS1
|
60 |
+
VIRTUAL_ENV_PROMPT="(venv) "
|
61 |
+
export VIRTUAL_ENV_PROMPT
|
62 |
+
fi
|
63 |
+
|
64 |
+
# This should detect bash and zsh, which have a hash command that must
|
65 |
+
# be called to get it to forget past commands. Without forgetting
|
66 |
+
# past commands the $PATH changes we made may not be respected
|
67 |
+
if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
|
68 |
+
hash -r 2> /dev/null
|
69 |
+
fi
|
venv/bin/activate.csh
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file must be used with "source bin/activate.csh" *from csh*.
|
2 |
+
# You cannot run it directly.
|
3 |
+
# Created by Davide Di Blasi <davidedb@gmail.com>.
|
4 |
+
# Ported to Python 3.3 venv by Andrew Svetlov <andrew.svetlov@gmail.com>
|
5 |
+
|
6 |
+
alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate'
|
7 |
+
|
8 |
+
# Unset irrelevant variables.
|
9 |
+
deactivate nondestructive
|
10 |
+
|
11 |
+
setenv VIRTUAL_ENV "/home/jovyan/work/8.0bpw/venv"
|
12 |
+
|
13 |
+
set _OLD_VIRTUAL_PATH="$PATH"
|
14 |
+
setenv PATH "$VIRTUAL_ENV/bin:$PATH"
|
15 |
+
|
16 |
+
|
17 |
+
set _OLD_VIRTUAL_PROMPT="$prompt"
|
18 |
+
|
19 |
+
if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then
|
20 |
+
set prompt = "(venv) $prompt"
|
21 |
+
setenv VIRTUAL_ENV_PROMPT "(venv) "
|
22 |
+
endif
|
23 |
+
|
24 |
+
alias pydoc python -m pydoc
|
25 |
+
|
26 |
+
rehash
|
venv/bin/activate.fish
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file must be used with "source <venv>/bin/activate.fish" *from fish*
|
2 |
+
# (https://fishshell.com/); you cannot run it directly.
|
3 |
+
|
4 |
+
function deactivate -d "Exit virtual environment and return to normal shell environment"
|
5 |
+
# reset old environment variables
|
6 |
+
if test -n "$_OLD_VIRTUAL_PATH"
|
7 |
+
set -gx PATH $_OLD_VIRTUAL_PATH
|
8 |
+
set -e _OLD_VIRTUAL_PATH
|
9 |
+
end
|
10 |
+
if test -n "$_OLD_VIRTUAL_PYTHONHOME"
|
11 |
+
set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME
|
12 |
+
set -e _OLD_VIRTUAL_PYTHONHOME
|
13 |
+
end
|
14 |
+
|
15 |
+
if test -n "$_OLD_FISH_PROMPT_OVERRIDE"
|
16 |
+
set -e _OLD_FISH_PROMPT_OVERRIDE
|
17 |
+
# prevents error when using nested fish instances (Issue #93858)
|
18 |
+
if functions -q _old_fish_prompt
|
19 |
+
functions -e fish_prompt
|
20 |
+
functions -c _old_fish_prompt fish_prompt
|
21 |
+
functions -e _old_fish_prompt
|
22 |
+
end
|
23 |
+
end
|
24 |
+
|
25 |
+
set -e VIRTUAL_ENV
|
26 |
+
set -e VIRTUAL_ENV_PROMPT
|
27 |
+
if test "$argv[1]" != "nondestructive"
|
28 |
+
# Self-destruct!
|
29 |
+
functions -e deactivate
|
30 |
+
end
|
31 |
+
end
|
32 |
+
|
33 |
+
# Unset irrelevant variables.
|
34 |
+
deactivate nondestructive
|
35 |
+
|
36 |
+
set -gx VIRTUAL_ENV "/home/jovyan/work/8.0bpw/venv"
|
37 |
+
|
38 |
+
set -gx _OLD_VIRTUAL_PATH $PATH
|
39 |
+
set -gx PATH "$VIRTUAL_ENV/bin" $PATH
|
40 |
+
|
41 |
+
# Unset PYTHONHOME if set.
|
42 |
+
if set -q PYTHONHOME
|
43 |
+
set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME
|
44 |
+
set -e PYTHONHOME
|
45 |
+
end
|
46 |
+
|
47 |
+
if test -z "$VIRTUAL_ENV_DISABLE_PROMPT"
|
48 |
+
# fish uses a function instead of an env var to generate the prompt.
|
49 |
+
|
50 |
+
# Save the current fish_prompt function as the function _old_fish_prompt.
|
51 |
+
functions -c fish_prompt _old_fish_prompt
|
52 |
+
|
53 |
+
# With the original prompt function renamed, we can override with our own.
|
54 |
+
function fish_prompt
|
55 |
+
# Save the return status of the last command.
|
56 |
+
set -l old_status $status
|
57 |
+
|
58 |
+
# Output the venv prompt; color taken from the blue of the Python logo.
|
59 |
+
printf "%s%s%s" (set_color 4B8BBE) "(venv) " (set_color normal)
|
60 |
+
|
61 |
+
# Restore the return status of the previous command.
|
62 |
+
echo "exit $old_status" | .
|
63 |
+
# Output the original/"old" prompt.
|
64 |
+
_old_fish_prompt
|
65 |
+
end
|
66 |
+
|
67 |
+
set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
|
68 |
+
set -gx VIRTUAL_ENV_PROMPT "(venv) "
|
69 |
+
end
|
venv/bin/normalizer
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/home/jovyan/work/8.0bpw/venv/bin/python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
import re
|
4 |
+
import sys
|
5 |
+
from charset_normalizer.cli import cli_detect
|
6 |
+
if __name__ == '__main__':
|
7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
8 |
+
sys.exit(cli_detect())
|
venv/bin/pip
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/home/jovyan/work/8.0bpw/venv/bin/python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
import re
|
4 |
+
import sys
|
5 |
+
from pip._internal.cli.main import main
|
6 |
+
if __name__ == '__main__':
|
7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
8 |
+
sys.exit(main())
|
venv/bin/pip3
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/home/jovyan/work/8.0bpw/venv/bin/python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
import re
|
4 |
+
import sys
|
5 |
+
from pip._internal.cli.main import main
|
6 |
+
if __name__ == '__main__':
|
7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
8 |
+
sys.exit(main())
|
venv/bin/pip3.10
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/home/jovyan/work/8.0bpw/venv/bin/python3
|
2 |
+
# -*- coding: utf-8 -*-
|
3 |
+
import re
|
4 |
+
import sys
|
5 |
+
from pip._internal.cli.main import main
|
6 |
+
if __name__ == '__main__':
|
7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
8 |
+
sys.exit(main())
|
venv/bin/python
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45692c3da2492563eabf0a8f5dc18d20dc9c34ffe3a18202563e00bae684be91
|
3 |
+
size 5904904
|
venv/bin/python3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45692c3da2492563eabf0a8f5dc18d20dc9c34ffe3a18202563e00bae684be91
|
3 |
+
size 5904904
|
venv/bin/python3.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45692c3da2492563eabf0a8f5dc18d20dc9c34ffe3a18202563e00bae684be91
|
3 |
+
size 5904904
|
venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/INSTALLER
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip
|
venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Copyright (c) 2017-2021 Ingy döt Net
|
2 |
+
Copyright (c) 2006-2016 Kirill Simonov
|
3 |
+
|
4 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
5 |
+
this software and associated documentation files (the "Software"), to deal in
|
6 |
+
the Software without restriction, including without limitation the rights to
|
7 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
8 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
9 |
+
so, subject to the following conditions:
|
10 |
+
|
11 |
+
The above copyright notice and this permission notice shall be included in all
|
12 |
+
copies or substantial portions of the Software.
|
13 |
+
|
14 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20 |
+
SOFTWARE.
|
venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/METADATA
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Metadata-Version: 2.1
|
2 |
+
Name: PyYAML
|
3 |
+
Version: 6.0.1
|
4 |
+
Summary: YAML parser and emitter for Python
|
5 |
+
Home-page: https://pyyaml.org/
|
6 |
+
Download-URL: https://pypi.org/project/PyYAML/
|
7 |
+
Author: Kirill Simonov
|
8 |
+
Author-email: xi@resolvent.net
|
9 |
+
License: MIT
|
10 |
+
Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues
|
11 |
+
Project-URL: CI, https://github.com/yaml/pyyaml/actions
|
12 |
+
Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation
|
13 |
+
Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core
|
14 |
+
Project-URL: Source Code, https://github.com/yaml/pyyaml
|
15 |
+
Platform: Any
|
16 |
+
Classifier: Development Status :: 5 - Production/Stable
|
17 |
+
Classifier: Intended Audience :: Developers
|
18 |
+
Classifier: License :: OSI Approved :: MIT License
|
19 |
+
Classifier: Operating System :: OS Independent
|
20 |
+
Classifier: Programming Language :: Cython
|
21 |
+
Classifier: Programming Language :: Python
|
22 |
+
Classifier: Programming Language :: Python :: 3
|
23 |
+
Classifier: Programming Language :: Python :: 3.6
|
24 |
+
Classifier: Programming Language :: Python :: 3.7
|
25 |
+
Classifier: Programming Language :: Python :: 3.8
|
26 |
+
Classifier: Programming Language :: Python :: 3.9
|
27 |
+
Classifier: Programming Language :: Python :: 3.10
|
28 |
+
Classifier: Programming Language :: Python :: 3.11
|
29 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
30 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
31 |
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
32 |
+
Classifier: Topic :: Text Processing :: Markup
|
33 |
+
Requires-Python: >=3.6
|
34 |
+
License-File: LICENSE
|
35 |
+
|
36 |
+
YAML is a data serialization format designed for human readability
|
37 |
+
and interaction with scripting languages. PyYAML is a YAML parser
|
38 |
+
and emitter for Python.
|
39 |
+
|
40 |
+
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
|
41 |
+
support, capable extension API, and sensible error messages. PyYAML
|
42 |
+
supports standard YAML tags and provides Python-specific tags that
|
43 |
+
allow to represent an arbitrary Python object.
|
44 |
+
|
45 |
+
PyYAML is applicable for a broad range of tasks from complex
|
46 |
+
configuration files to object serialization and persistence.
|
venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/RECORD
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PyYAML-6.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
2 |
+
PyYAML-6.0.1.dist-info/LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101
|
3 |
+
PyYAML-6.0.1.dist-info/METADATA,sha256=UNNF8-SzzwOKXVo-kV5lXUGH2_wDWMBmGxqISpp5HQk,2058
|
4 |
+
PyYAML-6.0.1.dist-info/RECORD,,
|
5 |
+
PyYAML-6.0.1.dist-info/WHEEL,sha256=iZaXX0Td62Nww8bojl0E84uJHjT41csHPKZmbUBbJPs,152
|
6 |
+
PyYAML-6.0.1.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11
|
7 |
+
_yaml/__init__.py,sha256=04Ae_5osxahpJHa3XBZUAf4wi6XX32gR8D6X6p64GEA,1402
|
8 |
+
_yaml/__pycache__/__init__.cpython-310.pyc,,
|
9 |
+
yaml/__init__.py,sha256=bhl05qSeO-1ZxlSRjGrvl2m9nrXb1n9-GQatTN0Mrqc,12311
|
10 |
+
yaml/__pycache__/__init__.cpython-310.pyc,,
|
11 |
+
yaml/__pycache__/composer.cpython-310.pyc,,
|
12 |
+
yaml/__pycache__/constructor.cpython-310.pyc,,
|
13 |
+
yaml/__pycache__/cyaml.cpython-310.pyc,,
|
14 |
+
yaml/__pycache__/dumper.cpython-310.pyc,,
|
15 |
+
yaml/__pycache__/emitter.cpython-310.pyc,,
|
16 |
+
yaml/__pycache__/error.cpython-310.pyc,,
|
17 |
+
yaml/__pycache__/events.cpython-310.pyc,,
|
18 |
+
yaml/__pycache__/loader.cpython-310.pyc,,
|
19 |
+
yaml/__pycache__/nodes.cpython-310.pyc,,
|
20 |
+
yaml/__pycache__/parser.cpython-310.pyc,,
|
21 |
+
yaml/__pycache__/reader.cpython-310.pyc,,
|
22 |
+
yaml/__pycache__/representer.cpython-310.pyc,,
|
23 |
+
yaml/__pycache__/resolver.cpython-310.pyc,,
|
24 |
+
yaml/__pycache__/scanner.cpython-310.pyc,,
|
25 |
+
yaml/__pycache__/serializer.cpython-310.pyc,,
|
26 |
+
yaml/__pycache__/tokens.cpython-310.pyc,,
|
27 |
+
yaml/_yaml.cpython-310-x86_64-linux-gnu.so,sha256=_9iVrASatQgQSFXlKeCe2uK2TyKwk9nd61Cs_-fqAHM,2226000
|
28 |
+
yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883
|
29 |
+
yaml/constructor.py,sha256=kNgkfaeLUkwQYY_Q6Ff1Tz2XVw_pG1xVE9Ak7z-viLA,28639
|
30 |
+
yaml/cyaml.py,sha256=6ZrAG9fAYvdVe2FK_w0hmXoG7ZYsoYUwapG8CiC72H0,3851
|
31 |
+
yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837
|
32 |
+
yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006
|
33 |
+
yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533
|
34 |
+
yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445
|
35 |
+
yaml/loader.py,sha256=UVa-zIqmkFSCIYq_PgSGm4NSJttHY2Rf_zQ4_b1fHN0,2061
|
36 |
+
yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440
|
37 |
+
yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495
|
38 |
+
yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794
|
39 |
+
yaml/representer.py,sha256=IuWP-cAW9sHKEnS0gCqSa894k1Bg4cgTxaDwIcbRQ-Y,14190
|
40 |
+
yaml/resolver.py,sha256=9L-VYfm4mWHxUD1Vg4X7rjDRK_7VZd6b92wzq7Y2IKY,9004
|
41 |
+
yaml/scanner.py,sha256=YEM3iLZSaQwXcQRg2l2R4MdT0zGP2F9eHkKGKnHyWQY,51279
|
42 |
+
yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165
|
43 |
+
yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573
|
venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/WHEEL
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Wheel-Version: 1.0
|
2 |
+
Generator: bdist_wheel (0.40.0)
|
3 |
+
Root-Is-Purelib: false
|
4 |
+
Tag: cp310-cp310-manylinux_2_17_x86_64
|
5 |
+
Tag: cp310-cp310-manylinux2014_x86_64
|
6 |
+
|
venv/lib/python3.10/site-packages/PyYAML-6.0.1.dist-info/top_level.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
_yaml
|
2 |
+
yaml
|
venv/lib/python3.10/site-packages/__pycache__/typing_extensions.cpython-310.pyc
ADDED
Binary file (100 kB). View file
|
|
venv/lib/python3.10/site-packages/_distutils_hack/__init__.py
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import sys
|
2 |
+
import os
|
3 |
+
import re
|
4 |
+
import importlib
|
5 |
+
import warnings
|
6 |
+
|
7 |
+
|
8 |
+
is_pypy = '__pypy__' in sys.builtin_module_names
|
9 |
+
|
10 |
+
|
11 |
+
warnings.filterwarnings('ignore',
|
12 |
+
r'.+ distutils\b.+ deprecated',
|
13 |
+
DeprecationWarning)
|
14 |
+
|
15 |
+
|
16 |
+
def warn_distutils_present():
|
17 |
+
if 'distutils' not in sys.modules:
|
18 |
+
return
|
19 |
+
if is_pypy and sys.version_info < (3, 7):
|
20 |
+
# PyPy for 3.6 unconditionally imports distutils, so bypass the warning
|
21 |
+
# https://foss.heptapod.net/pypy/pypy/-/blob/be829135bc0d758997b3566062999ee8b23872b4/lib-python/3/site.py#L250
|
22 |
+
return
|
23 |
+
warnings.warn(
|
24 |
+
"Distutils was imported before Setuptools, but importing Setuptools "
|
25 |
+
"also replaces the `distutils` module in `sys.modules`. This may lead "
|
26 |
+
"to undesirable behaviors or errors. To avoid these issues, avoid "
|
27 |
+
"using distutils directly, ensure that setuptools is installed in the "
|
28 |
+
"traditional way (e.g. not an editable install), and/or make sure "
|
29 |
+
"that setuptools is always imported before distutils.")
|
30 |
+
|
31 |
+
|
32 |
+
def clear_distutils():
|
33 |
+
if 'distutils' not in sys.modules:
|
34 |
+
return
|
35 |
+
warnings.warn("Setuptools is replacing distutils.")
|
36 |
+
mods = [name for name in sys.modules if re.match(r'distutils\b', name)]
|
37 |
+
for name in mods:
|
38 |
+
del sys.modules[name]
|
39 |
+
|
40 |
+
|
41 |
+
def enabled():
|
42 |
+
"""
|
43 |
+
Allow selection of distutils by environment variable.
|
44 |
+
"""
|
45 |
+
which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'stdlib')
|
46 |
+
return which == 'local'
|
47 |
+
|
48 |
+
|
49 |
+
def ensure_local_distutils():
|
50 |
+
clear_distutils()
|
51 |
+
|
52 |
+
# With the DistutilsMetaFinder in place,
|
53 |
+
# perform an import to cause distutils to be
|
54 |
+
# loaded from setuptools._distutils. Ref #2906.
|
55 |
+
add_shim()
|
56 |
+
importlib.import_module('distutils')
|
57 |
+
remove_shim()
|
58 |
+
|
59 |
+
# check that submodules load as expected
|
60 |
+
core = importlib.import_module('distutils.core')
|
61 |
+
assert '_distutils' in core.__file__, core.__file__
|
62 |
+
|
63 |
+
|
64 |
+
def do_override():
|
65 |
+
"""
|
66 |
+
Ensure that the local copy of distutils is preferred over stdlib.
|
67 |
+
|
68 |
+
See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401
|
69 |
+
for more motivation.
|
70 |
+
"""
|
71 |
+
if enabled():
|
72 |
+
warn_distutils_present()
|
73 |
+
ensure_local_distutils()
|
74 |
+
|
75 |
+
|
76 |
+
class DistutilsMetaFinder:
|
77 |
+
def find_spec(self, fullname, path, target=None):
|
78 |
+
if path is not None:
|
79 |
+
return
|
80 |
+
|
81 |
+
method_name = 'spec_for_{fullname}'.format(**locals())
|
82 |
+
method = getattr(self, method_name, lambda: None)
|
83 |
+
return method()
|
84 |
+
|
85 |
+
def spec_for_distutils(self):
|
86 |
+
import importlib.abc
|
87 |
+
import importlib.util
|
88 |
+
|
89 |
+
class DistutilsLoader(importlib.abc.Loader):
|
90 |
+
|
91 |
+
def create_module(self, spec):
|
92 |
+
return importlib.import_module('setuptools._distutils')
|
93 |
+
|
94 |
+
def exec_module(self, module):
|
95 |
+
pass
|
96 |
+
|
97 |
+
return importlib.util.spec_from_loader('distutils', DistutilsLoader())
|
98 |
+
|
99 |
+
def spec_for_pip(self):
|
100 |
+
"""
|
101 |
+
Ensure stdlib distutils when running under pip.
|
102 |
+
See pypa/pip#8761 for rationale.
|
103 |
+
"""
|
104 |
+
if self.pip_imported_during_build():
|
105 |
+
return
|
106 |
+
clear_distutils()
|
107 |
+
self.spec_for_distutils = lambda: None
|
108 |
+
|
109 |
+
@staticmethod
|
110 |
+
def pip_imported_during_build():
|
111 |
+
"""
|
112 |
+
Detect if pip is being imported in a build script. Ref #2355.
|
113 |
+
"""
|
114 |
+
import traceback
|
115 |
+
return any(
|
116 |
+
frame.f_globals['__file__'].endswith('setup.py')
|
117 |
+
for frame, line in traceback.walk_stack(None)
|
118 |
+
)
|
119 |
+
|
120 |
+
|
121 |
+
DISTUTILS_FINDER = DistutilsMetaFinder()
|
122 |
+
|
123 |
+
|
124 |
+
def add_shim():
|
125 |
+
sys.meta_path.insert(0, DISTUTILS_FINDER)
|
126 |
+
|
127 |
+
|
128 |
+
def remove_shim():
|
129 |
+
try:
|
130 |
+
sys.meta_path.remove(DISTUTILS_FINDER)
|
131 |
+
except ValueError:
|
132 |
+
pass
|
venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (5.11 kB). View file
|
|
venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc
ADDED
Binary file (230 Bytes). View file
|
|
venv/lib/python3.10/site-packages/_distutils_hack/override.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__import__('_distutils_hack').do_override()
|
venv/lib/python3.10/site-packages/_yaml/__init__.py
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This is a stub package designed to roughly emulate the _yaml
|
2 |
+
# extension module, which previously existed as a standalone module
|
3 |
+
# and has been moved into the `yaml` package namespace.
|
4 |
+
# It does not perfectly mimic its old counterpart, but should get
|
5 |
+
# close enough for anyone who's relying on it even when they shouldn't.
|
6 |
+
import yaml
|
7 |
+
|
8 |
+
# in some circumstances, the yaml module we imoprted may be from a different version, so we need
|
9 |
+
# to tread carefully when poking at it here (it may not have the attributes we expect)
|
10 |
+
if not getattr(yaml, '__with_libyaml__', False):
|
11 |
+
from sys import version_info
|
12 |
+
|
13 |
+
exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError
|
14 |
+
raise exc("No module named '_yaml'")
|
15 |
+
else:
|
16 |
+
from yaml._yaml import *
|
17 |
+
import warnings
|
18 |
+
warnings.warn(
|
19 |
+
'The _yaml extension module is now located at yaml._yaml'
|
20 |
+
' and its location is subject to change. To use the'
|
21 |
+
' LibYAML-based parser and emitter, import from `yaml`:'
|
22 |
+
' `from yaml import CLoader as Loader, CDumper as Dumper`.',
|
23 |
+
DeprecationWarning
|
24 |
+
)
|
25 |
+
del warnings
|
26 |
+
# Don't `del yaml` here because yaml is actually an existing
|
27 |
+
# namespace member of _yaml.
|
28 |
+
|
29 |
+
__name__ = '_yaml'
|
30 |
+
# If the module is top-level (i.e. not a part of any specific package)
|
31 |
+
# then the attribute should be set to ''.
|
32 |
+
# https://docs.python.org/3.8/library/types.html
|
33 |
+
__package__ = ''
|
venv/lib/python3.10/site-packages/_yaml/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (731 Bytes). View file
|
|
venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/INSTALLER
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip
|
venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This package contains a modified version of ca-bundle.crt:
|
2 |
+
|
3 |
+
ca-bundle.crt -- Bundle of CA Root Certificates
|
4 |
+
|
5 |
+
This is a bundle of X.509 certificates of public Certificate Authorities
|
6 |
+
(CA). These were automatically extracted from Mozilla's root certificates
|
7 |
+
file (certdata.txt). This file can be found in the mozilla source tree:
|
8 |
+
https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
|
9 |
+
It contains the certificates in PEM format and therefore
|
10 |
+
can be directly used with curl / libcurl / php_curl, or with
|
11 |
+
an Apache+mod_ssl webserver for SSL client authentication.
|
12 |
+
Just configure this file as the SSLCACertificateFile.#
|
13 |
+
|
14 |
+
***** BEGIN LICENSE BLOCK *****
|
15 |
+
This Source Code Form is subject to the terms of the Mozilla Public License,
|
16 |
+
v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
|
17 |
+
one at http://mozilla.org/MPL/2.0/.
|
18 |
+
|
19 |
+
***** END LICENSE BLOCK *****
|
20 |
+
@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
|
venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/METADATA
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Metadata-Version: 2.1
|
2 |
+
Name: certifi
|
3 |
+
Version: 2024.6.2
|
4 |
+
Summary: Python package for providing Mozilla's CA Bundle.
|
5 |
+
Home-page: https://github.com/certifi/python-certifi
|
6 |
+
Author: Kenneth Reitz
|
7 |
+
Author-email: me@kennethreitz.com
|
8 |
+
License: MPL-2.0
|
9 |
+
Project-URL: Source, https://github.com/certifi/python-certifi
|
10 |
+
Classifier: Development Status :: 5 - Production/Stable
|
11 |
+
Classifier: Intended Audience :: Developers
|
12 |
+
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
13 |
+
Classifier: Natural Language :: English
|
14 |
+
Classifier: Programming Language :: Python
|
15 |
+
Classifier: Programming Language :: Python :: 3
|
16 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
17 |
+
Classifier: Programming Language :: Python :: 3.6
|
18 |
+
Classifier: Programming Language :: Python :: 3.7
|
19 |
+
Classifier: Programming Language :: Python :: 3.8
|
20 |
+
Classifier: Programming Language :: Python :: 3.9
|
21 |
+
Classifier: Programming Language :: Python :: 3.10
|
22 |
+
Classifier: Programming Language :: Python :: 3.11
|
23 |
+
Classifier: Programming Language :: Python :: 3.12
|
24 |
+
Requires-Python: >=3.6
|
25 |
+
License-File: LICENSE
|
26 |
+
|
27 |
+
Certifi: Python SSL Certificates
|
28 |
+
================================
|
29 |
+
|
30 |
+
Certifi provides Mozilla's carefully curated collection of Root Certificates for
|
31 |
+
validating the trustworthiness of SSL certificates while verifying the identity
|
32 |
+
of TLS hosts. It has been extracted from the `Requests`_ project.
|
33 |
+
|
34 |
+
Installation
|
35 |
+
------------
|
36 |
+
|
37 |
+
``certifi`` is available on PyPI. Simply install it with ``pip``::
|
38 |
+
|
39 |
+
$ pip install certifi
|
40 |
+
|
41 |
+
Usage
|
42 |
+
-----
|
43 |
+
|
44 |
+
To reference the installed certificate authority (CA) bundle, you can use the
|
45 |
+
built-in function::
|
46 |
+
|
47 |
+
>>> import certifi
|
48 |
+
|
49 |
+
>>> certifi.where()
|
50 |
+
'/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'
|
51 |
+
|
52 |
+
Or from the command line::
|
53 |
+
|
54 |
+
$ python -m certifi
|
55 |
+
/usr/local/lib/python3.7/site-packages/certifi/cacert.pem
|
56 |
+
|
57 |
+
Enjoy!
|
58 |
+
|
59 |
+
.. _`Requests`: https://requests.readthedocs.io/en/master/
|
60 |
+
|
61 |
+
Addition/Removal of Certificates
|
62 |
+
--------------------------------
|
63 |
+
|
64 |
+
Certifi does not support any addition/removal or other modification of the
|
65 |
+
CA trust store content. This project is intended to provide a reliable and
|
66 |
+
highly portable root of trust to python deployments. Look to upstream projects
|
67 |
+
for methods to use alternate trust.
|
venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/RECORD
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi-2024.6.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
2 |
+
certifi-2024.6.2.dist-info/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989
|
3 |
+
certifi-2024.6.2.dist-info/METADATA,sha256=0JvKStGd0rn8QzECH3rN6wcw-6ZmNtR68uciKdXeVmU,2221
|
4 |
+
certifi-2024.6.2.dist-info/RECORD,,
|
5 |
+
certifi-2024.6.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
6 |
+
certifi-2024.6.2.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8
|
7 |
+
certifi/__init__.py,sha256=OemlOQZNxjR0BTLg7e4GIST-_QTOZsTKNgXw4v_0DwI,94
|
8 |
+
certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243
|
9 |
+
certifi/__pycache__/__init__.cpython-310.pyc,,
|
10 |
+
certifi/__pycache__/__main__.cpython-310.pyc,,
|
11 |
+
certifi/__pycache__/core.cpython-310.pyc,,
|
12 |
+
certifi/cacert.pem,sha256=FgXQ05xeJdZ-eDjaahfc8ujGz6eQMOj7AxjjX1SVSTw,293951
|
13 |
+
certifi/core.py,sha256=qRDDFyXVJwTB_EmoGppaXU_R9qCZvhl-EzxPMuV3nTA,4426
|
14 |
+
certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/WHEEL
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Wheel-Version: 1.0
|
2 |
+
Generator: bdist_wheel (0.43.0)
|
3 |
+
Root-Is-Purelib: true
|
4 |
+
Tag: py3-none-any
|
5 |
+
|
venv/lib/python3.10/site-packages/certifi-2024.6.2.dist-info/top_level.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
certifi
|
venv/lib/python3.10/site-packages/certifi/__init__.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from .core import contents, where
|
2 |
+
|
3 |
+
__all__ = ["contents", "where"]
|
4 |
+
__version__ = "2024.06.02"
|
venv/lib/python3.10/site-packages/certifi/__main__.py
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import argparse
|
2 |
+
|
3 |
+
from certifi import contents, where
|
4 |
+
|
5 |
+
parser = argparse.ArgumentParser()
|
6 |
+
parser.add_argument("-c", "--contents", action="store_true")
|
7 |
+
args = parser.parse_args()
|
8 |
+
|
9 |
+
if args.contents:
|
10 |
+
print(contents())
|
11 |
+
else:
|
12 |
+
print(where())
|