Training in progress, epoch 1
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- output-67b-26k-lora/.gitattributes +35 -0
- output-67b-26k-lora/.gitignore +1 -0
- output-67b-26k-lora/runs/Feb08_17-59-25_default/events.out.tfevents.1707415219.default.1738.0 +3 -0
- output-7b-26k-lora/.gitattributes +35 -0
- output-7b-26k-lora/.gitignore +1 -0
- output-7b-26k-lora/runs/Feb08_17-51-59_default/events.out.tfevents.1707414733.default.1048.0 +3 -0
- output-7b-26k-lora/runs/Feb08_18-45-12_default/events.out.tfevents.1707417920.default.608.0 +3 -0
- output-7b-26k-lora/runs/Feb08_18-53-01_default/events.out.tfevents.1707418390.default.1281.0 +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer_config.json +146 -0
- training_args.bin +3 -0
- wandb/debug-cli.sagemaker-user.log +0 -0
- wandb/debug-internal.log +194 -0
- wandb/debug.log +30 -0
- wandb/run-20240208_175238-v53k76w9/files/conda-environment.yaml +662 -0
- wandb/run-20240208_175238-v53k76w9/files/config.yaml +614 -0
- wandb/run-20240208_175238-v53k76w9/files/output.log +21 -0
- wandb/run-20240208_175238-v53k76w9/files/requirements.txt +419 -0
- wandb/run-20240208_175238-v53k76w9/files/wandb-metadata.json +1029 -0
- wandb/run-20240208_175238-v53k76w9/files/wandb-summary.json +1 -0
- wandb/run-20240208_175238-v53k76w9/logs/debug-internal.log +194 -0
- wandb/run-20240208_175238-v53k76w9/logs/debug.log +31 -0
- wandb/run-20240208_175238-v53k76w9/run-v53k76w9.wandb +0 -0
- wandb/run-20240208_180020-3wdew33h/files/conda-environment.yaml +662 -0
- wandb/run-20240208_180020-3wdew33h/files/config.yaml +616 -0
- wandb/run-20240208_180020-3wdew33h/files/output.log +21 -0
- wandb/run-20240208_180020-3wdew33h/files/requirements.txt +419 -0
- wandb/run-20240208_180020-3wdew33h/files/wandb-metadata.json +1029 -0
- wandb/run-20240208_180020-3wdew33h/files/wandb-summary.json +1 -0
- wandb/run-20240208_180020-3wdew33h/logs/debug-internal.log +194 -0
- wandb/run-20240208_180020-3wdew33h/logs/debug.log +30 -0
- wandb/run-20240208_180020-3wdew33h/run-3wdew33h.wandb +0 -0
- wandb/run-20240208_184521-kk66dbgv/files/conda-environment.yaml +662 -0
- wandb/run-20240208_184521-kk66dbgv/files/config.yaml +614 -0
- wandb/run-20240208_184521-kk66dbgv/files/output.log +21 -0
- wandb/run-20240208_184521-kk66dbgv/files/requirements.txt +419 -0
- wandb/run-20240208_184521-kk66dbgv/files/wandb-metadata.json +1029 -0
- wandb/run-20240208_184521-kk66dbgv/files/wandb-summary.json +1 -0
- wandb/run-20240208_184521-kk66dbgv/logs/debug-internal.log +194 -0
- wandb/run-20240208_184521-kk66dbgv/logs/debug.log +30 -0
- wandb/run-20240208_184521-kk66dbgv/run-kk66dbgv.wandb +0 -0
- wandb/run-20240208_185311-5uym8l7w/files/conda-environment.yaml +662 -0
- wandb/run-20240208_185311-5uym8l7w/files/config.yaml +614 -0
- wandb/run-20240208_185311-5uym8l7w/files/output.log +21 -0
- wandb/run-20240208_185311-5uym8l7w/files/requirements.txt +419 -0
- wandb/run-20240208_185311-5uym8l7w/files/wandb-metadata.json +1029 -0
- wandb/run-20240208_185311-5uym8l7w/files/wandb-summary.json +1 -0
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "deepseek-ai/deepseek-coder-7b-instruct-v1.5",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"loftq_config": {},
|
12 |
+
"lora_alpha": 32,
|
13 |
+
"lora_dropout": 0.1,
|
14 |
+
"megatron_config": null,
|
15 |
+
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": null,
|
17 |
+
"peft_type": "LORA",
|
18 |
+
"r": 16,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
+
"o_proj",
|
26 |
+
"down_proj",
|
27 |
+
"q_proj",
|
28 |
+
"k_proj"
|
29 |
+
],
|
30 |
+
"task_type": "CAUSAL_LM",
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a531bff2e9e9e313dfa3129130f71aadb6f57b5679cd77dfd5eab57a03f2280
|
3 |
+
size 75013128
|
output-67b-26k-lora/.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz 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
|
output-67b-26k-lora/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
output-67b-26k-lora/runs/Feb08_17-59-25_default/events.out.tfevents.1707415219.default.1738.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f625b5d6cd7f38271c6d7aef4793ad4ff8b57cb355a1b0755d8b8e24fa7c7216
|
3 |
+
size 4301
|
output-7b-26k-lora/.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz 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
|
output-7b-26k-lora/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
output-7b-26k-lora/runs/Feb08_17-51-59_default/events.out.tfevents.1707414733.default.1048.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31ba9262375486ec9bec3476ffab5b0c89311d7fb13223a5984f1d5ff153e147
|
3 |
+
size 4262
|
output-7b-26k-lora/runs/Feb08_18-45-12_default/events.out.tfevents.1707417920.default.608.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64454a82c3341170925444f73e1611ed9c04146aa5d26f1acdbce8ad2b316f8c
|
3 |
+
size 4258
|
output-7b-26k-lora/runs/Feb08_18-53-01_default/events.out.tfevents.1707418390.default.1281.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d888485c31b1d6871d434d1a8ae9a3bad0bac375993898cc42ee5514329d29
|
3 |
+
size 4258
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin▁of▁sentence|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|EOT|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end▁of▁sentence|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"100000": {
|
6 |
+
"content": "<|begin▁of▁sentence|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"100001": {
|
14 |
+
"content": "<|end▁of▁sentence|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"100002": {
|
22 |
+
"content": "ø",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": true,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"100003": {
|
30 |
+
"content": "ö",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": true,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": false
|
36 |
+
},
|
37 |
+
"100004": {
|
38 |
+
"content": "ú",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": false
|
44 |
+
},
|
45 |
+
"100005": {
|
46 |
+
"content": "ÿ",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": true,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": false
|
52 |
+
},
|
53 |
+
"100006": {
|
54 |
+
"content": "õ",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": true,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": false
|
60 |
+
},
|
61 |
+
"100007": {
|
62 |
+
"content": "÷",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": true,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": false
|
68 |
+
},
|
69 |
+
"100008": {
|
70 |
+
"content": "û",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": true,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": false
|
76 |
+
},
|
77 |
+
"100009": {
|
78 |
+
"content": "ý",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": true,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": false
|
84 |
+
},
|
85 |
+
"100010": {
|
86 |
+
"content": "À",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": true,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": false
|
92 |
+
},
|
93 |
+
"100011": {
|
94 |
+
"content": "ù",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": true,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": false
|
100 |
+
},
|
101 |
+
"100012": {
|
102 |
+
"content": "Á",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": true,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": false
|
108 |
+
},
|
109 |
+
"100013": {
|
110 |
+
"content": "þ",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": true,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": false
|
116 |
+
},
|
117 |
+
"100014": {
|
118 |
+
"content": "ü",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": true,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"100015": {
|
126 |
+
"content": "<|EOT|>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": true,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": true
|
132 |
+
}
|
133 |
+
},
|
134 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
135 |
+
"chat_template": "{% if not add_generation_prompt is defined %}\n{% set add_generation_prompt = false %}\n{% endif %}\n{%- set ns = namespace(found=false) -%}\n{%- for message in messages -%}\n {%- if message['role'] == 'system' -%}\n {%- set ns.found = true -%}\n {%- endif -%}\n{%- endfor -%}\n{{bos_token}}{%- if not ns.found -%}\n{{'You are an AI programming assistant, utilizing the Deepseek Coder model, developed by Deepseek Company, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer\\n'}}\n{%- endif %}\n{%- for message in messages %}\n {%- if message['role'] == 'system' %}\n{{ message['content'] }}\n {%- else %}\n {%- if message['role'] == 'user' %}\n{{'### Instruction:\\n' + message['content'] + '\\n'}}\n {%- else %}\n{{'### Response:\\n' + message['content'] + '\\n<|EOT|>\\n'}}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{% if add_generation_prompt %}\n{{'### Response:'}}\n{% endif %}",
|
136 |
+
"clean_up_tokenization_spaces": false,
|
137 |
+
"eos_token": "<|EOT|>",
|
138 |
+
"legacy": true,
|
139 |
+
"model_max_length": 960,
|
140 |
+
"pad_token": "<|end▁of▁sentence|>",
|
141 |
+
"padding_side": "right",
|
142 |
+
"sp_model_kwargs": {},
|
143 |
+
"tokenizer_class": "LlamaTokenizer",
|
144 |
+
"unk_token": null,
|
145 |
+
"use_default_system_prompt": false
|
146 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e927268e56d86c7a3a121e9db4be32d47966e50d2f759740a43c21abfd18f9a1
|
3 |
+
size 4792
|
wandb/debug-cli.sagemaker-user.log
ADDED
File without changes
|
wandb/debug-internal.log
ADDED
@@ -0,0 +1,194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 18:53:11,296 INFO StreamThr :1516 [internal.py:wandb_internal():86] W&B internal server running at pid: 1516, started at: 2024-02-08 18:53:11.296140
|
2 |
+
2024-02-08 18:53:11,300 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: status
|
3 |
+
2024-02-08 18:53:11,301 INFO WriterThread:1516 [datastore.py:open_for_write():85] open: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/run-5uym8l7w.wandb
|
4 |
+
2024-02-08 18:53:11,302 DEBUG SenderThread:1516 [sender.py:send():382] send: header
|
5 |
+
2024-02-08 18:53:11,302 DEBUG SenderThread:1516 [sender.py:send():382] send: run
|
6 |
+
2024-02-08 18:53:11,515 INFO SenderThread:1516 [dir_watcher.py:__init__():211] watching files in: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files
|
7 |
+
2024-02-08 18:53:11,515 INFO SenderThread:1516 [sender.py:_start_run_threads():1136] run started: 5uym8l7w with start time 1707418391.295585
|
8 |
+
2024-02-08 18:53:11,519 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: check_version
|
9 |
+
2024-02-08 18:53:11,520 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: check_version
|
10 |
+
2024-02-08 18:53:11,603 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: run_start
|
11 |
+
2024-02-08 18:53:11,632 DEBUG HandlerThread:1516 [system_info.py:__init__():32] System info init
|
12 |
+
2024-02-08 18:53:11,633 DEBUG HandlerThread:1516 [system_info.py:__init__():47] System info init done
|
13 |
+
2024-02-08 18:53:11,633 INFO HandlerThread:1516 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-02-08 18:53:11,633 INFO SystemMonitor:1516 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-02-08 18:53:11,633 INFO HandlerThread:1516 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-02-08 18:53:11,634 INFO SystemMonitor:1516 [interfaces.py:start():190] Started cpu monitoring
|
17 |
+
2024-02-08 18:53:11,635 INFO SystemMonitor:1516 [interfaces.py:start():190] Started disk monitoring
|
18 |
+
2024-02-08 18:53:11,636 INFO SystemMonitor:1516 [interfaces.py:start():190] Started gpu monitoring
|
19 |
+
2024-02-08 18:53:11,637 INFO SystemMonitor:1516 [interfaces.py:start():190] Started memory monitoring
|
20 |
+
2024-02-08 18:53:11,637 INFO SystemMonitor:1516 [interfaces.py:start():190] Started network monitoring
|
21 |
+
2024-02-08 18:53:11,692 DEBUG HandlerThread:1516 [system_info.py:probe():196] Probing system
|
22 |
+
2024-02-08 18:53:11,694 DEBUG HandlerThread:1516 [gitlib.py:_init_repo():56] git repository is invalid
|
23 |
+
2024-02-08 18:53:11,694 DEBUG HandlerThread:1516 [system_info.py:probe():244] Probing system done
|
24 |
+
2024-02-08 18:53:11,694 DEBUG HandlerThread:1516 [system_monitor.py:probe():223] {'os': 'Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35', 'python': '3.10.13', 'heartbeatAt': '2024-02-08T18:53:11.692683', 'startedAt': '2024-02-08T18:53:11.292051', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py', 'codePathLocal': None, 'host': 'default', 'username': 'sagemaker-user', 'executable': '/opt/conda/bin/python3', 'cpu_count': 96, 'cpu_count_logical': 192, 'cpu_freq': {'current': 3259.3440989583337, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 3299.457, 'min': 0.0, 'max': 0.0}, {'current': 3299.806, 'min': 0.0, 'max': 0.0}, {'current': 3205.787, 'min': 0.0, 'max': 0.0}, {'current': 3178.002, 'min': 0.0, 'max': 0.0}, {'current': 3200.706, 'min': 0.0, 'max': 0.0}, {'current': 3196.209, 'min': 0.0, 'max': 0.0}, {'current': 3188.711, 'min': 0.0, 'max': 0.0}, {'current': 3189.097, 'min': 0.0, 'max': 0.0}, {'current': 3206.992, 'min': 0.0, 'max': 0.0}, {'current': 3200.764, 'min': 0.0, 'max': 0.0}, {'current': 2810.939, 'min': 0.0, 'max': 0.0}, {'current': 2847.942, 'min': 0.0, 'max': 0.0}, {'current': 2923.114, 'min': 0.0, 'max': 0.0}, {'current': 3028.23, 'min': 0.0, 'max': 0.0}, {'current': 3012.472, 'min': 0.0, 'max': 0.0}, {'current': 3044.914, 'min': 0.0, 'max': 0.0}, {'current': 2953.37, 'min': 0.0, 'max': 0.0}, {'current': 2957.586, 'min': 0.0, 'max': 0.0}, {'current': 2984.294, 'min': 0.0, 'max': 0.0}, {'current': 2961.352, 'min': 0.0, 'max': 0.0}, {'current': 2901.559, 'min': 0.0, 'max': 0.0}, {'current': 2801.726, 'min': 0.0, 'max': 0.0}, {'current': 2985.17, 'min': 0.0, 'max': 0.0}, {'current': 2963.11, 'min': 0.0, 'max': 0.0}, {'current': 2912.001, 'min': 0.0, 'max': 0.0}, {'current': 2965.712, 'min': 0.0, 'max': 0.0}, {'current': 2966.821, 'min': 0.0, 'max': 0.0}, {'current': 2871.172, 'min': 0.0, 'max': 0.0}, {'current': 2974.758, 'min': 0.0, 'max': 0.0}, {'current': 2989.099, 'min': 0.0, 'max': 0.0}, {'current': 2948.999, 'min': 0.0, 'max': 0.0}, {'current': 2895.266, 'min': 0.0, 'max': 0.0}, {'current': 3299.988, 'min': 0.0, 'max': 0.0}, {'current': 2924.435, 'min': 0.0, 'max': 0.0}, {'current': 2919.839, 'min': 0.0, 'max': 0.0}, {'current': 2875.943, 'min': 0.0, 'max': 0.0}, {'current': 3300.697, 'min': 0.0, 'max': 0.0}, {'current': 2805.016, 'min': 0.0, 'max': 0.0}, {'current': 3298.583, 'min': 0.0, 'max': 0.0}, {'current': 3298.604, 'min': 0.0, 'max': 0.0}, {'current': 2673.256, 'min': 0.0, 'max': 0.0}, {'current': 3296.503, 'min': 0.0, 'max': 0.0}, {'current': 3139.11, 'min': 0.0, 'max': 0.0}, {'current': 3137.942, 'min': 0.0, 'max': 0.0}, {'current': 2833.969, 'min': 0.0, 'max': 0.0}, {'current': 3153.277, 'min': 0.0, 'max': 0.0}, {'current': 3178.769, 'min': 0.0, 'max': 0.0}, {'current': 3207.604, 'min': 0.0, 'max': 0.0}, {'current': 2892.532, 'min': 0.0, 'max': 0.0}, {'current': 3299.772, 'min': 0.0, 'max': 0.0}, {'current': 3299.641, 'min': 0.0, 'max': 0.0}, {'current': 3300.096, 'min': 0.0, 'max': 0.0}, {'current': 3298.515, 'min': 0.0, 'max': 0.0}, {'current': 3298.26, 'min': 0.0, 'max': 0.0}, {'current': 3299.084, 'min': 0.0, 'max': 0.0}, {'current': 3298.903, 'min': 0.0, 'max': 0.0}, {'current': 3298.866, 'min': 0.0, 'max': 0.0}, {'current': 3300.276, 'min': 0.0, 'max': 0.0}, {'current': 3298.704, 'min': 0.0, 'max': 0.0}, {'current': 3299.342, 'min': 0.0, 'max': 0.0}, {'current': 3297.795, 'min': 0.0, 'max': 0.0}, {'current': 3297.923, 'min': 0.0, 'max': 0.0}, {'current': 3298.013, 'min': 0.0, 'max': 0.0}, {'current': 3297.43, 'min': 0.0, 'max': 0.0}, {'current': 3299.564, 'min': 0.0, 'max': 0.0}, {'current': 3300.54, 'min': 0.0, 'max': 0.0}, {'current': 2747.263, 'min': 0.0, 'max': 0.0}, {'current': 3299.353, 'min': 0.0, 'max': 0.0}, {'current': 3297.896, 'min': 0.0, 'max': 0.0}, {'current': 2533.725, 'min': 0.0, 'max': 0.0}, {'current': 3299.656, 'min': 0.0, 'max': 0.0}, {'current': 3293.031, 'min': 0.0, 'max': 0.0}, {'current': 3027.834, 'min': 0.0, 'max': 0.0}, {'current': 3024.556, 'min': 0.0, 'max': 0.0}, {'current': 3067.379, 'min': 0.0, 'max': 0.0}, {'current': 3010.826, 'min': 0.0, 'max': 0.0}, {'current': 3101.81, 'min': 0.0, 'max': 0.0}, {'current': 2973.599, 'min': 0.0, 'max': 0.0}, {'current': 3061.27, 'min': 0.0, 'max': 0.0}, {'current': 3291.322, 'min': 0.0, 'max': 0.0}, {'current': 3017.723, 'min': 0.0, 'max': 0.0}, {'current': 2660.496, 'min': 0.0, 'max': 0.0}, {'current': 3004.775, 'min': 0.0, 'max': 0.0}, {'current': 3021.086, 'min': 0.0, 'max': 0.0}, {'current': 3027.592, 'min': 0.0, 'max': 0.0}, {'current': 3059.589, 'min': 0.0, 'max': 0.0}, {'current': 3019.568, 'min': 0.0, 'max': 0.0}, {'current': 3029.623, 'min': 0.0, 'max': 0.0}, {'current': 3080.312, 'min': 0.0, 'max': 0.0}, {'current': 3066.263, 'min': 0.0, 'max': 0.0}, {'current': 2998.37, 'min': 0.0, 'max': 0.0}, {'current': 2949.133, 'min': 0.0, 'max': 0.0}, {'current': 2964.0, 'min': 0.0, 'max': 0.0}, {'current': 3222.788, 'min': 0.0, 'max': 0.0}, {'current': 3299.63, 'min': 0.0, 'max': 0.0}, {'current': 2916.281, 'min': 0.0, 'max': 0.0}, {'current': 2825.282, 'min': 0.0, 'max': 0.0}, {'current': 3038.106, 'min': 0.0, 'max': 0.0}, {'current': 2895.235, 'min': 0.0, 'max': 0.0}, {'current': 3092.874, 'min': 0.0, 'max': 0.0}, {'current': 2924.994, 'min': 0.0, 'max': 0.0}, {'current': 2913.404, 'min': 0.0, 'max': 0.0}, {'current': 2935.638, 'min': 0.0, 'max': 0.0}, {'current': 2583.261, 'min': 0.0, 'max': 0.0}, {'current': 3101.162, 'min': 0.0, 'max': 0.0}, {'current': 3063.704, 'min': 0.0, 'max': 0.0}, {'current': 3093.23, 'min': 0.0, 'max': 0.0}, {'current': 3095.386, 'min': 0.0, 'max': 0.0}, {'current': 2925.773, 'min': 0.0, 'max': 0.0}, {'current': 2920.019, 'min': 0.0, 'max': 0.0}, {'current': 2916.15, 'min': 0.0, 'max': 0.0}, {'current': 2944.025, 'min': 0.0, 'max': 0.0}, {'current': 3259.667, 'min': 0.0, 'max': 0.0}, {'current': 3049.572, 'min': 0.0, 'max': 0.0}, {'current': 3263.675, 'min': 0.0, 'max': 0.0}, {'current': 3074.497, 'min': 0.0, 'max': 0.0}, {'current': 2923.985, 'min': 0.0, 'max': 0.0}, {'current': 2910.425, 'min': 0.0, 'max': 0.0}, {'current': 2812.861, 'min': 0.0, 'max': 0.0}, {'current': 2874.988, 'min': 0.0, 'max': 0.0}, {'current': 3120.953, 'min': 0.0, 'max': 0.0}, {'current': 3124.25, 'min': 0.0, 'max': 0.0}, {'current': 3113.753, 'min': 0.0, 'max': 0.0}, {'current': 3119.282, 'min': 0.0, 'max': 0.0}, {'current': 2982.281, 'min': 0.0, 'max': 0.0}, {'current': 3048.291, 'min': 0.0, 'max': 0.0}, {'current': 2987.986, 'min': 0.0, 'max': 0.0}, {'current': 2733.968, 'min': 0.0, 'max': 0.0}, {'current': 3274.202, 'min': 0.0, 'max': 0.0}, {'current': 3120.154, 'min': 0.0, 'max': 0.0}, {'current': 3122.388, 'min': 0.0, 'max': 0.0}, {'current': 2592.46, 'min': 0.0, 'max': 0.0}, {'current': 3121.448, 'min': 0.0, 'max': 0.0}, {'current': 3085.363, 'min': 0.0, 'max': 0.0}, {'current': 3176.23, 'min': 0.0, 'max': 0.0}, {'current': 3098.413, 'min': 0.0, 'max': 0.0}, {'current': 3131.838, 'min': 0.0, 'max': 0.0}, {'current': 3297.418, 'min': 0.0, 'max': 0.0}, {'current': 3144.573, 'min': 0.0, 'max': 0.0}, {'current': 3142.177, 'min': 0.0, 'max': 0.0}, {'current': 3135.089, 'min': 0.0, 'max': 0.0}, {'current': 3124.315, 'min': 0.0, 'max': 0.0}, {'current': 3206.745, 'min': 0.0, 'max': 0.0}, {'current': 3197.608, 'min': 0.0, 'max': 0.0}, {'current': 3271.659, 'min': 0.0, 'max': 0.0}, {'current': 3055.483, 'min': 0.0, 'max': 0.0}, {'current': 3299.813, 'min': 0.0, 'max': 0.0}, {'current': 3299.316, 'min': 0.0, 'max': 0.0}, {'current': 3298.471, 'min': 0.0, 'max': 0.0}, {'current': 3275.344, 'min': 0.0, 'max': 0.0}, {'current': 3298.318, 'min': 0.0, 'max': 0.0}, {'current': 3272.185, 'min': 0.0, 'max': 0.0}, {'current': 3299.032, 'min': 0.0, 'max': 0.0}, {'current': 3273.055, 'min': 0.0, 'max': 0.0}, {'current': 3277.573, 'min': 0.0, 'max': 0.0}, {'current': 3274.44, 'min': 0.0, 'max': 0.0}, {'current': 3275.925, 'min': 0.0, 'max': 0.0}, {'current': 3279.092, 'min': 0.0, 'max': 0.0}, {'current': 3275.089, 'min': 0.0, 'max': 0.0}, {'current': 3277.671, 'min': 0.0, 'max': 0.0}, {'current': 3299.135, 'min': 0.0, 'max': 0.0}, {'current': 3299.31, 'min': 0.0, 'max': 0.0}, {'current': 3298.038, 'min': 0.0, 'max': 0.0}, {'current': 3218.557, 'min': 0.0, 'max': 0.0}, {'current': 3298.859, 'min': 0.0, 'max': 0.0}, {'current': 3298.545, 'min': 0.0, 'max': 0.0}, {'current': 3027.843, 'min': 0.0, 'max': 0.0}, {'current': 3299.687, 'min': 0.0, 'max': 0.0}, {'current': 3053.229, 'min': 0.0, 'max': 0.0}, {'current': 3299.26, 'min': 0.0, 'max': 0.0}, {'current': 3059.862, 'min': 0.0, 'max': 0.0}, {'current': 3090.937, 'min': 0.0, 'max': 0.0}, {'current': 3094.897, 'min': 0.0, 'max': 0.0}, {'current': 3083.774, 'min': 0.0, 'max': 0.0}, {'current': 3027.722, 'min': 0.0, 'max': 0.0}, {'current': 3303.02, 'min': 0.0, 'max': 0.0}, {'current': 3069.951, 'min': 0.0, 'max': 0.0}, {'current': 3049.694, 'min': 0.0, 'max': 0.0}, {'current': 2814.624, 'min': 0.0, 'max': 0.0}, {'current': 3097.913, 'min': 0.0, 'max': 0.0}, {'current': 2788.423, 'min': 0.0, 'max': 0.0}, {'current': 3299.195, 'min': 0.0, 'max': 0.0}, {'current': 3069.533, 'min': 0.0, 'max': 0.0}, {'current': 3074.679, 'min': 0.0, 'max': 0.0}, {'current': 3066.308, 'min': 0.0, 'max': 0.0}, {'current': 2598.471, 'min': 0.0, 'max': 0.0}, {'current': 3299.109, 'min': 0.0, 'max': 0.0}, {'current': 3299.455, 'min': 0.0, 'max': 0.0}, {'current': 3298.945, 'min': 0.0, 'max': 0.0}, {'current': 3298.926, 'min': 0.0, 'max': 0.0}, {'current': 3299.003, 'min': 0.0, 'max': 0.0}, {'current': 3299.535, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 32.0, 'used': 0.01256561279296875}}, 'gpu': 'NVIDIA A10G', 'gpu_count': 8, 'gpu_devices': [{'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}], 'memory': {'total': 747.9597625732422}}
|
25 |
+
2024-02-08 18:53:11,694 INFO HandlerThread:1516 [system_monitor.py:probe():224] Finished collecting system info
|
26 |
+
2024-02-08 18:53:11,694 INFO HandlerThread:1516 [system_monitor.py:probe():227] Publishing system info
|
27 |
+
2024-02-08 18:53:11,694 DEBUG HandlerThread:1516 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
|
28 |
+
2024-02-08 18:53:11,695 DEBUG HandlerThread:1516 [system_info.py:_save_pip():68] Saving pip packages done
|
29 |
+
2024-02-08 18:53:11,695 DEBUG HandlerThread:1516 [system_info.py:_save_conda():75] Saving list of conda packages installed into the current environment
|
30 |
+
2024-02-08 18:53:12,517 INFO Thread-12 :1516 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/conda-environment.yaml
|
31 |
+
2024-02-08 18:53:12,517 INFO Thread-12 :1516 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/requirements.txt
|
32 |
+
2024-02-08 18:53:25,997 DEBUG HandlerThread:1516 [system_info.py:_save_conda():87] Saving conda packages done
|
33 |
+
2024-02-08 18:53:25,999 INFO HandlerThread:1516 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-02-08 18:53:26,003 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: status_report
|
35 |
+
2024-02-08 18:53:26,003 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: keepalive
|
36 |
+
2024-02-08 18:53:26,003 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: status_report
|
37 |
+
2024-02-08 18:53:26,003 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: keepalive
|
38 |
+
2024-02-08 18:53:26,003 DEBUG SenderThread:1516 [sender.py:send():382] send: files
|
39 |
+
2024-02-08 18:53:26,004 INFO SenderThread:1516 [sender.py:_save_file():1392] saving file wandb-metadata.json with policy now
|
40 |
+
2024-02-08 18:53:26,008 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: stop_status
|
41 |
+
2024-02-08 18:53:26,008 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: stop_status
|
42 |
+
2024-02-08 18:53:26,010 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: internal_messages
|
43 |
+
2024-02-08 18:53:26,169 DEBUG SenderThread:1516 [sender.py:send():382] send: telemetry
|
44 |
+
2024-02-08 18:53:26,169 DEBUG SenderThread:1516 [sender.py:send():382] send: config
|
45 |
+
2024-02-08 18:53:26,170 DEBUG SenderThread:1516 [sender.py:send():382] send: metric
|
46 |
+
2024-02-08 18:53:26,170 DEBUG SenderThread:1516 [sender.py:send():382] send: telemetry
|
47 |
+
2024-02-08 18:53:26,170 DEBUG SenderThread:1516 [sender.py:send():382] send: metric
|
48 |
+
2024-02-08 18:53:26,170 WARNING SenderThread:1516 [sender.py:send_metric():1343] Seen metric with glob (shouldn't happen)
|
49 |
+
2024-02-08 18:53:26,382 INFO wandb-upload_0:1516 [upload_job.py:push():131] Uploaded file /tmp/tmpo2kahburwandb/uswugwyb-wandb-metadata.json
|
50 |
+
2024-02-08 18:53:26,518 INFO Thread-12 :1516 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/conda-environment.yaml
|
51 |
+
2024-02-08 18:53:26,518 INFO Thread-12 :1516 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/output.log
|
52 |
+
2024-02-08 18:53:26,518 INFO Thread-12 :1516 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/wandb-metadata.json
|
53 |
+
2024-02-08 18:53:26,821 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: status_report
|
54 |
+
2024-02-08 18:53:28,518 INFO Thread-12 :1516 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/output.log
|
55 |
+
2024-02-08 18:53:28,894 DEBUG SenderThread:1516 [sender.py:send():382] send: exit
|
56 |
+
2024-02-08 18:53:28,894 INFO SenderThread:1516 [sender.py:send_exit():589] handling exit code: 1
|
57 |
+
2024-02-08 18:53:28,894 INFO SenderThread:1516 [sender.py:send_exit():591] handling runtime: 17
|
58 |
+
2024-02-08 18:53:28,894 INFO SenderThread:1516 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
59 |
+
2024-02-08 18:53:28,894 INFO SenderThread:1516 [sender.py:send_exit():597] send defer
|
60 |
+
2024-02-08 18:53:28,894 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
61 |
+
2024-02-08 18:53:28,895 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 0
|
62 |
+
2024-02-08 18:53:28,895 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
63 |
+
2024-02-08 18:53:28,895 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 0
|
64 |
+
2024-02-08 18:53:28,895 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 1
|
65 |
+
2024-02-08 18:53:28,895 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
66 |
+
2024-02-08 18:53:28,895 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 1
|
67 |
+
2024-02-08 18:53:28,895 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
68 |
+
2024-02-08 18:53:28,895 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 1
|
69 |
+
2024-02-08 18:53:28,895 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 2
|
70 |
+
2024-02-08 18:53:28,895 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
71 |
+
2024-02-08 18:53:28,895 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 2
|
72 |
+
2024-02-08 18:53:28,895 INFO HandlerThread:1516 [system_monitor.py:finish():203] Stopping system monitor
|
73 |
+
2024-02-08 18:53:28,897 DEBUG SystemMonitor:1516 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
74 |
+
2024-02-08 18:53:28,897 DEBUG SystemMonitor:1516 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
75 |
+
2024-02-08 18:53:28,897 DEBUG SystemMonitor:1516 [system_monitor.py:_start():183] Publishing last batch of metrics
|
76 |
+
2024-02-08 18:53:28,899 INFO HandlerThread:1516 [interfaces.py:finish():202] Joined cpu monitor
|
77 |
+
2024-02-08 18:53:28,899 INFO HandlerThread:1516 [interfaces.py:finish():202] Joined disk monitor
|
78 |
+
2024-02-08 18:53:28,936 INFO HandlerThread:1516 [interfaces.py:finish():202] Joined gpu monitor
|
79 |
+
2024-02-08 18:53:28,936 INFO HandlerThread:1516 [interfaces.py:finish():202] Joined memory monitor
|
80 |
+
2024-02-08 18:53:28,936 INFO HandlerThread:1516 [interfaces.py:finish():202] Joined network monitor
|
81 |
+
2024-02-08 18:53:28,936 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
82 |
+
2024-02-08 18:53:28,936 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 2
|
83 |
+
2024-02-08 18:53:28,936 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 3
|
84 |
+
2024-02-08 18:53:28,937 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
85 |
+
2024-02-08 18:53:28,937 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 3
|
86 |
+
2024-02-08 18:53:28,937 DEBUG SenderThread:1516 [sender.py:send():382] send: stats
|
87 |
+
2024-02-08 18:53:28,938 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
88 |
+
2024-02-08 18:53:28,938 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 3
|
89 |
+
2024-02-08 18:53:28,938 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 4
|
90 |
+
2024-02-08 18:53:28,938 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
91 |
+
2024-02-08 18:53:28,938 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 4
|
92 |
+
2024-02-08 18:53:28,938 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
93 |
+
2024-02-08 18:53:28,938 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 4
|
94 |
+
2024-02-08 18:53:28,938 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 5
|
95 |
+
2024-02-08 18:53:28,938 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
96 |
+
2024-02-08 18:53:28,938 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 5
|
97 |
+
2024-02-08 18:53:28,938 DEBUG SenderThread:1516 [sender.py:send():382] send: summary
|
98 |
+
2024-02-08 18:53:28,939 INFO SenderThread:1516 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
99 |
+
2024-02-08 18:53:28,940 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
100 |
+
2024-02-08 18:53:28,940 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 5
|
101 |
+
2024-02-08 18:53:28,940 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 6
|
102 |
+
2024-02-08 18:53:28,940 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
103 |
+
2024-02-08 18:53:28,940 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 6
|
104 |
+
2024-02-08 18:53:28,940 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
105 |
+
2024-02-08 18:53:28,940 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 6
|
106 |
+
2024-02-08 18:53:28,944 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: status_report
|
107 |
+
2024-02-08 18:53:29,088 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 7
|
108 |
+
2024-02-08 18:53:29,089 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
109 |
+
2024-02-08 18:53:29,089 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 7
|
110 |
+
2024-02-08 18:53:29,089 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
111 |
+
2024-02-08 18:53:29,089 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 7
|
112 |
+
2024-02-08 18:53:29,519 INFO Thread-12 :1516 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/config.yaml
|
113 |
+
2024-02-08 18:53:29,519 INFO Thread-12 :1516 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/wandb-summary.json
|
114 |
+
2024-02-08 18:53:29,894 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: poll_exit
|
115 |
+
2024-02-08 18:53:30,180 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 8
|
116 |
+
2024-02-08 18:53:30,180 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: poll_exit
|
117 |
+
2024-02-08 18:53:30,181 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
118 |
+
2024-02-08 18:53:30,181 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 8
|
119 |
+
2024-02-08 18:53:30,181 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
120 |
+
2024-02-08 18:53:30,181 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 8
|
121 |
+
2024-02-08 18:53:30,181 INFO SenderThread:1516 [job_builder.py:build():298] Attempting to build job artifact
|
122 |
+
2024-02-08 18:53:30,182 INFO SenderThread:1516 [job_builder.py:_get_source_type():439] no source found
|
123 |
+
2024-02-08 18:53:30,182 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 9
|
124 |
+
2024-02-08 18:53:30,182 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
125 |
+
2024-02-08 18:53:30,182 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 9
|
126 |
+
2024-02-08 18:53:30,183 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
127 |
+
2024-02-08 18:53:30,183 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 9
|
128 |
+
2024-02-08 18:53:30,183 INFO SenderThread:1516 [dir_watcher.py:finish():358] shutting down directory watcher
|
129 |
+
2024-02-08 18:53:30,519 INFO Thread-12 :1516 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/output.log
|
130 |
+
2024-02-08 18:53:30,519 INFO SenderThread:1516 [dir_watcher.py:finish():388] scan: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files
|
131 |
+
2024-02-08 18:53:30,520 INFO SenderThread:1516 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/config.yaml config.yaml
|
132 |
+
2024-02-08 18:53:30,520 INFO SenderThread:1516 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/requirements.txt requirements.txt
|
133 |
+
2024-02-08 18:53:30,520 INFO SenderThread:1516 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/conda-environment.yaml conda-environment.yaml
|
134 |
+
2024-02-08 18:53:30,520 INFO SenderThread:1516 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/wandb-metadata.json wandb-metadata.json
|
135 |
+
2024-02-08 18:53:30,520 INFO SenderThread:1516 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/output.log output.log
|
136 |
+
2024-02-08 18:53:30,522 INFO SenderThread:1516 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/wandb-summary.json wandb-summary.json
|
137 |
+
2024-02-08 18:53:30,524 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 10
|
138 |
+
2024-02-08 18:53:30,524 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
139 |
+
2024-02-08 18:53:30,524 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 10
|
140 |
+
2024-02-08 18:53:30,525 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
141 |
+
2024-02-08 18:53:30,525 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 10
|
142 |
+
2024-02-08 18:53:30,525 INFO SenderThread:1516 [file_pusher.py:finish():175] shutting down file pusher
|
143 |
+
2024-02-08 18:53:30,748 INFO wandb-upload_0:1516 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/config.yaml
|
144 |
+
2024-02-08 18:53:30,807 INFO wandb-upload_1:1516 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/requirements.txt
|
145 |
+
2024-02-08 18:53:30,838 INFO wandb-upload_4:1516 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/wandb-summary.json
|
146 |
+
2024-02-08 18:53:30,856 INFO wandb-upload_3:1516 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/output.log
|
147 |
+
2024-02-08 18:53:30,857 INFO wandb-upload_2:1516 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/files/conda-environment.yaml
|
148 |
+
2024-02-08 18:53:30,895 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: poll_exit
|
149 |
+
2024-02-08 18:53:30,895 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: poll_exit
|
150 |
+
2024-02-08 18:53:31,057 INFO Thread-11 (_thread_body):1516 [sender.py:transition_state():617] send defer: 11
|
151 |
+
2024-02-08 18:53:31,057 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
152 |
+
2024-02-08 18:53:31,057 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 11
|
153 |
+
2024-02-08 18:53:31,058 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
154 |
+
2024-02-08 18:53:31,058 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 11
|
155 |
+
2024-02-08 18:53:31,058 INFO SenderThread:1516 [file_pusher.py:join():181] waiting for file pusher
|
156 |
+
2024-02-08 18:53:31,058 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 12
|
157 |
+
2024-02-08 18:53:31,058 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
158 |
+
2024-02-08 18:53:31,058 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 12
|
159 |
+
2024-02-08 18:53:31,058 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
160 |
+
2024-02-08 18:53:31,058 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 12
|
161 |
+
2024-02-08 18:53:31,058 INFO SenderThread:1516 [file_stream.py:finish():595] file stream finish called
|
162 |
+
2024-02-08 18:53:31,123 INFO SenderThread:1516 [file_stream.py:finish():599] file stream finish is done
|
163 |
+
2024-02-08 18:53:31,123 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 13
|
164 |
+
2024-02-08 18:53:31,124 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
165 |
+
2024-02-08 18:53:31,124 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 13
|
166 |
+
2024-02-08 18:53:31,124 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
167 |
+
2024-02-08 18:53:31,124 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 13
|
168 |
+
2024-02-08 18:53:31,124 INFO SenderThread:1516 [sender.py:transition_state():617] send defer: 14
|
169 |
+
2024-02-08 18:53:31,124 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: defer
|
170 |
+
2024-02-08 18:53:31,124 INFO HandlerThread:1516 [handler.py:handle_request_defer():172] handle defer: 14
|
171 |
+
2024-02-08 18:53:31,124 DEBUG SenderThread:1516 [sender.py:send():382] send: final
|
172 |
+
2024-02-08 18:53:31,124 DEBUG SenderThread:1516 [sender.py:send():382] send: footer
|
173 |
+
2024-02-08 18:53:31,124 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: defer
|
174 |
+
2024-02-08 18:53:31,124 INFO SenderThread:1516 [sender.py:send_request_defer():613] handle sender defer: 14
|
175 |
+
2024-02-08 18:53:31,125 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: poll_exit
|
176 |
+
2024-02-08 18:53:31,125 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: poll_exit
|
177 |
+
2024-02-08 18:53:31,126 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: poll_exit
|
178 |
+
2024-02-08 18:53:31,126 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: server_info
|
179 |
+
2024-02-08 18:53:31,126 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: poll_exit
|
180 |
+
2024-02-08 18:53:31,126 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: server_info
|
181 |
+
2024-02-08 18:53:31,128 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: get_summary
|
182 |
+
2024-02-08 18:53:31,128 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: sampled_history
|
183 |
+
2024-02-08 18:53:31,129 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: internal_messages
|
184 |
+
2024-02-08 18:53:31,129 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: job_info
|
185 |
+
2024-02-08 18:53:31,179 DEBUG SenderThread:1516 [sender.py:send_request():409] send_request: job_info
|
186 |
+
2024-02-08 18:53:31,179 INFO MainThread:1516 [wandb_run.py:_footer_history_summary_info():3837] rendering history
|
187 |
+
2024-02-08 18:53:31,180 INFO MainThread:1516 [wandb_run.py:_footer_history_summary_info():3869] rendering summary
|
188 |
+
2024-02-08 18:53:31,180 INFO MainThread:1516 [wandb_run.py:_footer_sync_info():3796] logging synced files
|
189 |
+
2024-02-08 18:53:31,180 DEBUG HandlerThread:1516 [handler.py:handle_request():146] handle_request: shutdown
|
190 |
+
2024-02-08 18:53:31,180 INFO HandlerThread:1516 [handler.py:finish():866] shutting down handler
|
191 |
+
2024-02-08 18:53:32,129 INFO WriterThread:1516 [datastore.py:close():294] close: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/run-5uym8l7w.wandb
|
192 |
+
2024-02-08 18:53:32,179 INFO SenderThread:1516 [sender.py:finish():1548] shutting down sender
|
193 |
+
2024-02-08 18:53:32,180 INFO SenderThread:1516 [file_pusher.py:finish():175] shutting down file pusher
|
194 |
+
2024-02-08 18:53:32,180 INFO SenderThread:1516 [file_pusher.py:join():181] waiting for file pusher
|
wandb/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Current SDK version is 0.16.1
|
2 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Configure stats pid to 1281
|
3 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/.config/wandb/settings
|
4 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/output-7b-26k-lora/wandb/settings
|
5 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-02-08 18:53:11,293 WARNING MainThread:1281 [wandb_setup.py:_flush():76] Could not save program above cwd: /home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py
|
8 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program_abspath': '/home/sagemaker-user/lora_finetuning_push_to_hub_save_local_latest.py', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py'}
|
9 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_init.py:_log_setup():524] Logging user logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/logs/debug.log
|
10 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_init.py:_log_setup():525] Logging internal logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_185311-5uym8l7w/logs/debug-internal.log
|
11 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_init.py:init():564] calling init triggers
|
12 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
|
13 |
+
config: {}
|
14 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_init.py:init():614] starting backend
|
15 |
+
2024-02-08 18:53:11,293 INFO MainThread:1281 [wandb_init.py:init():618] setting up manager
|
16 |
+
2024-02-08 18:53:11,294 INFO MainThread:1281 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
17 |
+
2024-02-08 18:53:11,295 INFO MainThread:1281 [wandb_init.py:init():624] backend started and connected
|
18 |
+
2024-02-08 18:53:11,297 INFO MainThread:1281 [wandb_init.py:init():716] updated telemetry
|
19 |
+
2024-02-08 18:53:11,298 INFO MainThread:1281 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
20 |
+
2024-02-08 18:53:11,519 INFO MainThread:1281 [wandb_run.py:_on_init():2254] communicating current version
|
21 |
+
2024-02-08 18:53:11,559 INFO MainThread:1281 [wandb_run.py:_on_init():2263] got version response upgrade_message: "wandb version 0.16.3 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
|
22 |
+
|
23 |
+
2024-02-08 18:53:11,559 INFO MainThread:1281 [wandb_init.py:init():800] starting run threads in backend
|
24 |
+
2024-02-08 18:53:26,008 INFO MainThread:1281 [wandb_run.py:_console_start():2233] atexit reg
|
25 |
+
2024-02-08 18:53:26,009 INFO MainThread:1281 [wandb_run.py:_redirect():2088] redirect: wrap_raw
|
26 |
+
2024-02-08 18:53:26,009 INFO MainThread:1281 [wandb_run.py:_redirect():2153] Wrapping output streams.
|
27 |
+
2024-02-08 18:53:26,009 INFO MainThread:1281 [wandb_run.py:_redirect():2178] Redirects installed.
|
28 |
+
2024-02-08 18:53:26,010 INFO MainThread:1281 [wandb_init.py:init():841] run started, returning control to user process
|
29 |
+
2024-02-08 18:53:26,012 INFO MainThread:1281 [wandb_run.py:_config_callback():1342] config_cb None None {'vocab_size': 102400, 'max_position_embeddings': 4096, 'hidden_size': 4096, 'intermediate_size': 11008, 'num_hidden_layers': 30, 'num_attention_heads': 32, 'num_key_value_heads': 32, 'hidden_act': 'silu', 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'pretraining_tp': 1, 'use_cache': True, 'rope_scaling': None, 'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'bfloat16', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': False, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['LlamaForCausalLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 100000, 'pad_token_id': 0, 'eos_token_id': 100015, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'deepseek-ai/deepseek-coder-7b-instruct-v1.5', 'transformers_version': '4.31.0', 'attention_bias': False, 'model_type': 'llama', 'rope_theta': 10000.0, 'output_dir': 'output-7b-26k-lora', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': False, 'do_predict': False, 'evaluation_strategy': 'no', 'prediction_loss_only': False, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 1, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 16, 'eval_accumulation_steps': 'None', 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 2, 'max_steps': -1, 'lr_scheduler_type': 'cosine', 'warmup_ratio': 0.0, 'warmup_steps': 10, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': 'output-7b-26k-lora/runs/Feb08_18-53-01_default', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 1, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', 'save_steps': 100, 'save_total_limit': 100, 'save_safetensors': False, 'save_on_each_node': False, 'no_cuda': False, 'use_mps_device': False, 'seed': 42, 'data_seed': 'None', 'jit_mode_eval': False, 'use_ipex': False, 'bf16': True, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': 0, 'ddp_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 'None', 'dataloader_num_workers': 4, 'past_index': -1, 'run_name': 'output-7b-26k-lora', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': False, 'metric_for_best_model': 'None', 'greater_is_better': 'None', 'ignore_data_skip': False, 'sharded_ddp': '[]', 'fsdp': '[]', 'fsdp_min_num_params': 0, 'fsdp_config': "{'fsdp_min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}", 'fsdp_transformer_layer_cls_to_wrap': 'None', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': 'None', 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': "['tensorboard', 'wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'ddp_broadcast_buffers': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'zzz99/output-7b-26k-lora', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'gradient_checkpointing': True, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': 'None', 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': 'None', 'torch_compile_mode': 'None', 'xpu_backend': 'None', 'cache_dir': 'None', 'model_max_length': 960, 'gradient_checkpointing_kwargs': "{'use_reentrant': False}", 'train_batch_size': 4, 'eval_batch_size': 1}
|
30 |
+
2024-02-08 18:53:32,292 WARNING MsgRouterThr:1281 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20240208_175238-v53k76w9/files/conda-environment.yaml
ADDED
@@ -0,0 +1,662 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: base
|
2 |
+
channels:
|
3 |
+
- file:///tmp/local_conda_forge_artifacts
|
4 |
+
- conda-forge
|
5 |
+
- defaults
|
6 |
+
dependencies:
|
7 |
+
- _libgcc_mutex=0.1=conda_forge
|
8 |
+
- _openmp_mutex=4.5=2_kmp_llvm
|
9 |
+
- _py-xgboost-mutex=2.0=gpu_0
|
10 |
+
- absl-py=2.0.0=pyhd8ed1ab_0
|
11 |
+
- accelerate=0.21.0=pyhd8ed1ab_0
|
12 |
+
- aiobotocore=2.7.0=pyhd8ed1ab_1
|
13 |
+
- aiohttp=3.9.1=py310h2372a71_0
|
14 |
+
- aioitertools=0.11.0=pyhd8ed1ab_0
|
15 |
+
- aiosignal=1.3.1=pyhd8ed1ab_0
|
16 |
+
- aiosqlite=0.19.0=pyhd8ed1ab_0
|
17 |
+
- alsa-lib=1.2.10=hd590300_0
|
18 |
+
- altair=5.2.0=pyhd8ed1ab_0
|
19 |
+
- amazon-codewhisperer-jupyterlab-ext=2.0.1=pyhd8ed1ab_0
|
20 |
+
- amazon-sagemaker-jupyter-scheduler=3.0.5=pyhd8ed1ab_0
|
21 |
+
- ansi2html=1.8.0=py310hff52083_2
|
22 |
+
- ansiwrap=0.8.4=py_0
|
23 |
+
- antlr-python-runtime=4.9.3=pyhd8ed1ab_1
|
24 |
+
- anyio=3.7.1=pyhd8ed1ab_0
|
25 |
+
- aom=3.5.0=h27087fc_0
|
26 |
+
- appdirs=1.4.4=pyh9f0ad1d_0
|
27 |
+
- archspec=0.2.2=pyhd8ed1ab_0
|
28 |
+
- argon2-cffi=23.1.0=pyhd8ed1ab_0
|
29 |
+
- argon2-cffi-bindings=21.2.0=py310h2372a71_4
|
30 |
+
- arrow=1.3.0=pyhd8ed1ab_0
|
31 |
+
- astroid=3.0.1=py310hff52083_0
|
32 |
+
- asttokens=2.4.1=pyhd8ed1ab_0
|
33 |
+
- astunparse=1.6.3=pyhd8ed1ab_0
|
34 |
+
- async-lru=2.0.4=pyhd8ed1ab_0
|
35 |
+
- async-timeout=4.0.3=pyhd8ed1ab_0
|
36 |
+
- atk-1.0=2.38.0=hd4edc92_1
|
37 |
+
- attr=2.5.1=h166bdaf_1
|
38 |
+
- attrs=23.1.0=pyh71513ae_1
|
39 |
+
- autogluon=0.8.2=pyhd8ed1ab_4
|
40 |
+
- autogluon.common=0.8.2=pyhd8ed1ab_4
|
41 |
+
- autogluon.core=0.8.2=light_py310h2d11d36_6
|
42 |
+
- autogluon.features=0.8.2=pyhd8ed1ab_3
|
43 |
+
- autogluon.multimodal=0.8.2=pyha770c72_5
|
44 |
+
- autogluon.tabular=0.8.2=pyha770c72_4
|
45 |
+
- autogluon.timeseries=0.8.2=pyhd8ed1ab_4
|
46 |
+
- autopep8=2.0.4=pyhd8ed1ab_0
|
47 |
+
- autovizwidget=0.21.0=pyh1a96a4e_0
|
48 |
+
- aws-c-auth=0.7.3=h28f7589_1
|
49 |
+
- aws-c-cal=0.6.1=hc309b26_1
|
50 |
+
- aws-c-common=0.9.0=hd590300_0
|
51 |
+
- aws-c-compression=0.2.17=h4d4d85c_2
|
52 |
+
- aws-c-event-stream=0.3.1=h2e3709c_4
|
53 |
+
- aws-c-http=0.7.11=h00aa349_4
|
54 |
+
- aws-c-io=0.13.32=he9a53bd_1
|
55 |
+
- aws-c-mqtt=0.9.3=hb447be9_1
|
56 |
+
- aws-c-s3=0.3.14=hf3aad02_1
|
57 |
+
- aws-c-sdkutils=0.1.12=h4d4d85c_1
|
58 |
+
- aws-checksums=0.1.17=h4d4d85c_1
|
59 |
+
- aws-crt-cpp=0.21.0=hb942446_5
|
60 |
+
- aws-embedded-metrics=3.2.0=pyhd8ed1ab_0
|
61 |
+
- aws-glue-sessions=1.0.4=pyhd8ed1ab_0
|
62 |
+
- aws-sdk-cpp=1.10.57=h85b1a90_19
|
63 |
+
- babel=2.13.1=pyhd8ed1ab_0
|
64 |
+
- beautifulsoup4=4.12.2=pyha770c72_0
|
65 |
+
- binaryornot=0.4.4=py_1
|
66 |
+
- black=23.11.0=py310hff52083_0
|
67 |
+
- bleach=6.1.0=pyhd8ed1ab_0
|
68 |
+
- blinker=1.7.0=pyhd8ed1ab_0
|
69 |
+
- blosc=1.21.5=h0f2a231_0
|
70 |
+
- boltons=23.0.0=pyhd8ed1ab_0
|
71 |
+
- boto3=1.28.64=pyhd8ed1ab_0
|
72 |
+
- botocore=1.31.64=pyhd8ed1ab_0
|
73 |
+
- brotli=1.0.9=h166bdaf_9
|
74 |
+
- brotli-bin=1.0.9=h166bdaf_9
|
75 |
+
- brotli-python=1.0.9=py310hd8f1fbe_9
|
76 |
+
- brunsli=0.1=h9c3ff4c_0
|
77 |
+
- bzip2=1.0.8=hd590300_5
|
78 |
+
- c-ares=1.23.0=hd590300_0
|
79 |
+
- c-blosc2=2.11.3=hb4ffafa_0
|
80 |
+
- ca-certificates=2023.11.17=hbcca054_0
|
81 |
+
- cached-property=1.5.2=hd8ed1ab_1
|
82 |
+
- cached_property=1.5.2=pyha770c72_1
|
83 |
+
- cachetools=5.3.2=pyhd8ed1ab_0
|
84 |
+
- cairo=1.18.0=h3faef2a_0
|
85 |
+
- catalogue=2.0.10=py310hff52083_0
|
86 |
+
- catboost=1.2.2=py310hff52083_0
|
87 |
+
- certifi=2023.11.17=pyhd8ed1ab_0
|
88 |
+
- cffi=1.16.0=py310h2fee648_0
|
89 |
+
- chardet=5.2.0=py310hff52083_1
|
90 |
+
- charls=2.4.2=h59595ed_0
|
91 |
+
- charset-normalizer=3.3.2=pyhd8ed1ab_0
|
92 |
+
- click=8.1.7=unix_pyh707e725_0
|
93 |
+
- cloudpathlib=0.16.0=pyhd8ed1ab_0
|
94 |
+
- cloudpickle=2.2.1=pyhd8ed1ab_0
|
95 |
+
- colorama=0.4.6=pyhd8ed1ab_0
|
96 |
+
- comm=0.1.4=pyhd8ed1ab_0
|
97 |
+
- conda=23.11.0=py310hff52083_1
|
98 |
+
- conda-libmamba-solver=23.11.1=pyhd8ed1ab_0
|
99 |
+
- conda-package-handling=2.2.0=pyh38be061_0
|
100 |
+
- conda-package-streaming=0.9.0=pyhd8ed1ab_0
|
101 |
+
- confection=0.1.4=py310h17c5347_0
|
102 |
+
- contextlib2=21.6.0=pyhd8ed1ab_0
|
103 |
+
- contourpy=1.2.0=py310hd41b1e2_0
|
104 |
+
- cookiecutter=2.5.0=pyhca7485f_0
|
105 |
+
- croniter=1.4.1=pyhd8ed1ab_0
|
106 |
+
- cryptography=41.0.7=py310hb8475ec_1
|
107 |
+
- cuda-version=11.8=h70ddcb2_2
|
108 |
+
- cudatoolkit=11.8.0=h4ba93d1_12
|
109 |
+
- cudnn=8.8.0.121=hcdd5f01_4
|
110 |
+
- cycler=0.12.1=pyhd8ed1ab_0
|
111 |
+
- cymem=2.0.8=py310hc6cd4ac_1
|
112 |
+
- cyrus-sasl=2.1.27=h54b06d7_7
|
113 |
+
- cython-blis=0.7.10=py310h1f7b6fc_2
|
114 |
+
- cytoolz=0.12.2=py310h2372a71_1
|
115 |
+
- dash=2.14.2=pyhd8ed1ab_0
|
116 |
+
- dask-core=2023.12.0=pyhd8ed1ab_0
|
117 |
+
- dataclasses=0.8=pyhc8e2a94_3
|
118 |
+
- dataclasses-json=0.6.3=pyhd8ed1ab_0
|
119 |
+
- datasets=2.14.7=pyhd8ed1ab_0
|
120 |
+
- dav1d=1.2.1=hd590300_0
|
121 |
+
- dbus=1.13.6=h5008d03_3
|
122 |
+
- debugpy=1.8.0=py310hc6cd4ac_1
|
123 |
+
- decorator=5.1.1=pyhd8ed1ab_0
|
124 |
+
- deepmerge=1.1.0=pyhd8ed1ab_0
|
125 |
+
- defusedxml=0.7.1=pyhd8ed1ab_0
|
126 |
+
- dill=0.3.7=pyhd8ed1ab_0
|
127 |
+
- distributed=2023.12.0=pyhd8ed1ab_0
|
128 |
+
- distro=1.8.0=pyhd8ed1ab_0
|
129 |
+
- docker-pycreds=0.4.0=py_0
|
130 |
+
- docstring-to-markdown=0.13=pyhd8ed1ab_0
|
131 |
+
- entrypoints=0.4=pyhd8ed1ab_0
|
132 |
+
- et_xmlfile=1.1.0=pyhd8ed1ab_0
|
133 |
+
- evaluate=0.4.1=pyhd8ed1ab_0
|
134 |
+
- exceptiongroup=1.2.0=pyhd8ed1ab_0
|
135 |
+
- executing=2.0.1=pyhd8ed1ab_0
|
136 |
+
- expat=2.5.0=hcb278e6_1
|
137 |
+
- faiss=1.7.4=py310h9ed8947_0_cpu
|
138 |
+
- faiss-cpu=1.7.4=h718b53a_0
|
139 |
+
- fastai=2.7.13=pyhd8ed1ab_0
|
140 |
+
- fastcore=1.5.29=pyhd8ed1ab_0
|
141 |
+
- fastdownload=0.0.7=pyhd8ed1ab_0
|
142 |
+
- fastprogress=1.0.3=pyhd8ed1ab_0
|
143 |
+
- filelock=3.13.1=pyhd8ed1ab_0
|
144 |
+
- flake8=6.1.0=pyhd8ed1ab_0
|
145 |
+
- flask=3.0.0=pyhd8ed1ab_0
|
146 |
+
- flatbuffers=23.5.26=h59595ed_1
|
147 |
+
- fmt=10.1.1=h00ab1b0_1
|
148 |
+
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
|
149 |
+
- font-ttf-inconsolata=3.000=h77eed37_0
|
150 |
+
- font-ttf-source-code-pro=2.038=h77eed37_0
|
151 |
+
- font-ttf-ubuntu=0.83=h77eed37_1
|
152 |
+
- fontconfig=2.14.2=h14ed4e7_0
|
153 |
+
- fonts-conda-ecosystem=1=0
|
154 |
+
- fonts-conda-forge=1=0
|
155 |
+
- fonttools=4.46.0=py310h2372a71_0
|
156 |
+
- fqdn=1.5.1=pyhd8ed1ab_0
|
157 |
+
- freetype=2.12.1=h267a509_2
|
158 |
+
- fribidi=1.0.10=h36c2ea0_0
|
159 |
+
- frozenlist=1.4.0=py310h2372a71_1
|
160 |
+
- fsspec=2023.6.0=pyh1a96a4e_0
|
161 |
+
- future=0.18.3=pyhd8ed1ab_0
|
162 |
+
- gast=0.4.0=pyh9f0ad1d_0
|
163 |
+
- gdk-pixbuf=2.42.10=h6b639ba_2
|
164 |
+
- gdown=4.7.1=pyhd8ed1ab_0
|
165 |
+
- gettext=0.21.1=h27087fc_0
|
166 |
+
- gflags=2.2.2=he1b5a44_1004
|
167 |
+
- giflib=5.2.1=h0b41bf4_3
|
168 |
+
- gitdb=4.0.11=pyhd8ed1ab_0
|
169 |
+
- gitpython=3.1.40=pyhd8ed1ab_0
|
170 |
+
- glib=2.78.3=hfc55251_0
|
171 |
+
- glib-tools=2.78.3=hfc55251_0
|
172 |
+
- glog=0.6.0=h6f12383_0
|
173 |
+
- gluonts=0.13.7=pyhd8ed1ab_0
|
174 |
+
- gmp=6.3.0=h59595ed_0
|
175 |
+
- gmpy2=2.1.2=py310h3ec546c_1
|
176 |
+
- google-api-core=2.15.0=pyhd8ed1ab_0
|
177 |
+
- google-auth=2.25.2=pyhca7485f_0
|
178 |
+
- google-auth-oauthlib=1.0.0=pyhd8ed1ab_1
|
179 |
+
- google-pasta=0.2.0=pyh8c360ce_0
|
180 |
+
- googleapis-common-protos=1.62.0=pyhd8ed1ab_0
|
181 |
+
- graphite2=1.3.13=h58526e2_1001
|
182 |
+
- graphviz=8.1.0=h28d9a01_0
|
183 |
+
- grpcio=1.54.3=py310heca2aa9_0
|
184 |
+
- gst-plugins-base=1.22.7=h8e1006c_1
|
185 |
+
- gstreamer=1.22.7=h98fc4e7_1
|
186 |
+
- gtk2=2.24.33=h90689f9_2
|
187 |
+
- gts=0.7.6=h977cf35_4
|
188 |
+
- h5py=3.10.0=nompi_py310ha2ad45a_100
|
189 |
+
- harfbuzz=8.3.0=h3d44ed6_0
|
190 |
+
- hdf5=1.14.2=nompi_h4f84152_100
|
191 |
+
- hdijupyterutils=0.21.0=pyh1a96a4e_0
|
192 |
+
- huggingface_hub=0.19.4=pyhd8ed1ab_0
|
193 |
+
- icu=73.2=h59595ed_0
|
194 |
+
- idna=3.6=pyhd8ed1ab_0
|
195 |
+
- imagecodecs=2023.8.12=py310hc929067_0
|
196 |
+
- imageio=2.31.5=pyh8c1a49c_0
|
197 |
+
- importlib-metadata=6.10.0=pyha770c72_0
|
198 |
+
- importlib_metadata=6.10.0=hd8ed1ab_0
|
199 |
+
- importlib_resources=6.1.1=pyhd8ed1ab_0
|
200 |
+
- iniconfig=2.0.0=pyhd8ed1ab_0
|
201 |
+
- ipykernel=6.26.0=pyhf8b6a83_0
|
202 |
+
- ipython=8.18.1=pyh707e725_3
|
203 |
+
- ipywidgets=8.1.1=pyhd8ed1ab_0
|
204 |
+
- isoduration=20.11.0=pyhd8ed1ab_0
|
205 |
+
- isort=5.12.0=pyhd8ed1ab_1
|
206 |
+
- itsdangerous=2.1.2=pyhd8ed1ab_0
|
207 |
+
- jax=0.4.20=pyhd8ed1ab_0
|
208 |
+
- jaxlib=0.4.14=cpu_py310h67d73b5_1
|
209 |
+
- jedi=0.19.1=pyhd8ed1ab_0
|
210 |
+
- jinja2=3.1.2=pyhd8ed1ab_1
|
211 |
+
- jmespath=1.0.1=pyhd8ed1ab_0
|
212 |
+
- joblib=1.3.2=pyhd8ed1ab_0
|
213 |
+
- json5=0.9.14=pyhd8ed1ab_0
|
214 |
+
- jsonpatch=1.33=pyhd8ed1ab_0
|
215 |
+
- jsonpath-ng=1.6.0=pyhd8ed1ab_0
|
216 |
+
- jsonpointer=2.4=py310hff52083_3
|
217 |
+
- jsonschema=4.17.3=pyhd8ed1ab_0
|
218 |
+
- jsonschema-with-format-nongpl=4.17.3=pyhd8ed1ab_0
|
219 |
+
- jupyter=1.0.0=pyhd8ed1ab_10
|
220 |
+
- jupyter-ai=2.6.0=pyhd8ed1ab_2
|
221 |
+
- jupyter-ai-magics=2.6.0=pyhd8ed1ab_1
|
222 |
+
- jupyter-dash=0.4.2=pyhd8ed1ab_1
|
223 |
+
- jupyter-lsp=2.2.1=pyhd8ed1ab_0
|
224 |
+
- jupyter-server-mathjax=0.2.6=pyh5bfe37b_1
|
225 |
+
- jupyter-server-proxy=4.1.0=pyhd8ed1ab_0
|
226 |
+
- jupyter_client=8.6.0=pyhd8ed1ab_0
|
227 |
+
- jupyter_console=6.6.3=pyhd8ed1ab_0
|
228 |
+
- jupyter_core=5.5.0=py310hff52083_0
|
229 |
+
- jupyter_events=0.6.3=pyhd8ed1ab_1
|
230 |
+
- jupyter_scheduler=2.4.0=pyha770c72_1
|
231 |
+
- jupyter_server=2.10.0=pyhd8ed1ab_0
|
232 |
+
- jupyter_server_terminals=0.5.0=pyhd8ed1ab_0
|
233 |
+
- jupyterlab=4.0.9=pyhd8ed1ab_0
|
234 |
+
- jupyterlab-git=0.50.0=pyhd8ed1ab_0
|
235 |
+
- jupyterlab-lsp=5.0.1=pyhd8ed1ab_0
|
236 |
+
- jupyterlab_pygments=0.3.0=pyhd8ed1ab_0
|
237 |
+
- jupyterlab_server=2.24.0=pyhd8ed1ab_0
|
238 |
+
- jupyterlab_widgets=3.0.9=pyhd8ed1ab_0
|
239 |
+
- jxrlib=1.1=h7f98852_2
|
240 |
+
- keras=2.12.0=pyhd8ed1ab_0
|
241 |
+
- keras-preprocessing=1.1.2=pyhd8ed1ab_0
|
242 |
+
- keyutils=1.6.1=h166bdaf_0
|
243 |
+
- kiwisolver=1.4.5=py310hd41b1e2_1
|
244 |
+
- lame=3.100=h166bdaf_1003
|
245 |
+
- langchain=0.0.318=pyhd8ed1ab_0
|
246 |
+
- langcodes=3.3.0=pyhd8ed1ab_0
|
247 |
+
- langsmith=0.0.69=pyhd8ed1ab_0
|
248 |
+
- lcms2=2.15=haa2dc70_1
|
249 |
+
- ld_impl_linux-64=2.40=h41732ed_0
|
250 |
+
- lerc=4.0.0=h27087fc_0
|
251 |
+
- libabseil=20230125.3=cxx17_h59595ed_0
|
252 |
+
- libaec=1.1.2=h59595ed_1
|
253 |
+
- libarchive=3.7.2=h039dbb9_0
|
254 |
+
- libarrow=12.0.1=hb87d912_8_cpu
|
255 |
+
- libavif=0.11.1=h8182462_2
|
256 |
+
- libblas=3.9.0=16_linux64_mkl
|
257 |
+
- libbrotlicommon=1.0.9=h166bdaf_9
|
258 |
+
- libbrotlidec=1.0.9=h166bdaf_9
|
259 |
+
- libbrotlienc=1.0.9=h166bdaf_9
|
260 |
+
- libcap=2.69=h0f662aa_0
|
261 |
+
- libcblas=3.9.0=16_linux64_mkl
|
262 |
+
- libclang=15.0.7=default_hb11cfb5_4
|
263 |
+
- libclang13=15.0.7=default_ha2b6cf4_4
|
264 |
+
- libcrc32c=1.1.2=h9c3ff4c_0
|
265 |
+
- libcups=2.3.3=h4637d8d_4
|
266 |
+
- libcurl=8.4.0=hca28451_0
|
267 |
+
- libdeflate=1.18=h0b41bf4_0
|
268 |
+
- libedit=3.1.20191231=he28a2e2_2
|
269 |
+
- libev=4.33=hd590300_2
|
270 |
+
- libevent=2.1.12=hf998b51_1
|
271 |
+
- libexpat=2.5.0=hcb278e6_1
|
272 |
+
- libfaiss=1.7.4=hf47d654_0_cpu
|
273 |
+
- libfaiss-avx2=1.7.4=h1234567_0_cpu
|
274 |
+
- libffi=3.4.2=h7f98852_5
|
275 |
+
- libflac=1.4.3=h59595ed_0
|
276 |
+
- libgcc-ng=13.2.0=h807b86a_3
|
277 |
+
- libgcrypt=1.10.3=hd590300_0
|
278 |
+
- libgd=2.3.3=h74d50f4_7
|
279 |
+
- libgfortran-ng=13.2.0=h69a702a_3
|
280 |
+
- libgfortran5=13.2.0=ha4646dd_3
|
281 |
+
- libglib=2.78.3=h783c2da_0
|
282 |
+
- libgoogle-cloud=2.12.0=hac9eb74_1
|
283 |
+
- libgpg-error=1.47=h71f35ed_0
|
284 |
+
- libgrpc=1.54.3=hb20ce57_0
|
285 |
+
- libhwloc=2.9.3=default_h554bfaf_1009
|
286 |
+
- libiconv=1.17=hd590300_1
|
287 |
+
- libjpeg-turbo=2.1.5.1=hd590300_1
|
288 |
+
- liblapack=3.9.0=16_linux64_mkl
|
289 |
+
- libllvm14=14.0.6=hcd5def8_4
|
290 |
+
- libllvm15=15.0.7=h5cf9203_3
|
291 |
+
- libmagma=2.7.1=hc72dce7_6
|
292 |
+
- libmagma_sparse=2.7.1=h8354cda_6
|
293 |
+
- libmamba=1.5.3=had39da4_2
|
294 |
+
- libmambapy=1.5.3=py310h39ff949_2
|
295 |
+
- libnghttp2=1.58.0=h47da74e_0
|
296 |
+
- libnsl=2.0.1=hd590300_0
|
297 |
+
- libntlm=1.4=h7f98852_1002
|
298 |
+
- libnuma=2.0.16=h0b41bf4_1
|
299 |
+
- libogg=1.3.4=h7f98852_1
|
300 |
+
- libopus=1.3.1=h7f98852_1
|
301 |
+
- libpng=1.6.39=h753d276_0
|
302 |
+
- libpq=15.4=hfc447b1_2
|
303 |
+
- libprotobuf=3.21.12=hfc55251_2
|
304 |
+
- librsvg=2.56.3=h98fae49_0
|
305 |
+
- libsecret=0.18.8=h329b89f_2
|
306 |
+
- libsentencepiece=0.1.99=h180e1df_0
|
307 |
+
- libsndfile=1.2.2=hc60ed4a_1
|
308 |
+
- libsodium=1.0.18=h36c2ea0_1
|
309 |
+
- libsolv=0.7.27=hfc55251_0
|
310 |
+
- libsqlite=3.44.2=h2797004_0
|
311 |
+
- libssh2=1.11.0=h0841786_0
|
312 |
+
- libstdcxx-ng=13.2.0=h7e041cc_3
|
313 |
+
- libsystemd0=255=h3516f8a_0
|
314 |
+
- libthrift=0.18.1=h8fd135c_2
|
315 |
+
- libtiff=4.5.1=h8b53f26_1
|
316 |
+
- libtool=2.4.7=h27087fc_0
|
317 |
+
- libutf8proc=2.8.0=h166bdaf_0
|
318 |
+
- libuuid=2.38.1=h0b41bf4_0
|
319 |
+
- libuv=1.46.0=hd590300_0
|
320 |
+
- libvorbis=1.3.7=h9c3ff4c_0
|
321 |
+
- libwebp=1.3.1=hbf2b3c1_0
|
322 |
+
- libwebp-base=1.3.1=hd590300_0
|
323 |
+
- libxcb=1.15=h0b41bf4_0
|
324 |
+
- libxgboost=1.7.6=cuda118_hd3b444d_6
|
325 |
+
- libxkbcommon=1.6.0=h5d7e998_0
|
326 |
+
- libxml2=2.11.6=h232c23b_0
|
327 |
+
- libzlib=1.2.13=hd590300_5
|
328 |
+
- libzopfli=1.0.3=h9c3ff4c_0
|
329 |
+
- lightgbm=3.3.5=py310heca2aa9_0
|
330 |
+
- lightning-utilities=0.10.0=pyhd8ed1ab_0
|
331 |
+
- llvm-openmp=17.0.6=h4dfa4b3_0
|
332 |
+
- llvmlite=0.41.1=py310h1b8f574_0
|
333 |
+
- locket=1.0.0=pyhd8ed1ab_0
|
334 |
+
- lz4-c=1.9.4=hcb278e6_0
|
335 |
+
- lzo=2.10=h516909a_1000
|
336 |
+
- magma=2.7.1=ha770c72_6
|
337 |
+
- markdown=3.5.1=pyhd8ed1ab_0
|
338 |
+
- markdown-it-py=3.0.0=pyhd8ed1ab_0
|
339 |
+
- markupsafe=2.1.3=py310h2372a71_1
|
340 |
+
- marshmallow=3.20.1=pyhd8ed1ab_0
|
341 |
+
- matplotlib=3.8.2=py310hff52083_0
|
342 |
+
- matplotlib-base=3.8.2=py310h62c0568_0
|
343 |
+
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
|
344 |
+
- mccabe=0.7.0=pyhd8ed1ab_0
|
345 |
+
- mdurl=0.1.0=pyhd8ed1ab_0
|
346 |
+
- menuinst=2.0.1=py310hff52083_0
|
347 |
+
- mistune=3.0.2=pyhd8ed1ab_0
|
348 |
+
- mkl=2022.2.1=h84fe81f_16997
|
349 |
+
- ml_dtypes=0.3.1=py310hcc13569_2
|
350 |
+
- mlforecast=0.7.3=pyhd8ed1ab_0
|
351 |
+
- mock=5.1.0=pyhd8ed1ab_0
|
352 |
+
- model-index=0.1.11=pyhd8ed1ab_0
|
353 |
+
- mpc=1.3.1=hfe3b2da_0
|
354 |
+
- mpfr=4.2.1=h9458935_0
|
355 |
+
- mpg123=1.32.3=h59595ed_0
|
356 |
+
- mpmath=1.3.0=pyhd8ed1ab_0
|
357 |
+
- msgpack-python=1.0.7=py310hd41b1e2_0
|
358 |
+
- multidict=6.0.4=py310h2372a71_1
|
359 |
+
- multiprocess=0.70.15=py310h2372a71_1
|
360 |
+
- munkres=1.1.4=pyh9f0ad1d_0
|
361 |
+
- murmurhash=1.0.10=py310hc6cd4ac_1
|
362 |
+
- mypy_extensions=1.0.0=pyha770c72_0
|
363 |
+
- mysql-common=8.0.33=hf1915f5_6
|
364 |
+
- mysql-libs=8.0.33=hca2cd23_6
|
365 |
+
- nbclient=0.8.0=pyhd8ed1ab_0
|
366 |
+
- nbconvert=7.12.0=pyhd8ed1ab_0
|
367 |
+
- nbconvert-core=7.12.0=pyhd8ed1ab_0
|
368 |
+
- nbconvert-pandoc=7.12.0=pyhd8ed1ab_0
|
369 |
+
- nbdime=4.0.1=pyhd8ed1ab_0
|
370 |
+
- nbformat=5.9.2=pyhd8ed1ab_0
|
371 |
+
- nccl=2.19.4.1=h6103f9b_0
|
372 |
+
- ncurses=6.4=h59595ed_2
|
373 |
+
- nest-asyncio=1.5.8=pyhd8ed1ab_0
|
374 |
+
- networkx=3.2.1=pyhd8ed1ab_0
|
375 |
+
- nlpaug=1.1.11=pyhd8ed1ab_1
|
376 |
+
- nltk=3.8.1=pyhd8ed1ab_0
|
377 |
+
- nodejs=18.18.2=hb753e55_1
|
378 |
+
- nose=1.3.7=py_1006
|
379 |
+
- notebook=7.0.6=pyhd8ed1ab_0
|
380 |
+
- notebook-shim=0.2.3=pyhd8ed1ab_0
|
381 |
+
- nptyping=2.4.1=pyhd8ed1ab_0
|
382 |
+
- nspr=4.35=h27087fc_0
|
383 |
+
- nss=3.95=h1d7d5a4_0
|
384 |
+
- numba=0.58.1=py310h7dc5dd1_0
|
385 |
+
- numexpr=2.8.7=mkl_py310h5e07f1c_4
|
386 |
+
- numpy=1.26.2=py310hb13e2d6_0
|
387 |
+
- oauthlib=3.2.2=pyhd8ed1ab_0
|
388 |
+
- omegaconf=2.2.3=pyhd8ed1ab_0
|
389 |
+
- openai=0.28.1=pyhd8ed1ab_0
|
390 |
+
- openapi-schema-pydantic=1.2.4=pyhd8ed1ab_0
|
391 |
+
- openjpeg=2.5.0=hfec8fc6_2
|
392 |
+
- openmim=0.3.7=pyhd8ed1ab_0
|
393 |
+
- openpyxl=3.1.2=py310h2372a71_1
|
394 |
+
- openssl=3.1.4=hd590300_0
|
395 |
+
- opt-einsum=3.3.0=hd8ed1ab_2
|
396 |
+
- opt_einsum=3.3.0=pyhc1e730c_2
|
397 |
+
- orc=1.9.0=h2f23424_1
|
398 |
+
- ordered-set=4.1.0=pyhd8ed1ab_0
|
399 |
+
- overrides=7.4.0=pyhd8ed1ab_0
|
400 |
+
- packaging=23.2=pyhd8ed1ab_0
|
401 |
+
- pandas=2.1.4=py310hcc13569_0
|
402 |
+
- pandas-stubs=2.1.1.230928=pyhd8ed1ab_1
|
403 |
+
- pandoc=3.1.3=h32600fe_0
|
404 |
+
- pandocfilters=1.5.0=pyhd8ed1ab_0
|
405 |
+
- pango=1.50.14=ha41ecd1_2
|
406 |
+
- papermill=2.4.0=pyhd8ed1ab_0
|
407 |
+
- parso=0.8.3=pyhd8ed1ab_0
|
408 |
+
- partd=1.4.1=pyhd8ed1ab_0
|
409 |
+
- pathos=0.3.1=pyhd8ed1ab_0
|
410 |
+
- pathspec=0.12.1=pyhd8ed1ab_0
|
411 |
+
- pathtools=0.1.2=py_1
|
412 |
+
- pathy=0.10.2=pyhd8ed1ab_0
|
413 |
+
- patsy=0.5.4=pyhd8ed1ab_0
|
414 |
+
- pcre2=10.42=hcad00b1_0
|
415 |
+
- pexpect=4.8.0=pyh1a96a4e_2
|
416 |
+
- pickleshare=0.7.5=py_1003
|
417 |
+
- pillow=9.5.0=py310h582fbeb_1
|
418 |
+
- pip=23.3.1=pyhd8ed1ab_0
|
419 |
+
- pixman=0.42.2=h59595ed_0
|
420 |
+
- pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1
|
421 |
+
- platformdirs=4.1.0=pyhd8ed1ab_0
|
422 |
+
- plotly=5.18.0=pyhd8ed1ab_0
|
423 |
+
- pluggy=1.3.0=pyhd8ed1ab_0
|
424 |
+
- ply=3.11=py_1
|
425 |
+
- pox=0.3.3=pyhd8ed1ab_0
|
426 |
+
- ppft=1.7.6.7=pyhd8ed1ab_0
|
427 |
+
- preshed=3.0.9=py310hc6cd4ac_1
|
428 |
+
- prometheus_client=0.19.0=pyhd8ed1ab_0
|
429 |
+
- prompt-toolkit=3.0.41=pyha770c72_0
|
430 |
+
- prompt_toolkit=3.0.41=hd8ed1ab_0
|
431 |
+
- protobuf=4.21.12=py310heca2aa9_0
|
432 |
+
- psutil=5.9.5=py310h2372a71_1
|
433 |
+
- pthread-stubs=0.4=h36c2ea0_1001
|
434 |
+
- ptyprocess=0.7.0=pyhd3deb0d_0
|
435 |
+
- pulseaudio-client=16.1=hb77b528_5
|
436 |
+
- pure-sasl=0.6.2=pyhd8ed1ab_0
|
437 |
+
- pure_eval=0.2.2=pyhd8ed1ab_0
|
438 |
+
- py-xgboost=1.7.6=cuda118_py310h9840055_6
|
439 |
+
- py-xgboost-gpu=1.7.6=py310h9840055_6
|
440 |
+
- pyarrow=12.0.1=py310h0576679_8_cpu
|
441 |
+
- pyarrow-hotfix=0.6=pyhd8ed1ab_0
|
442 |
+
- pyasn1=0.5.1=pyhd8ed1ab_0
|
443 |
+
- pyasn1-modules=0.3.0=pyhd8ed1ab_0
|
444 |
+
- pybind11-abi=4=hd8ed1ab_3
|
445 |
+
- pycodestyle=2.11.1=pyhd8ed1ab_0
|
446 |
+
- pycosat=0.6.6=py310h2372a71_0
|
447 |
+
- pycparser=2.21=pyhd8ed1ab_0
|
448 |
+
- pydocstyle=6.3.0=pyhd8ed1ab_0
|
449 |
+
- pyflakes=3.1.0=pyhd8ed1ab_0
|
450 |
+
- pygments=2.17.2=pyhd8ed1ab_0
|
451 |
+
- pyhive=0.7.0=pyhd8ed1ab_0
|
452 |
+
- pyjwt=2.8.0=pyhd8ed1ab_0
|
453 |
+
- pylint=3.0.3=pyhd8ed1ab_0
|
454 |
+
- pyopenssl=23.3.0=pyhd8ed1ab_0
|
455 |
+
- pyparsing=3.1.1=pyhd8ed1ab_0
|
456 |
+
- pyqt=5.15.9=py310h04931ad_5
|
457 |
+
- pyqt5-sip=12.12.2=py310hc6cd4ac_5
|
458 |
+
- pyrsistent=0.20.0=py310h2372a71_0
|
459 |
+
- pysocks=1.7.1=pyha2e5f31_6
|
460 |
+
- pyspnego=0.9.1=py310h2372a71_2
|
461 |
+
- pytesseract=0.3.10=pyhd8ed1ab_0
|
462 |
+
- pytest=7.4.3=pyhd8ed1ab_0
|
463 |
+
- pytest-subtests=0.11.0=pyhd8ed1ab_0
|
464 |
+
- python=3.10.13=hd12c33a_0_cpython
|
465 |
+
- python-dateutil=2.8.2=pyhd8ed1ab_0
|
466 |
+
- python-fastjsonschema=2.19.0=pyhd8ed1ab_0
|
467 |
+
- python-flatbuffers=23.5.26=pyhd8ed1ab_0
|
468 |
+
- python-graphviz=0.20.1=pyh22cad53_0
|
469 |
+
- python-gssapi=1.8.3=py310h98feede_0
|
470 |
+
- python-json-logger=2.0.7=pyhd8ed1ab_0
|
471 |
+
- python-lsp-jsonrpc=1.1.2=pyhd8ed1ab_0
|
472 |
+
- python-lsp-server=1.9.0=pyhd8ed1ab_0
|
473 |
+
- python-lsp-server-base=1.9.0=pyhd8ed1ab_0
|
474 |
+
- python-slugify=8.0.1=pyhd8ed1ab_2
|
475 |
+
- python-tzdata=2023.3=pyhd8ed1ab_0
|
476 |
+
- python-xxhash=3.4.1=py310h2372a71_0
|
477 |
+
- python_abi=3.10=4_cp310
|
478 |
+
- pytoolconfig=1.2.5=pyhd8ed1ab_0
|
479 |
+
- pytorch=2.0.0=cuda112py310he33e0d6_200
|
480 |
+
- pytorch-gpu=2.0.0=cuda112py310h9871d0b_200
|
481 |
+
- pytorch-lightning=2.0.9=pyhd8ed1ab_0
|
482 |
+
- pytorch-metric-learning=1.7.3=pyhd8ed1ab_0
|
483 |
+
- pytz=2023.3=pyhd8ed1ab_0
|
484 |
+
- pyu2f=0.1.5=pyhd8ed1ab_0
|
485 |
+
- pywavelets=1.4.1=py310h1f7b6fc_1
|
486 |
+
- pyyaml=6.0.1=py310h2372a71_1
|
487 |
+
- pyzmq=25.1.2=py310h795f18f_0
|
488 |
+
- qt-main=5.15.8=hc47bfe8_16
|
489 |
+
- qtconsole-base=5.5.1=pyha770c72_0
|
490 |
+
- qtpy=2.4.1=pyhd8ed1ab_0
|
491 |
+
- rdma-core=28.9=h59595ed_1
|
492 |
+
- re2=2023.03.02=h8c504da_0
|
493 |
+
- readline=8.2=h8228510_1
|
494 |
+
- regex=2023.10.3=py310h2372a71_0
|
495 |
+
- reproc=14.2.4.post0=hd590300_1
|
496 |
+
- reproc-cpp=14.2.4.post0=h59595ed_1
|
497 |
+
- requests=2.31.0=pyhd8ed1ab_0
|
498 |
+
- requests-kerberos=0.14.0=pyhd8ed1ab_1
|
499 |
+
- requests-oauthlib=1.3.1=pyhd8ed1ab_0
|
500 |
+
- responses=0.18.0=pyhd8ed1ab_0
|
501 |
+
- retrying=1.3.3=py_2
|
502 |
+
- rfc3339-validator=0.1.4=pyhd8ed1ab_0
|
503 |
+
- rfc3986-validator=0.1.1=pyh9f0ad1d_0
|
504 |
+
- rich=13.7.0=pyhd8ed1ab_0
|
505 |
+
- ripgrep=14.0.3=he8a937b_1
|
506 |
+
- rope=1.11.0=pyhd8ed1ab_1
|
507 |
+
- rsa=4.9=pyhd8ed1ab_0
|
508 |
+
- ruamel.yaml=0.18.5=py310h2372a71_0
|
509 |
+
- ruamel.yaml.clib=0.2.7=py310h2372a71_2
|
510 |
+
- s2n=1.3.49=h06160fa_0
|
511 |
+
- s3transfer=0.7.0=pyhd8ed1ab_1
|
512 |
+
- sacremoses=0.0.53=pyhd8ed1ab_0
|
513 |
+
- safetensors=0.3.3=py310hcb5633a_1
|
514 |
+
- sagemaker-code-editor=1.83.1=ha1e3dc1_3
|
515 |
+
- sagemaker-headless-execution-driver=0.0.12=pyhd8ed1ab_0
|
516 |
+
- sagemaker-jupyterlab-emr-extension=0.1.9=pyhd8ed1ab_0
|
517 |
+
- sagemaker-jupyterlab-extension=0.2.0=pyhd8ed1ab_0
|
518 |
+
- sagemaker-jupyterlab-extension-common=0.1.9=pyhd8ed1ab_0
|
519 |
+
- sagemaker-kernel-wrapper=0.0.2=pyhd8ed1ab_0
|
520 |
+
- sagemaker-python-sdk=2.198.0=pyhd8ed1ab_0
|
521 |
+
- sagemaker-studio-analytics-extension=0.0.21=pyhd8ed1ab_0
|
522 |
+
- sagemaker-studio-sparkmagic-lib=0.1.4=pyhd8ed1ab_0
|
523 |
+
- sasl=0.3.1=py310hd8f1fbe_2
|
524 |
+
- schema=0.7.5=pyhd8ed1ab_1
|
525 |
+
- scikit-image=0.19.3=py310h769672d_2
|
526 |
+
- scikit-learn=1.3.2=py310h1fdf081_2
|
527 |
+
- scipy=1.11.4=py310hb13e2d6_0
|
528 |
+
- send2trash=1.8.2=pyh41d4057_0
|
529 |
+
- sentencepiece=0.1.99=hff52083_0
|
530 |
+
- sentencepiece-python=0.1.99=py310hebdb9f0_0
|
531 |
+
- sentencepiece-spm=0.1.99=h180e1df_0
|
532 |
+
- sentry-sdk=1.38.0=pyhd8ed1ab_0
|
533 |
+
- seqeval=1.2.2=pyhd3deb0d_0
|
534 |
+
- setproctitle=1.3.3=py310h2372a71_0
|
535 |
+
- setuptools=68.2.2=pyhd8ed1ab_0
|
536 |
+
- shellingham=1.5.4=pyhd8ed1ab_0
|
537 |
+
- simpervisor=1.0.0=pyhd8ed1ab_0
|
538 |
+
- sip=6.7.12=py310hc6cd4ac_0
|
539 |
+
- six=1.16.0=pyh6c4a22f_0
|
540 |
+
- sleef=3.5.1=h9b69904_2
|
541 |
+
- smart_open=5.2.1=pyhd8ed1ab_0
|
542 |
+
- smdebug-rulesconfig=1.0.1=pyhd3deb0d_1
|
543 |
+
- smmap=5.0.0=pyhd8ed1ab_0
|
544 |
+
- snappy=1.1.10=h9fff704_0
|
545 |
+
- sniffio=1.3.0=pyhd8ed1ab_0
|
546 |
+
- snowballstemmer=2.2.0=pyhd8ed1ab_0
|
547 |
+
- sortedcontainers=2.4.0=pyhd8ed1ab_0
|
548 |
+
- soupsieve=2.5=pyhd8ed1ab_1
|
549 |
+
- spacy=3.7.2=py310hcb52e73_0
|
550 |
+
- spacy-legacy=3.0.12=pyhd8ed1ab_0
|
551 |
+
- spacy-loggers=1.0.5=pyhd8ed1ab_0
|
552 |
+
- sparkmagic=0.21.0=pyhd8ed1ab_0
|
553 |
+
- srsly=2.4.8=py310hc6cd4ac_1
|
554 |
+
- stack_data=0.6.2=pyhd8ed1ab_0
|
555 |
+
- statsforecast=1.4.0=pyhd8ed1ab_0
|
556 |
+
- statsmodels=0.14.0=py310h1f7b6fc_3
|
557 |
+
- supervisor=4.2.5=py310hff52083_2
|
558 |
+
- sympy=1.12=pypyh9d50eac_103
|
559 |
+
- tabulate=0.9.0=pyhd8ed1ab_1
|
560 |
+
- tbb=2021.11.0=h00ab1b0_0
|
561 |
+
- tblib=1.7.0=pyhd8ed1ab_0
|
562 |
+
- tenacity=8.2.3=pyhd8ed1ab_0
|
563 |
+
- tensorboard=2.12.3=pyhd8ed1ab_0
|
564 |
+
- tensorboard-data-server=0.7.0=py310h75e40e8_1
|
565 |
+
- tensorflow=2.12.1=cuda112py310h457873b_1
|
566 |
+
- tensorflow-base=2.12.1=cuda112py310h1d65785_1
|
567 |
+
- tensorflow-estimator=2.12.1=cuda112py310ha5e6de5_1
|
568 |
+
- termcolor=2.3.0=pyhd8ed1ab_0
|
569 |
+
- terminado=0.18.0=pyh0d859eb_0
|
570 |
+
- text-unidecode=1.3=pyhd8ed1ab_1
|
571 |
+
- textwrap3=0.9.2=py_0
|
572 |
+
- thinc=8.2.1=py310hcb52e73_0
|
573 |
+
- threadpoolctl=3.2.0=pyha21a80b_0
|
574 |
+
- thrift=0.19.0=py310hc6cd4ac_1
|
575 |
+
- thrift_sasl=0.4.3=pyhd8ed1ab_2
|
576 |
+
- tifffile=2023.12.9=pyhd8ed1ab_0
|
577 |
+
- tiktoken=0.5.2=py310h47bb294_0
|
578 |
+
- timm=0.9.12=pyhd8ed1ab_0
|
579 |
+
- tinycss2=1.2.1=pyhd8ed1ab_0
|
580 |
+
- tk=8.6.13=noxft_h4845f30_101
|
581 |
+
- tokenizers=0.13.3=py310he1f1126_0
|
582 |
+
- toml=0.10.2=pyhd8ed1ab_0
|
583 |
+
- tomli=2.0.1=pyhd8ed1ab_0
|
584 |
+
- tomlkit=0.12.3=pyha770c72_0
|
585 |
+
- toolz=0.12.0=pyhd8ed1ab_0
|
586 |
+
- torchmetrics=1.0.3=pyhd8ed1ab_0
|
587 |
+
- torchvision=0.15.2=cuda112py310h0801bf5_1
|
588 |
+
- tornado=6.3.3=py310h2372a71_1
|
589 |
+
- tqdm=4.66.1=pyhd8ed1ab_0
|
590 |
+
- traitlets=5.14.0=pyhd8ed1ab_0
|
591 |
+
- transformers=4.31.0=pyhd8ed1ab_0
|
592 |
+
- truststore=0.8.0=pyhd8ed1ab_0
|
593 |
+
- typer=0.9.0=pyhd8ed1ab_0
|
594 |
+
- types-python-dateutil=2.8.19.14=pyhd8ed1ab_0
|
595 |
+
- types-pytz=2023.3.1.1=pyhd8ed1ab_0
|
596 |
+
- typing-extensions=4.5.0=hd8ed1ab_0
|
597 |
+
- typing_extensions=4.5.0=pyha770c72_0
|
598 |
+
- typing_inspect=0.9.0=pyhd8ed1ab_0
|
599 |
+
- typing_utils=0.1.0=pyhd8ed1ab_0
|
600 |
+
- typish=1.9.3=pyhd8ed1ab_0
|
601 |
+
- tzdata=2023c=h71feb2d_0
|
602 |
+
- ucx=1.14.1=h64cca9d_5
|
603 |
+
- ujson=5.9.0=py310hc6cd4ac_0
|
604 |
+
- unicodedata2=15.1.0=py310h2372a71_0
|
605 |
+
- uri-template=1.3.0=pyhd8ed1ab_0
|
606 |
+
- urllib3=1.26.18=pyhd8ed1ab_0
|
607 |
+
- wandb=0.16.1=pyhd8ed1ab_0
|
608 |
+
- wasabi=1.1.2=py310hff52083_0
|
609 |
+
- wcwidth=0.2.12=pyhd8ed1ab_0
|
610 |
+
- weasel=0.3.4=pyhd8ed1ab_0
|
611 |
+
- webcolors=1.13=pyhd8ed1ab_0
|
612 |
+
- webencodings=0.5.1=pyhd8ed1ab_2
|
613 |
+
- websocket-client=1.7.0=pyhd8ed1ab_0
|
614 |
+
- werkzeug=3.0.1=pyhd8ed1ab_0
|
615 |
+
- whatthepatch=1.0.5=pyhd8ed1ab_0
|
616 |
+
- wheel=0.42.0=pyhd8ed1ab_0
|
617 |
+
- widgetsnbextension=4.0.9=pyhd8ed1ab_0
|
618 |
+
- window-ops=0.0.14=pyhd8ed1ab_0
|
619 |
+
- wrapt=1.16.0=py310h2372a71_0
|
620 |
+
- xcb-util=0.4.0=hd590300_1
|
621 |
+
- xcb-util-image=0.4.0=h8ee46fc_1
|
622 |
+
- xcb-util-keysyms=0.4.0=h8ee46fc_1
|
623 |
+
- xcb-util-renderutil=0.3.9=hd590300_1
|
624 |
+
- xcb-util-wm=0.4.1=h8ee46fc_1
|
625 |
+
- xgboost=1.7.6=cuda118_py310h9840055_6
|
626 |
+
- xkeyboard-config=2.40=hd590300_0
|
627 |
+
- xorg-kbproto=1.0.7=h7f98852_1002
|
628 |
+
- xorg-libice=1.1.1=hd590300_0
|
629 |
+
- xorg-libsm=1.2.4=h7391055_0
|
630 |
+
- xorg-libx11=1.8.7=h8ee46fc_0
|
631 |
+
- xorg-libxau=1.0.11=hd590300_0
|
632 |
+
- xorg-libxdmcp=1.1.3=h7f98852_0
|
633 |
+
- xorg-libxext=1.3.4=h0b41bf4_2
|
634 |
+
- xorg-libxrender=0.9.11=hd590300_0
|
635 |
+
- xorg-renderproto=0.11.1=h7f98852_1002
|
636 |
+
- xorg-xextproto=7.3.0=h0b41bf4_1003
|
637 |
+
- xorg-xf86vidmodeproto=2.3.1=h7f98852_1002
|
638 |
+
- xorg-xproto=7.0.31=h7f98852_1007
|
639 |
+
- xxhash=0.8.2=hd590300_0
|
640 |
+
- xz=5.2.6=h166bdaf_0
|
641 |
+
- yaml=0.2.5=h7f98852_2
|
642 |
+
- yaml-cpp=0.8.0=h59595ed_0
|
643 |
+
- yapf=0.40.1=pyhd8ed1ab_0
|
644 |
+
- yarl=1.9.3=py310h2372a71_0
|
645 |
+
- zeromq=4.3.5=h59595ed_0
|
646 |
+
- zfp=1.0.0=h59595ed_4
|
647 |
+
- zict=3.0.0=pyhd8ed1ab_0
|
648 |
+
- zipp=3.17.0=pyhd8ed1ab_0
|
649 |
+
- zlib=1.2.13=hd590300_5
|
650 |
+
- zlib-ng=2.0.7=h0b41bf4_0
|
651 |
+
- zstandard=0.22.0=py310h1275a96_0
|
652 |
+
- zstd=1.5.5=hfc55251_0
|
653 |
+
- pip:
|
654 |
+
- annotated-types==0.6.0
|
655 |
+
- greenlet==3.0.1
|
656 |
+
- jupyter-scheduler==2.4.0
|
657 |
+
- krb5==0.5.1
|
658 |
+
- peft==0.8.2
|
659 |
+
- pydantic==2.5.1
|
660 |
+
- pydantic-core==2.14.3
|
661 |
+
- sqlalchemy==1.4.50
|
662 |
+
prefix: /opt/conda
|
wandb/run-20240208_175238-v53k76w9/files/config.yaml
ADDED
@@ -0,0 +1,614 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.13
|
7 |
+
cli_version: 0.16.1
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.31.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1707414758.178795
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 5
|
19 |
+
- 11
|
20 |
+
- 12
|
21 |
+
- 15
|
22 |
+
- 49
|
23 |
+
- 51
|
24 |
+
- 53
|
25 |
+
- 55
|
26 |
+
- 71
|
27 |
+
- 98
|
28 |
+
2:
|
29 |
+
- 1
|
30 |
+
- 2
|
31 |
+
- 3
|
32 |
+
- 5
|
33 |
+
- 11
|
34 |
+
- 12
|
35 |
+
- 15
|
36 |
+
- 49
|
37 |
+
- 51
|
38 |
+
- 53
|
39 |
+
- 55
|
40 |
+
- 71
|
41 |
+
- 98
|
42 |
+
3:
|
43 |
+
- 7
|
44 |
+
- 23
|
45 |
+
4: 3.10.13
|
46 |
+
5: 0.16.1
|
47 |
+
6: 4.31.0
|
48 |
+
8:
|
49 |
+
- 5
|
50 |
+
13: linux-x86_64
|
51 |
+
m:
|
52 |
+
- 1: train/global_step
|
53 |
+
6:
|
54 |
+
- 3
|
55 |
+
vocab_size:
|
56 |
+
desc: null
|
57 |
+
value: 102400
|
58 |
+
max_position_embeddings:
|
59 |
+
desc: null
|
60 |
+
value: 4096
|
61 |
+
hidden_size:
|
62 |
+
desc: null
|
63 |
+
value: 4096
|
64 |
+
intermediate_size:
|
65 |
+
desc: null
|
66 |
+
value: 11008
|
67 |
+
num_hidden_layers:
|
68 |
+
desc: null
|
69 |
+
value: 30
|
70 |
+
num_attention_heads:
|
71 |
+
desc: null
|
72 |
+
value: 32
|
73 |
+
num_key_value_heads:
|
74 |
+
desc: null
|
75 |
+
value: 32
|
76 |
+
hidden_act:
|
77 |
+
desc: null
|
78 |
+
value: silu
|
79 |
+
initializer_range:
|
80 |
+
desc: null
|
81 |
+
value: 0.02
|
82 |
+
rms_norm_eps:
|
83 |
+
desc: null
|
84 |
+
value: 1.0e-06
|
85 |
+
pretraining_tp:
|
86 |
+
desc: null
|
87 |
+
value: 1
|
88 |
+
use_cache:
|
89 |
+
desc: null
|
90 |
+
value: true
|
91 |
+
rope_scaling:
|
92 |
+
desc: null
|
93 |
+
value: null
|
94 |
+
return_dict:
|
95 |
+
desc: null
|
96 |
+
value: true
|
97 |
+
output_hidden_states:
|
98 |
+
desc: null
|
99 |
+
value: false
|
100 |
+
output_attentions:
|
101 |
+
desc: null
|
102 |
+
value: false
|
103 |
+
torchscript:
|
104 |
+
desc: null
|
105 |
+
value: false
|
106 |
+
torch_dtype:
|
107 |
+
desc: null
|
108 |
+
value: bfloat16
|
109 |
+
use_bfloat16:
|
110 |
+
desc: null
|
111 |
+
value: false
|
112 |
+
tf_legacy_loss:
|
113 |
+
desc: null
|
114 |
+
value: false
|
115 |
+
pruned_heads:
|
116 |
+
desc: null
|
117 |
+
value: {}
|
118 |
+
tie_word_embeddings:
|
119 |
+
desc: null
|
120 |
+
value: false
|
121 |
+
is_encoder_decoder:
|
122 |
+
desc: null
|
123 |
+
value: false
|
124 |
+
is_decoder:
|
125 |
+
desc: null
|
126 |
+
value: false
|
127 |
+
cross_attention_hidden_size:
|
128 |
+
desc: null
|
129 |
+
value: null
|
130 |
+
add_cross_attention:
|
131 |
+
desc: null
|
132 |
+
value: false
|
133 |
+
tie_encoder_decoder:
|
134 |
+
desc: null
|
135 |
+
value: false
|
136 |
+
max_length:
|
137 |
+
desc: null
|
138 |
+
value: 20
|
139 |
+
min_length:
|
140 |
+
desc: null
|
141 |
+
value: 0
|
142 |
+
do_sample:
|
143 |
+
desc: null
|
144 |
+
value: false
|
145 |
+
early_stopping:
|
146 |
+
desc: null
|
147 |
+
value: false
|
148 |
+
num_beams:
|
149 |
+
desc: null
|
150 |
+
value: 1
|
151 |
+
num_beam_groups:
|
152 |
+
desc: null
|
153 |
+
value: 1
|
154 |
+
diversity_penalty:
|
155 |
+
desc: null
|
156 |
+
value: 0.0
|
157 |
+
temperature:
|
158 |
+
desc: null
|
159 |
+
value: 1.0
|
160 |
+
top_k:
|
161 |
+
desc: null
|
162 |
+
value: 50
|
163 |
+
top_p:
|
164 |
+
desc: null
|
165 |
+
value: 1.0
|
166 |
+
typical_p:
|
167 |
+
desc: null
|
168 |
+
value: 1.0
|
169 |
+
repetition_penalty:
|
170 |
+
desc: null
|
171 |
+
value: 1.0
|
172 |
+
length_penalty:
|
173 |
+
desc: null
|
174 |
+
value: 1.0
|
175 |
+
no_repeat_ngram_size:
|
176 |
+
desc: null
|
177 |
+
value: 0
|
178 |
+
encoder_no_repeat_ngram_size:
|
179 |
+
desc: null
|
180 |
+
value: 0
|
181 |
+
bad_words_ids:
|
182 |
+
desc: null
|
183 |
+
value: null
|
184 |
+
num_return_sequences:
|
185 |
+
desc: null
|
186 |
+
value: 1
|
187 |
+
chunk_size_feed_forward:
|
188 |
+
desc: null
|
189 |
+
value: 0
|
190 |
+
output_scores:
|
191 |
+
desc: null
|
192 |
+
value: false
|
193 |
+
return_dict_in_generate:
|
194 |
+
desc: null
|
195 |
+
value: false
|
196 |
+
forced_bos_token_id:
|
197 |
+
desc: null
|
198 |
+
value: null
|
199 |
+
forced_eos_token_id:
|
200 |
+
desc: null
|
201 |
+
value: null
|
202 |
+
remove_invalid_values:
|
203 |
+
desc: null
|
204 |
+
value: false
|
205 |
+
exponential_decay_length_penalty:
|
206 |
+
desc: null
|
207 |
+
value: null
|
208 |
+
suppress_tokens:
|
209 |
+
desc: null
|
210 |
+
value: null
|
211 |
+
begin_suppress_tokens:
|
212 |
+
desc: null
|
213 |
+
value: null
|
214 |
+
architectures:
|
215 |
+
desc: null
|
216 |
+
value:
|
217 |
+
- LlamaForCausalLM
|
218 |
+
finetuning_task:
|
219 |
+
desc: null
|
220 |
+
value: null
|
221 |
+
id2label:
|
222 |
+
desc: null
|
223 |
+
value:
|
224 |
+
'0': LABEL_0
|
225 |
+
'1': LABEL_1
|
226 |
+
label2id:
|
227 |
+
desc: null
|
228 |
+
value:
|
229 |
+
LABEL_0: 0
|
230 |
+
LABEL_1: 1
|
231 |
+
tokenizer_class:
|
232 |
+
desc: null
|
233 |
+
value: null
|
234 |
+
prefix:
|
235 |
+
desc: null
|
236 |
+
value: null
|
237 |
+
bos_token_id:
|
238 |
+
desc: null
|
239 |
+
value: 100000
|
240 |
+
pad_token_id:
|
241 |
+
desc: null
|
242 |
+
value: 0
|
243 |
+
eos_token_id:
|
244 |
+
desc: null
|
245 |
+
value: 100015
|
246 |
+
sep_token_id:
|
247 |
+
desc: null
|
248 |
+
value: null
|
249 |
+
decoder_start_token_id:
|
250 |
+
desc: null
|
251 |
+
value: null
|
252 |
+
task_specific_params:
|
253 |
+
desc: null
|
254 |
+
value: null
|
255 |
+
problem_type:
|
256 |
+
desc: null
|
257 |
+
value: null
|
258 |
+
_name_or_path:
|
259 |
+
desc: null
|
260 |
+
value: deepseek-ai/deepseek-coder-7b-instruct-v1.5
|
261 |
+
transformers_version:
|
262 |
+
desc: null
|
263 |
+
value: 4.31.0
|
264 |
+
attention_bias:
|
265 |
+
desc: null
|
266 |
+
value: false
|
267 |
+
model_type:
|
268 |
+
desc: null
|
269 |
+
value: llama
|
270 |
+
rope_theta:
|
271 |
+
desc: null
|
272 |
+
value: 10000.0
|
273 |
+
output_dir:
|
274 |
+
desc: null
|
275 |
+
value: output-7b-26k-lora
|
276 |
+
overwrite_output_dir:
|
277 |
+
desc: null
|
278 |
+
value: false
|
279 |
+
do_train:
|
280 |
+
desc: null
|
281 |
+
value: false
|
282 |
+
do_eval:
|
283 |
+
desc: null
|
284 |
+
value: true
|
285 |
+
do_predict:
|
286 |
+
desc: null
|
287 |
+
value: false
|
288 |
+
evaluation_strategy:
|
289 |
+
desc: null
|
290 |
+
value: epoch
|
291 |
+
prediction_loss_only:
|
292 |
+
desc: null
|
293 |
+
value: false
|
294 |
+
per_device_train_batch_size:
|
295 |
+
desc: null
|
296 |
+
value: 4
|
297 |
+
per_device_eval_batch_size:
|
298 |
+
desc: null
|
299 |
+
value: 1
|
300 |
+
per_gpu_train_batch_size:
|
301 |
+
desc: null
|
302 |
+
value: None
|
303 |
+
per_gpu_eval_batch_size:
|
304 |
+
desc: null
|
305 |
+
value: None
|
306 |
+
gradient_accumulation_steps:
|
307 |
+
desc: null
|
308 |
+
value: 16
|
309 |
+
eval_accumulation_steps:
|
310 |
+
desc: null
|
311 |
+
value: None
|
312 |
+
eval_delay:
|
313 |
+
desc: null
|
314 |
+
value: 0
|
315 |
+
learning_rate:
|
316 |
+
desc: null
|
317 |
+
value: 2.0e-05
|
318 |
+
weight_decay:
|
319 |
+
desc: null
|
320 |
+
value: 0.0
|
321 |
+
adam_beta1:
|
322 |
+
desc: null
|
323 |
+
value: 0.9
|
324 |
+
adam_beta2:
|
325 |
+
desc: null
|
326 |
+
value: 0.999
|
327 |
+
adam_epsilon:
|
328 |
+
desc: null
|
329 |
+
value: 1.0e-08
|
330 |
+
max_grad_norm:
|
331 |
+
desc: null
|
332 |
+
value: 1.0
|
333 |
+
num_train_epochs:
|
334 |
+
desc: null
|
335 |
+
value: 2
|
336 |
+
max_steps:
|
337 |
+
desc: null
|
338 |
+
value: -1
|
339 |
+
lr_scheduler_type:
|
340 |
+
desc: null
|
341 |
+
value: cosine
|
342 |
+
warmup_ratio:
|
343 |
+
desc: null
|
344 |
+
value: 0.0
|
345 |
+
warmup_steps:
|
346 |
+
desc: null
|
347 |
+
value: 10
|
348 |
+
log_level:
|
349 |
+
desc: null
|
350 |
+
value: passive
|
351 |
+
log_level_replica:
|
352 |
+
desc: null
|
353 |
+
value: warning
|
354 |
+
log_on_each_node:
|
355 |
+
desc: null
|
356 |
+
value: true
|
357 |
+
logging_dir:
|
358 |
+
desc: null
|
359 |
+
value: output-7b-26k-lora/runs/Feb08_17-51-59_default
|
360 |
+
logging_strategy:
|
361 |
+
desc: null
|
362 |
+
value: steps
|
363 |
+
logging_first_step:
|
364 |
+
desc: null
|
365 |
+
value: false
|
366 |
+
logging_steps:
|
367 |
+
desc: null
|
368 |
+
value: 1
|
369 |
+
logging_nan_inf_filter:
|
370 |
+
desc: null
|
371 |
+
value: true
|
372 |
+
save_strategy:
|
373 |
+
desc: null
|
374 |
+
value: epoch
|
375 |
+
save_steps:
|
376 |
+
desc: null
|
377 |
+
value: 100
|
378 |
+
save_total_limit:
|
379 |
+
desc: null
|
380 |
+
value: 100
|
381 |
+
save_safetensors:
|
382 |
+
desc: null
|
383 |
+
value: false
|
384 |
+
save_on_each_node:
|
385 |
+
desc: null
|
386 |
+
value: false
|
387 |
+
no_cuda:
|
388 |
+
desc: null
|
389 |
+
value: false
|
390 |
+
use_mps_device:
|
391 |
+
desc: null
|
392 |
+
value: false
|
393 |
+
seed:
|
394 |
+
desc: null
|
395 |
+
value: 42
|
396 |
+
data_seed:
|
397 |
+
desc: null
|
398 |
+
value: None
|
399 |
+
jit_mode_eval:
|
400 |
+
desc: null
|
401 |
+
value: false
|
402 |
+
use_ipex:
|
403 |
+
desc: null
|
404 |
+
value: false
|
405 |
+
bf16:
|
406 |
+
desc: null
|
407 |
+
value: true
|
408 |
+
fp16:
|
409 |
+
desc: null
|
410 |
+
value: false
|
411 |
+
fp16_opt_level:
|
412 |
+
desc: null
|
413 |
+
value: O1
|
414 |
+
half_precision_backend:
|
415 |
+
desc: null
|
416 |
+
value: auto
|
417 |
+
bf16_full_eval:
|
418 |
+
desc: null
|
419 |
+
value: false
|
420 |
+
fp16_full_eval:
|
421 |
+
desc: null
|
422 |
+
value: false
|
423 |
+
tf32:
|
424 |
+
desc: null
|
425 |
+
value: None
|
426 |
+
local_rank:
|
427 |
+
desc: null
|
428 |
+
value: 0
|
429 |
+
ddp_backend:
|
430 |
+
desc: null
|
431 |
+
value: None
|
432 |
+
tpu_num_cores:
|
433 |
+
desc: null
|
434 |
+
value: None
|
435 |
+
tpu_metrics_debug:
|
436 |
+
desc: null
|
437 |
+
value: false
|
438 |
+
debug:
|
439 |
+
desc: null
|
440 |
+
value: '[]'
|
441 |
+
dataloader_drop_last:
|
442 |
+
desc: null
|
443 |
+
value: false
|
444 |
+
eval_steps:
|
445 |
+
desc: null
|
446 |
+
value: None
|
447 |
+
dataloader_num_workers:
|
448 |
+
desc: null
|
449 |
+
value: 4
|
450 |
+
past_index:
|
451 |
+
desc: null
|
452 |
+
value: -1
|
453 |
+
run_name:
|
454 |
+
desc: null
|
455 |
+
value: output-7b-26k-lora
|
456 |
+
disable_tqdm:
|
457 |
+
desc: null
|
458 |
+
value: false
|
459 |
+
remove_unused_columns:
|
460 |
+
desc: null
|
461 |
+
value: true
|
462 |
+
label_names:
|
463 |
+
desc: null
|
464 |
+
value: None
|
465 |
+
load_best_model_at_end:
|
466 |
+
desc: null
|
467 |
+
value: true
|
468 |
+
metric_for_best_model:
|
469 |
+
desc: null
|
470 |
+
value: loss
|
471 |
+
greater_is_better:
|
472 |
+
desc: null
|
473 |
+
value: false
|
474 |
+
ignore_data_skip:
|
475 |
+
desc: null
|
476 |
+
value: false
|
477 |
+
sharded_ddp:
|
478 |
+
desc: null
|
479 |
+
value: '[]'
|
480 |
+
fsdp:
|
481 |
+
desc: null
|
482 |
+
value: '[]'
|
483 |
+
fsdp_min_num_params:
|
484 |
+
desc: null
|
485 |
+
value: 0
|
486 |
+
fsdp_config:
|
487 |
+
desc: null
|
488 |
+
value: '{''fsdp_min_num_params'': 0, ''xla'': False, ''xla_fsdp_grad_ckpt'': False}'
|
489 |
+
fsdp_transformer_layer_cls_to_wrap:
|
490 |
+
desc: null
|
491 |
+
value: None
|
492 |
+
deepspeed:
|
493 |
+
desc: null
|
494 |
+
value: None
|
495 |
+
label_smoothing_factor:
|
496 |
+
desc: null
|
497 |
+
value: 0.0
|
498 |
+
optim:
|
499 |
+
desc: null
|
500 |
+
value: adamw_torch
|
501 |
+
optim_args:
|
502 |
+
desc: null
|
503 |
+
value: None
|
504 |
+
adafactor:
|
505 |
+
desc: null
|
506 |
+
value: false
|
507 |
+
group_by_length:
|
508 |
+
desc: null
|
509 |
+
value: false
|
510 |
+
length_column_name:
|
511 |
+
desc: null
|
512 |
+
value: length
|
513 |
+
report_to:
|
514 |
+
desc: null
|
515 |
+
value: '[''tensorboard'', ''wandb'']'
|
516 |
+
ddp_find_unused_parameters:
|
517 |
+
desc: null
|
518 |
+
value: None
|
519 |
+
ddp_bucket_cap_mb:
|
520 |
+
desc: null
|
521 |
+
value: None
|
522 |
+
ddp_broadcast_buffers:
|
523 |
+
desc: null
|
524 |
+
value: None
|
525 |
+
dataloader_pin_memory:
|
526 |
+
desc: null
|
527 |
+
value: true
|
528 |
+
skip_memory_metrics:
|
529 |
+
desc: null
|
530 |
+
value: true
|
531 |
+
use_legacy_prediction_loop:
|
532 |
+
desc: null
|
533 |
+
value: false
|
534 |
+
push_to_hub:
|
535 |
+
desc: null
|
536 |
+
value: true
|
537 |
+
resume_from_checkpoint:
|
538 |
+
desc: null
|
539 |
+
value: None
|
540 |
+
hub_model_id:
|
541 |
+
desc: null
|
542 |
+
value: zzz99/output-7b-26k-lora
|
543 |
+
hub_strategy:
|
544 |
+
desc: null
|
545 |
+
value: every_save
|
546 |
+
hub_token:
|
547 |
+
desc: null
|
548 |
+
value: <HUB_TOKEN>
|
549 |
+
hub_private_repo:
|
550 |
+
desc: null
|
551 |
+
value: false
|
552 |
+
gradient_checkpointing:
|
553 |
+
desc: null
|
554 |
+
value: true
|
555 |
+
include_inputs_for_metrics:
|
556 |
+
desc: null
|
557 |
+
value: false
|
558 |
+
fp16_backend:
|
559 |
+
desc: null
|
560 |
+
value: auto
|
561 |
+
push_to_hub_model_id:
|
562 |
+
desc: null
|
563 |
+
value: None
|
564 |
+
push_to_hub_organization:
|
565 |
+
desc: null
|
566 |
+
value: None
|
567 |
+
push_to_hub_token:
|
568 |
+
desc: null
|
569 |
+
value: <PUSH_TO_HUB_TOKEN>
|
570 |
+
mp_parameters:
|
571 |
+
desc: null
|
572 |
+
value: ''
|
573 |
+
auto_find_batch_size:
|
574 |
+
desc: null
|
575 |
+
value: false
|
576 |
+
full_determinism:
|
577 |
+
desc: null
|
578 |
+
value: false
|
579 |
+
torchdynamo:
|
580 |
+
desc: null
|
581 |
+
value: None
|
582 |
+
ray_scope:
|
583 |
+
desc: null
|
584 |
+
value: last
|
585 |
+
ddp_timeout:
|
586 |
+
desc: null
|
587 |
+
value: 1800
|
588 |
+
torch_compile:
|
589 |
+
desc: null
|
590 |
+
value: false
|
591 |
+
torch_compile_backend:
|
592 |
+
desc: null
|
593 |
+
value: None
|
594 |
+
torch_compile_mode:
|
595 |
+
desc: null
|
596 |
+
value: None
|
597 |
+
xpu_backend:
|
598 |
+
desc: null
|
599 |
+
value: None
|
600 |
+
cache_dir:
|
601 |
+
desc: null
|
602 |
+
value: None
|
603 |
+
model_max_length:
|
604 |
+
desc: null
|
605 |
+
value: 960
|
606 |
+
gradient_checkpointing_kwargs:
|
607 |
+
desc: null
|
608 |
+
value: '{''use_reentrant'': False}'
|
609 |
+
train_batch_size:
|
610 |
+
desc: null
|
611 |
+
value: 4
|
612 |
+
eval_batch_size:
|
613 |
+
desc: null
|
614 |
+
value: 1
|
wandb/run-20240208_175238-v53k76w9/files/output.log
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
0%| | 0/2 [00:00<?, ?it/s]`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`...
|
2 |
+
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
|
3 |
+
warnings.warn("None of the inputs have requires_grad=True. Gradients will be None")
|
4 |
+
Traceback (most recent call last):
|
5 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py", line 236, in <module>
|
6 |
+
train()
|
7 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py", line 223, in train
|
8 |
+
trainer.train()
|
9 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1539, in train
|
10 |
+
return inner_training_loop(
|
11 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1809, in _inner_training_loop
|
12 |
+
tr_loss_step = self.training_step(model, inputs)
|
13 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 2665, in training_step
|
14 |
+
self.accelerator.backward(loss)
|
15 |
+
File "/opt/conda/lib/python3.10/site-packages/accelerate/accelerator.py", line 1853, in backward
|
16 |
+
loss.backward(**kwargs)
|
17 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/_tensor.py", line 487, in backward
|
18 |
+
torch.autograd.backward(
|
19 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py", line 200, in backward
|
20 |
+
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
|
21 |
+
RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
|
wandb/run-20240208_175238-v53k76w9/files/requirements.txt
ADDED
@@ -0,0 +1,419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.0.0
|
2 |
+
accelerate==0.21.0
|
3 |
+
aiobotocore==2.7.0
|
4 |
+
aiohttp==3.9.1
|
5 |
+
aioitertools==0.11.0
|
6 |
+
aiosignal==1.3.1
|
7 |
+
aiosqlite==0.19.0
|
8 |
+
altair==5.2.0
|
9 |
+
amazon-codewhisperer-jupyterlab-ext==2.0.1
|
10 |
+
amazon-sagemaker-jupyter-scheduler==3.0.5
|
11 |
+
annotated-types==0.6.0
|
12 |
+
ansi2html==0.0.0
|
13 |
+
ansiwrap==0.8.4
|
14 |
+
antlr4-python3-runtime==4.9.3
|
15 |
+
anyio==3.7.1
|
16 |
+
appdirs==1.4.4
|
17 |
+
archspec==0.2.2
|
18 |
+
argon2-cffi-bindings==21.2.0
|
19 |
+
argon2-cffi==23.1.0
|
20 |
+
arrow==1.3.0
|
21 |
+
astroid==3.0.1
|
22 |
+
asttokens==2.4.1
|
23 |
+
astunparse==1.6.3
|
24 |
+
async-lru==2.0.4
|
25 |
+
async-timeout==4.0.3
|
26 |
+
attrs==23.1.0
|
27 |
+
autogluon.common==0.8.2
|
28 |
+
autogluon.core==0.8.2
|
29 |
+
autogluon.features==0.8.2
|
30 |
+
autogluon.multimodal==0.8.2
|
31 |
+
autogluon.tabular==0.8.2
|
32 |
+
autogluon.timeseries==0.8.2
|
33 |
+
autogluon==0.8.2
|
34 |
+
autopep8==2.0.4
|
35 |
+
autovizwidget==0.21.0
|
36 |
+
aws-embedded-metrics==3.2.0
|
37 |
+
aws-glue-sessions==1.0.4
|
38 |
+
babel==2.13.1
|
39 |
+
beautifulsoup4==4.12.2
|
40 |
+
binaryornot==0.4.4
|
41 |
+
black==23.11.0
|
42 |
+
bleach==6.1.0
|
43 |
+
blinker==1.7.0
|
44 |
+
blis==0.7.10
|
45 |
+
boltons==23.0.0
|
46 |
+
boto3==1.28.64
|
47 |
+
botocore==1.31.64
|
48 |
+
brotli==1.0.9
|
49 |
+
cached-property==1.5.2
|
50 |
+
cachetools==5.3.2
|
51 |
+
catalogue==2.0.10
|
52 |
+
catboost==1.2.2
|
53 |
+
certifi==2023.11.17
|
54 |
+
cffi==1.16.0
|
55 |
+
chardet==5.2.0
|
56 |
+
charset-normalizer==3.3.2
|
57 |
+
click==8.1.7
|
58 |
+
cloudpathlib==0.16.0
|
59 |
+
cloudpickle==2.2.1
|
60 |
+
colorama==0.4.6
|
61 |
+
comm==0.1.4
|
62 |
+
conda-libmamba-solver==23.11.1
|
63 |
+
conda-package-handling==2.2.0
|
64 |
+
conda-package-streaming==0.9.0
|
65 |
+
conda==23.11.0
|
66 |
+
confection==0.1.4
|
67 |
+
contextlib2==21.6.0
|
68 |
+
contourpy==1.2.0
|
69 |
+
cookiecutter==2.5.0
|
70 |
+
croniter==1.4.1
|
71 |
+
cryptography==41.0.7
|
72 |
+
cycler==0.12.1
|
73 |
+
cymem==2.0.8
|
74 |
+
cytoolz==0.12.2
|
75 |
+
dash==2.14.2
|
76 |
+
dask==2023.12.0
|
77 |
+
dataclasses-json==0.6.3
|
78 |
+
dataclasses==0.8
|
79 |
+
datasets==2.14.7
|
80 |
+
debugpy==1.8.0
|
81 |
+
decorator==5.1.1
|
82 |
+
deepmerge==1.1.0
|
83 |
+
defusedxml==0.7.1
|
84 |
+
dill==0.3.7
|
85 |
+
distributed==2023.12.0
|
86 |
+
distro==1.8.0
|
87 |
+
docker-pycreds==0.4.0
|
88 |
+
docstring-to-markdown==0.13
|
89 |
+
entrypoints==0.4
|
90 |
+
et-xmlfile==1.1.0
|
91 |
+
evaluate==0.4.1
|
92 |
+
exceptiongroup==1.2.0
|
93 |
+
executing==2.0.1
|
94 |
+
faiss==1.7.4
|
95 |
+
fastai==2.7.13
|
96 |
+
fastcore==1.5.29
|
97 |
+
fastdownload==0.0.7
|
98 |
+
fastjsonschema==2.19.0
|
99 |
+
fastprogress==1.0.3
|
100 |
+
filelock==3.13.1
|
101 |
+
flake8==6.1.0
|
102 |
+
flask==3.0.0
|
103 |
+
flatbuffers==23.5.26
|
104 |
+
fonttools==4.46.0
|
105 |
+
fqdn==1.5.1
|
106 |
+
frozenlist==1.4.0
|
107 |
+
fsspec==2023.6.0
|
108 |
+
future==0.18.3
|
109 |
+
gast==0.4.0
|
110 |
+
gdown==4.7.1
|
111 |
+
gitdb==4.0.11
|
112 |
+
gitpython==3.1.40
|
113 |
+
gluonts==0.13.7
|
114 |
+
gmpy2==2.1.2
|
115 |
+
google-api-core==2.15.0
|
116 |
+
google-auth-oauthlib==1.0.0
|
117 |
+
google-auth==2.25.2
|
118 |
+
google-pasta==0.2.0
|
119 |
+
googleapis-common-protos==1.62.0
|
120 |
+
graphviz==0.20.1
|
121 |
+
greenlet==3.0.1
|
122 |
+
grpcio==1.54.3
|
123 |
+
gssapi==1.8.3
|
124 |
+
h5py==3.10.0
|
125 |
+
hdijupyterutils==0.21.0
|
126 |
+
huggingface-hub==0.19.4
|
127 |
+
idna==3.6
|
128 |
+
imagecodecs==2023.8.12
|
129 |
+
imageio==2.31.5
|
130 |
+
importlib-metadata==6.10.0
|
131 |
+
importlib-resources==6.1.1
|
132 |
+
iniconfig==2.0.0
|
133 |
+
ipykernel==6.26.0
|
134 |
+
ipython==8.18.1
|
135 |
+
ipywidgets==8.1.1
|
136 |
+
isoduration==20.11.0
|
137 |
+
isort==5.12.0
|
138 |
+
itsdangerous==2.1.2
|
139 |
+
jax==0.4.20
|
140 |
+
jaxlib==0.4.14
|
141 |
+
jedi==0.19.1
|
142 |
+
jinja2==3.1.2
|
143 |
+
jmespath==1.0.1
|
144 |
+
joblib==1.3.2
|
145 |
+
json5==0.9.14
|
146 |
+
jsonpatch==1.33
|
147 |
+
jsonpath-ng==1.6.0
|
148 |
+
jsonpointer==2.4
|
149 |
+
jsonschema==4.17.3
|
150 |
+
jupyter-ai-magics==2.6.0
|
151 |
+
jupyter-ai==2.6.0
|
152 |
+
jupyter-client==8.6.0
|
153 |
+
jupyter-console==6.6.3
|
154 |
+
jupyter-core==5.5.0
|
155 |
+
jupyter-dash==0.4.2
|
156 |
+
jupyter-events==0.6.3
|
157 |
+
jupyter-lsp==2.2.1
|
158 |
+
jupyter-scheduler==2.4.0
|
159 |
+
jupyter-server-mathjax==0.2.6
|
160 |
+
jupyter-server-proxy==4.1.0
|
161 |
+
jupyter-server-terminals==0.5.0
|
162 |
+
jupyter-server==2.10.0
|
163 |
+
jupyter==1.0.0
|
164 |
+
jupyterlab-git==0.50.0
|
165 |
+
jupyterlab-lsp==5.0.1
|
166 |
+
jupyterlab-pygments==0.3.0
|
167 |
+
jupyterlab-server==2.24.0
|
168 |
+
jupyterlab-widgets==3.0.9
|
169 |
+
jupyterlab==4.0.9
|
170 |
+
keras-preprocessing==1.1.2
|
171 |
+
keras==2.12.0
|
172 |
+
kiwisolver==1.4.5
|
173 |
+
krb5==0.5.1
|
174 |
+
langchain==0.0.318
|
175 |
+
langcodes==3.3.0
|
176 |
+
langsmith==0.0.69
|
177 |
+
libmambapy==1.5.3
|
178 |
+
lightgbm==3.3.5
|
179 |
+
lightning-utilities==0.10.0
|
180 |
+
llvmlite==0.41.1
|
181 |
+
locket==1.0.0
|
182 |
+
markdown-it-py==3.0.0
|
183 |
+
markdown==3.5.1
|
184 |
+
markupsafe==2.1.3
|
185 |
+
marshmallow==3.20.1
|
186 |
+
matplotlib-inline==0.1.6
|
187 |
+
matplotlib==3.8.2
|
188 |
+
mccabe==0.7.0
|
189 |
+
mdurl==0.1.0
|
190 |
+
menuinst==2.0.1
|
191 |
+
mistune==3.0.2
|
192 |
+
ml-dtypes==0.3.1
|
193 |
+
mlforecast==0.7.3
|
194 |
+
mock==5.1.0
|
195 |
+
model-index==0.1.11
|
196 |
+
mpmath==1.3.0
|
197 |
+
msgpack==1.0.7
|
198 |
+
multidict==6.0.4
|
199 |
+
multiprocess==0.70.15
|
200 |
+
munkres==1.1.4
|
201 |
+
murmurhash==1.0.10
|
202 |
+
mypy-extensions==1.0.0
|
203 |
+
nbclient==0.8.0
|
204 |
+
nbconvert==7.12.0
|
205 |
+
nbdime==4.0.1
|
206 |
+
nbformat==5.9.2
|
207 |
+
nest-asyncio==1.5.8
|
208 |
+
networkx==3.2.1
|
209 |
+
nlpaug==1.1.11
|
210 |
+
nltk==3.8.1
|
211 |
+
nose==1.3.7
|
212 |
+
notebook-shim==0.2.3
|
213 |
+
notebook==7.0.6
|
214 |
+
nptyping==2.4.1
|
215 |
+
numba==0.58.1
|
216 |
+
numexpr==2.8.7
|
217 |
+
numpy==1.26.2
|
218 |
+
oauthlib==3.2.2
|
219 |
+
omegaconf==2.2.3
|
220 |
+
openai==0.28.1
|
221 |
+
openapi-schema-pydantic==1.2.4
|
222 |
+
openmim==0.3.7
|
223 |
+
openpyxl==3.1.2
|
224 |
+
opt-einsum==3.3.0
|
225 |
+
ordered-set==4.1.0
|
226 |
+
overrides==7.4.0
|
227 |
+
packaging==23.2
|
228 |
+
pandas-stubs==2.1.1.230928
|
229 |
+
pandas==2.1.4
|
230 |
+
pandocfilters==1.5.0
|
231 |
+
papermill==2.4.0
|
232 |
+
parso==0.8.3
|
233 |
+
partd==1.4.1
|
234 |
+
pathos==0.3.1
|
235 |
+
pathspec==0.12.1
|
236 |
+
pathtools==0.1.2
|
237 |
+
pathy==0.10.2
|
238 |
+
patsy==0.5.4
|
239 |
+
peft==0.8.2
|
240 |
+
pexpect==4.8.0
|
241 |
+
pickleshare==0.7.5
|
242 |
+
pillow==9.5.0
|
243 |
+
pip==23.3.1
|
244 |
+
pkgutil-resolve-name==1.3.10
|
245 |
+
platformdirs==4.1.0
|
246 |
+
plotly==5.18.0
|
247 |
+
pluggy==1.3.0
|
248 |
+
ply==3.11
|
249 |
+
pox==0.3.3
|
250 |
+
ppft==1.7.6.7
|
251 |
+
preshed==3.0.9
|
252 |
+
prometheus-client==0.19.0
|
253 |
+
prompt-toolkit==3.0.41
|
254 |
+
protobuf==4.21.12
|
255 |
+
psutil==5.9.5
|
256 |
+
ptyprocess==0.7.0
|
257 |
+
pure-eval==0.2.2
|
258 |
+
pure-sasl==0.6.2
|
259 |
+
pyarrow-hotfix==0.6
|
260 |
+
pyarrow==12.0.1
|
261 |
+
pyasn1-modules==0.3.0
|
262 |
+
pyasn1==0.5.1
|
263 |
+
pycodestyle==2.11.1
|
264 |
+
pycosat==0.6.6
|
265 |
+
pycparser==2.21
|
266 |
+
pydantic-core==2.14.3
|
267 |
+
pydantic==1.10.13
|
268 |
+
pydocstyle==6.3.0
|
269 |
+
pyflakes==3.1.0
|
270 |
+
pygments==2.17.2
|
271 |
+
pyhive==0.7.0
|
272 |
+
pyjwt==2.8.0
|
273 |
+
pylint==3.0.3
|
274 |
+
pyopenssl==23.3.0
|
275 |
+
pyparsing==3.1.1
|
276 |
+
pyqt5-sip==12.12.2
|
277 |
+
pyqt5==5.15.9
|
278 |
+
pyrsistent==0.20.0
|
279 |
+
pysocks==1.7.1
|
280 |
+
pyspnego==0.9.1
|
281 |
+
pytesseract==0.3.10
|
282 |
+
pytest-subtests==0.11.0
|
283 |
+
pytest==7.4.3
|
284 |
+
python-dateutil==2.8.2
|
285 |
+
python-json-logger==2.0.7
|
286 |
+
python-lsp-jsonrpc==1.1.2
|
287 |
+
python-lsp-server==1.9.0
|
288 |
+
python-slugify==8.0.1
|
289 |
+
pytoolconfig==1.2.5
|
290 |
+
pytorch-lightning==2.0.9
|
291 |
+
pytorch-metric-learning==1.7.3
|
292 |
+
pytz==2023.3
|
293 |
+
pyu2f==0.1.5
|
294 |
+
pywavelets==1.4.1
|
295 |
+
pyyaml==6.0.1
|
296 |
+
pyzmq==25.1.2
|
297 |
+
qtconsole==5.5.1
|
298 |
+
qtpy==2.4.1
|
299 |
+
regex==2023.10.3
|
300 |
+
requests-kerberos==0.14.0
|
301 |
+
requests-oauthlib==1.3.1
|
302 |
+
requests==2.31.0
|
303 |
+
responses==0.18.0
|
304 |
+
retrying==1.3.3
|
305 |
+
rfc3339-validator==0.1.4
|
306 |
+
rfc3986-validator==0.1.1
|
307 |
+
rich==13.7.0
|
308 |
+
rope==1.11.0
|
309 |
+
rsa==4.9
|
310 |
+
ruamel.yaml.clib==0.2.7
|
311 |
+
ruamel.yaml==0.18.5
|
312 |
+
s3transfer==0.7.0
|
313 |
+
sacremoses==0.0.53
|
314 |
+
safetensors==0.3.3
|
315 |
+
sagemaker-headless-execution-driver==0.0.12
|
316 |
+
sagemaker-jupyterlab-emr-extension==0.1.9
|
317 |
+
sagemaker-jupyterlab-extension-common==0.1.9
|
318 |
+
sagemaker-jupyterlab-extension==0.2.0
|
319 |
+
sagemaker-kernel-wrapper==0.0.2
|
320 |
+
sagemaker-studio-analytics-extension==0.0.21
|
321 |
+
sagemaker-studio-sparkmagic-lib==0.1.4
|
322 |
+
sagemaker==2.198.0
|
323 |
+
sasl==0.3.1
|
324 |
+
schema==0.7.5
|
325 |
+
scikit-image==0.19.3
|
326 |
+
scikit-learn==1.3.2
|
327 |
+
scipy==1.11.4
|
328 |
+
send2trash==1.8.2
|
329 |
+
sentencepiece==0.1.99
|
330 |
+
sentry-sdk==1.38.0
|
331 |
+
seqeval==1.2.2
|
332 |
+
setproctitle==1.3.3
|
333 |
+
setuptools==68.2.2
|
334 |
+
shellingham==1.5.4
|
335 |
+
simpervisor==1.0.0
|
336 |
+
sip==6.7.12
|
337 |
+
six==1.16.0
|
338 |
+
smart-open==5.2.1
|
339 |
+
smdebug-rulesconfig==1.0.1
|
340 |
+
smmap==5.0.0
|
341 |
+
sniffio==1.3.0
|
342 |
+
snowballstemmer==2.2.0
|
343 |
+
sortedcontainers==2.4.0
|
344 |
+
soupsieve==2.5
|
345 |
+
spacy-legacy==3.0.12
|
346 |
+
spacy-loggers==1.0.5
|
347 |
+
spacy==3.7.2
|
348 |
+
sparkmagic==0.21.0
|
349 |
+
sqlalchemy==1.4.49
|
350 |
+
srsly==2.4.8
|
351 |
+
stack-data==0.6.2
|
352 |
+
statsforecast==1.4.0
|
353 |
+
statsmodels==0.14.0
|
354 |
+
supervisor==4.2.5
|
355 |
+
sympy==1.12
|
356 |
+
tabulate==0.9.0
|
357 |
+
tblib==1.7.0
|
358 |
+
tenacity==8.2.3
|
359 |
+
tensorboard-data-server==0.7.0
|
360 |
+
tensorboard==2.12.3
|
361 |
+
tensorflow-estimator==2.12.0
|
362 |
+
tensorflow==2.12.1
|
363 |
+
termcolor==2.3.0
|
364 |
+
terminado==0.18.0
|
365 |
+
text-unidecode==1.3
|
366 |
+
textwrap3==0.9.2
|
367 |
+
thinc==8.2.1
|
368 |
+
threadpoolctl==3.2.0
|
369 |
+
thrift-sasl==0.4.3
|
370 |
+
thrift==0.19.0
|
371 |
+
tifffile==2023.12.9
|
372 |
+
tiktoken==0.5.2
|
373 |
+
timm==0.9.12
|
374 |
+
tinycss2==1.2.1
|
375 |
+
tokenizers==0.13.3
|
376 |
+
toml==0.10.2
|
377 |
+
tomli==2.0.1
|
378 |
+
tomlkit==0.12.3
|
379 |
+
toolz==0.12.0
|
380 |
+
torch==2.0.0.post200
|
381 |
+
torchmetrics==1.0.3
|
382 |
+
torchvision==0.15.2a0+072ec57
|
383 |
+
tornado==6.3.3
|
384 |
+
tqdm==4.66.1
|
385 |
+
traitlets==5.14.0
|
386 |
+
transformers==4.31.0
|
387 |
+
truststore==0.8.0
|
388 |
+
typer==0.9.0
|
389 |
+
types-python-dateutil==2.8.19.14
|
390 |
+
types-pytz==2023.3.1.1
|
391 |
+
typing-extensions==4.5.0
|
392 |
+
typing-inspect==0.9.0
|
393 |
+
typing-utils==0.1.0
|
394 |
+
typish==1.9.3
|
395 |
+
tzdata==2023.3
|
396 |
+
ujson==5.9.0
|
397 |
+
unicodedata2==15.1.0
|
398 |
+
uri-template==1.3.0
|
399 |
+
urllib3==1.26.18
|
400 |
+
wandb==0.16.1
|
401 |
+
wasabi==1.1.2
|
402 |
+
wcwidth==0.2.12
|
403 |
+
weasel==0.3.4
|
404 |
+
webcolors==1.13
|
405 |
+
webencodings==0.5.1
|
406 |
+
websocket-client==1.7.0
|
407 |
+
werkzeug==3.0.1
|
408 |
+
whatthepatch==1.0.5
|
409 |
+
wheel==0.42.0
|
410 |
+
widgetsnbextension==4.0.9
|
411 |
+
window-ops==0.0.14
|
412 |
+
wrapt==1.16.0
|
413 |
+
xgboost==1.7.6
|
414 |
+
xxhash==3.4.1
|
415 |
+
yapf==0.40.1
|
416 |
+
yarl==1.9.3
|
417 |
+
zict==3.0.0
|
418 |
+
zipp==3.17.0
|
419 |
+
zstandard==0.22.0
|
wandb/run-20240208_175238-v53k76w9/files/wandb-metadata.json
ADDED
@@ -0,0 +1,1029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.13",
|
4 |
+
"heartbeatAt": "2024-02-08T17:52:38.631590",
|
5 |
+
"startedAt": "2024-02-08T17:52:38.174980",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [],
|
9 |
+
"state": "running",
|
10 |
+
"program": "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py",
|
11 |
+
"codePathLocal": null,
|
12 |
+
"host": "default",
|
13 |
+
"username": "sagemaker-user",
|
14 |
+
"executable": "/opt/conda/bin/python3",
|
15 |
+
"cpu_count": 96,
|
16 |
+
"cpu_count_logical": 192,
|
17 |
+
"cpu_freq": {
|
18 |
+
"current": 3096.191276041665,
|
19 |
+
"min": 0.0,
|
20 |
+
"max": 0.0
|
21 |
+
},
|
22 |
+
"cpu_freq_per_core": [
|
23 |
+
{
|
24 |
+
"current": 2806.797,
|
25 |
+
"min": 0.0,
|
26 |
+
"max": 0.0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"current": 2305.192,
|
30 |
+
"min": 0.0,
|
31 |
+
"max": 0.0
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"current": 2429.072,
|
35 |
+
"min": 0.0,
|
36 |
+
"max": 0.0
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"current": 2448.527,
|
40 |
+
"min": 0.0,
|
41 |
+
"max": 0.0
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"current": 2217.0,
|
45 |
+
"min": 0.0,
|
46 |
+
"max": 0.0
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"current": 2733.2,
|
50 |
+
"min": 0.0,
|
51 |
+
"max": 0.0
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"current": 2599.219,
|
55 |
+
"min": 0.0,
|
56 |
+
"max": 0.0
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"current": 2830.092,
|
60 |
+
"min": 0.0,
|
61 |
+
"max": 0.0
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"current": 2856.656,
|
65 |
+
"min": 0.0,
|
66 |
+
"max": 0.0
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"current": 2766.239,
|
70 |
+
"min": 0.0,
|
71 |
+
"max": 0.0
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"current": 2761.423,
|
75 |
+
"min": 0.0,
|
76 |
+
"max": 0.0
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"current": 2600.369,
|
80 |
+
"min": 0.0,
|
81 |
+
"max": 0.0
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"current": 2658.209,
|
85 |
+
"min": 0.0,
|
86 |
+
"max": 0.0
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"current": 2747.075,
|
90 |
+
"min": 0.0,
|
91 |
+
"max": 0.0
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"current": 3300.035,
|
95 |
+
"min": 0.0,
|
96 |
+
"max": 0.0
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"current": 2742.13,
|
100 |
+
"min": 0.0,
|
101 |
+
"max": 0.0
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"current": 2818.903,
|
105 |
+
"min": 0.0,
|
106 |
+
"max": 0.0
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"current": 2743.213,
|
110 |
+
"min": 0.0,
|
111 |
+
"max": 0.0
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"current": 2432.09,
|
115 |
+
"min": 0.0,
|
116 |
+
"max": 0.0
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"current": 2731.02,
|
120 |
+
"min": 0.0,
|
121 |
+
"max": 0.0
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"current": 2808.377,
|
125 |
+
"min": 0.0,
|
126 |
+
"max": 0.0
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"current": 2777.618,
|
130 |
+
"min": 0.0,
|
131 |
+
"max": 0.0
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"current": 2290.979,
|
135 |
+
"min": 0.0,
|
136 |
+
"max": 0.0
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"current": 2230.543,
|
140 |
+
"min": 0.0,
|
141 |
+
"max": 0.0
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"current": 2738.423,
|
145 |
+
"min": 0.0,
|
146 |
+
"max": 0.0
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"current": 2903.95,
|
150 |
+
"min": 0.0,
|
151 |
+
"max": 0.0
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"current": 2970.61,
|
155 |
+
"min": 0.0,
|
156 |
+
"max": 0.0
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"current": 3299.839,
|
160 |
+
"min": 0.0,
|
161 |
+
"max": 0.0
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"current": 2689.335,
|
165 |
+
"min": 0.0,
|
166 |
+
"max": 0.0
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"current": 2791.925,
|
170 |
+
"min": 0.0,
|
171 |
+
"max": 0.0
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"current": 2731.728,
|
175 |
+
"min": 0.0,
|
176 |
+
"max": 0.0
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"current": 2813.357,
|
180 |
+
"min": 0.0,
|
181 |
+
"max": 0.0
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"current": 2794.296,
|
185 |
+
"min": 0.0,
|
186 |
+
"max": 0.0
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"current": 2747.123,
|
190 |
+
"min": 0.0,
|
191 |
+
"max": 0.0
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"current": 2795.435,
|
195 |
+
"min": 0.0,
|
196 |
+
"max": 0.0
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"current": 2767.017,
|
200 |
+
"min": 0.0,
|
201 |
+
"max": 0.0
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"current": 2722.071,
|
205 |
+
"min": 0.0,
|
206 |
+
"max": 0.0
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"current": 3298.527,
|
210 |
+
"min": 0.0,
|
211 |
+
"max": 0.0
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"current": 2932.725,
|
215 |
+
"min": 0.0,
|
216 |
+
"max": 0.0
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"current": 3292.093,
|
220 |
+
"min": 0.0,
|
221 |
+
"max": 0.0
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"current": 3265.824,
|
225 |
+
"min": 0.0,
|
226 |
+
"max": 0.0
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"current": 3256.045,
|
230 |
+
"min": 0.0,
|
231 |
+
"max": 0.0
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"current": 3256.429,
|
235 |
+
"min": 0.0,
|
236 |
+
"max": 0.0
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"current": 3259.575,
|
240 |
+
"min": 0.0,
|
241 |
+
"max": 0.0
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"current": 2700.636,
|
245 |
+
"min": 0.0,
|
246 |
+
"max": 0.0
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"current": 3234.186,
|
250 |
+
"min": 0.0,
|
251 |
+
"max": 0.0
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"current": 3206.966,
|
255 |
+
"min": 0.0,
|
256 |
+
"max": 0.0
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"current": 3299.085,
|
260 |
+
"min": 0.0,
|
261 |
+
"max": 0.0
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"current": 3282.893,
|
265 |
+
"min": 0.0,
|
266 |
+
"max": 0.0
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"current": 3279.04,
|
270 |
+
"min": 0.0,
|
271 |
+
"max": 0.0
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"current": 3278.154,
|
275 |
+
"min": 0.0,
|
276 |
+
"max": 0.0
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"current": 3283.989,
|
280 |
+
"min": 0.0,
|
281 |
+
"max": 0.0
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"current": 2562.18,
|
285 |
+
"min": 0.0,
|
286 |
+
"max": 0.0
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"current": 2954.006,
|
290 |
+
"min": 0.0,
|
291 |
+
"max": 0.0
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"current": 2762.278,
|
295 |
+
"min": 0.0,
|
296 |
+
"max": 0.0
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"current": 3275.22,
|
300 |
+
"min": 0.0,
|
301 |
+
"max": 0.0
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"current": 3300.85,
|
305 |
+
"min": 0.0,
|
306 |
+
"max": 0.0
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"current": 3291.939,
|
310 |
+
"min": 0.0,
|
311 |
+
"max": 0.0
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"current": 2973.521,
|
315 |
+
"min": 0.0,
|
316 |
+
"max": 0.0
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"current": 2966.002,
|
320 |
+
"min": 0.0,
|
321 |
+
"max": 0.0
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"current": 2966.843,
|
325 |
+
"min": 0.0,
|
326 |
+
"max": 0.0
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"current": 2645.143,
|
330 |
+
"min": 0.0,
|
331 |
+
"max": 0.0
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"current": 3046.118,
|
335 |
+
"min": 0.0,
|
336 |
+
"max": 0.0
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"current": 3006.852,
|
340 |
+
"min": 0.0,
|
341 |
+
"max": 0.0
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"current": 3296.715,
|
345 |
+
"min": 0.0,
|
346 |
+
"max": 0.0
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"current": 2922.754,
|
350 |
+
"min": 0.0,
|
351 |
+
"max": 0.0
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"current": 2906.522,
|
355 |
+
"min": 0.0,
|
356 |
+
"max": 0.0
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"current": 3028.907,
|
360 |
+
"min": 0.0,
|
361 |
+
"max": 0.0
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"current": 2966.081,
|
365 |
+
"min": 0.0,
|
366 |
+
"max": 0.0
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"current": 2917.105,
|
370 |
+
"min": 0.0,
|
371 |
+
"max": 0.0
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"current": 3299.43,
|
375 |
+
"min": 0.0,
|
376 |
+
"max": 0.0
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"current": 3300.481,
|
380 |
+
"min": 0.0,
|
381 |
+
"max": 0.0
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"current": 3270.344,
|
385 |
+
"min": 0.0,
|
386 |
+
"max": 0.0
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"current": 2930.864,
|
390 |
+
"min": 0.0,
|
391 |
+
"max": 0.0
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"current": 2879.041,
|
395 |
+
"min": 0.0,
|
396 |
+
"max": 0.0
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"current": 2902.742,
|
400 |
+
"min": 0.0,
|
401 |
+
"max": 0.0
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"current": 3300.401,
|
405 |
+
"min": 0.0,
|
406 |
+
"max": 0.0
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"current": 2686.543,
|
410 |
+
"min": 0.0,
|
411 |
+
"max": 0.0
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"current": 3222.046,
|
415 |
+
"min": 0.0,
|
416 |
+
"max": 0.0
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"current": 3298.97,
|
420 |
+
"min": 0.0,
|
421 |
+
"max": 0.0
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"current": 3298.666,
|
425 |
+
"min": 0.0,
|
426 |
+
"max": 0.0
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"current": 2754.074,
|
430 |
+
"min": 0.0,
|
431 |
+
"max": 0.0
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"current": 3299.533,
|
435 |
+
"min": 0.0,
|
436 |
+
"max": 0.0
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"current": 2812.149,
|
440 |
+
"min": 0.0,
|
441 |
+
"max": 0.0
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"current": 3300.31,
|
445 |
+
"min": 0.0,
|
446 |
+
"max": 0.0
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"current": 3300.208,
|
450 |
+
"min": 0.0,
|
451 |
+
"max": 0.0
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"current": 2779.101,
|
455 |
+
"min": 0.0,
|
456 |
+
"max": 0.0
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"current": 3300.477,
|
460 |
+
"min": 0.0,
|
461 |
+
"max": 0.0
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"current": 2825.936,
|
465 |
+
"min": 0.0,
|
466 |
+
"max": 0.0
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"current": 2204.979,
|
470 |
+
"min": 0.0,
|
471 |
+
"max": 0.0
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"current": 2851.77,
|
475 |
+
"min": 0.0,
|
476 |
+
"max": 0.0
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"current": 2797.024,
|
480 |
+
"min": 0.0,
|
481 |
+
"max": 0.0
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"current": 2325.643,
|
485 |
+
"min": 0.0,
|
486 |
+
"max": 0.0
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"current": 2850.865,
|
490 |
+
"min": 0.0,
|
491 |
+
"max": 0.0
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"current": 2919.634,
|
495 |
+
"min": 0.0,
|
496 |
+
"max": 0.0
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"current": 2910.972,
|
500 |
+
"min": 0.0,
|
501 |
+
"max": 0.0
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"current": 2523.164,
|
505 |
+
"min": 0.0,
|
506 |
+
"max": 0.0
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"current": 2297.34,
|
510 |
+
"min": 0.0,
|
511 |
+
"max": 0.0
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"current": 2193.979,
|
515 |
+
"min": 0.0,
|
516 |
+
"max": 0.0
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"current": 2128.798,
|
520 |
+
"min": 0.0,
|
521 |
+
"max": 0.0
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"current": 1907.218,
|
525 |
+
"min": 0.0,
|
526 |
+
"max": 0.0
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"current": 2921.246,
|
530 |
+
"min": 0.0,
|
531 |
+
"max": 0.0
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"current": 2408.454,
|
535 |
+
"min": 0.0,
|
536 |
+
"max": 0.0
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"current": 2296.906,
|
540 |
+
"min": 0.0,
|
541 |
+
"max": 0.0
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"current": 2877.315,
|
545 |
+
"min": 0.0,
|
546 |
+
"max": 0.0
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"current": 2985.576,
|
550 |
+
"min": 0.0,
|
551 |
+
"max": 0.0
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"current": 2977.194,
|
555 |
+
"min": 0.0,
|
556 |
+
"max": 0.0
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"current": 2982.705,
|
560 |
+
"min": 0.0,
|
561 |
+
"max": 0.0
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"current": 2367.542,
|
565 |
+
"min": 0.0,
|
566 |
+
"max": 0.0
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"current": 2232.475,
|
570 |
+
"min": 0.0,
|
571 |
+
"max": 0.0
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"current": 2720.158,
|
575 |
+
"min": 0.0,
|
576 |
+
"max": 0.0
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"current": 2260.753,
|
580 |
+
"min": 0.0,
|
581 |
+
"max": 0.0
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"current": 2215.697,
|
585 |
+
"min": 0.0,
|
586 |
+
"max": 0.0
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"current": 2278.892,
|
590 |
+
"min": 0.0,
|
591 |
+
"max": 0.0
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"current": 2009.932,
|
595 |
+
"min": 0.0,
|
596 |
+
"max": 0.0
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"current": 2813.45,
|
600 |
+
"min": 0.0,
|
601 |
+
"max": 0.0
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"current": 2248.538,
|
605 |
+
"min": 0.0,
|
606 |
+
"max": 0.0
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"current": 2789.291,
|
610 |
+
"min": 0.0,
|
611 |
+
"max": 0.0
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"current": 2481.076,
|
615 |
+
"min": 0.0,
|
616 |
+
"max": 0.0
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"current": 2033.475,
|
620 |
+
"min": 0.0,
|
621 |
+
"max": 0.0
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"current": 2214.296,
|
625 |
+
"min": 0.0,
|
626 |
+
"max": 0.0
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"current": 2762.868,
|
630 |
+
"min": 0.0,
|
631 |
+
"max": 0.0
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"current": 2273.931,
|
635 |
+
"min": 0.0,
|
636 |
+
"max": 0.0
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"current": 2891.192,
|
640 |
+
"min": 0.0,
|
641 |
+
"max": 0.0
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"current": 2217.993,
|
645 |
+
"min": 0.0,
|
646 |
+
"max": 0.0
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"current": 2306.666,
|
650 |
+
"min": 0.0,
|
651 |
+
"max": 0.0
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"current": 2372.976,
|
655 |
+
"min": 0.0,
|
656 |
+
"max": 0.0
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"current": 2322.672,
|
660 |
+
"min": 0.0,
|
661 |
+
"max": 0.0
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"current": 2325.945,
|
665 |
+
"min": 0.0,
|
666 |
+
"max": 0.0
|
667 |
+
},
|
668 |
+
{
|
669 |
+
"current": 2332.493,
|
670 |
+
"min": 0.0,
|
671 |
+
"max": 0.0
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"current": 2202.398,
|
675 |
+
"min": 0.0,
|
676 |
+
"max": 0.0
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"current": 2130.875,
|
680 |
+
"min": 0.0,
|
681 |
+
"max": 0.0
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"current": 2034.318,
|
685 |
+
"min": 0.0,
|
686 |
+
"max": 0.0
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"current": 2539.829,
|
690 |
+
"min": 0.0,
|
691 |
+
"max": 0.0
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"current": 2088.35,
|
695 |
+
"min": 0.0,
|
696 |
+
"max": 0.0
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"current": 2427.524,
|
700 |
+
"min": 0.0,
|
701 |
+
"max": 0.0
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"current": 2432.02,
|
705 |
+
"min": 0.0,
|
706 |
+
"max": 0.0
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"current": 2521.716,
|
710 |
+
"min": 0.0,
|
711 |
+
"max": 0.0
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"current": 3047.178,
|
715 |
+
"min": 0.0,
|
716 |
+
"max": 0.0
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"current": 2452.92,
|
720 |
+
"min": 0.0,
|
721 |
+
"max": 0.0
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"current": 2398.052,
|
725 |
+
"min": 0.0,
|
726 |
+
"max": 0.0
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"current": 2930.232,
|
730 |
+
"min": 0.0,
|
731 |
+
"max": 0.0
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"current": 2915.194,
|
735 |
+
"min": 0.0,
|
736 |
+
"max": 0.0
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"current": 3050.935,
|
740 |
+
"min": 0.0,
|
741 |
+
"max": 0.0
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"current": 2985.592,
|
745 |
+
"min": 0.0,
|
746 |
+
"max": 0.0
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"current": 2999.519,
|
750 |
+
"min": 0.0,
|
751 |
+
"max": 0.0
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"current": 2954.304,
|
755 |
+
"min": 0.0,
|
756 |
+
"max": 0.0
|
757 |
+
},
|
758 |
+
{
|
759 |
+
"current": 3253.761,
|
760 |
+
"min": 0.0,
|
761 |
+
"max": 0.0
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"current": 2547.987,
|
765 |
+
"min": 0.0,
|
766 |
+
"max": 0.0
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"current": 2791.034,
|
770 |
+
"min": 0.0,
|
771 |
+
"max": 0.0
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"current": 2669.218,
|
775 |
+
"min": 0.0,
|
776 |
+
"max": 0.0
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"current": 3304.846,
|
780 |
+
"min": 0.0,
|
781 |
+
"max": 0.0
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"current": 3017.308,
|
785 |
+
"min": 0.0,
|
786 |
+
"max": 0.0
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"current": 3299.861,
|
790 |
+
"min": 0.0,
|
791 |
+
"max": 0.0
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"current": 2977.232,
|
795 |
+
"min": 0.0,
|
796 |
+
"max": 0.0
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"current": 2939.823,
|
800 |
+
"min": 0.0,
|
801 |
+
"max": 0.0
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"current": 3300.543,
|
805 |
+
"min": 0.0,
|
806 |
+
"max": 0.0
|
807 |
+
},
|
808 |
+
{
|
809 |
+
"current": 3014.24,
|
810 |
+
"min": 0.0,
|
811 |
+
"max": 0.0
|
812 |
+
},
|
813 |
+
{
|
814 |
+
"current": 3299.908,
|
815 |
+
"min": 0.0,
|
816 |
+
"max": 0.0
|
817 |
+
},
|
818 |
+
{
|
819 |
+
"current": 3014.885,
|
820 |
+
"min": 0.0,
|
821 |
+
"max": 0.0
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"current": 3297.521,
|
825 |
+
"min": 0.0,
|
826 |
+
"max": 0.0
|
827 |
+
},
|
828 |
+
{
|
829 |
+
"current": 3296.848,
|
830 |
+
"min": 0.0,
|
831 |
+
"max": 0.0
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"current": 3297.858,
|
835 |
+
"min": 0.0,
|
836 |
+
"max": 0.0
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"current": 3296.813,
|
840 |
+
"min": 0.0,
|
841 |
+
"max": 0.0
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"current": 2998.973,
|
845 |
+
"min": 0.0,
|
846 |
+
"max": 0.0
|
847 |
+
},
|
848 |
+
{
|
849 |
+
"current": 3299.759,
|
850 |
+
"min": 0.0,
|
851 |
+
"max": 0.0
|
852 |
+
},
|
853 |
+
{
|
854 |
+
"current": 3026.427,
|
855 |
+
"min": 0.0,
|
856 |
+
"max": 0.0
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"current": 3300.35,
|
860 |
+
"min": 0.0,
|
861 |
+
"max": 0.0
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"current": 2507.162,
|
865 |
+
"min": 0.0,
|
866 |
+
"max": 0.0
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"current": 3250.875,
|
870 |
+
"min": 0.0,
|
871 |
+
"max": 0.0
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"current": 3299.582,
|
875 |
+
"min": 0.0,
|
876 |
+
"max": 0.0
|
877 |
+
},
|
878 |
+
{
|
879 |
+
"current": 3299.791,
|
880 |
+
"min": 0.0,
|
881 |
+
"max": 0.0
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"current": 2876.895,
|
885 |
+
"min": 0.0,
|
886 |
+
"max": 0.0
|
887 |
+
},
|
888 |
+
{
|
889 |
+
"current": 3300.637,
|
890 |
+
"min": 0.0,
|
891 |
+
"max": 0.0
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"current": 3299.935,
|
895 |
+
"min": 0.0,
|
896 |
+
"max": 0.0
|
897 |
+
},
|
898 |
+
{
|
899 |
+
"current": 3299.409,
|
900 |
+
"min": 0.0,
|
901 |
+
"max": 0.0
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"current": 3299.545,
|
905 |
+
"min": 0.0,
|
906 |
+
"max": 0.0
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"current": 2845.582,
|
910 |
+
"min": 0.0,
|
911 |
+
"max": 0.0
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"current": 3298.789,
|
915 |
+
"min": 0.0,
|
916 |
+
"max": 0.0
|
917 |
+
},
|
918 |
+
{
|
919 |
+
"current": 3212.048,
|
920 |
+
"min": 0.0,
|
921 |
+
"max": 0.0
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"current": 2598.735,
|
925 |
+
"min": 0.0,
|
926 |
+
"max": 0.0
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"current": 3299.632,
|
930 |
+
"min": 0.0,
|
931 |
+
"max": 0.0
|
932 |
+
},
|
933 |
+
{
|
934 |
+
"current": 3299.179,
|
935 |
+
"min": 0.0,
|
936 |
+
"max": 0.0
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"current": 3298.805,
|
940 |
+
"min": 0.0,
|
941 |
+
"max": 0.0
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"current": 3296.982,
|
945 |
+
"min": 0.0,
|
946 |
+
"max": 0.0
|
947 |
+
},
|
948 |
+
{
|
949 |
+
"current": 2498.549,
|
950 |
+
"min": 0.0,
|
951 |
+
"max": 0.0
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"current": 3296.222,
|
955 |
+
"min": 0.0,
|
956 |
+
"max": 0.0
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"current": 3297.448,
|
960 |
+
"min": 0.0,
|
961 |
+
"max": 0.0
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"current": 2830.786,
|
965 |
+
"min": 0.0,
|
966 |
+
"max": 0.0
|
967 |
+
},
|
968 |
+
{
|
969 |
+
"current": 3299.116,
|
970 |
+
"min": 0.0,
|
971 |
+
"max": 0.0
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"current": 3299.39,
|
975 |
+
"min": 0.0,
|
976 |
+
"max": 0.0
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"current": 3299.373,
|
980 |
+
"min": 0.0,
|
981 |
+
"max": 0.0
|
982 |
+
}
|
983 |
+
],
|
984 |
+
"disk": {
|
985 |
+
"/": {
|
986 |
+
"total": 32.0,
|
987 |
+
"used": 0.012481689453125
|
988 |
+
}
|
989 |
+
},
|
990 |
+
"gpu": "NVIDIA A10G",
|
991 |
+
"gpu_count": 8,
|
992 |
+
"gpu_devices": [
|
993 |
+
{
|
994 |
+
"name": "NVIDIA A10G",
|
995 |
+
"memory_total": 24146608128
|
996 |
+
},
|
997 |
+
{
|
998 |
+
"name": "NVIDIA A10G",
|
999 |
+
"memory_total": 24146608128
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"name": "NVIDIA A10G",
|
1003 |
+
"memory_total": 24146608128
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"name": "NVIDIA A10G",
|
1007 |
+
"memory_total": 24146608128
|
1008 |
+
},
|
1009 |
+
{
|
1010 |
+
"name": "NVIDIA A10G",
|
1011 |
+
"memory_total": 24146608128
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"name": "NVIDIA A10G",
|
1015 |
+
"memory_total": 24146608128
|
1016 |
+
},
|
1017 |
+
{
|
1018 |
+
"name": "NVIDIA A10G",
|
1019 |
+
"memory_total": 24146608128
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"name": "NVIDIA A10G",
|
1023 |
+
"memory_total": 24146608128
|
1024 |
+
}
|
1025 |
+
],
|
1026 |
+
"memory": {
|
1027 |
+
"total": 747.9597625732422
|
1028 |
+
}
|
1029 |
+
}
|
wandb/run-20240208_175238-v53k76w9/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 17}}
|
wandb/run-20240208_175238-v53k76w9/logs/debug-internal.log
ADDED
@@ -0,0 +1,194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 17:52:38,179 INFO StreamThr :1317 [internal.py:wandb_internal():86] W&B internal server running at pid: 1317, started at: 2024-02-08 17:52:38.179167
|
2 |
+
2024-02-08 17:52:38,184 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: status
|
3 |
+
2024-02-08 17:52:38,185 INFO WriterThread:1317 [datastore.py:open_for_write():85] open: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/run-v53k76w9.wandb
|
4 |
+
2024-02-08 17:52:38,186 DEBUG SenderThread:1317 [sender.py:send():382] send: header
|
5 |
+
2024-02-08 17:52:38,186 DEBUG SenderThread:1317 [sender.py:send():382] send: run
|
6 |
+
2024-02-08 17:52:38,455 INFO SenderThread:1317 [dir_watcher.py:__init__():211] watching files in: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files
|
7 |
+
2024-02-08 17:52:38,455 INFO SenderThread:1317 [sender.py:_start_run_threads():1136] run started: v53k76w9 with start time 1707414758.178795
|
8 |
+
2024-02-08 17:52:38,459 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: check_version
|
9 |
+
2024-02-08 17:52:38,459 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: check_version
|
10 |
+
2024-02-08 17:52:38,542 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: run_start
|
11 |
+
2024-02-08 17:52:38,571 DEBUG HandlerThread:1317 [system_info.py:__init__():32] System info init
|
12 |
+
2024-02-08 17:52:38,572 DEBUG HandlerThread:1317 [system_info.py:__init__():47] System info init done
|
13 |
+
2024-02-08 17:52:38,572 INFO HandlerThread:1317 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-02-08 17:52:38,572 INFO SystemMonitor:1317 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-02-08 17:52:38,573 INFO HandlerThread:1317 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-02-08 17:52:38,574 INFO SystemMonitor:1317 [interfaces.py:start():190] Started cpu monitoring
|
17 |
+
2024-02-08 17:52:38,574 INFO SystemMonitor:1317 [interfaces.py:start():190] Started disk monitoring
|
18 |
+
2024-02-08 17:52:38,576 INFO SystemMonitor:1317 [interfaces.py:start():190] Started gpu monitoring
|
19 |
+
2024-02-08 17:52:38,578 INFO SystemMonitor:1317 [interfaces.py:start():190] Started memory monitoring
|
20 |
+
2024-02-08 17:52:38,579 INFO SystemMonitor:1317 [interfaces.py:start():190] Started network monitoring
|
21 |
+
2024-02-08 17:52:38,631 DEBUG HandlerThread:1317 [system_info.py:probe():196] Probing system
|
22 |
+
2024-02-08 17:52:38,633 DEBUG HandlerThread:1317 [gitlib.py:_init_repo():56] git repository is invalid
|
23 |
+
2024-02-08 17:52:38,633 DEBUG HandlerThread:1317 [system_info.py:probe():244] Probing system done
|
24 |
+
2024-02-08 17:52:38,633 DEBUG HandlerThread:1317 [system_monitor.py:probe():223] {'os': 'Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35', 'python': '3.10.13', 'heartbeatAt': '2024-02-08T17:52:38.631590', 'startedAt': '2024-02-08T17:52:38.174980', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py', 'codePathLocal': None, 'host': 'default', 'username': 'sagemaker-user', 'executable': '/opt/conda/bin/python3', 'cpu_count': 96, 'cpu_count_logical': 192, 'cpu_freq': {'current': 3096.191276041665, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2806.797, 'min': 0.0, 'max': 0.0}, {'current': 2305.192, 'min': 0.0, 'max': 0.0}, {'current': 2429.072, 'min': 0.0, 'max': 0.0}, {'current': 2448.527, 'min': 0.0, 'max': 0.0}, {'current': 2217.0, 'min': 0.0, 'max': 0.0}, {'current': 2733.2, 'min': 0.0, 'max': 0.0}, {'current': 2599.219, 'min': 0.0, 'max': 0.0}, {'current': 2830.092, 'min': 0.0, 'max': 0.0}, {'current': 2856.656, 'min': 0.0, 'max': 0.0}, {'current': 2766.239, 'min': 0.0, 'max': 0.0}, {'current': 2761.423, 'min': 0.0, 'max': 0.0}, {'current': 2600.369, 'min': 0.0, 'max': 0.0}, {'current': 2658.209, 'min': 0.0, 'max': 0.0}, {'current': 2747.075, 'min': 0.0, 'max': 0.0}, {'current': 3300.035, 'min': 0.0, 'max': 0.0}, {'current': 2742.13, 'min': 0.0, 'max': 0.0}, {'current': 2818.903, 'min': 0.0, 'max': 0.0}, {'current': 2743.213, 'min': 0.0, 'max': 0.0}, {'current': 2432.09, 'min': 0.0, 'max': 0.0}, {'current': 2731.02, 'min': 0.0, 'max': 0.0}, {'current': 2808.377, 'min': 0.0, 'max': 0.0}, {'current': 2777.618, 'min': 0.0, 'max': 0.0}, {'current': 2290.979, 'min': 0.0, 'max': 0.0}, {'current': 2230.543, 'min': 0.0, 'max': 0.0}, {'current': 2738.423, 'min': 0.0, 'max': 0.0}, {'current': 2903.95, 'min': 0.0, 'max': 0.0}, {'current': 2970.61, 'min': 0.0, 'max': 0.0}, {'current': 3299.839, 'min': 0.0, 'max': 0.0}, {'current': 2689.335, 'min': 0.0, 'max': 0.0}, {'current': 2791.925, 'min': 0.0, 'max': 0.0}, {'current': 2731.728, 'min': 0.0, 'max': 0.0}, {'current': 2813.357, 'min': 0.0, 'max': 0.0}, {'current': 2794.296, 'min': 0.0, 'max': 0.0}, {'current': 2747.123, 'min': 0.0, 'max': 0.0}, {'current': 2795.435, 'min': 0.0, 'max': 0.0}, {'current': 2767.017, 'min': 0.0, 'max': 0.0}, {'current': 2722.071, 'min': 0.0, 'max': 0.0}, {'current': 3298.527, 'min': 0.0, 'max': 0.0}, {'current': 2932.725, 'min': 0.0, 'max': 0.0}, {'current': 3292.093, 'min': 0.0, 'max': 0.0}, {'current': 3265.824, 'min': 0.0, 'max': 0.0}, {'current': 3256.045, 'min': 0.0, 'max': 0.0}, {'current': 3256.429, 'min': 0.0, 'max': 0.0}, {'current': 3259.575, 'min': 0.0, 'max': 0.0}, {'current': 2700.636, 'min': 0.0, 'max': 0.0}, {'current': 3234.186, 'min': 0.0, 'max': 0.0}, {'current': 3206.966, 'min': 0.0, 'max': 0.0}, {'current': 3299.085, 'min': 0.0, 'max': 0.0}, {'current': 3282.893, 'min': 0.0, 'max': 0.0}, {'current': 3279.04, 'min': 0.0, 'max': 0.0}, {'current': 3278.154, 'min': 0.0, 'max': 0.0}, {'current': 3283.989, 'min': 0.0, 'max': 0.0}, {'current': 2562.18, 'min': 0.0, 'max': 0.0}, {'current': 2954.006, 'min': 0.0, 'max': 0.0}, {'current': 2762.278, 'min': 0.0, 'max': 0.0}, {'current': 3275.22, 'min': 0.0, 'max': 0.0}, {'current': 3300.85, 'min': 0.0, 'max': 0.0}, {'current': 3291.939, 'min': 0.0, 'max': 0.0}, {'current': 2973.521, 'min': 0.0, 'max': 0.0}, {'current': 2966.002, 'min': 0.0, 'max': 0.0}, {'current': 2966.843, 'min': 0.0, 'max': 0.0}, {'current': 2645.143, 'min': 0.0, 'max': 0.0}, {'current': 3046.118, 'min': 0.0, 'max': 0.0}, {'current': 3006.852, 'min': 0.0, 'max': 0.0}, {'current': 3296.715, 'min': 0.0, 'max': 0.0}, {'current': 2922.754, 'min': 0.0, 'max': 0.0}, {'current': 2906.522, 'min': 0.0, 'max': 0.0}, {'current': 3028.907, 'min': 0.0, 'max': 0.0}, {'current': 2966.081, 'min': 0.0, 'max': 0.0}, {'current': 2917.105, 'min': 0.0, 'max': 0.0}, {'current': 3299.43, 'min': 0.0, 'max': 0.0}, {'current': 3300.481, 'min': 0.0, 'max': 0.0}, {'current': 3270.344, 'min': 0.0, 'max': 0.0}, {'current': 2930.864, 'min': 0.0, 'max': 0.0}, {'current': 2879.041, 'min': 0.0, 'max': 0.0}, {'current': 2902.742, 'min': 0.0, 'max': 0.0}, {'current': 3300.401, 'min': 0.0, 'max': 0.0}, {'current': 2686.543, 'min': 0.0, 'max': 0.0}, {'current': 3222.046, 'min': 0.0, 'max': 0.0}, {'current': 3298.97, 'min': 0.0, 'max': 0.0}, {'current': 3298.666, 'min': 0.0, 'max': 0.0}, {'current': 2754.074, 'min': 0.0, 'max': 0.0}, {'current': 3299.533, 'min': 0.0, 'max': 0.0}, {'current': 2812.149, 'min': 0.0, 'max': 0.0}, {'current': 3300.31, 'min': 0.0, 'max': 0.0}, {'current': 3300.208, 'min': 0.0, 'max': 0.0}, {'current': 2779.101, 'min': 0.0, 'max': 0.0}, {'current': 3300.477, 'min': 0.0, 'max': 0.0}, {'current': 2825.936, 'min': 0.0, 'max': 0.0}, {'current': 2204.979, 'min': 0.0, 'max': 0.0}, {'current': 2851.77, 'min': 0.0, 'max': 0.0}, {'current': 2797.024, 'min': 0.0, 'max': 0.0}, {'current': 2325.643, 'min': 0.0, 'max': 0.0}, {'current': 2850.865, 'min': 0.0, 'max': 0.0}, {'current': 2919.634, 'min': 0.0, 'max': 0.0}, {'current': 2910.972, 'min': 0.0, 'max': 0.0}, {'current': 2523.164, 'min': 0.0, 'max': 0.0}, {'current': 2297.34, 'min': 0.0, 'max': 0.0}, {'current': 2193.979, 'min': 0.0, 'max': 0.0}, {'current': 2128.798, 'min': 0.0, 'max': 0.0}, {'current': 1907.218, 'min': 0.0, 'max': 0.0}, {'current': 2921.246, 'min': 0.0, 'max': 0.0}, {'current': 2408.454, 'min': 0.0, 'max': 0.0}, {'current': 2296.906, 'min': 0.0, 'max': 0.0}, {'current': 2877.315, 'min': 0.0, 'max': 0.0}, {'current': 2985.576, 'min': 0.0, 'max': 0.0}, {'current': 2977.194, 'min': 0.0, 'max': 0.0}, {'current': 2982.705, 'min': 0.0, 'max': 0.0}, {'current': 2367.542, 'min': 0.0, 'max': 0.0}, {'current': 2232.475, 'min': 0.0, 'max': 0.0}, {'current': 2720.158, 'min': 0.0, 'max': 0.0}, {'current': 2260.753, 'min': 0.0, 'max': 0.0}, {'current': 2215.697, 'min': 0.0, 'max': 0.0}, {'current': 2278.892, 'min': 0.0, 'max': 0.0}, {'current': 2009.932, 'min': 0.0, 'max': 0.0}, {'current': 2813.45, 'min': 0.0, 'max': 0.0}, {'current': 2248.538, 'min': 0.0, 'max': 0.0}, {'current': 2789.291, 'min': 0.0, 'max': 0.0}, {'current': 2481.076, 'min': 0.0, 'max': 0.0}, {'current': 2033.475, 'min': 0.0, 'max': 0.0}, {'current': 2214.296, 'min': 0.0, 'max': 0.0}, {'current': 2762.868, 'min': 0.0, 'max': 0.0}, {'current': 2273.931, 'min': 0.0, 'max': 0.0}, {'current': 2891.192, 'min': 0.0, 'max': 0.0}, {'current': 2217.993, 'min': 0.0, 'max': 0.0}, {'current': 2306.666, 'min': 0.0, 'max': 0.0}, {'current': 2372.976, 'min': 0.0, 'max': 0.0}, {'current': 2322.672, 'min': 0.0, 'max': 0.0}, {'current': 2325.945, 'min': 0.0, 'max': 0.0}, {'current': 2332.493, 'min': 0.0, 'max': 0.0}, {'current': 2202.398, 'min': 0.0, 'max': 0.0}, {'current': 2130.875, 'min': 0.0, 'max': 0.0}, {'current': 2034.318, 'min': 0.0, 'max': 0.0}, {'current': 2539.829, 'min': 0.0, 'max': 0.0}, {'current': 2088.35, 'min': 0.0, 'max': 0.0}, {'current': 2427.524, 'min': 0.0, 'max': 0.0}, {'current': 2432.02, 'min': 0.0, 'max': 0.0}, {'current': 2521.716, 'min': 0.0, 'max': 0.0}, {'current': 3047.178, 'min': 0.0, 'max': 0.0}, {'current': 2452.92, 'min': 0.0, 'max': 0.0}, {'current': 2398.052, 'min': 0.0, 'max': 0.0}, {'current': 2930.232, 'min': 0.0, 'max': 0.0}, {'current': 2915.194, 'min': 0.0, 'max': 0.0}, {'current': 3050.935, 'min': 0.0, 'max': 0.0}, {'current': 2985.592, 'min': 0.0, 'max': 0.0}, {'current': 2999.519, 'min': 0.0, 'max': 0.0}, {'current': 2954.304, 'min': 0.0, 'max': 0.0}, {'current': 3253.761, 'min': 0.0, 'max': 0.0}, {'current': 2547.987, 'min': 0.0, 'max': 0.0}, {'current': 2791.034, 'min': 0.0, 'max': 0.0}, {'current': 2669.218, 'min': 0.0, 'max': 0.0}, {'current': 3304.846, 'min': 0.0, 'max': 0.0}, {'current': 3017.308, 'min': 0.0, 'max': 0.0}, {'current': 3299.861, 'min': 0.0, 'max': 0.0}, {'current': 2977.232, 'min': 0.0, 'max': 0.0}, {'current': 2939.823, 'min': 0.0, 'max': 0.0}, {'current': 3300.543, 'min': 0.0, 'max': 0.0}, {'current': 3014.24, 'min': 0.0, 'max': 0.0}, {'current': 3299.908, 'min': 0.0, 'max': 0.0}, {'current': 3014.885, 'min': 0.0, 'max': 0.0}, {'current': 3297.521, 'min': 0.0, 'max': 0.0}, {'current': 3296.848, 'min': 0.0, 'max': 0.0}, {'current': 3297.858, 'min': 0.0, 'max': 0.0}, {'current': 3296.813, 'min': 0.0, 'max': 0.0}, {'current': 2998.973, 'min': 0.0, 'max': 0.0}, {'current': 3299.759, 'min': 0.0, 'max': 0.0}, {'current': 3026.427, 'min': 0.0, 'max': 0.0}, {'current': 3300.35, 'min': 0.0, 'max': 0.0}, {'current': 2507.162, 'min': 0.0, 'max': 0.0}, {'current': 3250.875, 'min': 0.0, 'max': 0.0}, {'current': 3299.582, 'min': 0.0, 'max': 0.0}, {'current': 3299.791, 'min': 0.0, 'max': 0.0}, {'current': 2876.895, 'min': 0.0, 'max': 0.0}, {'current': 3300.637, 'min': 0.0, 'max': 0.0}, {'current': 3299.935, 'min': 0.0, 'max': 0.0}, {'current': 3299.409, 'min': 0.0, 'max': 0.0}, {'current': 3299.545, 'min': 0.0, 'max': 0.0}, {'current': 2845.582, 'min': 0.0, 'max': 0.0}, {'current': 3298.789, 'min': 0.0, 'max': 0.0}, {'current': 3212.048, 'min': 0.0, 'max': 0.0}, {'current': 2598.735, 'min': 0.0, 'max': 0.0}, {'current': 3299.632, 'min': 0.0, 'max': 0.0}, {'current': 3299.179, 'min': 0.0, 'max': 0.0}, {'current': 3298.805, 'min': 0.0, 'max': 0.0}, {'current': 3296.982, 'min': 0.0, 'max': 0.0}, {'current': 2498.549, 'min': 0.0, 'max': 0.0}, {'current': 3296.222, 'min': 0.0, 'max': 0.0}, {'current': 3297.448, 'min': 0.0, 'max': 0.0}, {'current': 2830.786, 'min': 0.0, 'max': 0.0}, {'current': 3299.116, 'min': 0.0, 'max': 0.0}, {'current': 3299.39, 'min': 0.0, 'max': 0.0}, {'current': 3299.373, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 32.0, 'used': 0.012481689453125}}, 'gpu': 'NVIDIA A10G', 'gpu_count': 8, 'gpu_devices': [{'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}], 'memory': {'total': 747.9597625732422}}
|
25 |
+
2024-02-08 17:52:38,634 INFO HandlerThread:1317 [system_monitor.py:probe():224] Finished collecting system info
|
26 |
+
2024-02-08 17:52:38,634 INFO HandlerThread:1317 [system_monitor.py:probe():227] Publishing system info
|
27 |
+
2024-02-08 17:52:38,634 DEBUG HandlerThread:1317 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
|
28 |
+
2024-02-08 17:52:38,634 DEBUG HandlerThread:1317 [system_info.py:_save_pip():68] Saving pip packages done
|
29 |
+
2024-02-08 17:52:38,634 DEBUG HandlerThread:1317 [system_info.py:_save_conda():75] Saving list of conda packages installed into the current environment
|
30 |
+
2024-02-08 17:52:39,456 INFO Thread-12 :1317 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/conda-environment.yaml
|
31 |
+
2024-02-08 17:52:39,457 INFO Thread-12 :1317 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/requirements.txt
|
32 |
+
2024-02-08 17:52:52,948 DEBUG HandlerThread:1317 [system_info.py:_save_conda():87] Saving conda packages done
|
33 |
+
2024-02-08 17:52:52,950 INFO HandlerThread:1317 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-02-08 17:52:52,954 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: status_report
|
35 |
+
2024-02-08 17:52:52,954 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: keepalive
|
36 |
+
2024-02-08 17:52:52,954 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: status_report
|
37 |
+
2024-02-08 17:52:52,954 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: keepalive
|
38 |
+
2024-02-08 17:52:52,955 DEBUG SenderThread:1317 [sender.py:send():382] send: files
|
39 |
+
2024-02-08 17:52:52,955 INFO SenderThread:1317 [sender.py:_save_file():1392] saving file wandb-metadata.json with policy now
|
40 |
+
2024-02-08 17:52:52,961 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: stop_status
|
41 |
+
2024-02-08 17:52:52,962 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: stop_status
|
42 |
+
2024-02-08 17:52:52,964 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: internal_messages
|
43 |
+
2024-02-08 17:52:53,118 DEBUG SenderThread:1317 [sender.py:send():382] send: telemetry
|
44 |
+
2024-02-08 17:52:53,118 DEBUG SenderThread:1317 [sender.py:send():382] send: config
|
45 |
+
2024-02-08 17:52:53,118 DEBUG SenderThread:1317 [sender.py:send():382] send: metric
|
46 |
+
2024-02-08 17:52:53,118 DEBUG SenderThread:1317 [sender.py:send():382] send: telemetry
|
47 |
+
2024-02-08 17:52:53,119 DEBUG SenderThread:1317 [sender.py:send():382] send: metric
|
48 |
+
2024-02-08 17:52:53,119 WARNING SenderThread:1317 [sender.py:send_metric():1343] Seen metric with glob (shouldn't happen)
|
49 |
+
2024-02-08 17:52:53,356 INFO wandb-upload_0:1317 [upload_job.py:push():131] Uploaded file /tmp/tmpftpllcuxwandb/1bgc597r-wandb-metadata.json
|
50 |
+
2024-02-08 17:52:53,459 INFO Thread-12 :1317 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/conda-environment.yaml
|
51 |
+
2024-02-08 17:52:53,459 INFO Thread-12 :1317 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/wandb-metadata.json
|
52 |
+
2024-02-08 17:52:53,459 INFO Thread-12 :1317 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/output.log
|
53 |
+
2024-02-08 17:52:53,833 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: status_report
|
54 |
+
2024-02-08 17:52:55,459 INFO Thread-12 :1317 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/output.log
|
55 |
+
2024-02-08 17:52:55,914 DEBUG SenderThread:1317 [sender.py:send():382] send: exit
|
56 |
+
2024-02-08 17:52:55,914 INFO SenderThread:1317 [sender.py:send_exit():589] handling exit code: 1
|
57 |
+
2024-02-08 17:52:55,914 INFO SenderThread:1317 [sender.py:send_exit():591] handling runtime: 17
|
58 |
+
2024-02-08 17:52:55,915 INFO SenderThread:1317 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
59 |
+
2024-02-08 17:52:55,915 INFO SenderThread:1317 [sender.py:send_exit():597] send defer
|
60 |
+
2024-02-08 17:52:55,915 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
61 |
+
2024-02-08 17:52:55,915 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 0
|
62 |
+
2024-02-08 17:52:55,916 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
63 |
+
2024-02-08 17:52:55,916 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 0
|
64 |
+
2024-02-08 17:52:55,916 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 1
|
65 |
+
2024-02-08 17:52:55,916 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
66 |
+
2024-02-08 17:52:55,916 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 1
|
67 |
+
2024-02-08 17:52:55,916 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
68 |
+
2024-02-08 17:52:55,916 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 1
|
69 |
+
2024-02-08 17:52:55,916 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 2
|
70 |
+
2024-02-08 17:52:55,916 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
71 |
+
2024-02-08 17:52:55,916 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 2
|
72 |
+
2024-02-08 17:52:55,916 INFO HandlerThread:1317 [system_monitor.py:finish():203] Stopping system monitor
|
73 |
+
2024-02-08 17:52:55,917 INFO HandlerThread:1317 [interfaces.py:finish():202] Joined cpu monitor
|
74 |
+
2024-02-08 17:52:55,917 INFO HandlerThread:1317 [interfaces.py:finish():202] Joined disk monitor
|
75 |
+
2024-02-08 17:52:55,918 DEBUG SystemMonitor:1317 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
76 |
+
2024-02-08 17:52:55,918 DEBUG SystemMonitor:1317 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
77 |
+
2024-02-08 17:52:55,918 DEBUG SystemMonitor:1317 [system_monitor.py:_start():183] Publishing last batch of metrics
|
78 |
+
2024-02-08 17:52:55,956 INFO HandlerThread:1317 [interfaces.py:finish():202] Joined gpu monitor
|
79 |
+
2024-02-08 17:52:55,956 INFO HandlerThread:1317 [interfaces.py:finish():202] Joined memory monitor
|
80 |
+
2024-02-08 17:52:55,956 INFO HandlerThread:1317 [interfaces.py:finish():202] Joined network monitor
|
81 |
+
2024-02-08 17:52:55,957 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
82 |
+
2024-02-08 17:52:55,957 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 2
|
83 |
+
2024-02-08 17:52:55,957 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 3
|
84 |
+
2024-02-08 17:52:55,957 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
85 |
+
2024-02-08 17:52:55,958 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 3
|
86 |
+
2024-02-08 17:52:55,958 DEBUG SenderThread:1317 [sender.py:send():382] send: stats
|
87 |
+
2024-02-08 17:52:55,959 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
88 |
+
2024-02-08 17:52:55,959 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 3
|
89 |
+
2024-02-08 17:52:55,959 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 4
|
90 |
+
2024-02-08 17:52:55,959 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
91 |
+
2024-02-08 17:52:55,959 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 4
|
92 |
+
2024-02-08 17:52:55,959 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
93 |
+
2024-02-08 17:52:55,959 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 4
|
94 |
+
2024-02-08 17:52:55,959 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 5
|
95 |
+
2024-02-08 17:52:55,959 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
96 |
+
2024-02-08 17:52:55,959 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 5
|
97 |
+
2024-02-08 17:52:55,960 DEBUG SenderThread:1317 [sender.py:send():382] send: summary
|
98 |
+
2024-02-08 17:52:55,961 INFO SenderThread:1317 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
99 |
+
2024-02-08 17:52:55,961 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
100 |
+
2024-02-08 17:52:55,961 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 5
|
101 |
+
2024-02-08 17:52:55,961 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 6
|
102 |
+
2024-02-08 17:52:55,961 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
103 |
+
2024-02-08 17:52:55,961 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 6
|
104 |
+
2024-02-08 17:52:55,961 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
105 |
+
2024-02-08 17:52:55,961 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 6
|
106 |
+
2024-02-08 17:52:55,966 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: status_report
|
107 |
+
2024-02-08 17:52:56,102 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 7
|
108 |
+
2024-02-08 17:52:56,102 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
109 |
+
2024-02-08 17:52:56,102 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 7
|
110 |
+
2024-02-08 17:52:56,103 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
111 |
+
2024-02-08 17:52:56,103 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 7
|
112 |
+
2024-02-08 17:52:56,459 INFO Thread-12 :1317 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/config.yaml
|
113 |
+
2024-02-08 17:52:56,459 INFO Thread-12 :1317 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/wandb-summary.json
|
114 |
+
2024-02-08 17:52:56,914 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: poll_exit
|
115 |
+
2024-02-08 17:52:57,129 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 8
|
116 |
+
2024-02-08 17:52:57,129 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: poll_exit
|
117 |
+
2024-02-08 17:52:57,130 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
118 |
+
2024-02-08 17:52:57,130 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 8
|
119 |
+
2024-02-08 17:52:57,130 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
120 |
+
2024-02-08 17:52:57,130 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 8
|
121 |
+
2024-02-08 17:52:57,130 INFO SenderThread:1317 [job_builder.py:build():298] Attempting to build job artifact
|
122 |
+
2024-02-08 17:52:57,131 INFO SenderThread:1317 [job_builder.py:_get_source_type():439] no source found
|
123 |
+
2024-02-08 17:52:57,131 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 9
|
124 |
+
2024-02-08 17:52:57,131 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
125 |
+
2024-02-08 17:52:57,131 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 9
|
126 |
+
2024-02-08 17:52:57,132 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
127 |
+
2024-02-08 17:52:57,132 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 9
|
128 |
+
2024-02-08 17:52:57,132 INFO SenderThread:1317 [dir_watcher.py:finish():358] shutting down directory watcher
|
129 |
+
2024-02-08 17:52:57,460 INFO Thread-12 :1317 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/output.log
|
130 |
+
2024-02-08 17:52:57,460 INFO SenderThread:1317 [dir_watcher.py:finish():388] scan: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files
|
131 |
+
2024-02-08 17:52:57,460 INFO SenderThread:1317 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/config.yaml config.yaml
|
132 |
+
2024-02-08 17:52:57,460 INFO SenderThread:1317 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/requirements.txt requirements.txt
|
133 |
+
2024-02-08 17:52:57,460 INFO SenderThread:1317 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/conda-environment.yaml conda-environment.yaml
|
134 |
+
2024-02-08 17:52:57,461 INFO SenderThread:1317 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/wandb-metadata.json wandb-metadata.json
|
135 |
+
2024-02-08 17:52:57,461 INFO SenderThread:1317 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/output.log output.log
|
136 |
+
2024-02-08 17:52:57,463 INFO SenderThread:1317 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/wandb-summary.json wandb-summary.json
|
137 |
+
2024-02-08 17:52:57,464 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 10
|
138 |
+
2024-02-08 17:52:57,467 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
139 |
+
2024-02-08 17:52:57,467 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 10
|
140 |
+
2024-02-08 17:52:57,468 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
141 |
+
2024-02-08 17:52:57,468 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 10
|
142 |
+
2024-02-08 17:52:57,468 INFO SenderThread:1317 [file_pusher.py:finish():175] shutting down file pusher
|
143 |
+
2024-02-08 17:52:57,674 INFO wandb-upload_0:1317 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/requirements.txt
|
144 |
+
2024-02-08 17:52:57,753 INFO wandb-upload_1:1317 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/config.yaml
|
145 |
+
2024-02-08 17:52:57,791 INFO wandb-upload_3:1317 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/output.log
|
146 |
+
2024-02-08 17:52:57,800 INFO wandb-upload_2:1317 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/conda-environment.yaml
|
147 |
+
2024-02-08 17:52:57,804 INFO wandb-upload_4:1317 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/files/wandb-summary.json
|
148 |
+
2024-02-08 17:52:57,915 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: poll_exit
|
149 |
+
2024-02-08 17:52:57,915 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: poll_exit
|
150 |
+
2024-02-08 17:52:58,004 INFO Thread-11 (_thread_body):1317 [sender.py:transition_state():617] send defer: 11
|
151 |
+
2024-02-08 17:52:58,004 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
152 |
+
2024-02-08 17:52:58,004 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 11
|
153 |
+
2024-02-08 17:52:58,005 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
154 |
+
2024-02-08 17:52:58,005 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 11
|
155 |
+
2024-02-08 17:52:58,005 INFO SenderThread:1317 [file_pusher.py:join():181] waiting for file pusher
|
156 |
+
2024-02-08 17:52:58,005 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 12
|
157 |
+
2024-02-08 17:52:58,005 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
158 |
+
2024-02-08 17:52:58,005 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 12
|
159 |
+
2024-02-08 17:52:58,006 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
160 |
+
2024-02-08 17:52:58,006 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 12
|
161 |
+
2024-02-08 17:52:58,006 INFO SenderThread:1317 [file_stream.py:finish():595] file stream finish called
|
162 |
+
2024-02-08 17:52:58,071 INFO SenderThread:1317 [file_stream.py:finish():599] file stream finish is done
|
163 |
+
2024-02-08 17:52:58,071 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 13
|
164 |
+
2024-02-08 17:52:58,071 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
165 |
+
2024-02-08 17:52:58,071 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 13
|
166 |
+
2024-02-08 17:52:58,071 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
167 |
+
2024-02-08 17:52:58,071 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 13
|
168 |
+
2024-02-08 17:52:58,071 INFO SenderThread:1317 [sender.py:transition_state():617] send defer: 14
|
169 |
+
2024-02-08 17:52:58,071 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: defer
|
170 |
+
2024-02-08 17:52:58,071 INFO HandlerThread:1317 [handler.py:handle_request_defer():172] handle defer: 14
|
171 |
+
2024-02-08 17:52:58,072 DEBUG SenderThread:1317 [sender.py:send():382] send: final
|
172 |
+
2024-02-08 17:52:58,072 DEBUG SenderThread:1317 [sender.py:send():382] send: footer
|
173 |
+
2024-02-08 17:52:58,072 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: defer
|
174 |
+
2024-02-08 17:52:58,072 INFO SenderThread:1317 [sender.py:send_request_defer():613] handle sender defer: 14
|
175 |
+
2024-02-08 17:52:58,072 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: poll_exit
|
176 |
+
2024-02-08 17:52:58,072 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: poll_exit
|
177 |
+
2024-02-08 17:52:58,073 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: poll_exit
|
178 |
+
2024-02-08 17:52:58,073 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: poll_exit
|
179 |
+
2024-02-08 17:52:58,073 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: server_info
|
180 |
+
2024-02-08 17:52:58,073 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: server_info
|
181 |
+
2024-02-08 17:52:58,075 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: get_summary
|
182 |
+
2024-02-08 17:52:58,075 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: sampled_history
|
183 |
+
2024-02-08 17:52:58,076 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: internal_messages
|
184 |
+
2024-02-08 17:52:58,076 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: job_info
|
185 |
+
2024-02-08 17:52:58,121 DEBUG SenderThread:1317 [sender.py:send_request():409] send_request: job_info
|
186 |
+
2024-02-08 17:52:58,122 INFO MainThread:1317 [wandb_run.py:_footer_history_summary_info():3837] rendering history
|
187 |
+
2024-02-08 17:52:58,122 INFO MainThread:1317 [wandb_run.py:_footer_history_summary_info():3869] rendering summary
|
188 |
+
2024-02-08 17:52:58,122 INFO MainThread:1317 [wandb_run.py:_footer_sync_info():3796] logging synced files
|
189 |
+
2024-02-08 17:52:58,122 DEBUG HandlerThread:1317 [handler.py:handle_request():146] handle_request: shutdown
|
190 |
+
2024-02-08 17:52:58,122 INFO HandlerThread:1317 [handler.py:finish():866] shutting down handler
|
191 |
+
2024-02-08 17:52:59,076 INFO WriterThread:1317 [datastore.py:close():294] close: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/run-v53k76w9.wandb
|
192 |
+
2024-02-08 17:52:59,122 INFO SenderThread:1317 [sender.py:finish():1548] shutting down sender
|
193 |
+
2024-02-08 17:52:59,122 INFO SenderThread:1317 [file_pusher.py:finish():175] shutting down file pusher
|
194 |
+
2024-02-08 17:52:59,122 INFO SenderThread:1317 [file_pusher.py:join():181] waiting for file pusher
|
wandb/run-20240208_175238-v53k76w9/logs/debug.log
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Current SDK version is 0.16.1
|
2 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Configure stats pid to 1048
|
3 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/.config/wandb/settings
|
4 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/output-7b-26k-lora/wandb/settings
|
5 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-02-08 17:52:38,176 WARNING MainThread:1048 [wandb_setup.py:_flush():76] Could not save program above cwd: /home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py
|
8 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program_abspath': '/home/sagemaker-user/lora_finetuning_push_to_hub_save_local.py', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py'}
|
9 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
|
10 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_init.py:_log_setup():524] Logging user logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/logs/debug.log
|
11 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_init.py:_log_setup():525] Logging internal logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_175238-v53k76w9/logs/debug-internal.log
|
12 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_init.py:init():564] calling init triggers
|
13 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_init.py:init():614] starting backend
|
16 |
+
2024-02-08 17:52:38,176 INFO MainThread:1048 [wandb_init.py:init():618] setting up manager
|
17 |
+
2024-02-08 17:52:38,177 INFO MainThread:1048 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
18 |
+
2024-02-08 17:52:38,178 INFO MainThread:1048 [wandb_init.py:init():624] backend started and connected
|
19 |
+
2024-02-08 17:52:38,180 INFO MainThread:1048 [wandb_init.py:init():716] updated telemetry
|
20 |
+
2024-02-08 17:52:38,181 INFO MainThread:1048 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-02-08 17:52:38,458 INFO MainThread:1048 [wandb_run.py:_on_init():2254] communicating current version
|
22 |
+
2024-02-08 17:52:38,498 INFO MainThread:1048 [wandb_run.py:_on_init():2263] got version response upgrade_message: "wandb version 0.16.3 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
|
23 |
+
|
24 |
+
2024-02-08 17:52:38,498 INFO MainThread:1048 [wandb_init.py:init():800] starting run threads in backend
|
25 |
+
2024-02-08 17:52:52,962 INFO MainThread:1048 [wandb_run.py:_console_start():2233] atexit reg
|
26 |
+
2024-02-08 17:52:52,963 INFO MainThread:1048 [wandb_run.py:_redirect():2088] redirect: wrap_raw
|
27 |
+
2024-02-08 17:52:52,963 INFO MainThread:1048 [wandb_run.py:_redirect():2153] Wrapping output streams.
|
28 |
+
2024-02-08 17:52:52,963 INFO MainThread:1048 [wandb_run.py:_redirect():2178] Redirects installed.
|
29 |
+
2024-02-08 17:52:52,963 INFO MainThread:1048 [wandb_init.py:init():841] run started, returning control to user process
|
30 |
+
2024-02-08 17:52:52,965 INFO MainThread:1048 [wandb_run.py:_config_callback():1342] config_cb None None {'vocab_size': 102400, 'max_position_embeddings': 4096, 'hidden_size': 4096, 'intermediate_size': 11008, 'num_hidden_layers': 30, 'num_attention_heads': 32, 'num_key_value_heads': 32, 'hidden_act': 'silu', 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'pretraining_tp': 1, 'use_cache': True, 'rope_scaling': None, 'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'bfloat16', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': False, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['LlamaForCausalLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 100000, 'pad_token_id': 0, 'eos_token_id': 100015, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'deepseek-ai/deepseek-coder-7b-instruct-v1.5', 'transformers_version': '4.31.0', 'attention_bias': False, 'model_type': 'llama', 'rope_theta': 10000.0, 'output_dir': 'output-7b-26k-lora', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 1, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 16, 'eval_accumulation_steps': 'None', 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 2, 'max_steps': -1, 'lr_scheduler_type': 'cosine', 'warmup_ratio': 0.0, 'warmup_steps': 10, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': 'output-7b-26k-lora/runs/Feb08_17-51-59_default', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 1, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', 'save_steps': 100, 'save_total_limit': 100, 'save_safetensors': False, 'save_on_each_node': False, 'no_cuda': False, 'use_mps_device': False, 'seed': 42, 'data_seed': 'None', 'jit_mode_eval': False, 'use_ipex': False, 'bf16': True, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': 0, 'ddp_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 'None', 'dataloader_num_workers': 4, 'past_index': -1, 'run_name': 'output-7b-26k-lora', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': True, 'metric_for_best_model': 'loss', 'greater_is_better': False, 'ignore_data_skip': False, 'sharded_ddp': '[]', 'fsdp': '[]', 'fsdp_min_num_params': 0, 'fsdp_config': "{'fsdp_min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}", 'fsdp_transformer_layer_cls_to_wrap': 'None', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': 'None', 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': "['tensorboard', 'wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'ddp_broadcast_buffers': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'zzz99/output-7b-26k-lora', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'gradient_checkpointing': True, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': 'None', 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': 'None', 'torch_compile_mode': 'None', 'xpu_backend': 'None', 'cache_dir': 'None', 'model_max_length': 960, 'gradient_checkpointing_kwargs': "{'use_reentrant': False}", 'train_batch_size': 4, 'eval_batch_size': 1}
|
31 |
+
2024-02-08 17:52:59,230 WARNING MsgRouterThr:1048 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20240208_175238-v53k76w9/run-v53k76w9.wandb
ADDED
Binary file (15.6 kB). View file
|
|
wandb/run-20240208_180020-3wdew33h/files/conda-environment.yaml
ADDED
@@ -0,0 +1,662 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: base
|
2 |
+
channels:
|
3 |
+
- file:///tmp/local_conda_forge_artifacts
|
4 |
+
- conda-forge
|
5 |
+
- defaults
|
6 |
+
dependencies:
|
7 |
+
- _libgcc_mutex=0.1=conda_forge
|
8 |
+
- _openmp_mutex=4.5=2_kmp_llvm
|
9 |
+
- _py-xgboost-mutex=2.0=gpu_0
|
10 |
+
- absl-py=2.0.0=pyhd8ed1ab_0
|
11 |
+
- accelerate=0.21.0=pyhd8ed1ab_0
|
12 |
+
- aiobotocore=2.7.0=pyhd8ed1ab_1
|
13 |
+
- aiohttp=3.9.1=py310h2372a71_0
|
14 |
+
- aioitertools=0.11.0=pyhd8ed1ab_0
|
15 |
+
- aiosignal=1.3.1=pyhd8ed1ab_0
|
16 |
+
- aiosqlite=0.19.0=pyhd8ed1ab_0
|
17 |
+
- alsa-lib=1.2.10=hd590300_0
|
18 |
+
- altair=5.2.0=pyhd8ed1ab_0
|
19 |
+
- amazon-codewhisperer-jupyterlab-ext=2.0.1=pyhd8ed1ab_0
|
20 |
+
- amazon-sagemaker-jupyter-scheduler=3.0.5=pyhd8ed1ab_0
|
21 |
+
- ansi2html=1.8.0=py310hff52083_2
|
22 |
+
- ansiwrap=0.8.4=py_0
|
23 |
+
- antlr-python-runtime=4.9.3=pyhd8ed1ab_1
|
24 |
+
- anyio=3.7.1=pyhd8ed1ab_0
|
25 |
+
- aom=3.5.0=h27087fc_0
|
26 |
+
- appdirs=1.4.4=pyh9f0ad1d_0
|
27 |
+
- archspec=0.2.2=pyhd8ed1ab_0
|
28 |
+
- argon2-cffi=23.1.0=pyhd8ed1ab_0
|
29 |
+
- argon2-cffi-bindings=21.2.0=py310h2372a71_4
|
30 |
+
- arrow=1.3.0=pyhd8ed1ab_0
|
31 |
+
- astroid=3.0.1=py310hff52083_0
|
32 |
+
- asttokens=2.4.1=pyhd8ed1ab_0
|
33 |
+
- astunparse=1.6.3=pyhd8ed1ab_0
|
34 |
+
- async-lru=2.0.4=pyhd8ed1ab_0
|
35 |
+
- async-timeout=4.0.3=pyhd8ed1ab_0
|
36 |
+
- atk-1.0=2.38.0=hd4edc92_1
|
37 |
+
- attr=2.5.1=h166bdaf_1
|
38 |
+
- attrs=23.1.0=pyh71513ae_1
|
39 |
+
- autogluon=0.8.2=pyhd8ed1ab_4
|
40 |
+
- autogluon.common=0.8.2=pyhd8ed1ab_4
|
41 |
+
- autogluon.core=0.8.2=light_py310h2d11d36_6
|
42 |
+
- autogluon.features=0.8.2=pyhd8ed1ab_3
|
43 |
+
- autogluon.multimodal=0.8.2=pyha770c72_5
|
44 |
+
- autogluon.tabular=0.8.2=pyha770c72_4
|
45 |
+
- autogluon.timeseries=0.8.2=pyhd8ed1ab_4
|
46 |
+
- autopep8=2.0.4=pyhd8ed1ab_0
|
47 |
+
- autovizwidget=0.21.0=pyh1a96a4e_0
|
48 |
+
- aws-c-auth=0.7.3=h28f7589_1
|
49 |
+
- aws-c-cal=0.6.1=hc309b26_1
|
50 |
+
- aws-c-common=0.9.0=hd590300_0
|
51 |
+
- aws-c-compression=0.2.17=h4d4d85c_2
|
52 |
+
- aws-c-event-stream=0.3.1=h2e3709c_4
|
53 |
+
- aws-c-http=0.7.11=h00aa349_4
|
54 |
+
- aws-c-io=0.13.32=he9a53bd_1
|
55 |
+
- aws-c-mqtt=0.9.3=hb447be9_1
|
56 |
+
- aws-c-s3=0.3.14=hf3aad02_1
|
57 |
+
- aws-c-sdkutils=0.1.12=h4d4d85c_1
|
58 |
+
- aws-checksums=0.1.17=h4d4d85c_1
|
59 |
+
- aws-crt-cpp=0.21.0=hb942446_5
|
60 |
+
- aws-embedded-metrics=3.2.0=pyhd8ed1ab_0
|
61 |
+
- aws-glue-sessions=1.0.4=pyhd8ed1ab_0
|
62 |
+
- aws-sdk-cpp=1.10.57=h85b1a90_19
|
63 |
+
- babel=2.13.1=pyhd8ed1ab_0
|
64 |
+
- beautifulsoup4=4.12.2=pyha770c72_0
|
65 |
+
- binaryornot=0.4.4=py_1
|
66 |
+
- black=23.11.0=py310hff52083_0
|
67 |
+
- bleach=6.1.0=pyhd8ed1ab_0
|
68 |
+
- blinker=1.7.0=pyhd8ed1ab_0
|
69 |
+
- blosc=1.21.5=h0f2a231_0
|
70 |
+
- boltons=23.0.0=pyhd8ed1ab_0
|
71 |
+
- boto3=1.28.64=pyhd8ed1ab_0
|
72 |
+
- botocore=1.31.64=pyhd8ed1ab_0
|
73 |
+
- brotli=1.0.9=h166bdaf_9
|
74 |
+
- brotli-bin=1.0.9=h166bdaf_9
|
75 |
+
- brotli-python=1.0.9=py310hd8f1fbe_9
|
76 |
+
- brunsli=0.1=h9c3ff4c_0
|
77 |
+
- bzip2=1.0.8=hd590300_5
|
78 |
+
- c-ares=1.23.0=hd590300_0
|
79 |
+
- c-blosc2=2.11.3=hb4ffafa_0
|
80 |
+
- ca-certificates=2023.11.17=hbcca054_0
|
81 |
+
- cached-property=1.5.2=hd8ed1ab_1
|
82 |
+
- cached_property=1.5.2=pyha770c72_1
|
83 |
+
- cachetools=5.3.2=pyhd8ed1ab_0
|
84 |
+
- cairo=1.18.0=h3faef2a_0
|
85 |
+
- catalogue=2.0.10=py310hff52083_0
|
86 |
+
- catboost=1.2.2=py310hff52083_0
|
87 |
+
- certifi=2023.11.17=pyhd8ed1ab_0
|
88 |
+
- cffi=1.16.0=py310h2fee648_0
|
89 |
+
- chardet=5.2.0=py310hff52083_1
|
90 |
+
- charls=2.4.2=h59595ed_0
|
91 |
+
- charset-normalizer=3.3.2=pyhd8ed1ab_0
|
92 |
+
- click=8.1.7=unix_pyh707e725_0
|
93 |
+
- cloudpathlib=0.16.0=pyhd8ed1ab_0
|
94 |
+
- cloudpickle=2.2.1=pyhd8ed1ab_0
|
95 |
+
- colorama=0.4.6=pyhd8ed1ab_0
|
96 |
+
- comm=0.1.4=pyhd8ed1ab_0
|
97 |
+
- conda=23.11.0=py310hff52083_1
|
98 |
+
- conda-libmamba-solver=23.11.1=pyhd8ed1ab_0
|
99 |
+
- conda-package-handling=2.2.0=pyh38be061_0
|
100 |
+
- conda-package-streaming=0.9.0=pyhd8ed1ab_0
|
101 |
+
- confection=0.1.4=py310h17c5347_0
|
102 |
+
- contextlib2=21.6.0=pyhd8ed1ab_0
|
103 |
+
- contourpy=1.2.0=py310hd41b1e2_0
|
104 |
+
- cookiecutter=2.5.0=pyhca7485f_0
|
105 |
+
- croniter=1.4.1=pyhd8ed1ab_0
|
106 |
+
- cryptography=41.0.7=py310hb8475ec_1
|
107 |
+
- cuda-version=11.8=h70ddcb2_2
|
108 |
+
- cudatoolkit=11.8.0=h4ba93d1_12
|
109 |
+
- cudnn=8.8.0.121=hcdd5f01_4
|
110 |
+
- cycler=0.12.1=pyhd8ed1ab_0
|
111 |
+
- cymem=2.0.8=py310hc6cd4ac_1
|
112 |
+
- cyrus-sasl=2.1.27=h54b06d7_7
|
113 |
+
- cython-blis=0.7.10=py310h1f7b6fc_2
|
114 |
+
- cytoolz=0.12.2=py310h2372a71_1
|
115 |
+
- dash=2.14.2=pyhd8ed1ab_0
|
116 |
+
- dask-core=2023.12.0=pyhd8ed1ab_0
|
117 |
+
- dataclasses=0.8=pyhc8e2a94_3
|
118 |
+
- dataclasses-json=0.6.3=pyhd8ed1ab_0
|
119 |
+
- datasets=2.14.7=pyhd8ed1ab_0
|
120 |
+
- dav1d=1.2.1=hd590300_0
|
121 |
+
- dbus=1.13.6=h5008d03_3
|
122 |
+
- debugpy=1.8.0=py310hc6cd4ac_1
|
123 |
+
- decorator=5.1.1=pyhd8ed1ab_0
|
124 |
+
- deepmerge=1.1.0=pyhd8ed1ab_0
|
125 |
+
- defusedxml=0.7.1=pyhd8ed1ab_0
|
126 |
+
- dill=0.3.7=pyhd8ed1ab_0
|
127 |
+
- distributed=2023.12.0=pyhd8ed1ab_0
|
128 |
+
- distro=1.8.0=pyhd8ed1ab_0
|
129 |
+
- docker-pycreds=0.4.0=py_0
|
130 |
+
- docstring-to-markdown=0.13=pyhd8ed1ab_0
|
131 |
+
- entrypoints=0.4=pyhd8ed1ab_0
|
132 |
+
- et_xmlfile=1.1.0=pyhd8ed1ab_0
|
133 |
+
- evaluate=0.4.1=pyhd8ed1ab_0
|
134 |
+
- exceptiongroup=1.2.0=pyhd8ed1ab_0
|
135 |
+
- executing=2.0.1=pyhd8ed1ab_0
|
136 |
+
- expat=2.5.0=hcb278e6_1
|
137 |
+
- faiss=1.7.4=py310h9ed8947_0_cpu
|
138 |
+
- faiss-cpu=1.7.4=h718b53a_0
|
139 |
+
- fastai=2.7.13=pyhd8ed1ab_0
|
140 |
+
- fastcore=1.5.29=pyhd8ed1ab_0
|
141 |
+
- fastdownload=0.0.7=pyhd8ed1ab_0
|
142 |
+
- fastprogress=1.0.3=pyhd8ed1ab_0
|
143 |
+
- filelock=3.13.1=pyhd8ed1ab_0
|
144 |
+
- flake8=6.1.0=pyhd8ed1ab_0
|
145 |
+
- flask=3.0.0=pyhd8ed1ab_0
|
146 |
+
- flatbuffers=23.5.26=h59595ed_1
|
147 |
+
- fmt=10.1.1=h00ab1b0_1
|
148 |
+
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
|
149 |
+
- font-ttf-inconsolata=3.000=h77eed37_0
|
150 |
+
- font-ttf-source-code-pro=2.038=h77eed37_0
|
151 |
+
- font-ttf-ubuntu=0.83=h77eed37_1
|
152 |
+
- fontconfig=2.14.2=h14ed4e7_0
|
153 |
+
- fonts-conda-ecosystem=1=0
|
154 |
+
- fonts-conda-forge=1=0
|
155 |
+
- fonttools=4.46.0=py310h2372a71_0
|
156 |
+
- fqdn=1.5.1=pyhd8ed1ab_0
|
157 |
+
- freetype=2.12.1=h267a509_2
|
158 |
+
- fribidi=1.0.10=h36c2ea0_0
|
159 |
+
- frozenlist=1.4.0=py310h2372a71_1
|
160 |
+
- fsspec=2023.6.0=pyh1a96a4e_0
|
161 |
+
- future=0.18.3=pyhd8ed1ab_0
|
162 |
+
- gast=0.4.0=pyh9f0ad1d_0
|
163 |
+
- gdk-pixbuf=2.42.10=h6b639ba_2
|
164 |
+
- gdown=4.7.1=pyhd8ed1ab_0
|
165 |
+
- gettext=0.21.1=h27087fc_0
|
166 |
+
- gflags=2.2.2=he1b5a44_1004
|
167 |
+
- giflib=5.2.1=h0b41bf4_3
|
168 |
+
- gitdb=4.0.11=pyhd8ed1ab_0
|
169 |
+
- gitpython=3.1.40=pyhd8ed1ab_0
|
170 |
+
- glib=2.78.3=hfc55251_0
|
171 |
+
- glib-tools=2.78.3=hfc55251_0
|
172 |
+
- glog=0.6.0=h6f12383_0
|
173 |
+
- gluonts=0.13.7=pyhd8ed1ab_0
|
174 |
+
- gmp=6.3.0=h59595ed_0
|
175 |
+
- gmpy2=2.1.2=py310h3ec546c_1
|
176 |
+
- google-api-core=2.15.0=pyhd8ed1ab_0
|
177 |
+
- google-auth=2.25.2=pyhca7485f_0
|
178 |
+
- google-auth-oauthlib=1.0.0=pyhd8ed1ab_1
|
179 |
+
- google-pasta=0.2.0=pyh8c360ce_0
|
180 |
+
- googleapis-common-protos=1.62.0=pyhd8ed1ab_0
|
181 |
+
- graphite2=1.3.13=h58526e2_1001
|
182 |
+
- graphviz=8.1.0=h28d9a01_0
|
183 |
+
- grpcio=1.54.3=py310heca2aa9_0
|
184 |
+
- gst-plugins-base=1.22.7=h8e1006c_1
|
185 |
+
- gstreamer=1.22.7=h98fc4e7_1
|
186 |
+
- gtk2=2.24.33=h90689f9_2
|
187 |
+
- gts=0.7.6=h977cf35_4
|
188 |
+
- h5py=3.10.0=nompi_py310ha2ad45a_100
|
189 |
+
- harfbuzz=8.3.0=h3d44ed6_0
|
190 |
+
- hdf5=1.14.2=nompi_h4f84152_100
|
191 |
+
- hdijupyterutils=0.21.0=pyh1a96a4e_0
|
192 |
+
- huggingface_hub=0.19.4=pyhd8ed1ab_0
|
193 |
+
- icu=73.2=h59595ed_0
|
194 |
+
- idna=3.6=pyhd8ed1ab_0
|
195 |
+
- imagecodecs=2023.8.12=py310hc929067_0
|
196 |
+
- imageio=2.31.5=pyh8c1a49c_0
|
197 |
+
- importlib-metadata=6.10.0=pyha770c72_0
|
198 |
+
- importlib_metadata=6.10.0=hd8ed1ab_0
|
199 |
+
- importlib_resources=6.1.1=pyhd8ed1ab_0
|
200 |
+
- iniconfig=2.0.0=pyhd8ed1ab_0
|
201 |
+
- ipykernel=6.26.0=pyhf8b6a83_0
|
202 |
+
- ipython=8.18.1=pyh707e725_3
|
203 |
+
- ipywidgets=8.1.1=pyhd8ed1ab_0
|
204 |
+
- isoduration=20.11.0=pyhd8ed1ab_0
|
205 |
+
- isort=5.12.0=pyhd8ed1ab_1
|
206 |
+
- itsdangerous=2.1.2=pyhd8ed1ab_0
|
207 |
+
- jax=0.4.20=pyhd8ed1ab_0
|
208 |
+
- jaxlib=0.4.14=cpu_py310h67d73b5_1
|
209 |
+
- jedi=0.19.1=pyhd8ed1ab_0
|
210 |
+
- jinja2=3.1.2=pyhd8ed1ab_1
|
211 |
+
- jmespath=1.0.1=pyhd8ed1ab_0
|
212 |
+
- joblib=1.3.2=pyhd8ed1ab_0
|
213 |
+
- json5=0.9.14=pyhd8ed1ab_0
|
214 |
+
- jsonpatch=1.33=pyhd8ed1ab_0
|
215 |
+
- jsonpath-ng=1.6.0=pyhd8ed1ab_0
|
216 |
+
- jsonpointer=2.4=py310hff52083_3
|
217 |
+
- jsonschema=4.17.3=pyhd8ed1ab_0
|
218 |
+
- jsonschema-with-format-nongpl=4.17.3=pyhd8ed1ab_0
|
219 |
+
- jupyter=1.0.0=pyhd8ed1ab_10
|
220 |
+
- jupyter-ai=2.6.0=pyhd8ed1ab_2
|
221 |
+
- jupyter-ai-magics=2.6.0=pyhd8ed1ab_1
|
222 |
+
- jupyter-dash=0.4.2=pyhd8ed1ab_1
|
223 |
+
- jupyter-lsp=2.2.1=pyhd8ed1ab_0
|
224 |
+
- jupyter-server-mathjax=0.2.6=pyh5bfe37b_1
|
225 |
+
- jupyter-server-proxy=4.1.0=pyhd8ed1ab_0
|
226 |
+
- jupyter_client=8.6.0=pyhd8ed1ab_0
|
227 |
+
- jupyter_console=6.6.3=pyhd8ed1ab_0
|
228 |
+
- jupyter_core=5.5.0=py310hff52083_0
|
229 |
+
- jupyter_events=0.6.3=pyhd8ed1ab_1
|
230 |
+
- jupyter_scheduler=2.4.0=pyha770c72_1
|
231 |
+
- jupyter_server=2.10.0=pyhd8ed1ab_0
|
232 |
+
- jupyter_server_terminals=0.5.0=pyhd8ed1ab_0
|
233 |
+
- jupyterlab=4.0.9=pyhd8ed1ab_0
|
234 |
+
- jupyterlab-git=0.50.0=pyhd8ed1ab_0
|
235 |
+
- jupyterlab-lsp=5.0.1=pyhd8ed1ab_0
|
236 |
+
- jupyterlab_pygments=0.3.0=pyhd8ed1ab_0
|
237 |
+
- jupyterlab_server=2.24.0=pyhd8ed1ab_0
|
238 |
+
- jupyterlab_widgets=3.0.9=pyhd8ed1ab_0
|
239 |
+
- jxrlib=1.1=h7f98852_2
|
240 |
+
- keras=2.12.0=pyhd8ed1ab_0
|
241 |
+
- keras-preprocessing=1.1.2=pyhd8ed1ab_0
|
242 |
+
- keyutils=1.6.1=h166bdaf_0
|
243 |
+
- kiwisolver=1.4.5=py310hd41b1e2_1
|
244 |
+
- lame=3.100=h166bdaf_1003
|
245 |
+
- langchain=0.0.318=pyhd8ed1ab_0
|
246 |
+
- langcodes=3.3.0=pyhd8ed1ab_0
|
247 |
+
- langsmith=0.0.69=pyhd8ed1ab_0
|
248 |
+
- lcms2=2.15=haa2dc70_1
|
249 |
+
- ld_impl_linux-64=2.40=h41732ed_0
|
250 |
+
- lerc=4.0.0=h27087fc_0
|
251 |
+
- libabseil=20230125.3=cxx17_h59595ed_0
|
252 |
+
- libaec=1.1.2=h59595ed_1
|
253 |
+
- libarchive=3.7.2=h039dbb9_0
|
254 |
+
- libarrow=12.0.1=hb87d912_8_cpu
|
255 |
+
- libavif=0.11.1=h8182462_2
|
256 |
+
- libblas=3.9.0=16_linux64_mkl
|
257 |
+
- libbrotlicommon=1.0.9=h166bdaf_9
|
258 |
+
- libbrotlidec=1.0.9=h166bdaf_9
|
259 |
+
- libbrotlienc=1.0.9=h166bdaf_9
|
260 |
+
- libcap=2.69=h0f662aa_0
|
261 |
+
- libcblas=3.9.0=16_linux64_mkl
|
262 |
+
- libclang=15.0.7=default_hb11cfb5_4
|
263 |
+
- libclang13=15.0.7=default_ha2b6cf4_4
|
264 |
+
- libcrc32c=1.1.2=h9c3ff4c_0
|
265 |
+
- libcups=2.3.3=h4637d8d_4
|
266 |
+
- libcurl=8.4.0=hca28451_0
|
267 |
+
- libdeflate=1.18=h0b41bf4_0
|
268 |
+
- libedit=3.1.20191231=he28a2e2_2
|
269 |
+
- libev=4.33=hd590300_2
|
270 |
+
- libevent=2.1.12=hf998b51_1
|
271 |
+
- libexpat=2.5.0=hcb278e6_1
|
272 |
+
- libfaiss=1.7.4=hf47d654_0_cpu
|
273 |
+
- libfaiss-avx2=1.7.4=h1234567_0_cpu
|
274 |
+
- libffi=3.4.2=h7f98852_5
|
275 |
+
- libflac=1.4.3=h59595ed_0
|
276 |
+
- libgcc-ng=13.2.0=h807b86a_3
|
277 |
+
- libgcrypt=1.10.3=hd590300_0
|
278 |
+
- libgd=2.3.3=h74d50f4_7
|
279 |
+
- libgfortran-ng=13.2.0=h69a702a_3
|
280 |
+
- libgfortran5=13.2.0=ha4646dd_3
|
281 |
+
- libglib=2.78.3=h783c2da_0
|
282 |
+
- libgoogle-cloud=2.12.0=hac9eb74_1
|
283 |
+
- libgpg-error=1.47=h71f35ed_0
|
284 |
+
- libgrpc=1.54.3=hb20ce57_0
|
285 |
+
- libhwloc=2.9.3=default_h554bfaf_1009
|
286 |
+
- libiconv=1.17=hd590300_1
|
287 |
+
- libjpeg-turbo=2.1.5.1=hd590300_1
|
288 |
+
- liblapack=3.9.0=16_linux64_mkl
|
289 |
+
- libllvm14=14.0.6=hcd5def8_4
|
290 |
+
- libllvm15=15.0.7=h5cf9203_3
|
291 |
+
- libmagma=2.7.1=hc72dce7_6
|
292 |
+
- libmagma_sparse=2.7.1=h8354cda_6
|
293 |
+
- libmamba=1.5.3=had39da4_2
|
294 |
+
- libmambapy=1.5.3=py310h39ff949_2
|
295 |
+
- libnghttp2=1.58.0=h47da74e_0
|
296 |
+
- libnsl=2.0.1=hd590300_0
|
297 |
+
- libntlm=1.4=h7f98852_1002
|
298 |
+
- libnuma=2.0.16=h0b41bf4_1
|
299 |
+
- libogg=1.3.4=h7f98852_1
|
300 |
+
- libopus=1.3.1=h7f98852_1
|
301 |
+
- libpng=1.6.39=h753d276_0
|
302 |
+
- libpq=15.4=hfc447b1_2
|
303 |
+
- libprotobuf=3.21.12=hfc55251_2
|
304 |
+
- librsvg=2.56.3=h98fae49_0
|
305 |
+
- libsecret=0.18.8=h329b89f_2
|
306 |
+
- libsentencepiece=0.1.99=h180e1df_0
|
307 |
+
- libsndfile=1.2.2=hc60ed4a_1
|
308 |
+
- libsodium=1.0.18=h36c2ea0_1
|
309 |
+
- libsolv=0.7.27=hfc55251_0
|
310 |
+
- libsqlite=3.44.2=h2797004_0
|
311 |
+
- libssh2=1.11.0=h0841786_0
|
312 |
+
- libstdcxx-ng=13.2.0=h7e041cc_3
|
313 |
+
- libsystemd0=255=h3516f8a_0
|
314 |
+
- libthrift=0.18.1=h8fd135c_2
|
315 |
+
- libtiff=4.5.1=h8b53f26_1
|
316 |
+
- libtool=2.4.7=h27087fc_0
|
317 |
+
- libutf8proc=2.8.0=h166bdaf_0
|
318 |
+
- libuuid=2.38.1=h0b41bf4_0
|
319 |
+
- libuv=1.46.0=hd590300_0
|
320 |
+
- libvorbis=1.3.7=h9c3ff4c_0
|
321 |
+
- libwebp=1.3.1=hbf2b3c1_0
|
322 |
+
- libwebp-base=1.3.1=hd590300_0
|
323 |
+
- libxcb=1.15=h0b41bf4_0
|
324 |
+
- libxgboost=1.7.6=cuda118_hd3b444d_6
|
325 |
+
- libxkbcommon=1.6.0=h5d7e998_0
|
326 |
+
- libxml2=2.11.6=h232c23b_0
|
327 |
+
- libzlib=1.2.13=hd590300_5
|
328 |
+
- libzopfli=1.0.3=h9c3ff4c_0
|
329 |
+
- lightgbm=3.3.5=py310heca2aa9_0
|
330 |
+
- lightning-utilities=0.10.0=pyhd8ed1ab_0
|
331 |
+
- llvm-openmp=17.0.6=h4dfa4b3_0
|
332 |
+
- llvmlite=0.41.1=py310h1b8f574_0
|
333 |
+
- locket=1.0.0=pyhd8ed1ab_0
|
334 |
+
- lz4-c=1.9.4=hcb278e6_0
|
335 |
+
- lzo=2.10=h516909a_1000
|
336 |
+
- magma=2.7.1=ha770c72_6
|
337 |
+
- markdown=3.5.1=pyhd8ed1ab_0
|
338 |
+
- markdown-it-py=3.0.0=pyhd8ed1ab_0
|
339 |
+
- markupsafe=2.1.3=py310h2372a71_1
|
340 |
+
- marshmallow=3.20.1=pyhd8ed1ab_0
|
341 |
+
- matplotlib=3.8.2=py310hff52083_0
|
342 |
+
- matplotlib-base=3.8.2=py310h62c0568_0
|
343 |
+
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
|
344 |
+
- mccabe=0.7.0=pyhd8ed1ab_0
|
345 |
+
- mdurl=0.1.0=pyhd8ed1ab_0
|
346 |
+
- menuinst=2.0.1=py310hff52083_0
|
347 |
+
- mistune=3.0.2=pyhd8ed1ab_0
|
348 |
+
- mkl=2022.2.1=h84fe81f_16997
|
349 |
+
- ml_dtypes=0.3.1=py310hcc13569_2
|
350 |
+
- mlforecast=0.7.3=pyhd8ed1ab_0
|
351 |
+
- mock=5.1.0=pyhd8ed1ab_0
|
352 |
+
- model-index=0.1.11=pyhd8ed1ab_0
|
353 |
+
- mpc=1.3.1=hfe3b2da_0
|
354 |
+
- mpfr=4.2.1=h9458935_0
|
355 |
+
- mpg123=1.32.3=h59595ed_0
|
356 |
+
- mpmath=1.3.0=pyhd8ed1ab_0
|
357 |
+
- msgpack-python=1.0.7=py310hd41b1e2_0
|
358 |
+
- multidict=6.0.4=py310h2372a71_1
|
359 |
+
- multiprocess=0.70.15=py310h2372a71_1
|
360 |
+
- munkres=1.1.4=pyh9f0ad1d_0
|
361 |
+
- murmurhash=1.0.10=py310hc6cd4ac_1
|
362 |
+
- mypy_extensions=1.0.0=pyha770c72_0
|
363 |
+
- mysql-common=8.0.33=hf1915f5_6
|
364 |
+
- mysql-libs=8.0.33=hca2cd23_6
|
365 |
+
- nbclient=0.8.0=pyhd8ed1ab_0
|
366 |
+
- nbconvert=7.12.0=pyhd8ed1ab_0
|
367 |
+
- nbconvert-core=7.12.0=pyhd8ed1ab_0
|
368 |
+
- nbconvert-pandoc=7.12.0=pyhd8ed1ab_0
|
369 |
+
- nbdime=4.0.1=pyhd8ed1ab_0
|
370 |
+
- nbformat=5.9.2=pyhd8ed1ab_0
|
371 |
+
- nccl=2.19.4.1=h6103f9b_0
|
372 |
+
- ncurses=6.4=h59595ed_2
|
373 |
+
- nest-asyncio=1.5.8=pyhd8ed1ab_0
|
374 |
+
- networkx=3.2.1=pyhd8ed1ab_0
|
375 |
+
- nlpaug=1.1.11=pyhd8ed1ab_1
|
376 |
+
- nltk=3.8.1=pyhd8ed1ab_0
|
377 |
+
- nodejs=18.18.2=hb753e55_1
|
378 |
+
- nose=1.3.7=py_1006
|
379 |
+
- notebook=7.0.6=pyhd8ed1ab_0
|
380 |
+
- notebook-shim=0.2.3=pyhd8ed1ab_0
|
381 |
+
- nptyping=2.4.1=pyhd8ed1ab_0
|
382 |
+
- nspr=4.35=h27087fc_0
|
383 |
+
- nss=3.95=h1d7d5a4_0
|
384 |
+
- numba=0.58.1=py310h7dc5dd1_0
|
385 |
+
- numexpr=2.8.7=mkl_py310h5e07f1c_4
|
386 |
+
- numpy=1.26.2=py310hb13e2d6_0
|
387 |
+
- oauthlib=3.2.2=pyhd8ed1ab_0
|
388 |
+
- omegaconf=2.2.3=pyhd8ed1ab_0
|
389 |
+
- openai=0.28.1=pyhd8ed1ab_0
|
390 |
+
- openapi-schema-pydantic=1.2.4=pyhd8ed1ab_0
|
391 |
+
- openjpeg=2.5.0=hfec8fc6_2
|
392 |
+
- openmim=0.3.7=pyhd8ed1ab_0
|
393 |
+
- openpyxl=3.1.2=py310h2372a71_1
|
394 |
+
- openssl=3.1.4=hd590300_0
|
395 |
+
- opt-einsum=3.3.0=hd8ed1ab_2
|
396 |
+
- opt_einsum=3.3.0=pyhc1e730c_2
|
397 |
+
- orc=1.9.0=h2f23424_1
|
398 |
+
- ordered-set=4.1.0=pyhd8ed1ab_0
|
399 |
+
- overrides=7.4.0=pyhd8ed1ab_0
|
400 |
+
- packaging=23.2=pyhd8ed1ab_0
|
401 |
+
- pandas=2.1.4=py310hcc13569_0
|
402 |
+
- pandas-stubs=2.1.1.230928=pyhd8ed1ab_1
|
403 |
+
- pandoc=3.1.3=h32600fe_0
|
404 |
+
- pandocfilters=1.5.0=pyhd8ed1ab_0
|
405 |
+
- pango=1.50.14=ha41ecd1_2
|
406 |
+
- papermill=2.4.0=pyhd8ed1ab_0
|
407 |
+
- parso=0.8.3=pyhd8ed1ab_0
|
408 |
+
- partd=1.4.1=pyhd8ed1ab_0
|
409 |
+
- pathos=0.3.1=pyhd8ed1ab_0
|
410 |
+
- pathspec=0.12.1=pyhd8ed1ab_0
|
411 |
+
- pathtools=0.1.2=py_1
|
412 |
+
- pathy=0.10.2=pyhd8ed1ab_0
|
413 |
+
- patsy=0.5.4=pyhd8ed1ab_0
|
414 |
+
- pcre2=10.42=hcad00b1_0
|
415 |
+
- pexpect=4.8.0=pyh1a96a4e_2
|
416 |
+
- pickleshare=0.7.5=py_1003
|
417 |
+
- pillow=9.5.0=py310h582fbeb_1
|
418 |
+
- pip=23.3.1=pyhd8ed1ab_0
|
419 |
+
- pixman=0.42.2=h59595ed_0
|
420 |
+
- pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1
|
421 |
+
- platformdirs=4.1.0=pyhd8ed1ab_0
|
422 |
+
- plotly=5.18.0=pyhd8ed1ab_0
|
423 |
+
- pluggy=1.3.0=pyhd8ed1ab_0
|
424 |
+
- ply=3.11=py_1
|
425 |
+
- pox=0.3.3=pyhd8ed1ab_0
|
426 |
+
- ppft=1.7.6.7=pyhd8ed1ab_0
|
427 |
+
- preshed=3.0.9=py310hc6cd4ac_1
|
428 |
+
- prometheus_client=0.19.0=pyhd8ed1ab_0
|
429 |
+
- prompt-toolkit=3.0.41=pyha770c72_0
|
430 |
+
- prompt_toolkit=3.0.41=hd8ed1ab_0
|
431 |
+
- protobuf=4.21.12=py310heca2aa9_0
|
432 |
+
- psutil=5.9.5=py310h2372a71_1
|
433 |
+
- pthread-stubs=0.4=h36c2ea0_1001
|
434 |
+
- ptyprocess=0.7.0=pyhd3deb0d_0
|
435 |
+
- pulseaudio-client=16.1=hb77b528_5
|
436 |
+
- pure-sasl=0.6.2=pyhd8ed1ab_0
|
437 |
+
- pure_eval=0.2.2=pyhd8ed1ab_0
|
438 |
+
- py-xgboost=1.7.6=cuda118_py310h9840055_6
|
439 |
+
- py-xgboost-gpu=1.7.6=py310h9840055_6
|
440 |
+
- pyarrow=12.0.1=py310h0576679_8_cpu
|
441 |
+
- pyarrow-hotfix=0.6=pyhd8ed1ab_0
|
442 |
+
- pyasn1=0.5.1=pyhd8ed1ab_0
|
443 |
+
- pyasn1-modules=0.3.0=pyhd8ed1ab_0
|
444 |
+
- pybind11-abi=4=hd8ed1ab_3
|
445 |
+
- pycodestyle=2.11.1=pyhd8ed1ab_0
|
446 |
+
- pycosat=0.6.6=py310h2372a71_0
|
447 |
+
- pycparser=2.21=pyhd8ed1ab_0
|
448 |
+
- pydocstyle=6.3.0=pyhd8ed1ab_0
|
449 |
+
- pyflakes=3.1.0=pyhd8ed1ab_0
|
450 |
+
- pygments=2.17.2=pyhd8ed1ab_0
|
451 |
+
- pyhive=0.7.0=pyhd8ed1ab_0
|
452 |
+
- pyjwt=2.8.0=pyhd8ed1ab_0
|
453 |
+
- pylint=3.0.3=pyhd8ed1ab_0
|
454 |
+
- pyopenssl=23.3.0=pyhd8ed1ab_0
|
455 |
+
- pyparsing=3.1.1=pyhd8ed1ab_0
|
456 |
+
- pyqt=5.15.9=py310h04931ad_5
|
457 |
+
- pyqt5-sip=12.12.2=py310hc6cd4ac_5
|
458 |
+
- pyrsistent=0.20.0=py310h2372a71_0
|
459 |
+
- pysocks=1.7.1=pyha2e5f31_6
|
460 |
+
- pyspnego=0.9.1=py310h2372a71_2
|
461 |
+
- pytesseract=0.3.10=pyhd8ed1ab_0
|
462 |
+
- pytest=7.4.3=pyhd8ed1ab_0
|
463 |
+
- pytest-subtests=0.11.0=pyhd8ed1ab_0
|
464 |
+
- python=3.10.13=hd12c33a_0_cpython
|
465 |
+
- python-dateutil=2.8.2=pyhd8ed1ab_0
|
466 |
+
- python-fastjsonschema=2.19.0=pyhd8ed1ab_0
|
467 |
+
- python-flatbuffers=23.5.26=pyhd8ed1ab_0
|
468 |
+
- python-graphviz=0.20.1=pyh22cad53_0
|
469 |
+
- python-gssapi=1.8.3=py310h98feede_0
|
470 |
+
- python-json-logger=2.0.7=pyhd8ed1ab_0
|
471 |
+
- python-lsp-jsonrpc=1.1.2=pyhd8ed1ab_0
|
472 |
+
- python-lsp-server=1.9.0=pyhd8ed1ab_0
|
473 |
+
- python-lsp-server-base=1.9.0=pyhd8ed1ab_0
|
474 |
+
- python-slugify=8.0.1=pyhd8ed1ab_2
|
475 |
+
- python-tzdata=2023.3=pyhd8ed1ab_0
|
476 |
+
- python-xxhash=3.4.1=py310h2372a71_0
|
477 |
+
- python_abi=3.10=4_cp310
|
478 |
+
- pytoolconfig=1.2.5=pyhd8ed1ab_0
|
479 |
+
- pytorch=2.0.0=cuda112py310he33e0d6_200
|
480 |
+
- pytorch-gpu=2.0.0=cuda112py310h9871d0b_200
|
481 |
+
- pytorch-lightning=2.0.9=pyhd8ed1ab_0
|
482 |
+
- pytorch-metric-learning=1.7.3=pyhd8ed1ab_0
|
483 |
+
- pytz=2023.3=pyhd8ed1ab_0
|
484 |
+
- pyu2f=0.1.5=pyhd8ed1ab_0
|
485 |
+
- pywavelets=1.4.1=py310h1f7b6fc_1
|
486 |
+
- pyyaml=6.0.1=py310h2372a71_1
|
487 |
+
- pyzmq=25.1.2=py310h795f18f_0
|
488 |
+
- qt-main=5.15.8=hc47bfe8_16
|
489 |
+
- qtconsole-base=5.5.1=pyha770c72_0
|
490 |
+
- qtpy=2.4.1=pyhd8ed1ab_0
|
491 |
+
- rdma-core=28.9=h59595ed_1
|
492 |
+
- re2=2023.03.02=h8c504da_0
|
493 |
+
- readline=8.2=h8228510_1
|
494 |
+
- regex=2023.10.3=py310h2372a71_0
|
495 |
+
- reproc=14.2.4.post0=hd590300_1
|
496 |
+
- reproc-cpp=14.2.4.post0=h59595ed_1
|
497 |
+
- requests=2.31.0=pyhd8ed1ab_0
|
498 |
+
- requests-kerberos=0.14.0=pyhd8ed1ab_1
|
499 |
+
- requests-oauthlib=1.3.1=pyhd8ed1ab_0
|
500 |
+
- responses=0.18.0=pyhd8ed1ab_0
|
501 |
+
- retrying=1.3.3=py_2
|
502 |
+
- rfc3339-validator=0.1.4=pyhd8ed1ab_0
|
503 |
+
- rfc3986-validator=0.1.1=pyh9f0ad1d_0
|
504 |
+
- rich=13.7.0=pyhd8ed1ab_0
|
505 |
+
- ripgrep=14.0.3=he8a937b_1
|
506 |
+
- rope=1.11.0=pyhd8ed1ab_1
|
507 |
+
- rsa=4.9=pyhd8ed1ab_0
|
508 |
+
- ruamel.yaml=0.18.5=py310h2372a71_0
|
509 |
+
- ruamel.yaml.clib=0.2.7=py310h2372a71_2
|
510 |
+
- s2n=1.3.49=h06160fa_0
|
511 |
+
- s3transfer=0.7.0=pyhd8ed1ab_1
|
512 |
+
- sacremoses=0.0.53=pyhd8ed1ab_0
|
513 |
+
- safetensors=0.3.3=py310hcb5633a_1
|
514 |
+
- sagemaker-code-editor=1.83.1=ha1e3dc1_3
|
515 |
+
- sagemaker-headless-execution-driver=0.0.12=pyhd8ed1ab_0
|
516 |
+
- sagemaker-jupyterlab-emr-extension=0.1.9=pyhd8ed1ab_0
|
517 |
+
- sagemaker-jupyterlab-extension=0.2.0=pyhd8ed1ab_0
|
518 |
+
- sagemaker-jupyterlab-extension-common=0.1.9=pyhd8ed1ab_0
|
519 |
+
- sagemaker-kernel-wrapper=0.0.2=pyhd8ed1ab_0
|
520 |
+
- sagemaker-python-sdk=2.198.0=pyhd8ed1ab_0
|
521 |
+
- sagemaker-studio-analytics-extension=0.0.21=pyhd8ed1ab_0
|
522 |
+
- sagemaker-studio-sparkmagic-lib=0.1.4=pyhd8ed1ab_0
|
523 |
+
- sasl=0.3.1=py310hd8f1fbe_2
|
524 |
+
- schema=0.7.5=pyhd8ed1ab_1
|
525 |
+
- scikit-image=0.19.3=py310h769672d_2
|
526 |
+
- scikit-learn=1.3.2=py310h1fdf081_2
|
527 |
+
- scipy=1.11.4=py310hb13e2d6_0
|
528 |
+
- send2trash=1.8.2=pyh41d4057_0
|
529 |
+
- sentencepiece=0.1.99=hff52083_0
|
530 |
+
- sentencepiece-python=0.1.99=py310hebdb9f0_0
|
531 |
+
- sentencepiece-spm=0.1.99=h180e1df_0
|
532 |
+
- sentry-sdk=1.38.0=pyhd8ed1ab_0
|
533 |
+
- seqeval=1.2.2=pyhd3deb0d_0
|
534 |
+
- setproctitle=1.3.3=py310h2372a71_0
|
535 |
+
- setuptools=68.2.2=pyhd8ed1ab_0
|
536 |
+
- shellingham=1.5.4=pyhd8ed1ab_0
|
537 |
+
- simpervisor=1.0.0=pyhd8ed1ab_0
|
538 |
+
- sip=6.7.12=py310hc6cd4ac_0
|
539 |
+
- six=1.16.0=pyh6c4a22f_0
|
540 |
+
- sleef=3.5.1=h9b69904_2
|
541 |
+
- smart_open=5.2.1=pyhd8ed1ab_0
|
542 |
+
- smdebug-rulesconfig=1.0.1=pyhd3deb0d_1
|
543 |
+
- smmap=5.0.0=pyhd8ed1ab_0
|
544 |
+
- snappy=1.1.10=h9fff704_0
|
545 |
+
- sniffio=1.3.0=pyhd8ed1ab_0
|
546 |
+
- snowballstemmer=2.2.0=pyhd8ed1ab_0
|
547 |
+
- sortedcontainers=2.4.0=pyhd8ed1ab_0
|
548 |
+
- soupsieve=2.5=pyhd8ed1ab_1
|
549 |
+
- spacy=3.7.2=py310hcb52e73_0
|
550 |
+
- spacy-legacy=3.0.12=pyhd8ed1ab_0
|
551 |
+
- spacy-loggers=1.0.5=pyhd8ed1ab_0
|
552 |
+
- sparkmagic=0.21.0=pyhd8ed1ab_0
|
553 |
+
- srsly=2.4.8=py310hc6cd4ac_1
|
554 |
+
- stack_data=0.6.2=pyhd8ed1ab_0
|
555 |
+
- statsforecast=1.4.0=pyhd8ed1ab_0
|
556 |
+
- statsmodels=0.14.0=py310h1f7b6fc_3
|
557 |
+
- supervisor=4.2.5=py310hff52083_2
|
558 |
+
- sympy=1.12=pypyh9d50eac_103
|
559 |
+
- tabulate=0.9.0=pyhd8ed1ab_1
|
560 |
+
- tbb=2021.11.0=h00ab1b0_0
|
561 |
+
- tblib=1.7.0=pyhd8ed1ab_0
|
562 |
+
- tenacity=8.2.3=pyhd8ed1ab_0
|
563 |
+
- tensorboard=2.12.3=pyhd8ed1ab_0
|
564 |
+
- tensorboard-data-server=0.7.0=py310h75e40e8_1
|
565 |
+
- tensorflow=2.12.1=cuda112py310h457873b_1
|
566 |
+
- tensorflow-base=2.12.1=cuda112py310h1d65785_1
|
567 |
+
- tensorflow-estimator=2.12.1=cuda112py310ha5e6de5_1
|
568 |
+
- termcolor=2.3.0=pyhd8ed1ab_0
|
569 |
+
- terminado=0.18.0=pyh0d859eb_0
|
570 |
+
- text-unidecode=1.3=pyhd8ed1ab_1
|
571 |
+
- textwrap3=0.9.2=py_0
|
572 |
+
- thinc=8.2.1=py310hcb52e73_0
|
573 |
+
- threadpoolctl=3.2.0=pyha21a80b_0
|
574 |
+
- thrift=0.19.0=py310hc6cd4ac_1
|
575 |
+
- thrift_sasl=0.4.3=pyhd8ed1ab_2
|
576 |
+
- tifffile=2023.12.9=pyhd8ed1ab_0
|
577 |
+
- tiktoken=0.5.2=py310h47bb294_0
|
578 |
+
- timm=0.9.12=pyhd8ed1ab_0
|
579 |
+
- tinycss2=1.2.1=pyhd8ed1ab_0
|
580 |
+
- tk=8.6.13=noxft_h4845f30_101
|
581 |
+
- tokenizers=0.13.3=py310he1f1126_0
|
582 |
+
- toml=0.10.2=pyhd8ed1ab_0
|
583 |
+
- tomli=2.0.1=pyhd8ed1ab_0
|
584 |
+
- tomlkit=0.12.3=pyha770c72_0
|
585 |
+
- toolz=0.12.0=pyhd8ed1ab_0
|
586 |
+
- torchmetrics=1.0.3=pyhd8ed1ab_0
|
587 |
+
- torchvision=0.15.2=cuda112py310h0801bf5_1
|
588 |
+
- tornado=6.3.3=py310h2372a71_1
|
589 |
+
- tqdm=4.66.1=pyhd8ed1ab_0
|
590 |
+
- traitlets=5.14.0=pyhd8ed1ab_0
|
591 |
+
- transformers=4.31.0=pyhd8ed1ab_0
|
592 |
+
- truststore=0.8.0=pyhd8ed1ab_0
|
593 |
+
- typer=0.9.0=pyhd8ed1ab_0
|
594 |
+
- types-python-dateutil=2.8.19.14=pyhd8ed1ab_0
|
595 |
+
- types-pytz=2023.3.1.1=pyhd8ed1ab_0
|
596 |
+
- typing-extensions=4.5.0=hd8ed1ab_0
|
597 |
+
- typing_extensions=4.5.0=pyha770c72_0
|
598 |
+
- typing_inspect=0.9.0=pyhd8ed1ab_0
|
599 |
+
- typing_utils=0.1.0=pyhd8ed1ab_0
|
600 |
+
- typish=1.9.3=pyhd8ed1ab_0
|
601 |
+
- tzdata=2023c=h71feb2d_0
|
602 |
+
- ucx=1.14.1=h64cca9d_5
|
603 |
+
- ujson=5.9.0=py310hc6cd4ac_0
|
604 |
+
- unicodedata2=15.1.0=py310h2372a71_0
|
605 |
+
- uri-template=1.3.0=pyhd8ed1ab_0
|
606 |
+
- urllib3=1.26.18=pyhd8ed1ab_0
|
607 |
+
- wandb=0.16.1=pyhd8ed1ab_0
|
608 |
+
- wasabi=1.1.2=py310hff52083_0
|
609 |
+
- wcwidth=0.2.12=pyhd8ed1ab_0
|
610 |
+
- weasel=0.3.4=pyhd8ed1ab_0
|
611 |
+
- webcolors=1.13=pyhd8ed1ab_0
|
612 |
+
- webencodings=0.5.1=pyhd8ed1ab_2
|
613 |
+
- websocket-client=1.7.0=pyhd8ed1ab_0
|
614 |
+
- werkzeug=3.0.1=pyhd8ed1ab_0
|
615 |
+
- whatthepatch=1.0.5=pyhd8ed1ab_0
|
616 |
+
- wheel=0.42.0=pyhd8ed1ab_0
|
617 |
+
- widgetsnbextension=4.0.9=pyhd8ed1ab_0
|
618 |
+
- window-ops=0.0.14=pyhd8ed1ab_0
|
619 |
+
- wrapt=1.16.0=py310h2372a71_0
|
620 |
+
- xcb-util=0.4.0=hd590300_1
|
621 |
+
- xcb-util-image=0.4.0=h8ee46fc_1
|
622 |
+
- xcb-util-keysyms=0.4.0=h8ee46fc_1
|
623 |
+
- xcb-util-renderutil=0.3.9=hd590300_1
|
624 |
+
- xcb-util-wm=0.4.1=h8ee46fc_1
|
625 |
+
- xgboost=1.7.6=cuda118_py310h9840055_6
|
626 |
+
- xkeyboard-config=2.40=hd590300_0
|
627 |
+
- xorg-kbproto=1.0.7=h7f98852_1002
|
628 |
+
- xorg-libice=1.1.1=hd590300_0
|
629 |
+
- xorg-libsm=1.2.4=h7391055_0
|
630 |
+
- xorg-libx11=1.8.7=h8ee46fc_0
|
631 |
+
- xorg-libxau=1.0.11=hd590300_0
|
632 |
+
- xorg-libxdmcp=1.1.3=h7f98852_0
|
633 |
+
- xorg-libxext=1.3.4=h0b41bf4_2
|
634 |
+
- xorg-libxrender=0.9.11=hd590300_0
|
635 |
+
- xorg-renderproto=0.11.1=h7f98852_1002
|
636 |
+
- xorg-xextproto=7.3.0=h0b41bf4_1003
|
637 |
+
- xorg-xf86vidmodeproto=2.3.1=h7f98852_1002
|
638 |
+
- xorg-xproto=7.0.31=h7f98852_1007
|
639 |
+
- xxhash=0.8.2=hd590300_0
|
640 |
+
- xz=5.2.6=h166bdaf_0
|
641 |
+
- yaml=0.2.5=h7f98852_2
|
642 |
+
- yaml-cpp=0.8.0=h59595ed_0
|
643 |
+
- yapf=0.40.1=pyhd8ed1ab_0
|
644 |
+
- yarl=1.9.3=py310h2372a71_0
|
645 |
+
- zeromq=4.3.5=h59595ed_0
|
646 |
+
- zfp=1.0.0=h59595ed_4
|
647 |
+
- zict=3.0.0=pyhd8ed1ab_0
|
648 |
+
- zipp=3.17.0=pyhd8ed1ab_0
|
649 |
+
- zlib=1.2.13=hd590300_5
|
650 |
+
- zlib-ng=2.0.7=h0b41bf4_0
|
651 |
+
- zstandard=0.22.0=py310h1275a96_0
|
652 |
+
- zstd=1.5.5=hfc55251_0
|
653 |
+
- pip:
|
654 |
+
- annotated-types==0.6.0
|
655 |
+
- greenlet==3.0.1
|
656 |
+
- jupyter-scheduler==2.4.0
|
657 |
+
- krb5==0.5.1
|
658 |
+
- peft==0.8.2
|
659 |
+
- pydantic==2.5.1
|
660 |
+
- pydantic-core==2.14.3
|
661 |
+
- sqlalchemy==1.4.50
|
662 |
+
prefix: /opt/conda
|
wandb/run-20240208_180020-3wdew33h/files/config.yaml
ADDED
@@ -0,0 +1,616 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.13
|
7 |
+
cli_version: 0.16.1
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.31.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1707415220.764703
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 5
|
19 |
+
- 11
|
20 |
+
- 12
|
21 |
+
- 15
|
22 |
+
- 49
|
23 |
+
- 51
|
24 |
+
- 53
|
25 |
+
- 55
|
26 |
+
- 71
|
27 |
+
- 98
|
28 |
+
2:
|
29 |
+
- 1
|
30 |
+
- 2
|
31 |
+
- 3
|
32 |
+
- 5
|
33 |
+
- 11
|
34 |
+
- 12
|
35 |
+
- 15
|
36 |
+
- 49
|
37 |
+
- 51
|
38 |
+
- 53
|
39 |
+
- 55
|
40 |
+
- 71
|
41 |
+
- 98
|
42 |
+
3:
|
43 |
+
- 7
|
44 |
+
- 23
|
45 |
+
4: 3.10.13
|
46 |
+
5: 0.16.1
|
47 |
+
6: 4.31.0
|
48 |
+
8:
|
49 |
+
- 5
|
50 |
+
13: linux-x86_64
|
51 |
+
m:
|
52 |
+
- 1: train/global_step
|
53 |
+
6:
|
54 |
+
- 3
|
55 |
+
vocab_size:
|
56 |
+
desc: null
|
57 |
+
value: 32256
|
58 |
+
max_position_embeddings:
|
59 |
+
desc: null
|
60 |
+
value: 16384
|
61 |
+
hidden_size:
|
62 |
+
desc: null
|
63 |
+
value: 4096
|
64 |
+
intermediate_size:
|
65 |
+
desc: null
|
66 |
+
value: 11008
|
67 |
+
num_hidden_layers:
|
68 |
+
desc: null
|
69 |
+
value: 32
|
70 |
+
num_attention_heads:
|
71 |
+
desc: null
|
72 |
+
value: 32
|
73 |
+
num_key_value_heads:
|
74 |
+
desc: null
|
75 |
+
value: 32
|
76 |
+
hidden_act:
|
77 |
+
desc: null
|
78 |
+
value: silu
|
79 |
+
initializer_range:
|
80 |
+
desc: null
|
81 |
+
value: 0.02
|
82 |
+
rms_norm_eps:
|
83 |
+
desc: null
|
84 |
+
value: 1.0e-06
|
85 |
+
pretraining_tp:
|
86 |
+
desc: null
|
87 |
+
value: 1
|
88 |
+
use_cache:
|
89 |
+
desc: null
|
90 |
+
value: true
|
91 |
+
rope_scaling:
|
92 |
+
desc: null
|
93 |
+
value:
|
94 |
+
factor: 4.0
|
95 |
+
type: linear
|
96 |
+
return_dict:
|
97 |
+
desc: null
|
98 |
+
value: true
|
99 |
+
output_hidden_states:
|
100 |
+
desc: null
|
101 |
+
value: false
|
102 |
+
output_attentions:
|
103 |
+
desc: null
|
104 |
+
value: false
|
105 |
+
torchscript:
|
106 |
+
desc: null
|
107 |
+
value: false
|
108 |
+
torch_dtype:
|
109 |
+
desc: null
|
110 |
+
value: bfloat16
|
111 |
+
use_bfloat16:
|
112 |
+
desc: null
|
113 |
+
value: false
|
114 |
+
tf_legacy_loss:
|
115 |
+
desc: null
|
116 |
+
value: false
|
117 |
+
pruned_heads:
|
118 |
+
desc: null
|
119 |
+
value: {}
|
120 |
+
tie_word_embeddings:
|
121 |
+
desc: null
|
122 |
+
value: false
|
123 |
+
is_encoder_decoder:
|
124 |
+
desc: null
|
125 |
+
value: false
|
126 |
+
is_decoder:
|
127 |
+
desc: null
|
128 |
+
value: false
|
129 |
+
cross_attention_hidden_size:
|
130 |
+
desc: null
|
131 |
+
value: null
|
132 |
+
add_cross_attention:
|
133 |
+
desc: null
|
134 |
+
value: false
|
135 |
+
tie_encoder_decoder:
|
136 |
+
desc: null
|
137 |
+
value: false
|
138 |
+
max_length:
|
139 |
+
desc: null
|
140 |
+
value: 20
|
141 |
+
min_length:
|
142 |
+
desc: null
|
143 |
+
value: 0
|
144 |
+
do_sample:
|
145 |
+
desc: null
|
146 |
+
value: false
|
147 |
+
early_stopping:
|
148 |
+
desc: null
|
149 |
+
value: false
|
150 |
+
num_beams:
|
151 |
+
desc: null
|
152 |
+
value: 1
|
153 |
+
num_beam_groups:
|
154 |
+
desc: null
|
155 |
+
value: 1
|
156 |
+
diversity_penalty:
|
157 |
+
desc: null
|
158 |
+
value: 0.0
|
159 |
+
temperature:
|
160 |
+
desc: null
|
161 |
+
value: 1.0
|
162 |
+
top_k:
|
163 |
+
desc: null
|
164 |
+
value: 50
|
165 |
+
top_p:
|
166 |
+
desc: null
|
167 |
+
value: 1.0
|
168 |
+
typical_p:
|
169 |
+
desc: null
|
170 |
+
value: 1.0
|
171 |
+
repetition_penalty:
|
172 |
+
desc: null
|
173 |
+
value: 1.0
|
174 |
+
length_penalty:
|
175 |
+
desc: null
|
176 |
+
value: 1.0
|
177 |
+
no_repeat_ngram_size:
|
178 |
+
desc: null
|
179 |
+
value: 0
|
180 |
+
encoder_no_repeat_ngram_size:
|
181 |
+
desc: null
|
182 |
+
value: 0
|
183 |
+
bad_words_ids:
|
184 |
+
desc: null
|
185 |
+
value: null
|
186 |
+
num_return_sequences:
|
187 |
+
desc: null
|
188 |
+
value: 1
|
189 |
+
chunk_size_feed_forward:
|
190 |
+
desc: null
|
191 |
+
value: 0
|
192 |
+
output_scores:
|
193 |
+
desc: null
|
194 |
+
value: false
|
195 |
+
return_dict_in_generate:
|
196 |
+
desc: null
|
197 |
+
value: false
|
198 |
+
forced_bos_token_id:
|
199 |
+
desc: null
|
200 |
+
value: null
|
201 |
+
forced_eos_token_id:
|
202 |
+
desc: null
|
203 |
+
value: null
|
204 |
+
remove_invalid_values:
|
205 |
+
desc: null
|
206 |
+
value: false
|
207 |
+
exponential_decay_length_penalty:
|
208 |
+
desc: null
|
209 |
+
value: null
|
210 |
+
suppress_tokens:
|
211 |
+
desc: null
|
212 |
+
value: null
|
213 |
+
begin_suppress_tokens:
|
214 |
+
desc: null
|
215 |
+
value: null
|
216 |
+
architectures:
|
217 |
+
desc: null
|
218 |
+
value:
|
219 |
+
- LlamaForCausalLM
|
220 |
+
finetuning_task:
|
221 |
+
desc: null
|
222 |
+
value: null
|
223 |
+
id2label:
|
224 |
+
desc: null
|
225 |
+
value:
|
226 |
+
'0': LABEL_0
|
227 |
+
'1': LABEL_1
|
228 |
+
label2id:
|
229 |
+
desc: null
|
230 |
+
value:
|
231 |
+
LABEL_0: 0
|
232 |
+
LABEL_1: 1
|
233 |
+
tokenizer_class:
|
234 |
+
desc: null
|
235 |
+
value: null
|
236 |
+
prefix:
|
237 |
+
desc: null
|
238 |
+
value: null
|
239 |
+
bos_token_id:
|
240 |
+
desc: null
|
241 |
+
value: 32013
|
242 |
+
pad_token_id:
|
243 |
+
desc: null
|
244 |
+
value: 0
|
245 |
+
eos_token_id:
|
246 |
+
desc: null
|
247 |
+
value: 32021
|
248 |
+
sep_token_id:
|
249 |
+
desc: null
|
250 |
+
value: null
|
251 |
+
decoder_start_token_id:
|
252 |
+
desc: null
|
253 |
+
value: null
|
254 |
+
task_specific_params:
|
255 |
+
desc: null
|
256 |
+
value: null
|
257 |
+
problem_type:
|
258 |
+
desc: null
|
259 |
+
value: null
|
260 |
+
_name_or_path:
|
261 |
+
desc: null
|
262 |
+
value: deepseek-ai/deepseek-coder-6.7b-instruct
|
263 |
+
transformers_version:
|
264 |
+
desc: null
|
265 |
+
value: 4.31.0
|
266 |
+
attention_bias:
|
267 |
+
desc: null
|
268 |
+
value: false
|
269 |
+
model_type:
|
270 |
+
desc: null
|
271 |
+
value: llama
|
272 |
+
rope_theta:
|
273 |
+
desc: null
|
274 |
+
value: 100000
|
275 |
+
output_dir:
|
276 |
+
desc: null
|
277 |
+
value: output-67b-26k-lora
|
278 |
+
overwrite_output_dir:
|
279 |
+
desc: null
|
280 |
+
value: false
|
281 |
+
do_train:
|
282 |
+
desc: null
|
283 |
+
value: false
|
284 |
+
do_eval:
|
285 |
+
desc: null
|
286 |
+
value: true
|
287 |
+
do_predict:
|
288 |
+
desc: null
|
289 |
+
value: false
|
290 |
+
evaluation_strategy:
|
291 |
+
desc: null
|
292 |
+
value: epoch
|
293 |
+
prediction_loss_only:
|
294 |
+
desc: null
|
295 |
+
value: false
|
296 |
+
per_device_train_batch_size:
|
297 |
+
desc: null
|
298 |
+
value: 4
|
299 |
+
per_device_eval_batch_size:
|
300 |
+
desc: null
|
301 |
+
value: 1
|
302 |
+
per_gpu_train_batch_size:
|
303 |
+
desc: null
|
304 |
+
value: None
|
305 |
+
per_gpu_eval_batch_size:
|
306 |
+
desc: null
|
307 |
+
value: None
|
308 |
+
gradient_accumulation_steps:
|
309 |
+
desc: null
|
310 |
+
value: 16
|
311 |
+
eval_accumulation_steps:
|
312 |
+
desc: null
|
313 |
+
value: None
|
314 |
+
eval_delay:
|
315 |
+
desc: null
|
316 |
+
value: 0
|
317 |
+
learning_rate:
|
318 |
+
desc: null
|
319 |
+
value: 2.0e-05
|
320 |
+
weight_decay:
|
321 |
+
desc: null
|
322 |
+
value: 0.0
|
323 |
+
adam_beta1:
|
324 |
+
desc: null
|
325 |
+
value: 0.9
|
326 |
+
adam_beta2:
|
327 |
+
desc: null
|
328 |
+
value: 0.999
|
329 |
+
adam_epsilon:
|
330 |
+
desc: null
|
331 |
+
value: 1.0e-08
|
332 |
+
max_grad_norm:
|
333 |
+
desc: null
|
334 |
+
value: 1.0
|
335 |
+
num_train_epochs:
|
336 |
+
desc: null
|
337 |
+
value: 2
|
338 |
+
max_steps:
|
339 |
+
desc: null
|
340 |
+
value: -1
|
341 |
+
lr_scheduler_type:
|
342 |
+
desc: null
|
343 |
+
value: cosine
|
344 |
+
warmup_ratio:
|
345 |
+
desc: null
|
346 |
+
value: 0.0
|
347 |
+
warmup_steps:
|
348 |
+
desc: null
|
349 |
+
value: 10
|
350 |
+
log_level:
|
351 |
+
desc: null
|
352 |
+
value: passive
|
353 |
+
log_level_replica:
|
354 |
+
desc: null
|
355 |
+
value: warning
|
356 |
+
log_on_each_node:
|
357 |
+
desc: null
|
358 |
+
value: true
|
359 |
+
logging_dir:
|
360 |
+
desc: null
|
361 |
+
value: output-67b-26k-lora/runs/Feb08_17-59-25_default
|
362 |
+
logging_strategy:
|
363 |
+
desc: null
|
364 |
+
value: steps
|
365 |
+
logging_first_step:
|
366 |
+
desc: null
|
367 |
+
value: false
|
368 |
+
logging_steps:
|
369 |
+
desc: null
|
370 |
+
value: 1
|
371 |
+
logging_nan_inf_filter:
|
372 |
+
desc: null
|
373 |
+
value: true
|
374 |
+
save_strategy:
|
375 |
+
desc: null
|
376 |
+
value: epoch
|
377 |
+
save_steps:
|
378 |
+
desc: null
|
379 |
+
value: 100
|
380 |
+
save_total_limit:
|
381 |
+
desc: null
|
382 |
+
value: 100
|
383 |
+
save_safetensors:
|
384 |
+
desc: null
|
385 |
+
value: false
|
386 |
+
save_on_each_node:
|
387 |
+
desc: null
|
388 |
+
value: false
|
389 |
+
no_cuda:
|
390 |
+
desc: null
|
391 |
+
value: false
|
392 |
+
use_mps_device:
|
393 |
+
desc: null
|
394 |
+
value: false
|
395 |
+
seed:
|
396 |
+
desc: null
|
397 |
+
value: 42
|
398 |
+
data_seed:
|
399 |
+
desc: null
|
400 |
+
value: None
|
401 |
+
jit_mode_eval:
|
402 |
+
desc: null
|
403 |
+
value: false
|
404 |
+
use_ipex:
|
405 |
+
desc: null
|
406 |
+
value: false
|
407 |
+
bf16:
|
408 |
+
desc: null
|
409 |
+
value: true
|
410 |
+
fp16:
|
411 |
+
desc: null
|
412 |
+
value: false
|
413 |
+
fp16_opt_level:
|
414 |
+
desc: null
|
415 |
+
value: O1
|
416 |
+
half_precision_backend:
|
417 |
+
desc: null
|
418 |
+
value: auto
|
419 |
+
bf16_full_eval:
|
420 |
+
desc: null
|
421 |
+
value: false
|
422 |
+
fp16_full_eval:
|
423 |
+
desc: null
|
424 |
+
value: false
|
425 |
+
tf32:
|
426 |
+
desc: null
|
427 |
+
value: None
|
428 |
+
local_rank:
|
429 |
+
desc: null
|
430 |
+
value: 0
|
431 |
+
ddp_backend:
|
432 |
+
desc: null
|
433 |
+
value: None
|
434 |
+
tpu_num_cores:
|
435 |
+
desc: null
|
436 |
+
value: None
|
437 |
+
tpu_metrics_debug:
|
438 |
+
desc: null
|
439 |
+
value: false
|
440 |
+
debug:
|
441 |
+
desc: null
|
442 |
+
value: '[]'
|
443 |
+
dataloader_drop_last:
|
444 |
+
desc: null
|
445 |
+
value: false
|
446 |
+
eval_steps:
|
447 |
+
desc: null
|
448 |
+
value: None
|
449 |
+
dataloader_num_workers:
|
450 |
+
desc: null
|
451 |
+
value: 4
|
452 |
+
past_index:
|
453 |
+
desc: null
|
454 |
+
value: -1
|
455 |
+
run_name:
|
456 |
+
desc: null
|
457 |
+
value: output-67b-26k-lora
|
458 |
+
disable_tqdm:
|
459 |
+
desc: null
|
460 |
+
value: false
|
461 |
+
remove_unused_columns:
|
462 |
+
desc: null
|
463 |
+
value: true
|
464 |
+
label_names:
|
465 |
+
desc: null
|
466 |
+
value: None
|
467 |
+
load_best_model_at_end:
|
468 |
+
desc: null
|
469 |
+
value: true
|
470 |
+
metric_for_best_model:
|
471 |
+
desc: null
|
472 |
+
value: loss
|
473 |
+
greater_is_better:
|
474 |
+
desc: null
|
475 |
+
value: false
|
476 |
+
ignore_data_skip:
|
477 |
+
desc: null
|
478 |
+
value: false
|
479 |
+
sharded_ddp:
|
480 |
+
desc: null
|
481 |
+
value: '[]'
|
482 |
+
fsdp:
|
483 |
+
desc: null
|
484 |
+
value: '[]'
|
485 |
+
fsdp_min_num_params:
|
486 |
+
desc: null
|
487 |
+
value: 0
|
488 |
+
fsdp_config:
|
489 |
+
desc: null
|
490 |
+
value: '{''fsdp_min_num_params'': 0, ''xla'': False, ''xla_fsdp_grad_ckpt'': False}'
|
491 |
+
fsdp_transformer_layer_cls_to_wrap:
|
492 |
+
desc: null
|
493 |
+
value: None
|
494 |
+
deepspeed:
|
495 |
+
desc: null
|
496 |
+
value: None
|
497 |
+
label_smoothing_factor:
|
498 |
+
desc: null
|
499 |
+
value: 0.0
|
500 |
+
optim:
|
501 |
+
desc: null
|
502 |
+
value: adamw_torch
|
503 |
+
optim_args:
|
504 |
+
desc: null
|
505 |
+
value: None
|
506 |
+
adafactor:
|
507 |
+
desc: null
|
508 |
+
value: false
|
509 |
+
group_by_length:
|
510 |
+
desc: null
|
511 |
+
value: false
|
512 |
+
length_column_name:
|
513 |
+
desc: null
|
514 |
+
value: length
|
515 |
+
report_to:
|
516 |
+
desc: null
|
517 |
+
value: '[''tensorboard'', ''wandb'']'
|
518 |
+
ddp_find_unused_parameters:
|
519 |
+
desc: null
|
520 |
+
value: None
|
521 |
+
ddp_bucket_cap_mb:
|
522 |
+
desc: null
|
523 |
+
value: None
|
524 |
+
ddp_broadcast_buffers:
|
525 |
+
desc: null
|
526 |
+
value: None
|
527 |
+
dataloader_pin_memory:
|
528 |
+
desc: null
|
529 |
+
value: true
|
530 |
+
skip_memory_metrics:
|
531 |
+
desc: null
|
532 |
+
value: true
|
533 |
+
use_legacy_prediction_loop:
|
534 |
+
desc: null
|
535 |
+
value: false
|
536 |
+
push_to_hub:
|
537 |
+
desc: null
|
538 |
+
value: true
|
539 |
+
resume_from_checkpoint:
|
540 |
+
desc: null
|
541 |
+
value: None
|
542 |
+
hub_model_id:
|
543 |
+
desc: null
|
544 |
+
value: zzz99/output-67b-26k-lora
|
545 |
+
hub_strategy:
|
546 |
+
desc: null
|
547 |
+
value: every_save
|
548 |
+
hub_token:
|
549 |
+
desc: null
|
550 |
+
value: <HUB_TOKEN>
|
551 |
+
hub_private_repo:
|
552 |
+
desc: null
|
553 |
+
value: false
|
554 |
+
gradient_checkpointing:
|
555 |
+
desc: null
|
556 |
+
value: true
|
557 |
+
include_inputs_for_metrics:
|
558 |
+
desc: null
|
559 |
+
value: false
|
560 |
+
fp16_backend:
|
561 |
+
desc: null
|
562 |
+
value: auto
|
563 |
+
push_to_hub_model_id:
|
564 |
+
desc: null
|
565 |
+
value: None
|
566 |
+
push_to_hub_organization:
|
567 |
+
desc: null
|
568 |
+
value: None
|
569 |
+
push_to_hub_token:
|
570 |
+
desc: null
|
571 |
+
value: <PUSH_TO_HUB_TOKEN>
|
572 |
+
mp_parameters:
|
573 |
+
desc: null
|
574 |
+
value: ''
|
575 |
+
auto_find_batch_size:
|
576 |
+
desc: null
|
577 |
+
value: false
|
578 |
+
full_determinism:
|
579 |
+
desc: null
|
580 |
+
value: false
|
581 |
+
torchdynamo:
|
582 |
+
desc: null
|
583 |
+
value: None
|
584 |
+
ray_scope:
|
585 |
+
desc: null
|
586 |
+
value: last
|
587 |
+
ddp_timeout:
|
588 |
+
desc: null
|
589 |
+
value: 1800
|
590 |
+
torch_compile:
|
591 |
+
desc: null
|
592 |
+
value: false
|
593 |
+
torch_compile_backend:
|
594 |
+
desc: null
|
595 |
+
value: None
|
596 |
+
torch_compile_mode:
|
597 |
+
desc: null
|
598 |
+
value: None
|
599 |
+
xpu_backend:
|
600 |
+
desc: null
|
601 |
+
value: None
|
602 |
+
cache_dir:
|
603 |
+
desc: null
|
604 |
+
value: None
|
605 |
+
model_max_length:
|
606 |
+
desc: null
|
607 |
+
value: 960
|
608 |
+
gradient_checkpointing_kwargs:
|
609 |
+
desc: null
|
610 |
+
value: '{''use_reentrant'': False}'
|
611 |
+
train_batch_size:
|
612 |
+
desc: null
|
613 |
+
value: 4
|
614 |
+
eval_batch_size:
|
615 |
+
desc: null
|
616 |
+
value: 1
|
wandb/run-20240208_180020-3wdew33h/files/output.log
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
0%| | 0/2 [00:00<?, ?it/s]`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`...
|
2 |
+
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
|
3 |
+
warnings.warn("None of the inputs have requires_grad=True. Gradients will be None")
|
4 |
+
Traceback (most recent call last):
|
5 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py", line 236, in <module>
|
6 |
+
train()
|
7 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py", line 223, in train
|
8 |
+
trainer.train()
|
9 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1539, in train
|
10 |
+
return inner_training_loop(
|
11 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1809, in _inner_training_loop
|
12 |
+
tr_loss_step = self.training_step(model, inputs)
|
13 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 2665, in training_step
|
14 |
+
self.accelerator.backward(loss)
|
15 |
+
File "/opt/conda/lib/python3.10/site-packages/accelerate/accelerator.py", line 1853, in backward
|
16 |
+
loss.backward(**kwargs)
|
17 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/_tensor.py", line 487, in backward
|
18 |
+
torch.autograd.backward(
|
19 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py", line 200, in backward
|
20 |
+
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
|
21 |
+
RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
|
wandb/run-20240208_180020-3wdew33h/files/requirements.txt
ADDED
@@ -0,0 +1,419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.0.0
|
2 |
+
accelerate==0.21.0
|
3 |
+
aiobotocore==2.7.0
|
4 |
+
aiohttp==3.9.1
|
5 |
+
aioitertools==0.11.0
|
6 |
+
aiosignal==1.3.1
|
7 |
+
aiosqlite==0.19.0
|
8 |
+
altair==5.2.0
|
9 |
+
amazon-codewhisperer-jupyterlab-ext==2.0.1
|
10 |
+
amazon-sagemaker-jupyter-scheduler==3.0.5
|
11 |
+
annotated-types==0.6.0
|
12 |
+
ansi2html==0.0.0
|
13 |
+
ansiwrap==0.8.4
|
14 |
+
antlr4-python3-runtime==4.9.3
|
15 |
+
anyio==3.7.1
|
16 |
+
appdirs==1.4.4
|
17 |
+
archspec==0.2.2
|
18 |
+
argon2-cffi-bindings==21.2.0
|
19 |
+
argon2-cffi==23.1.0
|
20 |
+
arrow==1.3.0
|
21 |
+
astroid==3.0.1
|
22 |
+
asttokens==2.4.1
|
23 |
+
astunparse==1.6.3
|
24 |
+
async-lru==2.0.4
|
25 |
+
async-timeout==4.0.3
|
26 |
+
attrs==23.1.0
|
27 |
+
autogluon.common==0.8.2
|
28 |
+
autogluon.core==0.8.2
|
29 |
+
autogluon.features==0.8.2
|
30 |
+
autogluon.multimodal==0.8.2
|
31 |
+
autogluon.tabular==0.8.2
|
32 |
+
autogluon.timeseries==0.8.2
|
33 |
+
autogluon==0.8.2
|
34 |
+
autopep8==2.0.4
|
35 |
+
autovizwidget==0.21.0
|
36 |
+
aws-embedded-metrics==3.2.0
|
37 |
+
aws-glue-sessions==1.0.4
|
38 |
+
babel==2.13.1
|
39 |
+
beautifulsoup4==4.12.2
|
40 |
+
binaryornot==0.4.4
|
41 |
+
black==23.11.0
|
42 |
+
bleach==6.1.0
|
43 |
+
blinker==1.7.0
|
44 |
+
blis==0.7.10
|
45 |
+
boltons==23.0.0
|
46 |
+
boto3==1.28.64
|
47 |
+
botocore==1.31.64
|
48 |
+
brotli==1.0.9
|
49 |
+
cached-property==1.5.2
|
50 |
+
cachetools==5.3.2
|
51 |
+
catalogue==2.0.10
|
52 |
+
catboost==1.2.2
|
53 |
+
certifi==2023.11.17
|
54 |
+
cffi==1.16.0
|
55 |
+
chardet==5.2.0
|
56 |
+
charset-normalizer==3.3.2
|
57 |
+
click==8.1.7
|
58 |
+
cloudpathlib==0.16.0
|
59 |
+
cloudpickle==2.2.1
|
60 |
+
colorama==0.4.6
|
61 |
+
comm==0.1.4
|
62 |
+
conda-libmamba-solver==23.11.1
|
63 |
+
conda-package-handling==2.2.0
|
64 |
+
conda-package-streaming==0.9.0
|
65 |
+
conda==23.11.0
|
66 |
+
confection==0.1.4
|
67 |
+
contextlib2==21.6.0
|
68 |
+
contourpy==1.2.0
|
69 |
+
cookiecutter==2.5.0
|
70 |
+
croniter==1.4.1
|
71 |
+
cryptography==41.0.7
|
72 |
+
cycler==0.12.1
|
73 |
+
cymem==2.0.8
|
74 |
+
cytoolz==0.12.2
|
75 |
+
dash==2.14.2
|
76 |
+
dask==2023.12.0
|
77 |
+
dataclasses-json==0.6.3
|
78 |
+
dataclasses==0.8
|
79 |
+
datasets==2.14.7
|
80 |
+
debugpy==1.8.0
|
81 |
+
decorator==5.1.1
|
82 |
+
deepmerge==1.1.0
|
83 |
+
defusedxml==0.7.1
|
84 |
+
dill==0.3.7
|
85 |
+
distributed==2023.12.0
|
86 |
+
distro==1.8.0
|
87 |
+
docker-pycreds==0.4.0
|
88 |
+
docstring-to-markdown==0.13
|
89 |
+
entrypoints==0.4
|
90 |
+
et-xmlfile==1.1.0
|
91 |
+
evaluate==0.4.1
|
92 |
+
exceptiongroup==1.2.0
|
93 |
+
executing==2.0.1
|
94 |
+
faiss==1.7.4
|
95 |
+
fastai==2.7.13
|
96 |
+
fastcore==1.5.29
|
97 |
+
fastdownload==0.0.7
|
98 |
+
fastjsonschema==2.19.0
|
99 |
+
fastprogress==1.0.3
|
100 |
+
filelock==3.13.1
|
101 |
+
flake8==6.1.0
|
102 |
+
flask==3.0.0
|
103 |
+
flatbuffers==23.5.26
|
104 |
+
fonttools==4.46.0
|
105 |
+
fqdn==1.5.1
|
106 |
+
frozenlist==1.4.0
|
107 |
+
fsspec==2023.6.0
|
108 |
+
future==0.18.3
|
109 |
+
gast==0.4.0
|
110 |
+
gdown==4.7.1
|
111 |
+
gitdb==4.0.11
|
112 |
+
gitpython==3.1.40
|
113 |
+
gluonts==0.13.7
|
114 |
+
gmpy2==2.1.2
|
115 |
+
google-api-core==2.15.0
|
116 |
+
google-auth-oauthlib==1.0.0
|
117 |
+
google-auth==2.25.2
|
118 |
+
google-pasta==0.2.0
|
119 |
+
googleapis-common-protos==1.62.0
|
120 |
+
graphviz==0.20.1
|
121 |
+
greenlet==3.0.1
|
122 |
+
grpcio==1.54.3
|
123 |
+
gssapi==1.8.3
|
124 |
+
h5py==3.10.0
|
125 |
+
hdijupyterutils==0.21.0
|
126 |
+
huggingface-hub==0.19.4
|
127 |
+
idna==3.6
|
128 |
+
imagecodecs==2023.8.12
|
129 |
+
imageio==2.31.5
|
130 |
+
importlib-metadata==6.10.0
|
131 |
+
importlib-resources==6.1.1
|
132 |
+
iniconfig==2.0.0
|
133 |
+
ipykernel==6.26.0
|
134 |
+
ipython==8.18.1
|
135 |
+
ipywidgets==8.1.1
|
136 |
+
isoduration==20.11.0
|
137 |
+
isort==5.12.0
|
138 |
+
itsdangerous==2.1.2
|
139 |
+
jax==0.4.20
|
140 |
+
jaxlib==0.4.14
|
141 |
+
jedi==0.19.1
|
142 |
+
jinja2==3.1.2
|
143 |
+
jmespath==1.0.1
|
144 |
+
joblib==1.3.2
|
145 |
+
json5==0.9.14
|
146 |
+
jsonpatch==1.33
|
147 |
+
jsonpath-ng==1.6.0
|
148 |
+
jsonpointer==2.4
|
149 |
+
jsonschema==4.17.3
|
150 |
+
jupyter-ai-magics==2.6.0
|
151 |
+
jupyter-ai==2.6.0
|
152 |
+
jupyter-client==8.6.0
|
153 |
+
jupyter-console==6.6.3
|
154 |
+
jupyter-core==5.5.0
|
155 |
+
jupyter-dash==0.4.2
|
156 |
+
jupyter-events==0.6.3
|
157 |
+
jupyter-lsp==2.2.1
|
158 |
+
jupyter-scheduler==2.4.0
|
159 |
+
jupyter-server-mathjax==0.2.6
|
160 |
+
jupyter-server-proxy==4.1.0
|
161 |
+
jupyter-server-terminals==0.5.0
|
162 |
+
jupyter-server==2.10.0
|
163 |
+
jupyter==1.0.0
|
164 |
+
jupyterlab-git==0.50.0
|
165 |
+
jupyterlab-lsp==5.0.1
|
166 |
+
jupyterlab-pygments==0.3.0
|
167 |
+
jupyterlab-server==2.24.0
|
168 |
+
jupyterlab-widgets==3.0.9
|
169 |
+
jupyterlab==4.0.9
|
170 |
+
keras-preprocessing==1.1.2
|
171 |
+
keras==2.12.0
|
172 |
+
kiwisolver==1.4.5
|
173 |
+
krb5==0.5.1
|
174 |
+
langchain==0.0.318
|
175 |
+
langcodes==3.3.0
|
176 |
+
langsmith==0.0.69
|
177 |
+
libmambapy==1.5.3
|
178 |
+
lightgbm==3.3.5
|
179 |
+
lightning-utilities==0.10.0
|
180 |
+
llvmlite==0.41.1
|
181 |
+
locket==1.0.0
|
182 |
+
markdown-it-py==3.0.0
|
183 |
+
markdown==3.5.1
|
184 |
+
markupsafe==2.1.3
|
185 |
+
marshmallow==3.20.1
|
186 |
+
matplotlib-inline==0.1.6
|
187 |
+
matplotlib==3.8.2
|
188 |
+
mccabe==0.7.0
|
189 |
+
mdurl==0.1.0
|
190 |
+
menuinst==2.0.1
|
191 |
+
mistune==3.0.2
|
192 |
+
ml-dtypes==0.3.1
|
193 |
+
mlforecast==0.7.3
|
194 |
+
mock==5.1.0
|
195 |
+
model-index==0.1.11
|
196 |
+
mpmath==1.3.0
|
197 |
+
msgpack==1.0.7
|
198 |
+
multidict==6.0.4
|
199 |
+
multiprocess==0.70.15
|
200 |
+
munkres==1.1.4
|
201 |
+
murmurhash==1.0.10
|
202 |
+
mypy-extensions==1.0.0
|
203 |
+
nbclient==0.8.0
|
204 |
+
nbconvert==7.12.0
|
205 |
+
nbdime==4.0.1
|
206 |
+
nbformat==5.9.2
|
207 |
+
nest-asyncio==1.5.8
|
208 |
+
networkx==3.2.1
|
209 |
+
nlpaug==1.1.11
|
210 |
+
nltk==3.8.1
|
211 |
+
nose==1.3.7
|
212 |
+
notebook-shim==0.2.3
|
213 |
+
notebook==7.0.6
|
214 |
+
nptyping==2.4.1
|
215 |
+
numba==0.58.1
|
216 |
+
numexpr==2.8.7
|
217 |
+
numpy==1.26.2
|
218 |
+
oauthlib==3.2.2
|
219 |
+
omegaconf==2.2.3
|
220 |
+
openai==0.28.1
|
221 |
+
openapi-schema-pydantic==1.2.4
|
222 |
+
openmim==0.3.7
|
223 |
+
openpyxl==3.1.2
|
224 |
+
opt-einsum==3.3.0
|
225 |
+
ordered-set==4.1.0
|
226 |
+
overrides==7.4.0
|
227 |
+
packaging==23.2
|
228 |
+
pandas-stubs==2.1.1.230928
|
229 |
+
pandas==2.1.4
|
230 |
+
pandocfilters==1.5.0
|
231 |
+
papermill==2.4.0
|
232 |
+
parso==0.8.3
|
233 |
+
partd==1.4.1
|
234 |
+
pathos==0.3.1
|
235 |
+
pathspec==0.12.1
|
236 |
+
pathtools==0.1.2
|
237 |
+
pathy==0.10.2
|
238 |
+
patsy==0.5.4
|
239 |
+
peft==0.8.2
|
240 |
+
pexpect==4.8.0
|
241 |
+
pickleshare==0.7.5
|
242 |
+
pillow==9.5.0
|
243 |
+
pip==23.3.1
|
244 |
+
pkgutil-resolve-name==1.3.10
|
245 |
+
platformdirs==4.1.0
|
246 |
+
plotly==5.18.0
|
247 |
+
pluggy==1.3.0
|
248 |
+
ply==3.11
|
249 |
+
pox==0.3.3
|
250 |
+
ppft==1.7.6.7
|
251 |
+
preshed==3.0.9
|
252 |
+
prometheus-client==0.19.0
|
253 |
+
prompt-toolkit==3.0.41
|
254 |
+
protobuf==4.21.12
|
255 |
+
psutil==5.9.5
|
256 |
+
ptyprocess==0.7.0
|
257 |
+
pure-eval==0.2.2
|
258 |
+
pure-sasl==0.6.2
|
259 |
+
pyarrow-hotfix==0.6
|
260 |
+
pyarrow==12.0.1
|
261 |
+
pyasn1-modules==0.3.0
|
262 |
+
pyasn1==0.5.1
|
263 |
+
pycodestyle==2.11.1
|
264 |
+
pycosat==0.6.6
|
265 |
+
pycparser==2.21
|
266 |
+
pydantic-core==2.14.3
|
267 |
+
pydantic==1.10.13
|
268 |
+
pydocstyle==6.3.0
|
269 |
+
pyflakes==3.1.0
|
270 |
+
pygments==2.17.2
|
271 |
+
pyhive==0.7.0
|
272 |
+
pyjwt==2.8.0
|
273 |
+
pylint==3.0.3
|
274 |
+
pyopenssl==23.3.0
|
275 |
+
pyparsing==3.1.1
|
276 |
+
pyqt5-sip==12.12.2
|
277 |
+
pyqt5==5.15.9
|
278 |
+
pyrsistent==0.20.0
|
279 |
+
pysocks==1.7.1
|
280 |
+
pyspnego==0.9.1
|
281 |
+
pytesseract==0.3.10
|
282 |
+
pytest-subtests==0.11.0
|
283 |
+
pytest==7.4.3
|
284 |
+
python-dateutil==2.8.2
|
285 |
+
python-json-logger==2.0.7
|
286 |
+
python-lsp-jsonrpc==1.1.2
|
287 |
+
python-lsp-server==1.9.0
|
288 |
+
python-slugify==8.0.1
|
289 |
+
pytoolconfig==1.2.5
|
290 |
+
pytorch-lightning==2.0.9
|
291 |
+
pytorch-metric-learning==1.7.3
|
292 |
+
pytz==2023.3
|
293 |
+
pyu2f==0.1.5
|
294 |
+
pywavelets==1.4.1
|
295 |
+
pyyaml==6.0.1
|
296 |
+
pyzmq==25.1.2
|
297 |
+
qtconsole==5.5.1
|
298 |
+
qtpy==2.4.1
|
299 |
+
regex==2023.10.3
|
300 |
+
requests-kerberos==0.14.0
|
301 |
+
requests-oauthlib==1.3.1
|
302 |
+
requests==2.31.0
|
303 |
+
responses==0.18.0
|
304 |
+
retrying==1.3.3
|
305 |
+
rfc3339-validator==0.1.4
|
306 |
+
rfc3986-validator==0.1.1
|
307 |
+
rich==13.7.0
|
308 |
+
rope==1.11.0
|
309 |
+
rsa==4.9
|
310 |
+
ruamel.yaml.clib==0.2.7
|
311 |
+
ruamel.yaml==0.18.5
|
312 |
+
s3transfer==0.7.0
|
313 |
+
sacremoses==0.0.53
|
314 |
+
safetensors==0.3.3
|
315 |
+
sagemaker-headless-execution-driver==0.0.12
|
316 |
+
sagemaker-jupyterlab-emr-extension==0.1.9
|
317 |
+
sagemaker-jupyterlab-extension-common==0.1.9
|
318 |
+
sagemaker-jupyterlab-extension==0.2.0
|
319 |
+
sagemaker-kernel-wrapper==0.0.2
|
320 |
+
sagemaker-studio-analytics-extension==0.0.21
|
321 |
+
sagemaker-studio-sparkmagic-lib==0.1.4
|
322 |
+
sagemaker==2.198.0
|
323 |
+
sasl==0.3.1
|
324 |
+
schema==0.7.5
|
325 |
+
scikit-image==0.19.3
|
326 |
+
scikit-learn==1.3.2
|
327 |
+
scipy==1.11.4
|
328 |
+
send2trash==1.8.2
|
329 |
+
sentencepiece==0.1.99
|
330 |
+
sentry-sdk==1.38.0
|
331 |
+
seqeval==1.2.2
|
332 |
+
setproctitle==1.3.3
|
333 |
+
setuptools==68.2.2
|
334 |
+
shellingham==1.5.4
|
335 |
+
simpervisor==1.0.0
|
336 |
+
sip==6.7.12
|
337 |
+
six==1.16.0
|
338 |
+
smart-open==5.2.1
|
339 |
+
smdebug-rulesconfig==1.0.1
|
340 |
+
smmap==5.0.0
|
341 |
+
sniffio==1.3.0
|
342 |
+
snowballstemmer==2.2.0
|
343 |
+
sortedcontainers==2.4.0
|
344 |
+
soupsieve==2.5
|
345 |
+
spacy-legacy==3.0.12
|
346 |
+
spacy-loggers==1.0.5
|
347 |
+
spacy==3.7.2
|
348 |
+
sparkmagic==0.21.0
|
349 |
+
sqlalchemy==1.4.49
|
350 |
+
srsly==2.4.8
|
351 |
+
stack-data==0.6.2
|
352 |
+
statsforecast==1.4.0
|
353 |
+
statsmodels==0.14.0
|
354 |
+
supervisor==4.2.5
|
355 |
+
sympy==1.12
|
356 |
+
tabulate==0.9.0
|
357 |
+
tblib==1.7.0
|
358 |
+
tenacity==8.2.3
|
359 |
+
tensorboard-data-server==0.7.0
|
360 |
+
tensorboard==2.12.3
|
361 |
+
tensorflow-estimator==2.12.0
|
362 |
+
tensorflow==2.12.1
|
363 |
+
termcolor==2.3.0
|
364 |
+
terminado==0.18.0
|
365 |
+
text-unidecode==1.3
|
366 |
+
textwrap3==0.9.2
|
367 |
+
thinc==8.2.1
|
368 |
+
threadpoolctl==3.2.0
|
369 |
+
thrift-sasl==0.4.3
|
370 |
+
thrift==0.19.0
|
371 |
+
tifffile==2023.12.9
|
372 |
+
tiktoken==0.5.2
|
373 |
+
timm==0.9.12
|
374 |
+
tinycss2==1.2.1
|
375 |
+
tokenizers==0.13.3
|
376 |
+
toml==0.10.2
|
377 |
+
tomli==2.0.1
|
378 |
+
tomlkit==0.12.3
|
379 |
+
toolz==0.12.0
|
380 |
+
torch==2.0.0.post200
|
381 |
+
torchmetrics==1.0.3
|
382 |
+
torchvision==0.15.2a0+072ec57
|
383 |
+
tornado==6.3.3
|
384 |
+
tqdm==4.66.1
|
385 |
+
traitlets==5.14.0
|
386 |
+
transformers==4.31.0
|
387 |
+
truststore==0.8.0
|
388 |
+
typer==0.9.0
|
389 |
+
types-python-dateutil==2.8.19.14
|
390 |
+
types-pytz==2023.3.1.1
|
391 |
+
typing-extensions==4.5.0
|
392 |
+
typing-inspect==0.9.0
|
393 |
+
typing-utils==0.1.0
|
394 |
+
typish==1.9.3
|
395 |
+
tzdata==2023.3
|
396 |
+
ujson==5.9.0
|
397 |
+
unicodedata2==15.1.0
|
398 |
+
uri-template==1.3.0
|
399 |
+
urllib3==1.26.18
|
400 |
+
wandb==0.16.1
|
401 |
+
wasabi==1.1.2
|
402 |
+
wcwidth==0.2.12
|
403 |
+
weasel==0.3.4
|
404 |
+
webcolors==1.13
|
405 |
+
webencodings==0.5.1
|
406 |
+
websocket-client==1.7.0
|
407 |
+
werkzeug==3.0.1
|
408 |
+
whatthepatch==1.0.5
|
409 |
+
wheel==0.42.0
|
410 |
+
widgetsnbextension==4.0.9
|
411 |
+
window-ops==0.0.14
|
412 |
+
wrapt==1.16.0
|
413 |
+
xgboost==1.7.6
|
414 |
+
xxhash==3.4.1
|
415 |
+
yapf==0.40.1
|
416 |
+
yarl==1.9.3
|
417 |
+
zict==3.0.0
|
418 |
+
zipp==3.17.0
|
419 |
+
zstandard==0.22.0
|
wandb/run-20240208_180020-3wdew33h/files/wandb-metadata.json
ADDED
@@ -0,0 +1,1029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.13",
|
4 |
+
"heartbeatAt": "2024-02-08T18:00:21.239172",
|
5 |
+
"startedAt": "2024-02-08T18:00:20.760995",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [],
|
9 |
+
"state": "running",
|
10 |
+
"program": "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py",
|
11 |
+
"codePathLocal": null,
|
12 |
+
"host": "default",
|
13 |
+
"username": "sagemaker-user",
|
14 |
+
"executable": "/opt/conda/bin/python3",
|
15 |
+
"cpu_count": 96,
|
16 |
+
"cpu_count_logical": 192,
|
17 |
+
"cpu_freq": {
|
18 |
+
"current": 3011.898104166666,
|
19 |
+
"min": 0.0,
|
20 |
+
"max": 0.0
|
21 |
+
},
|
22 |
+
"cpu_freq_per_core": [
|
23 |
+
{
|
24 |
+
"current": 2708.532,
|
25 |
+
"min": 0.0,
|
26 |
+
"max": 0.0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"current": 2549.917,
|
30 |
+
"min": 0.0,
|
31 |
+
"max": 0.0
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"current": 2649.342,
|
35 |
+
"min": 0.0,
|
36 |
+
"max": 0.0
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"current": 2617.578,
|
40 |
+
"min": 0.0,
|
41 |
+
"max": 0.0
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"current": 2514.64,
|
45 |
+
"min": 0.0,
|
46 |
+
"max": 0.0
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"current": 3300.018,
|
50 |
+
"min": 0.0,
|
51 |
+
"max": 0.0
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"current": 2514.814,
|
55 |
+
"min": 0.0,
|
56 |
+
"max": 0.0
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"current": 2823.715,
|
60 |
+
"min": 0.0,
|
61 |
+
"max": 0.0
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"current": 2444.923,
|
65 |
+
"min": 0.0,
|
66 |
+
"max": 0.0
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"current": 2450.425,
|
70 |
+
"min": 0.0,
|
71 |
+
"max": 0.0
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"current": 2405.045,
|
75 |
+
"min": 0.0,
|
76 |
+
"max": 0.0
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"current": 3300.611,
|
80 |
+
"min": 0.0,
|
81 |
+
"max": 0.0
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"current": 2521.7,
|
85 |
+
"min": 0.0,
|
86 |
+
"max": 0.0
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"current": 2536.269,
|
90 |
+
"min": 0.0,
|
91 |
+
"max": 0.0
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"current": 2454.76,
|
95 |
+
"min": 0.0,
|
96 |
+
"max": 0.0
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"current": 2452.125,
|
100 |
+
"min": 0.0,
|
101 |
+
"max": 0.0
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"current": 2578.243,
|
105 |
+
"min": 0.0,
|
106 |
+
"max": 0.0
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"current": 2588.493,
|
110 |
+
"min": 0.0,
|
111 |
+
"max": 0.0
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"current": 2597.93,
|
115 |
+
"min": 0.0,
|
116 |
+
"max": 0.0
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"current": 2362.191,
|
120 |
+
"min": 0.0,
|
121 |
+
"max": 0.0
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"current": 2603.048,
|
125 |
+
"min": 0.0,
|
126 |
+
"max": 0.0
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"current": 1726.583,
|
130 |
+
"min": 0.0,
|
131 |
+
"max": 0.0
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"current": 2010.457,
|
135 |
+
"min": 0.0,
|
136 |
+
"max": 0.0
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"current": 1983.584,
|
140 |
+
"min": 0.0,
|
141 |
+
"max": 0.0
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"current": 2585.543,
|
145 |
+
"min": 0.0,
|
146 |
+
"max": 0.0
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"current": 2448.628,
|
150 |
+
"min": 0.0,
|
151 |
+
"max": 0.0
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"current": 2473.293,
|
155 |
+
"min": 0.0,
|
156 |
+
"max": 0.0
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"current": 2326.422,
|
160 |
+
"min": 0.0,
|
161 |
+
"max": 0.0
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"current": 2469.471,
|
165 |
+
"min": 0.0,
|
166 |
+
"max": 0.0
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"current": 1679.725,
|
170 |
+
"min": 0.0,
|
171 |
+
"max": 0.0
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"current": 1707.891,
|
175 |
+
"min": 0.0,
|
176 |
+
"max": 0.0
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"current": 2608.243,
|
180 |
+
"min": 0.0,
|
181 |
+
"max": 0.0
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"current": 1825.706,
|
185 |
+
"min": 0.0,
|
186 |
+
"max": 0.0
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"current": 1852.851,
|
190 |
+
"min": 0.0,
|
191 |
+
"max": 0.0
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"current": 2741.597,
|
195 |
+
"min": 0.0,
|
196 |
+
"max": 0.0
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"current": 2763.617,
|
200 |
+
"min": 0.0,
|
201 |
+
"max": 0.0
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"current": 2668.973,
|
205 |
+
"min": 0.0,
|
206 |
+
"max": 0.0
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"current": 1848.906,
|
210 |
+
"min": 0.0,
|
211 |
+
"max": 0.0
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"current": 1859.662,
|
215 |
+
"min": 0.0,
|
216 |
+
"max": 0.0
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"current": 1872.243,
|
220 |
+
"min": 0.0,
|
221 |
+
"max": 0.0
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"current": 2750.258,
|
225 |
+
"min": 0.0,
|
226 |
+
"max": 0.0
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"current": 2171.724,
|
230 |
+
"min": 0.0,
|
231 |
+
"max": 0.0
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"current": 2673.366,
|
235 |
+
"min": 0.0,
|
236 |
+
"max": 0.0
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"current": 2686.6,
|
240 |
+
"min": 0.0,
|
241 |
+
"max": 0.0
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"current": 2254.628,
|
245 |
+
"min": 0.0,
|
246 |
+
"max": 0.0
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"current": 1922.174,
|
250 |
+
"min": 0.0,
|
251 |
+
"max": 0.0
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"current": 1919.649,
|
255 |
+
"min": 0.0,
|
256 |
+
"max": 0.0
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"current": 1914.156,
|
260 |
+
"min": 0.0,
|
261 |
+
"max": 0.0
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"current": 3299.749,
|
265 |
+
"min": 0.0,
|
266 |
+
"max": 0.0
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"current": 3299.574,
|
270 |
+
"min": 0.0,
|
271 |
+
"max": 0.0
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"current": 3299.179,
|
275 |
+
"min": 0.0,
|
276 |
+
"max": 0.0
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"current": 3300.775,
|
280 |
+
"min": 0.0,
|
281 |
+
"max": 0.0
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"current": 3299.087,
|
285 |
+
"min": 0.0,
|
286 |
+
"max": 0.0
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"current": 3299.329,
|
290 |
+
"min": 0.0,
|
291 |
+
"max": 0.0
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"current": 2200.612,
|
295 |
+
"min": 0.0,
|
296 |
+
"max": 0.0
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"current": 2744.304,
|
300 |
+
"min": 0.0,
|
301 |
+
"max": 0.0
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"current": 3300.722,
|
305 |
+
"min": 0.0,
|
306 |
+
"max": 0.0
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"current": 3299.792,
|
310 |
+
"min": 0.0,
|
311 |
+
"max": 0.0
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"current": 3299.956,
|
315 |
+
"min": 0.0,
|
316 |
+
"max": 0.0
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"current": 3301.117,
|
320 |
+
"min": 0.0,
|
321 |
+
"max": 0.0
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"current": 2226.489,
|
325 |
+
"min": 0.0,
|
326 |
+
"max": 0.0
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"current": 3070.859,
|
330 |
+
"min": 0.0,
|
331 |
+
"max": 0.0
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"current": 1992.465,
|
335 |
+
"min": 0.0,
|
336 |
+
"max": 0.0
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"current": 3048.294,
|
340 |
+
"min": 0.0,
|
341 |
+
"max": 0.0
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"current": 2694.481,
|
345 |
+
"min": 0.0,
|
346 |
+
"max": 0.0
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"current": 3299.499,
|
350 |
+
"min": 0.0,
|
351 |
+
"max": 0.0
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"current": 2794.422,
|
355 |
+
"min": 0.0,
|
356 |
+
"max": 0.0
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"current": 3292.924,
|
360 |
+
"min": 0.0,
|
361 |
+
"max": 0.0
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"current": 3299.232,
|
365 |
+
"min": 0.0,
|
366 |
+
"max": 0.0
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"current": 3297.378,
|
370 |
+
"min": 0.0,
|
371 |
+
"max": 0.0
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"current": 3300.519,
|
375 |
+
"min": 0.0,
|
376 |
+
"max": 0.0
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"current": 3300.987,
|
380 |
+
"min": 0.0,
|
381 |
+
"max": 0.0
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"current": 3298.537,
|
385 |
+
"min": 0.0,
|
386 |
+
"max": 0.0
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"current": 2474.441,
|
390 |
+
"min": 0.0,
|
391 |
+
"max": 0.0
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"current": 2795.47,
|
395 |
+
"min": 0.0,
|
396 |
+
"max": 0.0
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"current": 2412.968,
|
400 |
+
"min": 0.0,
|
401 |
+
"max": 0.0
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"current": 2550.34,
|
405 |
+
"min": 0.0,
|
406 |
+
"max": 0.0
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"current": 3009.464,
|
410 |
+
"min": 0.0,
|
411 |
+
"max": 0.0
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"current": 2578.135,
|
415 |
+
"min": 0.0,
|
416 |
+
"max": 0.0
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"current": 2404.379,
|
420 |
+
"min": 0.0,
|
421 |
+
"max": 0.0
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"current": 3020.541,
|
425 |
+
"min": 0.0,
|
426 |
+
"max": 0.0
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"current": 3058.728,
|
430 |
+
"min": 0.0,
|
431 |
+
"max": 0.0
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"current": 2989.512,
|
435 |
+
"min": 0.0,
|
436 |
+
"max": 0.0
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"current": 3059.601,
|
440 |
+
"min": 0.0,
|
441 |
+
"max": 0.0
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"current": 2714.737,
|
445 |
+
"min": 0.0,
|
446 |
+
"max": 0.0
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"current": 2694.293,
|
450 |
+
"min": 0.0,
|
451 |
+
"max": 0.0
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"current": 3261.941,
|
455 |
+
"min": 0.0,
|
456 |
+
"max": 0.0
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"current": 2586.965,
|
460 |
+
"min": 0.0,
|
461 |
+
"max": 0.0
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"current": 3294.605,
|
465 |
+
"min": 0.0,
|
466 |
+
"max": 0.0
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"current": 3260.796,
|
470 |
+
"min": 0.0,
|
471 |
+
"max": 0.0
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"current": 3295.156,
|
475 |
+
"min": 0.0,
|
476 |
+
"max": 0.0
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"current": 3253.521,
|
480 |
+
"min": 0.0,
|
481 |
+
"max": 0.0
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"current": 2832.733,
|
485 |
+
"min": 0.0,
|
486 |
+
"max": 0.0
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"current": 3264.153,
|
490 |
+
"min": 0.0,
|
491 |
+
"max": 0.0
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"current": 2767.538,
|
495 |
+
"min": 0.0,
|
496 |
+
"max": 0.0
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"current": 3300.784,
|
500 |
+
"min": 0.0,
|
501 |
+
"max": 0.0
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"current": 2342.793,
|
505 |
+
"min": 0.0,
|
506 |
+
"max": 0.0
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"current": 2291.218,
|
510 |
+
"min": 0.0,
|
511 |
+
"max": 0.0
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"current": 2343.318,
|
515 |
+
"min": 0.0,
|
516 |
+
"max": 0.0
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"current": 2377.449,
|
520 |
+
"min": 0.0,
|
521 |
+
"max": 0.0
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"current": 2182.822,
|
525 |
+
"min": 0.0,
|
526 |
+
"max": 0.0
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"current": 3300.271,
|
530 |
+
"min": 0.0,
|
531 |
+
"max": 0.0
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"current": 2180.405,
|
535 |
+
"min": 0.0,
|
536 |
+
"max": 0.0
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"current": 2708.15,
|
540 |
+
"min": 0.0,
|
541 |
+
"max": 0.0
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"current": 2217.841,
|
545 |
+
"min": 0.0,
|
546 |
+
"max": 0.0
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"current": 2223.228,
|
550 |
+
"min": 0.0,
|
551 |
+
"max": 0.0
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"current": 2332.486,
|
555 |
+
"min": 0.0,
|
556 |
+
"max": 0.0
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"current": 2585.795,
|
560 |
+
"min": 0.0,
|
561 |
+
"max": 0.0
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"current": 2332.572,
|
565 |
+
"min": 0.0,
|
566 |
+
"max": 0.0
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"current": 2256.902,
|
570 |
+
"min": 0.0,
|
571 |
+
"max": 0.0
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"current": 2334.544,
|
575 |
+
"min": 0.0,
|
576 |
+
"max": 0.0
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"current": 2350.832,
|
580 |
+
"min": 0.0,
|
581 |
+
"max": 0.0
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"current": 2424.323,
|
585 |
+
"min": 0.0,
|
586 |
+
"max": 0.0
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"current": 2456.004,
|
590 |
+
"min": 0.0,
|
591 |
+
"max": 0.0
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"current": 2457.45,
|
595 |
+
"min": 0.0,
|
596 |
+
"max": 0.0
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"current": 2579.468,
|
600 |
+
"min": 0.0,
|
601 |
+
"max": 0.0
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"current": 2458.733,
|
605 |
+
"min": 0.0,
|
606 |
+
"max": 0.0
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"current": 1860.983,
|
610 |
+
"min": 0.0,
|
611 |
+
"max": 0.0
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"current": 2198.204,
|
615 |
+
"min": 0.0,
|
616 |
+
"max": 0.0
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"current": 2131.955,
|
620 |
+
"min": 0.0,
|
621 |
+
"max": 0.0
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"current": 2416.616,
|
625 |
+
"min": 0.0,
|
626 |
+
"max": 0.0
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"current": 2498.284,
|
630 |
+
"min": 0.0,
|
631 |
+
"max": 0.0
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"current": 2409.271,
|
635 |
+
"min": 0.0,
|
636 |
+
"max": 0.0
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"current": 2442.917,
|
640 |
+
"min": 0.0,
|
641 |
+
"max": 0.0
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"current": 2387.494,
|
645 |
+
"min": 0.0,
|
646 |
+
"max": 0.0
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"current": 1840.589,
|
650 |
+
"min": 0.0,
|
651 |
+
"max": 0.0
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"current": 1851.316,
|
655 |
+
"min": 0.0,
|
656 |
+
"max": 0.0
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"current": 2572.071,
|
660 |
+
"min": 0.0,
|
661 |
+
"max": 0.0
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"current": 1846.514,
|
665 |
+
"min": 0.0,
|
666 |
+
"max": 0.0
|
667 |
+
},
|
668 |
+
{
|
669 |
+
"current": 1838.129,
|
670 |
+
"min": 0.0,
|
671 |
+
"max": 0.0
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"current": 2458.548,
|
675 |
+
"min": 0.0,
|
676 |
+
"max": 0.0
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"current": 2468.97,
|
680 |
+
"min": 0.0,
|
681 |
+
"max": 0.0
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"current": 2573.521,
|
685 |
+
"min": 0.0,
|
686 |
+
"max": 0.0
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"current": 1854.263,
|
690 |
+
"min": 0.0,
|
691 |
+
"max": 0.0
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"current": 1852.806,
|
695 |
+
"min": 0.0,
|
696 |
+
"max": 0.0
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"current": 1826.095,
|
700 |
+
"min": 0.0,
|
701 |
+
"max": 0.0
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"current": 2445.646,
|
705 |
+
"min": 0.0,
|
706 |
+
"max": 0.0
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"current": 2189.591,
|
710 |
+
"min": 0.0,
|
711 |
+
"max": 0.0
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"current": 2264.349,
|
715 |
+
"min": 0.0,
|
716 |
+
"max": 0.0
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"current": 2377.441,
|
720 |
+
"min": 0.0,
|
721 |
+
"max": 0.0
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"current": 2012.723,
|
725 |
+
"min": 0.0,
|
726 |
+
"max": 0.0
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"current": 1906.662,
|
730 |
+
"min": 0.0,
|
731 |
+
"max": 0.0
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"current": 2124.071,
|
735 |
+
"min": 0.0,
|
736 |
+
"max": 0.0
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"current": 1895.988,
|
740 |
+
"min": 0.0,
|
741 |
+
"max": 0.0
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"current": 3300.029,
|
745 |
+
"min": 0.0,
|
746 |
+
"max": 0.0
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"current": 2525.577,
|
750 |
+
"min": 0.0,
|
751 |
+
"max": 0.0
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"current": 3299.997,
|
755 |
+
"min": 0.0,
|
756 |
+
"max": 0.0
|
757 |
+
},
|
758 |
+
{
|
759 |
+
"current": 2670.847,
|
760 |
+
"min": 0.0,
|
761 |
+
"max": 0.0
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"current": 3299.699,
|
765 |
+
"min": 0.0,
|
766 |
+
"max": 0.0
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"current": 3299.175,
|
770 |
+
"min": 0.0,
|
771 |
+
"max": 0.0
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"current": 2197.86,
|
775 |
+
"min": 0.0,
|
776 |
+
"max": 0.0
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"current": 2528.763,
|
780 |
+
"min": 0.0,
|
781 |
+
"max": 0.0
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"current": 3197.634,
|
785 |
+
"min": 0.0,
|
786 |
+
"max": 0.0
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"current": 3211.437,
|
790 |
+
"min": 0.0,
|
791 |
+
"max": 0.0
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"current": 3251.423,
|
795 |
+
"min": 0.0,
|
796 |
+
"max": 0.0
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"current": 2959.085,
|
800 |
+
"min": 0.0,
|
801 |
+
"max": 0.0
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"current": 2065.145,
|
805 |
+
"min": 0.0,
|
806 |
+
"max": 0.0
|
807 |
+
},
|
808 |
+
{
|
809 |
+
"current": 2974.061,
|
810 |
+
"min": 0.0,
|
811 |
+
"max": 0.0
|
812 |
+
},
|
813 |
+
{
|
814 |
+
"current": 2068.626,
|
815 |
+
"min": 0.0,
|
816 |
+
"max": 0.0
|
817 |
+
},
|
818 |
+
{
|
819 |
+
"current": 2986.901,
|
820 |
+
"min": 0.0,
|
821 |
+
"max": 0.0
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"current": 2340.617,
|
825 |
+
"min": 0.0,
|
826 |
+
"max": 0.0
|
827 |
+
},
|
828 |
+
{
|
829 |
+
"current": 3032.214,
|
830 |
+
"min": 0.0,
|
831 |
+
"max": 0.0
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"current": 2431.142,
|
835 |
+
"min": 0.0,
|
836 |
+
"max": 0.0
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"current": 3302.396,
|
840 |
+
"min": 0.0,
|
841 |
+
"max": 0.0
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"current": 2944.793,
|
845 |
+
"min": 0.0,
|
846 |
+
"max": 0.0
|
847 |
+
},
|
848 |
+
{
|
849 |
+
"current": 3299.677,
|
850 |
+
"min": 0.0,
|
851 |
+
"max": 0.0
|
852 |
+
},
|
853 |
+
{
|
854 |
+
"current": 3298.69,
|
855 |
+
"min": 0.0,
|
856 |
+
"max": 0.0
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"current": 2920.67,
|
860 |
+
"min": 0.0,
|
861 |
+
"max": 0.0
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"current": 3090.867,
|
865 |
+
"min": 0.0,
|
866 |
+
"max": 0.0
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"current": 2503.478,
|
870 |
+
"min": 0.0,
|
871 |
+
"max": 0.0
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"current": 2473.681,
|
875 |
+
"min": 0.0,
|
876 |
+
"max": 0.0
|
877 |
+
},
|
878 |
+
{
|
879 |
+
"current": 2485.275,
|
880 |
+
"min": 0.0,
|
881 |
+
"max": 0.0
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"current": 2488.179,
|
885 |
+
"min": 0.0,
|
886 |
+
"max": 0.0
|
887 |
+
},
|
888 |
+
{
|
889 |
+
"current": 2990.001,
|
890 |
+
"min": 0.0,
|
891 |
+
"max": 0.0
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"current": 2452.206,
|
895 |
+
"min": 0.0,
|
896 |
+
"max": 0.0
|
897 |
+
},
|
898 |
+
{
|
899 |
+
"current": 2729.116,
|
900 |
+
"min": 0.0,
|
901 |
+
"max": 0.0
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"current": 3001.225,
|
905 |
+
"min": 0.0,
|
906 |
+
"max": 0.0
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"current": 3299.389,
|
910 |
+
"min": 0.0,
|
911 |
+
"max": 0.0
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"current": 3299.765,
|
915 |
+
"min": 0.0,
|
916 |
+
"max": 0.0
|
917 |
+
},
|
918 |
+
{
|
919 |
+
"current": 3299.125,
|
920 |
+
"min": 0.0,
|
921 |
+
"max": 0.0
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"current": 2002.363,
|
925 |
+
"min": 0.0,
|
926 |
+
"max": 0.0
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"current": 2302.227,
|
930 |
+
"min": 0.0,
|
931 |
+
"max": 0.0
|
932 |
+
},
|
933 |
+
{
|
934 |
+
"current": 3132.468,
|
935 |
+
"min": 0.0,
|
936 |
+
"max": 0.0
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"current": 2770.449,
|
940 |
+
"min": 0.0,
|
941 |
+
"max": 0.0
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"current": 3288.126,
|
945 |
+
"min": 0.0,
|
946 |
+
"max": 0.0
|
947 |
+
},
|
948 |
+
{
|
949 |
+
"current": 3298.022,
|
950 |
+
"min": 0.0,
|
951 |
+
"max": 0.0
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"current": 3298.691,
|
955 |
+
"min": 0.0,
|
956 |
+
"max": 0.0
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"current": 3297.894,
|
960 |
+
"min": 0.0,
|
961 |
+
"max": 0.0
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"current": 2828.863,
|
965 |
+
"min": 0.0,
|
966 |
+
"max": 0.0
|
967 |
+
},
|
968 |
+
{
|
969 |
+
"current": 3299.914,
|
970 |
+
"min": 0.0,
|
971 |
+
"max": 0.0
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"current": 2721.595,
|
975 |
+
"min": 0.0,
|
976 |
+
"max": 0.0
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"current": 3299.427,
|
980 |
+
"min": 0.0,
|
981 |
+
"max": 0.0
|
982 |
+
}
|
983 |
+
],
|
984 |
+
"disk": {
|
985 |
+
"/": {
|
986 |
+
"total": 32.0,
|
987 |
+
"used": 0.01256561279296875
|
988 |
+
}
|
989 |
+
},
|
990 |
+
"gpu": "NVIDIA A10G",
|
991 |
+
"gpu_count": 8,
|
992 |
+
"gpu_devices": [
|
993 |
+
{
|
994 |
+
"name": "NVIDIA A10G",
|
995 |
+
"memory_total": 24146608128
|
996 |
+
},
|
997 |
+
{
|
998 |
+
"name": "NVIDIA A10G",
|
999 |
+
"memory_total": 24146608128
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"name": "NVIDIA A10G",
|
1003 |
+
"memory_total": 24146608128
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"name": "NVIDIA A10G",
|
1007 |
+
"memory_total": 24146608128
|
1008 |
+
},
|
1009 |
+
{
|
1010 |
+
"name": "NVIDIA A10G",
|
1011 |
+
"memory_total": 24146608128
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"name": "NVIDIA A10G",
|
1015 |
+
"memory_total": 24146608128
|
1016 |
+
},
|
1017 |
+
{
|
1018 |
+
"name": "NVIDIA A10G",
|
1019 |
+
"memory_total": 24146608128
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"name": "NVIDIA A10G",
|
1023 |
+
"memory_total": 24146608128
|
1024 |
+
}
|
1025 |
+
],
|
1026 |
+
"memory": {
|
1027 |
+
"total": 747.9597625732422
|
1028 |
+
}
|
1029 |
+
}
|
wandb/run-20240208_180020-3wdew33h/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 17}}
|
wandb/run-20240208_180020-3wdew33h/logs/debug-internal.log
ADDED
@@ -0,0 +1,194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 18:00:20,766 INFO StreamThr :1998 [internal.py:wandb_internal():86] W&B internal server running at pid: 1998, started at: 2024-02-08 18:00:20.765271
|
2 |
+
2024-02-08 18:00:20,767 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: status
|
3 |
+
2024-02-08 18:00:20,770 INFO WriterThread:1998 [datastore.py:open_for_write():85] open: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/run-3wdew33h.wandb
|
4 |
+
2024-02-08 18:00:20,771 DEBUG SenderThread:1998 [sender.py:send():382] send: header
|
5 |
+
2024-02-08 18:00:20,771 DEBUG SenderThread:1998 [sender.py:send():382] send: run
|
6 |
+
2024-02-08 18:00:21,104 INFO SenderThread:1998 [dir_watcher.py:__init__():211] watching files in: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files
|
7 |
+
2024-02-08 18:00:21,104 INFO SenderThread:1998 [sender.py:_start_run_threads():1136] run started: 3wdew33h with start time 1707415220.764703
|
8 |
+
2024-02-08 18:00:21,108 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: check_version
|
9 |
+
2024-02-08 18:00:21,108 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: check_version
|
10 |
+
2024-02-08 18:00:21,151 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: run_start
|
11 |
+
2024-02-08 18:00:21,179 DEBUG HandlerThread:1998 [system_info.py:__init__():32] System info init
|
12 |
+
2024-02-08 18:00:21,179 DEBUG HandlerThread:1998 [system_info.py:__init__():47] System info init done
|
13 |
+
2024-02-08 18:00:21,179 INFO HandlerThread:1998 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-02-08 18:00:21,180 INFO SystemMonitor:1998 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-02-08 18:00:21,181 INFO HandlerThread:1998 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-02-08 18:00:21,181 INFO SystemMonitor:1998 [interfaces.py:start():190] Started cpu monitoring
|
17 |
+
2024-02-08 18:00:21,182 INFO SystemMonitor:1998 [interfaces.py:start():190] Started disk monitoring
|
18 |
+
2024-02-08 18:00:21,182 INFO SystemMonitor:1998 [interfaces.py:start():190] Started gpu monitoring
|
19 |
+
2024-02-08 18:00:21,184 INFO SystemMonitor:1998 [interfaces.py:start():190] Started memory monitoring
|
20 |
+
2024-02-08 18:00:21,184 INFO SystemMonitor:1998 [interfaces.py:start():190] Started network monitoring
|
21 |
+
2024-02-08 18:00:21,239 DEBUG HandlerThread:1998 [system_info.py:probe():196] Probing system
|
22 |
+
2024-02-08 18:00:21,241 DEBUG HandlerThread:1998 [gitlib.py:_init_repo():56] git repository is invalid
|
23 |
+
2024-02-08 18:00:21,241 DEBUG HandlerThread:1998 [system_info.py:probe():244] Probing system done
|
24 |
+
2024-02-08 18:00:21,241 DEBUG HandlerThread:1998 [system_monitor.py:probe():223] {'os': 'Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35', 'python': '3.10.13', 'heartbeatAt': '2024-02-08T18:00:21.239172', 'startedAt': '2024-02-08T18:00:20.760995', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py', 'codePathLocal': None, 'host': 'default', 'username': 'sagemaker-user', 'executable': '/opt/conda/bin/python3', 'cpu_count': 96, 'cpu_count_logical': 192, 'cpu_freq': {'current': 3011.898104166666, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2708.532, 'min': 0.0, 'max': 0.0}, {'current': 2549.917, 'min': 0.0, 'max': 0.0}, {'current': 2649.342, 'min': 0.0, 'max': 0.0}, {'current': 2617.578, 'min': 0.0, 'max': 0.0}, {'current': 2514.64, 'min': 0.0, 'max': 0.0}, {'current': 3300.018, 'min': 0.0, 'max': 0.0}, {'current': 2514.814, 'min': 0.0, 'max': 0.0}, {'current': 2823.715, 'min': 0.0, 'max': 0.0}, {'current': 2444.923, 'min': 0.0, 'max': 0.0}, {'current': 2450.425, 'min': 0.0, 'max': 0.0}, {'current': 2405.045, 'min': 0.0, 'max': 0.0}, {'current': 3300.611, 'min': 0.0, 'max': 0.0}, {'current': 2521.7, 'min': 0.0, 'max': 0.0}, {'current': 2536.269, 'min': 0.0, 'max': 0.0}, {'current': 2454.76, 'min': 0.0, 'max': 0.0}, {'current': 2452.125, 'min': 0.0, 'max': 0.0}, {'current': 2578.243, 'min': 0.0, 'max': 0.0}, {'current': 2588.493, 'min': 0.0, 'max': 0.0}, {'current': 2597.93, 'min': 0.0, 'max': 0.0}, {'current': 2362.191, 'min': 0.0, 'max': 0.0}, {'current': 2603.048, 'min': 0.0, 'max': 0.0}, {'current': 1726.583, 'min': 0.0, 'max': 0.0}, {'current': 2010.457, 'min': 0.0, 'max': 0.0}, {'current': 1983.584, 'min': 0.0, 'max': 0.0}, {'current': 2585.543, 'min': 0.0, 'max': 0.0}, {'current': 2448.628, 'min': 0.0, 'max': 0.0}, {'current': 2473.293, 'min': 0.0, 'max': 0.0}, {'current': 2326.422, 'min': 0.0, 'max': 0.0}, {'current': 2469.471, 'min': 0.0, 'max': 0.0}, {'current': 1679.725, 'min': 0.0, 'max': 0.0}, {'current': 1707.891, 'min': 0.0, 'max': 0.0}, {'current': 2608.243, 'min': 0.0, 'max': 0.0}, {'current': 1825.706, 'min': 0.0, 'max': 0.0}, {'current': 1852.851, 'min': 0.0, 'max': 0.0}, {'current': 2741.597, 'min': 0.0, 'max': 0.0}, {'current': 2763.617, 'min': 0.0, 'max': 0.0}, {'current': 2668.973, 'min': 0.0, 'max': 0.0}, {'current': 1848.906, 'min': 0.0, 'max': 0.0}, {'current': 1859.662, 'min': 0.0, 'max': 0.0}, {'current': 1872.243, 'min': 0.0, 'max': 0.0}, {'current': 2750.258, 'min': 0.0, 'max': 0.0}, {'current': 2171.724, 'min': 0.0, 'max': 0.0}, {'current': 2673.366, 'min': 0.0, 'max': 0.0}, {'current': 2686.6, 'min': 0.0, 'max': 0.0}, {'current': 2254.628, 'min': 0.0, 'max': 0.0}, {'current': 1922.174, 'min': 0.0, 'max': 0.0}, {'current': 1919.649, 'min': 0.0, 'max': 0.0}, {'current': 1914.156, 'min': 0.0, 'max': 0.0}, {'current': 3299.749, 'min': 0.0, 'max': 0.0}, {'current': 3299.574, 'min': 0.0, 'max': 0.0}, {'current': 3299.179, 'min': 0.0, 'max': 0.0}, {'current': 3300.775, 'min': 0.0, 'max': 0.0}, {'current': 3299.087, 'min': 0.0, 'max': 0.0}, {'current': 3299.329, 'min': 0.0, 'max': 0.0}, {'current': 2200.612, 'min': 0.0, 'max': 0.0}, {'current': 2744.304, 'min': 0.0, 'max': 0.0}, {'current': 3300.722, 'min': 0.0, 'max': 0.0}, {'current': 3299.792, 'min': 0.0, 'max': 0.0}, {'current': 3299.956, 'min': 0.0, 'max': 0.0}, {'current': 3301.117, 'min': 0.0, 'max': 0.0}, {'current': 2226.489, 'min': 0.0, 'max': 0.0}, {'current': 3070.859, 'min': 0.0, 'max': 0.0}, {'current': 1992.465, 'min': 0.0, 'max': 0.0}, {'current': 3048.294, 'min': 0.0, 'max': 0.0}, {'current': 2694.481, 'min': 0.0, 'max': 0.0}, {'current': 3299.499, 'min': 0.0, 'max': 0.0}, {'current': 2794.422, 'min': 0.0, 'max': 0.0}, {'current': 3292.924, 'min': 0.0, 'max': 0.0}, {'current': 3299.232, 'min': 0.0, 'max': 0.0}, {'current': 3297.378, 'min': 0.0, 'max': 0.0}, {'current': 3300.519, 'min': 0.0, 'max': 0.0}, {'current': 3300.987, 'min': 0.0, 'max': 0.0}, {'current': 3298.537, 'min': 0.0, 'max': 0.0}, {'current': 2474.441, 'min': 0.0, 'max': 0.0}, {'current': 2795.47, 'min': 0.0, 'max': 0.0}, {'current': 2412.968, 'min': 0.0, 'max': 0.0}, {'current': 2550.34, 'min': 0.0, 'max': 0.0}, {'current': 3009.464, 'min': 0.0, 'max': 0.0}, {'current': 2578.135, 'min': 0.0, 'max': 0.0}, {'current': 2404.379, 'min': 0.0, 'max': 0.0}, {'current': 3020.541, 'min': 0.0, 'max': 0.0}, {'current': 3058.728, 'min': 0.0, 'max': 0.0}, {'current': 2989.512, 'min': 0.0, 'max': 0.0}, {'current': 3059.601, 'min': 0.0, 'max': 0.0}, {'current': 2714.737, 'min': 0.0, 'max': 0.0}, {'current': 2694.293, 'min': 0.0, 'max': 0.0}, {'current': 3261.941, 'min': 0.0, 'max': 0.0}, {'current': 2586.965, 'min': 0.0, 'max': 0.0}, {'current': 3294.605, 'min': 0.0, 'max': 0.0}, {'current': 3260.796, 'min': 0.0, 'max': 0.0}, {'current': 3295.156, 'min': 0.0, 'max': 0.0}, {'current': 3253.521, 'min': 0.0, 'max': 0.0}, {'current': 2832.733, 'min': 0.0, 'max': 0.0}, {'current': 3264.153, 'min': 0.0, 'max': 0.0}, {'current': 2767.538, 'min': 0.0, 'max': 0.0}, {'current': 3300.784, 'min': 0.0, 'max': 0.0}, {'current': 2342.793, 'min': 0.0, 'max': 0.0}, {'current': 2291.218, 'min': 0.0, 'max': 0.0}, {'current': 2343.318, 'min': 0.0, 'max': 0.0}, {'current': 2377.449, 'min': 0.0, 'max': 0.0}, {'current': 2182.822, 'min': 0.0, 'max': 0.0}, {'current': 3300.271, 'min': 0.0, 'max': 0.0}, {'current': 2180.405, 'min': 0.0, 'max': 0.0}, {'current': 2708.15, 'min': 0.0, 'max': 0.0}, {'current': 2217.841, 'min': 0.0, 'max': 0.0}, {'current': 2223.228, 'min': 0.0, 'max': 0.0}, {'current': 2332.486, 'min': 0.0, 'max': 0.0}, {'current': 2585.795, 'min': 0.0, 'max': 0.0}, {'current': 2332.572, 'min': 0.0, 'max': 0.0}, {'current': 2256.902, 'min': 0.0, 'max': 0.0}, {'current': 2334.544, 'min': 0.0, 'max': 0.0}, {'current': 2350.832, 'min': 0.0, 'max': 0.0}, {'current': 2424.323, 'min': 0.0, 'max': 0.0}, {'current': 2456.004, 'min': 0.0, 'max': 0.0}, {'current': 2457.45, 'min': 0.0, 'max': 0.0}, {'current': 2579.468, 'min': 0.0, 'max': 0.0}, {'current': 2458.733, 'min': 0.0, 'max': 0.0}, {'current': 1860.983, 'min': 0.0, 'max': 0.0}, {'current': 2198.204, 'min': 0.0, 'max': 0.0}, {'current': 2131.955, 'min': 0.0, 'max': 0.0}, {'current': 2416.616, 'min': 0.0, 'max': 0.0}, {'current': 2498.284, 'min': 0.0, 'max': 0.0}, {'current': 2409.271, 'min': 0.0, 'max': 0.0}, {'current': 2442.917, 'min': 0.0, 'max': 0.0}, {'current': 2387.494, 'min': 0.0, 'max': 0.0}, {'current': 1840.589, 'min': 0.0, 'max': 0.0}, {'current': 1851.316, 'min': 0.0, 'max': 0.0}, {'current': 2572.071, 'min': 0.0, 'max': 0.0}, {'current': 1846.514, 'min': 0.0, 'max': 0.0}, {'current': 1838.129, 'min': 0.0, 'max': 0.0}, {'current': 2458.548, 'min': 0.0, 'max': 0.0}, {'current': 2468.97, 'min': 0.0, 'max': 0.0}, {'current': 2573.521, 'min': 0.0, 'max': 0.0}, {'current': 1854.263, 'min': 0.0, 'max': 0.0}, {'current': 1852.806, 'min': 0.0, 'max': 0.0}, {'current': 1826.095, 'min': 0.0, 'max': 0.0}, {'current': 2445.646, 'min': 0.0, 'max': 0.0}, {'current': 2189.591, 'min': 0.0, 'max': 0.0}, {'current': 2264.349, 'min': 0.0, 'max': 0.0}, {'current': 2377.441, 'min': 0.0, 'max': 0.0}, {'current': 2012.723, 'min': 0.0, 'max': 0.0}, {'current': 1906.662, 'min': 0.0, 'max': 0.0}, {'current': 2124.071, 'min': 0.0, 'max': 0.0}, {'current': 1895.988, 'min': 0.0, 'max': 0.0}, {'current': 3300.029, 'min': 0.0, 'max': 0.0}, {'current': 2525.577, 'min': 0.0, 'max': 0.0}, {'current': 3299.997, 'min': 0.0, 'max': 0.0}, {'current': 2670.847, 'min': 0.0, 'max': 0.0}, {'current': 3299.699, 'min': 0.0, 'max': 0.0}, {'current': 3299.175, 'min': 0.0, 'max': 0.0}, {'current': 2197.86, 'min': 0.0, 'max': 0.0}, {'current': 2528.763, 'min': 0.0, 'max': 0.0}, {'current': 3197.634, 'min': 0.0, 'max': 0.0}, {'current': 3211.437, 'min': 0.0, 'max': 0.0}, {'current': 3251.423, 'min': 0.0, 'max': 0.0}, {'current': 2959.085, 'min': 0.0, 'max': 0.0}, {'current': 2065.145, 'min': 0.0, 'max': 0.0}, {'current': 2974.061, 'min': 0.0, 'max': 0.0}, {'current': 2068.626, 'min': 0.0, 'max': 0.0}, {'current': 2986.901, 'min': 0.0, 'max': 0.0}, {'current': 2340.617, 'min': 0.0, 'max': 0.0}, {'current': 3032.214, 'min': 0.0, 'max': 0.0}, {'current': 2431.142, 'min': 0.0, 'max': 0.0}, {'current': 3302.396, 'min': 0.0, 'max': 0.0}, {'current': 2944.793, 'min': 0.0, 'max': 0.0}, {'current': 3299.677, 'min': 0.0, 'max': 0.0}, {'current': 3298.69, 'min': 0.0, 'max': 0.0}, {'current': 2920.67, 'min': 0.0, 'max': 0.0}, {'current': 3090.867, 'min': 0.0, 'max': 0.0}, {'current': 2503.478, 'min': 0.0, 'max': 0.0}, {'current': 2473.681, 'min': 0.0, 'max': 0.0}, {'current': 2485.275, 'min': 0.0, 'max': 0.0}, {'current': 2488.179, 'min': 0.0, 'max': 0.0}, {'current': 2990.001, 'min': 0.0, 'max': 0.0}, {'current': 2452.206, 'min': 0.0, 'max': 0.0}, {'current': 2729.116, 'min': 0.0, 'max': 0.0}, {'current': 3001.225, 'min': 0.0, 'max': 0.0}, {'current': 3299.389, 'min': 0.0, 'max': 0.0}, {'current': 3299.765, 'min': 0.0, 'max': 0.0}, {'current': 3299.125, 'min': 0.0, 'max': 0.0}, {'current': 2002.363, 'min': 0.0, 'max': 0.0}, {'current': 2302.227, 'min': 0.0, 'max': 0.0}, {'current': 3132.468, 'min': 0.0, 'max': 0.0}, {'current': 2770.449, 'min': 0.0, 'max': 0.0}, {'current': 3288.126, 'min': 0.0, 'max': 0.0}, {'current': 3298.022, 'min': 0.0, 'max': 0.0}, {'current': 3298.691, 'min': 0.0, 'max': 0.0}, {'current': 3297.894, 'min': 0.0, 'max': 0.0}, {'current': 2828.863, 'min': 0.0, 'max': 0.0}, {'current': 3299.914, 'min': 0.0, 'max': 0.0}, {'current': 2721.595, 'min': 0.0, 'max': 0.0}, {'current': 3299.427, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 32.0, 'used': 0.01256561279296875}}, 'gpu': 'NVIDIA A10G', 'gpu_count': 8, 'gpu_devices': [{'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}], 'memory': {'total': 747.9597625732422}}
|
25 |
+
2024-02-08 18:00:21,241 INFO HandlerThread:1998 [system_monitor.py:probe():224] Finished collecting system info
|
26 |
+
2024-02-08 18:00:21,241 INFO HandlerThread:1998 [system_monitor.py:probe():227] Publishing system info
|
27 |
+
2024-02-08 18:00:21,241 DEBUG HandlerThread:1998 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
|
28 |
+
2024-02-08 18:00:21,242 DEBUG HandlerThread:1998 [system_info.py:_save_pip():68] Saving pip packages done
|
29 |
+
2024-02-08 18:00:21,242 DEBUG HandlerThread:1998 [system_info.py:_save_conda():75] Saving list of conda packages installed into the current environment
|
30 |
+
2024-02-08 18:00:22,105 INFO Thread-12 :1998 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/requirements.txt
|
31 |
+
2024-02-08 18:00:22,105 INFO Thread-12 :1998 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/conda-environment.yaml
|
32 |
+
2024-02-08 18:00:35,540 DEBUG HandlerThread:1998 [system_info.py:_save_conda():87] Saving conda packages done
|
33 |
+
2024-02-08 18:00:35,542 INFO HandlerThread:1998 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-02-08 18:00:35,545 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: status_report
|
35 |
+
2024-02-08 18:00:35,545 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: keepalive
|
36 |
+
2024-02-08 18:00:35,545 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: status_report
|
37 |
+
2024-02-08 18:00:35,545 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: keepalive
|
38 |
+
2024-02-08 18:00:35,546 DEBUG SenderThread:1998 [sender.py:send():382] send: files
|
39 |
+
2024-02-08 18:00:35,546 INFO SenderThread:1998 [sender.py:_save_file():1392] saving file wandb-metadata.json with policy now
|
40 |
+
2024-02-08 18:00:35,550 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: stop_status
|
41 |
+
2024-02-08 18:00:35,550 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: stop_status
|
42 |
+
2024-02-08 18:00:35,557 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: internal_messages
|
43 |
+
2024-02-08 18:00:35,673 DEBUG SenderThread:1998 [sender.py:send():382] send: telemetry
|
44 |
+
2024-02-08 18:00:35,673 DEBUG SenderThread:1998 [sender.py:send():382] send: config
|
45 |
+
2024-02-08 18:00:35,674 DEBUG SenderThread:1998 [sender.py:send():382] send: metric
|
46 |
+
2024-02-08 18:00:35,674 DEBUG SenderThread:1998 [sender.py:send():382] send: telemetry
|
47 |
+
2024-02-08 18:00:35,674 DEBUG SenderThread:1998 [sender.py:send():382] send: metric
|
48 |
+
2024-02-08 18:00:35,674 WARNING SenderThread:1998 [sender.py:send_metric():1343] Seen metric with glob (shouldn't happen)
|
49 |
+
2024-02-08 18:00:35,893 INFO wandb-upload_0:1998 [upload_job.py:push():131] Uploaded file /tmp/tmp_9e35467wandb/s8xuyfes-wandb-metadata.json
|
50 |
+
2024-02-08 18:00:36,107 INFO Thread-12 :1998 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/conda-environment.yaml
|
51 |
+
2024-02-08 18:00:36,107 INFO Thread-12 :1998 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/output.log
|
52 |
+
2024-02-08 18:00:36,108 INFO Thread-12 :1998 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/wandb-metadata.json
|
53 |
+
2024-02-08 18:00:36,534 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: status_report
|
54 |
+
2024-02-08 18:00:38,108 INFO Thread-12 :1998 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/output.log
|
55 |
+
2024-02-08 18:00:38,575 DEBUG SenderThread:1998 [sender.py:send():382] send: exit
|
56 |
+
2024-02-08 18:00:38,575 INFO SenderThread:1998 [sender.py:send_exit():589] handling exit code: 1
|
57 |
+
2024-02-08 18:00:38,575 INFO SenderThread:1998 [sender.py:send_exit():591] handling runtime: 17
|
58 |
+
2024-02-08 18:00:38,575 INFO SenderThread:1998 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
59 |
+
2024-02-08 18:00:38,575 INFO SenderThread:1998 [sender.py:send_exit():597] send defer
|
60 |
+
2024-02-08 18:00:38,575 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
61 |
+
2024-02-08 18:00:38,576 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 0
|
62 |
+
2024-02-08 18:00:38,576 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
63 |
+
2024-02-08 18:00:38,576 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 0
|
64 |
+
2024-02-08 18:00:38,576 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 1
|
65 |
+
2024-02-08 18:00:38,576 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
66 |
+
2024-02-08 18:00:38,576 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 1
|
67 |
+
2024-02-08 18:00:38,576 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
68 |
+
2024-02-08 18:00:38,576 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 1
|
69 |
+
2024-02-08 18:00:38,576 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 2
|
70 |
+
2024-02-08 18:00:38,576 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
71 |
+
2024-02-08 18:00:38,576 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 2
|
72 |
+
2024-02-08 18:00:38,576 INFO HandlerThread:1998 [system_monitor.py:finish():203] Stopping system monitor
|
73 |
+
2024-02-08 18:00:38,578 INFO HandlerThread:1998 [interfaces.py:finish():202] Joined cpu monitor
|
74 |
+
2024-02-08 18:00:38,578 INFO HandlerThread:1998 [interfaces.py:finish():202] Joined disk monitor
|
75 |
+
2024-02-08 18:00:38,578 DEBUG SystemMonitor:1998 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
76 |
+
2024-02-08 18:00:38,578 DEBUG SystemMonitor:1998 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
77 |
+
2024-02-08 18:00:38,578 DEBUG SystemMonitor:1998 [system_monitor.py:_start():183] Publishing last batch of metrics
|
78 |
+
2024-02-08 18:00:38,618 INFO HandlerThread:1998 [interfaces.py:finish():202] Joined gpu monitor
|
79 |
+
2024-02-08 18:00:38,618 INFO HandlerThread:1998 [interfaces.py:finish():202] Joined memory monitor
|
80 |
+
2024-02-08 18:00:38,618 INFO HandlerThread:1998 [interfaces.py:finish():202] Joined network monitor
|
81 |
+
2024-02-08 18:00:38,618 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
82 |
+
2024-02-08 18:00:38,619 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 2
|
83 |
+
2024-02-08 18:00:38,619 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 3
|
84 |
+
2024-02-08 18:00:38,619 DEBUG SenderThread:1998 [sender.py:send():382] send: stats
|
85 |
+
2024-02-08 18:00:38,620 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
86 |
+
2024-02-08 18:00:38,620 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 3
|
87 |
+
2024-02-08 18:00:38,620 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
88 |
+
2024-02-08 18:00:38,620 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 3
|
89 |
+
2024-02-08 18:00:38,620 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 4
|
90 |
+
2024-02-08 18:00:38,620 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
91 |
+
2024-02-08 18:00:38,620 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 4
|
92 |
+
2024-02-08 18:00:38,620 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
93 |
+
2024-02-08 18:00:38,620 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 4
|
94 |
+
2024-02-08 18:00:38,620 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 5
|
95 |
+
2024-02-08 18:00:38,620 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
96 |
+
2024-02-08 18:00:38,621 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 5
|
97 |
+
2024-02-08 18:00:38,621 DEBUG SenderThread:1998 [sender.py:send():382] send: summary
|
98 |
+
2024-02-08 18:00:38,633 INFO SenderThread:1998 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
99 |
+
2024-02-08 18:00:38,633 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
100 |
+
2024-02-08 18:00:38,633 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 5
|
101 |
+
2024-02-08 18:00:38,633 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 6
|
102 |
+
2024-02-08 18:00:38,634 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
103 |
+
2024-02-08 18:00:38,634 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 6
|
104 |
+
2024-02-08 18:00:38,634 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
105 |
+
2024-02-08 18:00:38,634 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 6
|
106 |
+
2024-02-08 18:00:38,638 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: status_report
|
107 |
+
2024-02-08 18:00:38,773 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 7
|
108 |
+
2024-02-08 18:00:38,773 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
109 |
+
2024-02-08 18:00:38,773 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 7
|
110 |
+
2024-02-08 18:00:38,774 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
111 |
+
2024-02-08 18:00:38,774 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 7
|
112 |
+
2024-02-08 18:00:39,108 INFO Thread-12 :1998 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/config.yaml
|
113 |
+
2024-02-08 18:00:39,108 INFO Thread-12 :1998 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/wandb-summary.json
|
114 |
+
2024-02-08 18:00:39,575 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: poll_exit
|
115 |
+
2024-02-08 18:00:39,685 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 8
|
116 |
+
2024-02-08 18:00:39,685 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: poll_exit
|
117 |
+
2024-02-08 18:00:39,686 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
118 |
+
2024-02-08 18:00:39,686 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 8
|
119 |
+
2024-02-08 18:00:39,686 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
120 |
+
2024-02-08 18:00:39,686 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 8
|
121 |
+
2024-02-08 18:00:39,686 INFO SenderThread:1998 [job_builder.py:build():298] Attempting to build job artifact
|
122 |
+
2024-02-08 18:00:39,688 INFO SenderThread:1998 [job_builder.py:_get_source_type():439] no source found
|
123 |
+
2024-02-08 18:00:39,688 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 9
|
124 |
+
2024-02-08 18:00:39,688 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
125 |
+
2024-02-08 18:00:39,688 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 9
|
126 |
+
2024-02-08 18:00:39,688 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
127 |
+
2024-02-08 18:00:39,688 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 9
|
128 |
+
2024-02-08 18:00:39,688 INFO SenderThread:1998 [dir_watcher.py:finish():358] shutting down directory watcher
|
129 |
+
2024-02-08 18:00:40,109 INFO Thread-12 :1998 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/output.log
|
130 |
+
2024-02-08 18:00:40,109 INFO SenderThread:1998 [dir_watcher.py:finish():388] scan: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files
|
131 |
+
2024-02-08 18:00:40,109 INFO SenderThread:1998 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/config.yaml config.yaml
|
132 |
+
2024-02-08 18:00:40,109 INFO SenderThread:1998 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/requirements.txt requirements.txt
|
133 |
+
2024-02-08 18:00:40,109 INFO SenderThread:1998 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/conda-environment.yaml conda-environment.yaml
|
134 |
+
2024-02-08 18:00:40,109 INFO SenderThread:1998 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/wandb-metadata.json wandb-metadata.json
|
135 |
+
2024-02-08 18:00:40,110 INFO SenderThread:1998 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/output.log output.log
|
136 |
+
2024-02-08 18:00:40,111 INFO SenderThread:1998 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/wandb-summary.json wandb-summary.json
|
137 |
+
2024-02-08 18:00:40,111 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 10
|
138 |
+
2024-02-08 18:00:40,112 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
139 |
+
2024-02-08 18:00:40,112 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 10
|
140 |
+
2024-02-08 18:00:40,114 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
141 |
+
2024-02-08 18:00:40,114 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 10
|
142 |
+
2024-02-08 18:00:40,114 INFO SenderThread:1998 [file_pusher.py:finish():175] shutting down file pusher
|
143 |
+
2024-02-08 18:00:40,385 INFO wandb-upload_0:1998 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/config.yaml
|
144 |
+
2024-02-08 18:00:40,437 INFO wandb-upload_3:1998 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/output.log
|
145 |
+
2024-02-08 18:00:40,470 INFO wandb-upload_2:1998 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/conda-environment.yaml
|
146 |
+
2024-02-08 18:00:40,560 INFO wandb-upload_1:1998 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/requirements.txt
|
147 |
+
2024-02-08 18:00:40,575 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: poll_exit
|
148 |
+
2024-02-08 18:00:40,576 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: poll_exit
|
149 |
+
2024-02-08 18:00:40,674 INFO wandb-upload_4:1998 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/files/wandb-summary.json
|
150 |
+
2024-02-08 18:00:40,875 INFO Thread-11 (_thread_body):1998 [sender.py:transition_state():617] send defer: 11
|
151 |
+
2024-02-08 18:00:40,875 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
152 |
+
2024-02-08 18:00:40,875 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 11
|
153 |
+
2024-02-08 18:00:40,875 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
154 |
+
2024-02-08 18:00:40,875 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 11
|
155 |
+
2024-02-08 18:00:40,875 INFO SenderThread:1998 [file_pusher.py:join():181] waiting for file pusher
|
156 |
+
2024-02-08 18:00:40,876 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 12
|
157 |
+
2024-02-08 18:00:40,876 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
158 |
+
2024-02-08 18:00:40,876 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 12
|
159 |
+
2024-02-08 18:00:40,876 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
160 |
+
2024-02-08 18:00:40,876 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 12
|
161 |
+
2024-02-08 18:00:40,876 INFO SenderThread:1998 [file_stream.py:finish():595] file stream finish called
|
162 |
+
2024-02-08 18:00:40,954 INFO SenderThread:1998 [file_stream.py:finish():599] file stream finish is done
|
163 |
+
2024-02-08 18:00:40,954 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 13
|
164 |
+
2024-02-08 18:00:40,954 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
165 |
+
2024-02-08 18:00:40,954 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 13
|
166 |
+
2024-02-08 18:00:40,954 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
167 |
+
2024-02-08 18:00:40,954 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 13
|
168 |
+
2024-02-08 18:00:40,954 INFO SenderThread:1998 [sender.py:transition_state():617] send defer: 14
|
169 |
+
2024-02-08 18:00:40,955 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: defer
|
170 |
+
2024-02-08 18:00:40,955 INFO HandlerThread:1998 [handler.py:handle_request_defer():172] handle defer: 14
|
171 |
+
2024-02-08 18:00:40,955 DEBUG SenderThread:1998 [sender.py:send():382] send: final
|
172 |
+
2024-02-08 18:00:40,955 DEBUG SenderThread:1998 [sender.py:send():382] send: footer
|
173 |
+
2024-02-08 18:00:40,955 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: defer
|
174 |
+
2024-02-08 18:00:40,955 INFO SenderThread:1998 [sender.py:send_request_defer():613] handle sender defer: 14
|
175 |
+
2024-02-08 18:00:40,955 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: poll_exit
|
176 |
+
2024-02-08 18:00:40,956 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: poll_exit
|
177 |
+
2024-02-08 18:00:40,956 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: poll_exit
|
178 |
+
2024-02-08 18:00:40,956 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: server_info
|
179 |
+
2024-02-08 18:00:40,956 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: poll_exit
|
180 |
+
2024-02-08 18:00:40,957 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: server_info
|
181 |
+
2024-02-08 18:00:40,959 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: get_summary
|
182 |
+
2024-02-08 18:00:40,959 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: sampled_history
|
183 |
+
2024-02-08 18:00:40,959 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: internal_messages
|
184 |
+
2024-02-08 18:00:40,959 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: job_info
|
185 |
+
2024-02-08 18:00:41,013 DEBUG SenderThread:1998 [sender.py:send_request():409] send_request: job_info
|
186 |
+
2024-02-08 18:00:41,013 INFO MainThread:1998 [wandb_run.py:_footer_history_summary_info():3837] rendering history
|
187 |
+
2024-02-08 18:00:41,013 INFO MainThread:1998 [wandb_run.py:_footer_history_summary_info():3869] rendering summary
|
188 |
+
2024-02-08 18:00:41,013 INFO MainThread:1998 [wandb_run.py:_footer_sync_info():3796] logging synced files
|
189 |
+
2024-02-08 18:00:41,014 DEBUG HandlerThread:1998 [handler.py:handle_request():146] handle_request: shutdown
|
190 |
+
2024-02-08 18:00:41,014 INFO HandlerThread:1998 [handler.py:finish():866] shutting down handler
|
191 |
+
2024-02-08 18:00:41,960 INFO WriterThread:1998 [datastore.py:close():294] close: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/run-3wdew33h.wandb
|
192 |
+
2024-02-08 18:00:42,013 INFO SenderThread:1998 [sender.py:finish():1548] shutting down sender
|
193 |
+
2024-02-08 18:00:42,013 INFO SenderThread:1998 [file_pusher.py:finish():175] shutting down file pusher
|
194 |
+
2024-02-08 18:00:42,013 INFO SenderThread:1998 [file_pusher.py:join():181] waiting for file pusher
|
wandb/run-20240208_180020-3wdew33h/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Current SDK version is 0.16.1
|
2 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Configure stats pid to 1738
|
3 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/.config/wandb/settings
|
4 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/output-7b-26k-lora/wandb/settings
|
5 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-02-08 18:00:20,762 WARNING MainThread:1738 [wandb_setup.py:_flush():76] Could not save program above cwd: /home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py
|
8 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program_abspath': '/home/sagemaker-user/lora_finetuning_push_to_hub_save_local.py', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local.py'}
|
9 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_init.py:_log_setup():524] Logging user logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/logs/debug.log
|
10 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_init.py:_log_setup():525] Logging internal logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_180020-3wdew33h/logs/debug-internal.log
|
11 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_init.py:init():564] calling init triggers
|
12 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
|
13 |
+
config: {}
|
14 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_init.py:init():614] starting backend
|
15 |
+
2024-02-08 18:00:20,762 INFO MainThread:1738 [wandb_init.py:init():618] setting up manager
|
16 |
+
2024-02-08 18:00:20,763 INFO MainThread:1738 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
17 |
+
2024-02-08 18:00:20,764 INFO MainThread:1738 [wandb_init.py:init():624] backend started and connected
|
18 |
+
2024-02-08 18:00:20,766 INFO MainThread:1738 [wandb_init.py:init():716] updated telemetry
|
19 |
+
2024-02-08 18:00:20,767 INFO MainThread:1738 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
20 |
+
2024-02-08 18:00:21,108 INFO MainThread:1738 [wandb_run.py:_on_init():2254] communicating current version
|
21 |
+
2024-02-08 18:00:21,147 INFO MainThread:1738 [wandb_run.py:_on_init():2263] got version response upgrade_message: "wandb version 0.16.3 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
|
22 |
+
|
23 |
+
2024-02-08 18:00:21,147 INFO MainThread:1738 [wandb_init.py:init():800] starting run threads in backend
|
24 |
+
2024-02-08 18:00:35,551 INFO MainThread:1738 [wandb_run.py:_console_start():2233] atexit reg
|
25 |
+
2024-02-08 18:00:35,551 INFO MainThread:1738 [wandb_run.py:_redirect():2088] redirect: wrap_raw
|
26 |
+
2024-02-08 18:00:35,551 INFO MainThread:1738 [wandb_run.py:_redirect():2153] Wrapping output streams.
|
27 |
+
2024-02-08 18:00:35,551 INFO MainThread:1738 [wandb_run.py:_redirect():2178] Redirects installed.
|
28 |
+
2024-02-08 18:00:35,552 INFO MainThread:1738 [wandb_init.py:init():841] run started, returning control to user process
|
29 |
+
2024-02-08 18:00:35,554 INFO MainThread:1738 [wandb_run.py:_config_callback():1342] config_cb None None {'vocab_size': 32256, 'max_position_embeddings': 16384, 'hidden_size': 4096, 'intermediate_size': 11008, 'num_hidden_layers': 32, 'num_attention_heads': 32, 'num_key_value_heads': 32, 'hidden_act': 'silu', 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'pretraining_tp': 1, 'use_cache': True, 'rope_scaling': {'factor': 4.0, 'type': 'linear'}, 'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'bfloat16', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': False, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['LlamaForCausalLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 32013, 'pad_token_id': 0, 'eos_token_id': 32021, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'deepseek-ai/deepseek-coder-6.7b-instruct', 'transformers_version': '4.31.0', 'attention_bias': False, 'model_type': 'llama', 'rope_theta': 100000, 'output_dir': 'output-67b-26k-lora', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 1, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 16, 'eval_accumulation_steps': 'None', 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 2, 'max_steps': -1, 'lr_scheduler_type': 'cosine', 'warmup_ratio': 0.0, 'warmup_steps': 10, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': 'output-67b-26k-lora/runs/Feb08_17-59-25_default', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 1, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', 'save_steps': 100, 'save_total_limit': 100, 'save_safetensors': False, 'save_on_each_node': False, 'no_cuda': False, 'use_mps_device': False, 'seed': 42, 'data_seed': 'None', 'jit_mode_eval': False, 'use_ipex': False, 'bf16': True, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': 0, 'ddp_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 'None', 'dataloader_num_workers': 4, 'past_index': -1, 'run_name': 'output-67b-26k-lora', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': True, 'metric_for_best_model': 'loss', 'greater_is_better': False, 'ignore_data_skip': False, 'sharded_ddp': '[]', 'fsdp': '[]', 'fsdp_min_num_params': 0, 'fsdp_config': "{'fsdp_min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}", 'fsdp_transformer_layer_cls_to_wrap': 'None', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': 'None', 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': "['tensorboard', 'wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'ddp_broadcast_buffers': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'zzz99/output-67b-26k-lora', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'gradient_checkpointing': True, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': 'None', 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': 'None', 'torch_compile_mode': 'None', 'xpu_backend': 'None', 'cache_dir': 'None', 'model_max_length': 960, 'gradient_checkpointing_kwargs': "{'use_reentrant': False}", 'train_batch_size': 4, 'eval_batch_size': 1}
|
30 |
+
2024-02-08 18:00:42,128 WARNING MsgRouterThr:1738 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20240208_180020-3wdew33h/run-3wdew33h.wandb
ADDED
Binary file (15.6 kB). View file
|
|
wandb/run-20240208_184521-kk66dbgv/files/conda-environment.yaml
ADDED
@@ -0,0 +1,662 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: base
|
2 |
+
channels:
|
3 |
+
- file:///tmp/local_conda_forge_artifacts
|
4 |
+
- conda-forge
|
5 |
+
- defaults
|
6 |
+
dependencies:
|
7 |
+
- _libgcc_mutex=0.1=conda_forge
|
8 |
+
- _openmp_mutex=4.5=2_kmp_llvm
|
9 |
+
- _py-xgboost-mutex=2.0=gpu_0
|
10 |
+
- absl-py=2.0.0=pyhd8ed1ab_0
|
11 |
+
- accelerate=0.21.0=pyhd8ed1ab_0
|
12 |
+
- aiobotocore=2.7.0=pyhd8ed1ab_1
|
13 |
+
- aiohttp=3.9.1=py310h2372a71_0
|
14 |
+
- aioitertools=0.11.0=pyhd8ed1ab_0
|
15 |
+
- aiosignal=1.3.1=pyhd8ed1ab_0
|
16 |
+
- aiosqlite=0.19.0=pyhd8ed1ab_0
|
17 |
+
- alsa-lib=1.2.10=hd590300_0
|
18 |
+
- altair=5.2.0=pyhd8ed1ab_0
|
19 |
+
- amazon-codewhisperer-jupyterlab-ext=2.0.1=pyhd8ed1ab_0
|
20 |
+
- amazon-sagemaker-jupyter-scheduler=3.0.5=pyhd8ed1ab_0
|
21 |
+
- ansi2html=1.8.0=py310hff52083_2
|
22 |
+
- ansiwrap=0.8.4=py_0
|
23 |
+
- antlr-python-runtime=4.9.3=pyhd8ed1ab_1
|
24 |
+
- anyio=3.7.1=pyhd8ed1ab_0
|
25 |
+
- aom=3.5.0=h27087fc_0
|
26 |
+
- appdirs=1.4.4=pyh9f0ad1d_0
|
27 |
+
- archspec=0.2.2=pyhd8ed1ab_0
|
28 |
+
- argon2-cffi=23.1.0=pyhd8ed1ab_0
|
29 |
+
- argon2-cffi-bindings=21.2.0=py310h2372a71_4
|
30 |
+
- arrow=1.3.0=pyhd8ed1ab_0
|
31 |
+
- astroid=3.0.1=py310hff52083_0
|
32 |
+
- asttokens=2.4.1=pyhd8ed1ab_0
|
33 |
+
- astunparse=1.6.3=pyhd8ed1ab_0
|
34 |
+
- async-lru=2.0.4=pyhd8ed1ab_0
|
35 |
+
- async-timeout=4.0.3=pyhd8ed1ab_0
|
36 |
+
- atk-1.0=2.38.0=hd4edc92_1
|
37 |
+
- attr=2.5.1=h166bdaf_1
|
38 |
+
- attrs=23.1.0=pyh71513ae_1
|
39 |
+
- autogluon=0.8.2=pyhd8ed1ab_4
|
40 |
+
- autogluon.common=0.8.2=pyhd8ed1ab_4
|
41 |
+
- autogluon.core=0.8.2=light_py310h2d11d36_6
|
42 |
+
- autogluon.features=0.8.2=pyhd8ed1ab_3
|
43 |
+
- autogluon.multimodal=0.8.2=pyha770c72_5
|
44 |
+
- autogluon.tabular=0.8.2=pyha770c72_4
|
45 |
+
- autogluon.timeseries=0.8.2=pyhd8ed1ab_4
|
46 |
+
- autopep8=2.0.4=pyhd8ed1ab_0
|
47 |
+
- autovizwidget=0.21.0=pyh1a96a4e_0
|
48 |
+
- aws-c-auth=0.7.3=h28f7589_1
|
49 |
+
- aws-c-cal=0.6.1=hc309b26_1
|
50 |
+
- aws-c-common=0.9.0=hd590300_0
|
51 |
+
- aws-c-compression=0.2.17=h4d4d85c_2
|
52 |
+
- aws-c-event-stream=0.3.1=h2e3709c_4
|
53 |
+
- aws-c-http=0.7.11=h00aa349_4
|
54 |
+
- aws-c-io=0.13.32=he9a53bd_1
|
55 |
+
- aws-c-mqtt=0.9.3=hb447be9_1
|
56 |
+
- aws-c-s3=0.3.14=hf3aad02_1
|
57 |
+
- aws-c-sdkutils=0.1.12=h4d4d85c_1
|
58 |
+
- aws-checksums=0.1.17=h4d4d85c_1
|
59 |
+
- aws-crt-cpp=0.21.0=hb942446_5
|
60 |
+
- aws-embedded-metrics=3.2.0=pyhd8ed1ab_0
|
61 |
+
- aws-glue-sessions=1.0.4=pyhd8ed1ab_0
|
62 |
+
- aws-sdk-cpp=1.10.57=h85b1a90_19
|
63 |
+
- babel=2.13.1=pyhd8ed1ab_0
|
64 |
+
- beautifulsoup4=4.12.2=pyha770c72_0
|
65 |
+
- binaryornot=0.4.4=py_1
|
66 |
+
- black=23.11.0=py310hff52083_0
|
67 |
+
- bleach=6.1.0=pyhd8ed1ab_0
|
68 |
+
- blinker=1.7.0=pyhd8ed1ab_0
|
69 |
+
- blosc=1.21.5=h0f2a231_0
|
70 |
+
- boltons=23.0.0=pyhd8ed1ab_0
|
71 |
+
- boto3=1.28.64=pyhd8ed1ab_0
|
72 |
+
- botocore=1.31.64=pyhd8ed1ab_0
|
73 |
+
- brotli=1.0.9=h166bdaf_9
|
74 |
+
- brotli-bin=1.0.9=h166bdaf_9
|
75 |
+
- brotli-python=1.0.9=py310hd8f1fbe_9
|
76 |
+
- brunsli=0.1=h9c3ff4c_0
|
77 |
+
- bzip2=1.0.8=hd590300_5
|
78 |
+
- c-ares=1.23.0=hd590300_0
|
79 |
+
- c-blosc2=2.11.3=hb4ffafa_0
|
80 |
+
- ca-certificates=2023.11.17=hbcca054_0
|
81 |
+
- cached-property=1.5.2=hd8ed1ab_1
|
82 |
+
- cached_property=1.5.2=pyha770c72_1
|
83 |
+
- cachetools=5.3.2=pyhd8ed1ab_0
|
84 |
+
- cairo=1.18.0=h3faef2a_0
|
85 |
+
- catalogue=2.0.10=py310hff52083_0
|
86 |
+
- catboost=1.2.2=py310hff52083_0
|
87 |
+
- certifi=2023.11.17=pyhd8ed1ab_0
|
88 |
+
- cffi=1.16.0=py310h2fee648_0
|
89 |
+
- chardet=5.2.0=py310hff52083_1
|
90 |
+
- charls=2.4.2=h59595ed_0
|
91 |
+
- charset-normalizer=3.3.2=pyhd8ed1ab_0
|
92 |
+
- click=8.1.7=unix_pyh707e725_0
|
93 |
+
- cloudpathlib=0.16.0=pyhd8ed1ab_0
|
94 |
+
- cloudpickle=2.2.1=pyhd8ed1ab_0
|
95 |
+
- colorama=0.4.6=pyhd8ed1ab_0
|
96 |
+
- comm=0.1.4=pyhd8ed1ab_0
|
97 |
+
- conda=23.11.0=py310hff52083_1
|
98 |
+
- conda-libmamba-solver=23.11.1=pyhd8ed1ab_0
|
99 |
+
- conda-package-handling=2.2.0=pyh38be061_0
|
100 |
+
- conda-package-streaming=0.9.0=pyhd8ed1ab_0
|
101 |
+
- confection=0.1.4=py310h17c5347_0
|
102 |
+
- contextlib2=21.6.0=pyhd8ed1ab_0
|
103 |
+
- contourpy=1.2.0=py310hd41b1e2_0
|
104 |
+
- cookiecutter=2.5.0=pyhca7485f_0
|
105 |
+
- croniter=1.4.1=pyhd8ed1ab_0
|
106 |
+
- cryptography=41.0.7=py310hb8475ec_1
|
107 |
+
- cuda-version=11.8=h70ddcb2_2
|
108 |
+
- cudatoolkit=11.8.0=h4ba93d1_12
|
109 |
+
- cudnn=8.8.0.121=hcdd5f01_4
|
110 |
+
- cycler=0.12.1=pyhd8ed1ab_0
|
111 |
+
- cymem=2.0.8=py310hc6cd4ac_1
|
112 |
+
- cyrus-sasl=2.1.27=h54b06d7_7
|
113 |
+
- cython-blis=0.7.10=py310h1f7b6fc_2
|
114 |
+
- cytoolz=0.12.2=py310h2372a71_1
|
115 |
+
- dash=2.14.2=pyhd8ed1ab_0
|
116 |
+
- dask-core=2023.12.0=pyhd8ed1ab_0
|
117 |
+
- dataclasses=0.8=pyhc8e2a94_3
|
118 |
+
- dataclasses-json=0.6.3=pyhd8ed1ab_0
|
119 |
+
- datasets=2.14.7=pyhd8ed1ab_0
|
120 |
+
- dav1d=1.2.1=hd590300_0
|
121 |
+
- dbus=1.13.6=h5008d03_3
|
122 |
+
- debugpy=1.8.0=py310hc6cd4ac_1
|
123 |
+
- decorator=5.1.1=pyhd8ed1ab_0
|
124 |
+
- deepmerge=1.1.0=pyhd8ed1ab_0
|
125 |
+
- defusedxml=0.7.1=pyhd8ed1ab_0
|
126 |
+
- dill=0.3.7=pyhd8ed1ab_0
|
127 |
+
- distributed=2023.12.0=pyhd8ed1ab_0
|
128 |
+
- distro=1.8.0=pyhd8ed1ab_0
|
129 |
+
- docker-pycreds=0.4.0=py_0
|
130 |
+
- docstring-to-markdown=0.13=pyhd8ed1ab_0
|
131 |
+
- entrypoints=0.4=pyhd8ed1ab_0
|
132 |
+
- et_xmlfile=1.1.0=pyhd8ed1ab_0
|
133 |
+
- evaluate=0.4.1=pyhd8ed1ab_0
|
134 |
+
- exceptiongroup=1.2.0=pyhd8ed1ab_0
|
135 |
+
- executing=2.0.1=pyhd8ed1ab_0
|
136 |
+
- expat=2.5.0=hcb278e6_1
|
137 |
+
- faiss=1.7.4=py310h9ed8947_0_cpu
|
138 |
+
- faiss-cpu=1.7.4=h718b53a_0
|
139 |
+
- fastai=2.7.13=pyhd8ed1ab_0
|
140 |
+
- fastcore=1.5.29=pyhd8ed1ab_0
|
141 |
+
- fastdownload=0.0.7=pyhd8ed1ab_0
|
142 |
+
- fastprogress=1.0.3=pyhd8ed1ab_0
|
143 |
+
- filelock=3.13.1=pyhd8ed1ab_0
|
144 |
+
- flake8=6.1.0=pyhd8ed1ab_0
|
145 |
+
- flask=3.0.0=pyhd8ed1ab_0
|
146 |
+
- flatbuffers=23.5.26=h59595ed_1
|
147 |
+
- fmt=10.1.1=h00ab1b0_1
|
148 |
+
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
|
149 |
+
- font-ttf-inconsolata=3.000=h77eed37_0
|
150 |
+
- font-ttf-source-code-pro=2.038=h77eed37_0
|
151 |
+
- font-ttf-ubuntu=0.83=h77eed37_1
|
152 |
+
- fontconfig=2.14.2=h14ed4e7_0
|
153 |
+
- fonts-conda-ecosystem=1=0
|
154 |
+
- fonts-conda-forge=1=0
|
155 |
+
- fonttools=4.46.0=py310h2372a71_0
|
156 |
+
- fqdn=1.5.1=pyhd8ed1ab_0
|
157 |
+
- freetype=2.12.1=h267a509_2
|
158 |
+
- fribidi=1.0.10=h36c2ea0_0
|
159 |
+
- frozenlist=1.4.0=py310h2372a71_1
|
160 |
+
- fsspec=2023.6.0=pyh1a96a4e_0
|
161 |
+
- future=0.18.3=pyhd8ed1ab_0
|
162 |
+
- gast=0.4.0=pyh9f0ad1d_0
|
163 |
+
- gdk-pixbuf=2.42.10=h6b639ba_2
|
164 |
+
- gdown=4.7.1=pyhd8ed1ab_0
|
165 |
+
- gettext=0.21.1=h27087fc_0
|
166 |
+
- gflags=2.2.2=he1b5a44_1004
|
167 |
+
- giflib=5.2.1=h0b41bf4_3
|
168 |
+
- gitdb=4.0.11=pyhd8ed1ab_0
|
169 |
+
- gitpython=3.1.40=pyhd8ed1ab_0
|
170 |
+
- glib=2.78.3=hfc55251_0
|
171 |
+
- glib-tools=2.78.3=hfc55251_0
|
172 |
+
- glog=0.6.0=h6f12383_0
|
173 |
+
- gluonts=0.13.7=pyhd8ed1ab_0
|
174 |
+
- gmp=6.3.0=h59595ed_0
|
175 |
+
- gmpy2=2.1.2=py310h3ec546c_1
|
176 |
+
- google-api-core=2.15.0=pyhd8ed1ab_0
|
177 |
+
- google-auth=2.25.2=pyhca7485f_0
|
178 |
+
- google-auth-oauthlib=1.0.0=pyhd8ed1ab_1
|
179 |
+
- google-pasta=0.2.0=pyh8c360ce_0
|
180 |
+
- googleapis-common-protos=1.62.0=pyhd8ed1ab_0
|
181 |
+
- graphite2=1.3.13=h58526e2_1001
|
182 |
+
- graphviz=8.1.0=h28d9a01_0
|
183 |
+
- grpcio=1.54.3=py310heca2aa9_0
|
184 |
+
- gst-plugins-base=1.22.7=h8e1006c_1
|
185 |
+
- gstreamer=1.22.7=h98fc4e7_1
|
186 |
+
- gtk2=2.24.33=h90689f9_2
|
187 |
+
- gts=0.7.6=h977cf35_4
|
188 |
+
- h5py=3.10.0=nompi_py310ha2ad45a_100
|
189 |
+
- harfbuzz=8.3.0=h3d44ed6_0
|
190 |
+
- hdf5=1.14.2=nompi_h4f84152_100
|
191 |
+
- hdijupyterutils=0.21.0=pyh1a96a4e_0
|
192 |
+
- huggingface_hub=0.19.4=pyhd8ed1ab_0
|
193 |
+
- icu=73.2=h59595ed_0
|
194 |
+
- idna=3.6=pyhd8ed1ab_0
|
195 |
+
- imagecodecs=2023.8.12=py310hc929067_0
|
196 |
+
- imageio=2.31.5=pyh8c1a49c_0
|
197 |
+
- importlib-metadata=6.10.0=pyha770c72_0
|
198 |
+
- importlib_metadata=6.10.0=hd8ed1ab_0
|
199 |
+
- importlib_resources=6.1.1=pyhd8ed1ab_0
|
200 |
+
- iniconfig=2.0.0=pyhd8ed1ab_0
|
201 |
+
- ipykernel=6.26.0=pyhf8b6a83_0
|
202 |
+
- ipython=8.18.1=pyh707e725_3
|
203 |
+
- ipywidgets=8.1.1=pyhd8ed1ab_0
|
204 |
+
- isoduration=20.11.0=pyhd8ed1ab_0
|
205 |
+
- isort=5.12.0=pyhd8ed1ab_1
|
206 |
+
- itsdangerous=2.1.2=pyhd8ed1ab_0
|
207 |
+
- jax=0.4.20=pyhd8ed1ab_0
|
208 |
+
- jaxlib=0.4.14=cpu_py310h67d73b5_1
|
209 |
+
- jedi=0.19.1=pyhd8ed1ab_0
|
210 |
+
- jinja2=3.1.2=pyhd8ed1ab_1
|
211 |
+
- jmespath=1.0.1=pyhd8ed1ab_0
|
212 |
+
- joblib=1.3.2=pyhd8ed1ab_0
|
213 |
+
- json5=0.9.14=pyhd8ed1ab_0
|
214 |
+
- jsonpatch=1.33=pyhd8ed1ab_0
|
215 |
+
- jsonpath-ng=1.6.0=pyhd8ed1ab_0
|
216 |
+
- jsonpointer=2.4=py310hff52083_3
|
217 |
+
- jsonschema=4.17.3=pyhd8ed1ab_0
|
218 |
+
- jsonschema-with-format-nongpl=4.17.3=pyhd8ed1ab_0
|
219 |
+
- jupyter=1.0.0=pyhd8ed1ab_10
|
220 |
+
- jupyter-ai=2.6.0=pyhd8ed1ab_2
|
221 |
+
- jupyter-ai-magics=2.6.0=pyhd8ed1ab_1
|
222 |
+
- jupyter-dash=0.4.2=pyhd8ed1ab_1
|
223 |
+
- jupyter-lsp=2.2.1=pyhd8ed1ab_0
|
224 |
+
- jupyter-server-mathjax=0.2.6=pyh5bfe37b_1
|
225 |
+
- jupyter-server-proxy=4.1.0=pyhd8ed1ab_0
|
226 |
+
- jupyter_client=8.6.0=pyhd8ed1ab_0
|
227 |
+
- jupyter_console=6.6.3=pyhd8ed1ab_0
|
228 |
+
- jupyter_core=5.5.0=py310hff52083_0
|
229 |
+
- jupyter_events=0.6.3=pyhd8ed1ab_1
|
230 |
+
- jupyter_scheduler=2.4.0=pyha770c72_1
|
231 |
+
- jupyter_server=2.10.0=pyhd8ed1ab_0
|
232 |
+
- jupyter_server_terminals=0.5.0=pyhd8ed1ab_0
|
233 |
+
- jupyterlab=4.0.9=pyhd8ed1ab_0
|
234 |
+
- jupyterlab-git=0.50.0=pyhd8ed1ab_0
|
235 |
+
- jupyterlab-lsp=5.0.1=pyhd8ed1ab_0
|
236 |
+
- jupyterlab_pygments=0.3.0=pyhd8ed1ab_0
|
237 |
+
- jupyterlab_server=2.24.0=pyhd8ed1ab_0
|
238 |
+
- jupyterlab_widgets=3.0.9=pyhd8ed1ab_0
|
239 |
+
- jxrlib=1.1=h7f98852_2
|
240 |
+
- keras=2.12.0=pyhd8ed1ab_0
|
241 |
+
- keras-preprocessing=1.1.2=pyhd8ed1ab_0
|
242 |
+
- keyutils=1.6.1=h166bdaf_0
|
243 |
+
- kiwisolver=1.4.5=py310hd41b1e2_1
|
244 |
+
- lame=3.100=h166bdaf_1003
|
245 |
+
- langchain=0.0.318=pyhd8ed1ab_0
|
246 |
+
- langcodes=3.3.0=pyhd8ed1ab_0
|
247 |
+
- langsmith=0.0.69=pyhd8ed1ab_0
|
248 |
+
- lcms2=2.15=haa2dc70_1
|
249 |
+
- ld_impl_linux-64=2.40=h41732ed_0
|
250 |
+
- lerc=4.0.0=h27087fc_0
|
251 |
+
- libabseil=20230125.3=cxx17_h59595ed_0
|
252 |
+
- libaec=1.1.2=h59595ed_1
|
253 |
+
- libarchive=3.7.2=h039dbb9_0
|
254 |
+
- libarrow=12.0.1=hb87d912_8_cpu
|
255 |
+
- libavif=0.11.1=h8182462_2
|
256 |
+
- libblas=3.9.0=16_linux64_mkl
|
257 |
+
- libbrotlicommon=1.0.9=h166bdaf_9
|
258 |
+
- libbrotlidec=1.0.9=h166bdaf_9
|
259 |
+
- libbrotlienc=1.0.9=h166bdaf_9
|
260 |
+
- libcap=2.69=h0f662aa_0
|
261 |
+
- libcblas=3.9.0=16_linux64_mkl
|
262 |
+
- libclang=15.0.7=default_hb11cfb5_4
|
263 |
+
- libclang13=15.0.7=default_ha2b6cf4_4
|
264 |
+
- libcrc32c=1.1.2=h9c3ff4c_0
|
265 |
+
- libcups=2.3.3=h4637d8d_4
|
266 |
+
- libcurl=8.4.0=hca28451_0
|
267 |
+
- libdeflate=1.18=h0b41bf4_0
|
268 |
+
- libedit=3.1.20191231=he28a2e2_2
|
269 |
+
- libev=4.33=hd590300_2
|
270 |
+
- libevent=2.1.12=hf998b51_1
|
271 |
+
- libexpat=2.5.0=hcb278e6_1
|
272 |
+
- libfaiss=1.7.4=hf47d654_0_cpu
|
273 |
+
- libfaiss-avx2=1.7.4=h1234567_0_cpu
|
274 |
+
- libffi=3.4.2=h7f98852_5
|
275 |
+
- libflac=1.4.3=h59595ed_0
|
276 |
+
- libgcc-ng=13.2.0=h807b86a_3
|
277 |
+
- libgcrypt=1.10.3=hd590300_0
|
278 |
+
- libgd=2.3.3=h74d50f4_7
|
279 |
+
- libgfortran-ng=13.2.0=h69a702a_3
|
280 |
+
- libgfortran5=13.2.0=ha4646dd_3
|
281 |
+
- libglib=2.78.3=h783c2da_0
|
282 |
+
- libgoogle-cloud=2.12.0=hac9eb74_1
|
283 |
+
- libgpg-error=1.47=h71f35ed_0
|
284 |
+
- libgrpc=1.54.3=hb20ce57_0
|
285 |
+
- libhwloc=2.9.3=default_h554bfaf_1009
|
286 |
+
- libiconv=1.17=hd590300_1
|
287 |
+
- libjpeg-turbo=2.1.5.1=hd590300_1
|
288 |
+
- liblapack=3.9.0=16_linux64_mkl
|
289 |
+
- libllvm14=14.0.6=hcd5def8_4
|
290 |
+
- libllvm15=15.0.7=h5cf9203_3
|
291 |
+
- libmagma=2.7.1=hc72dce7_6
|
292 |
+
- libmagma_sparse=2.7.1=h8354cda_6
|
293 |
+
- libmamba=1.5.3=had39da4_2
|
294 |
+
- libmambapy=1.5.3=py310h39ff949_2
|
295 |
+
- libnghttp2=1.58.0=h47da74e_0
|
296 |
+
- libnsl=2.0.1=hd590300_0
|
297 |
+
- libntlm=1.4=h7f98852_1002
|
298 |
+
- libnuma=2.0.16=h0b41bf4_1
|
299 |
+
- libogg=1.3.4=h7f98852_1
|
300 |
+
- libopus=1.3.1=h7f98852_1
|
301 |
+
- libpng=1.6.39=h753d276_0
|
302 |
+
- libpq=15.4=hfc447b1_2
|
303 |
+
- libprotobuf=3.21.12=hfc55251_2
|
304 |
+
- librsvg=2.56.3=h98fae49_0
|
305 |
+
- libsecret=0.18.8=h329b89f_2
|
306 |
+
- libsentencepiece=0.1.99=h180e1df_0
|
307 |
+
- libsndfile=1.2.2=hc60ed4a_1
|
308 |
+
- libsodium=1.0.18=h36c2ea0_1
|
309 |
+
- libsolv=0.7.27=hfc55251_0
|
310 |
+
- libsqlite=3.44.2=h2797004_0
|
311 |
+
- libssh2=1.11.0=h0841786_0
|
312 |
+
- libstdcxx-ng=13.2.0=h7e041cc_3
|
313 |
+
- libsystemd0=255=h3516f8a_0
|
314 |
+
- libthrift=0.18.1=h8fd135c_2
|
315 |
+
- libtiff=4.5.1=h8b53f26_1
|
316 |
+
- libtool=2.4.7=h27087fc_0
|
317 |
+
- libutf8proc=2.8.0=h166bdaf_0
|
318 |
+
- libuuid=2.38.1=h0b41bf4_0
|
319 |
+
- libuv=1.46.0=hd590300_0
|
320 |
+
- libvorbis=1.3.7=h9c3ff4c_0
|
321 |
+
- libwebp=1.3.1=hbf2b3c1_0
|
322 |
+
- libwebp-base=1.3.1=hd590300_0
|
323 |
+
- libxcb=1.15=h0b41bf4_0
|
324 |
+
- libxgboost=1.7.6=cuda118_hd3b444d_6
|
325 |
+
- libxkbcommon=1.6.0=h5d7e998_0
|
326 |
+
- libxml2=2.11.6=h232c23b_0
|
327 |
+
- libzlib=1.2.13=hd590300_5
|
328 |
+
- libzopfli=1.0.3=h9c3ff4c_0
|
329 |
+
- lightgbm=3.3.5=py310heca2aa9_0
|
330 |
+
- lightning-utilities=0.10.0=pyhd8ed1ab_0
|
331 |
+
- llvm-openmp=17.0.6=h4dfa4b3_0
|
332 |
+
- llvmlite=0.41.1=py310h1b8f574_0
|
333 |
+
- locket=1.0.0=pyhd8ed1ab_0
|
334 |
+
- lz4-c=1.9.4=hcb278e6_0
|
335 |
+
- lzo=2.10=h516909a_1000
|
336 |
+
- magma=2.7.1=ha770c72_6
|
337 |
+
- markdown=3.5.1=pyhd8ed1ab_0
|
338 |
+
- markdown-it-py=3.0.0=pyhd8ed1ab_0
|
339 |
+
- markupsafe=2.1.3=py310h2372a71_1
|
340 |
+
- marshmallow=3.20.1=pyhd8ed1ab_0
|
341 |
+
- matplotlib=3.8.2=py310hff52083_0
|
342 |
+
- matplotlib-base=3.8.2=py310h62c0568_0
|
343 |
+
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
|
344 |
+
- mccabe=0.7.0=pyhd8ed1ab_0
|
345 |
+
- mdurl=0.1.0=pyhd8ed1ab_0
|
346 |
+
- menuinst=2.0.1=py310hff52083_0
|
347 |
+
- mistune=3.0.2=pyhd8ed1ab_0
|
348 |
+
- mkl=2022.2.1=h84fe81f_16997
|
349 |
+
- ml_dtypes=0.3.1=py310hcc13569_2
|
350 |
+
- mlforecast=0.7.3=pyhd8ed1ab_0
|
351 |
+
- mock=5.1.0=pyhd8ed1ab_0
|
352 |
+
- model-index=0.1.11=pyhd8ed1ab_0
|
353 |
+
- mpc=1.3.1=hfe3b2da_0
|
354 |
+
- mpfr=4.2.1=h9458935_0
|
355 |
+
- mpg123=1.32.3=h59595ed_0
|
356 |
+
- mpmath=1.3.0=pyhd8ed1ab_0
|
357 |
+
- msgpack-python=1.0.7=py310hd41b1e2_0
|
358 |
+
- multidict=6.0.4=py310h2372a71_1
|
359 |
+
- multiprocess=0.70.15=py310h2372a71_1
|
360 |
+
- munkres=1.1.4=pyh9f0ad1d_0
|
361 |
+
- murmurhash=1.0.10=py310hc6cd4ac_1
|
362 |
+
- mypy_extensions=1.0.0=pyha770c72_0
|
363 |
+
- mysql-common=8.0.33=hf1915f5_6
|
364 |
+
- mysql-libs=8.0.33=hca2cd23_6
|
365 |
+
- nbclient=0.8.0=pyhd8ed1ab_0
|
366 |
+
- nbconvert=7.12.0=pyhd8ed1ab_0
|
367 |
+
- nbconvert-core=7.12.0=pyhd8ed1ab_0
|
368 |
+
- nbconvert-pandoc=7.12.0=pyhd8ed1ab_0
|
369 |
+
- nbdime=4.0.1=pyhd8ed1ab_0
|
370 |
+
- nbformat=5.9.2=pyhd8ed1ab_0
|
371 |
+
- nccl=2.19.4.1=h6103f9b_0
|
372 |
+
- ncurses=6.4=h59595ed_2
|
373 |
+
- nest-asyncio=1.5.8=pyhd8ed1ab_0
|
374 |
+
- networkx=3.2.1=pyhd8ed1ab_0
|
375 |
+
- nlpaug=1.1.11=pyhd8ed1ab_1
|
376 |
+
- nltk=3.8.1=pyhd8ed1ab_0
|
377 |
+
- nodejs=18.18.2=hb753e55_1
|
378 |
+
- nose=1.3.7=py_1006
|
379 |
+
- notebook=7.0.6=pyhd8ed1ab_0
|
380 |
+
- notebook-shim=0.2.3=pyhd8ed1ab_0
|
381 |
+
- nptyping=2.4.1=pyhd8ed1ab_0
|
382 |
+
- nspr=4.35=h27087fc_0
|
383 |
+
- nss=3.95=h1d7d5a4_0
|
384 |
+
- numba=0.58.1=py310h7dc5dd1_0
|
385 |
+
- numexpr=2.8.7=mkl_py310h5e07f1c_4
|
386 |
+
- numpy=1.26.2=py310hb13e2d6_0
|
387 |
+
- oauthlib=3.2.2=pyhd8ed1ab_0
|
388 |
+
- omegaconf=2.2.3=pyhd8ed1ab_0
|
389 |
+
- openai=0.28.1=pyhd8ed1ab_0
|
390 |
+
- openapi-schema-pydantic=1.2.4=pyhd8ed1ab_0
|
391 |
+
- openjpeg=2.5.0=hfec8fc6_2
|
392 |
+
- openmim=0.3.7=pyhd8ed1ab_0
|
393 |
+
- openpyxl=3.1.2=py310h2372a71_1
|
394 |
+
- openssl=3.1.4=hd590300_0
|
395 |
+
- opt-einsum=3.3.0=hd8ed1ab_2
|
396 |
+
- opt_einsum=3.3.0=pyhc1e730c_2
|
397 |
+
- orc=1.9.0=h2f23424_1
|
398 |
+
- ordered-set=4.1.0=pyhd8ed1ab_0
|
399 |
+
- overrides=7.4.0=pyhd8ed1ab_0
|
400 |
+
- packaging=23.2=pyhd8ed1ab_0
|
401 |
+
- pandas=2.1.4=py310hcc13569_0
|
402 |
+
- pandas-stubs=2.1.1.230928=pyhd8ed1ab_1
|
403 |
+
- pandoc=3.1.3=h32600fe_0
|
404 |
+
- pandocfilters=1.5.0=pyhd8ed1ab_0
|
405 |
+
- pango=1.50.14=ha41ecd1_2
|
406 |
+
- papermill=2.4.0=pyhd8ed1ab_0
|
407 |
+
- parso=0.8.3=pyhd8ed1ab_0
|
408 |
+
- partd=1.4.1=pyhd8ed1ab_0
|
409 |
+
- pathos=0.3.1=pyhd8ed1ab_0
|
410 |
+
- pathspec=0.12.1=pyhd8ed1ab_0
|
411 |
+
- pathtools=0.1.2=py_1
|
412 |
+
- pathy=0.10.2=pyhd8ed1ab_0
|
413 |
+
- patsy=0.5.4=pyhd8ed1ab_0
|
414 |
+
- pcre2=10.42=hcad00b1_0
|
415 |
+
- pexpect=4.8.0=pyh1a96a4e_2
|
416 |
+
- pickleshare=0.7.5=py_1003
|
417 |
+
- pillow=9.5.0=py310h582fbeb_1
|
418 |
+
- pip=23.3.1=pyhd8ed1ab_0
|
419 |
+
- pixman=0.42.2=h59595ed_0
|
420 |
+
- pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1
|
421 |
+
- platformdirs=4.1.0=pyhd8ed1ab_0
|
422 |
+
- plotly=5.18.0=pyhd8ed1ab_0
|
423 |
+
- pluggy=1.3.0=pyhd8ed1ab_0
|
424 |
+
- ply=3.11=py_1
|
425 |
+
- pox=0.3.3=pyhd8ed1ab_0
|
426 |
+
- ppft=1.7.6.7=pyhd8ed1ab_0
|
427 |
+
- preshed=3.0.9=py310hc6cd4ac_1
|
428 |
+
- prometheus_client=0.19.0=pyhd8ed1ab_0
|
429 |
+
- prompt-toolkit=3.0.41=pyha770c72_0
|
430 |
+
- prompt_toolkit=3.0.41=hd8ed1ab_0
|
431 |
+
- protobuf=4.21.12=py310heca2aa9_0
|
432 |
+
- psutil=5.9.5=py310h2372a71_1
|
433 |
+
- pthread-stubs=0.4=h36c2ea0_1001
|
434 |
+
- ptyprocess=0.7.0=pyhd3deb0d_0
|
435 |
+
- pulseaudio-client=16.1=hb77b528_5
|
436 |
+
- pure-sasl=0.6.2=pyhd8ed1ab_0
|
437 |
+
- pure_eval=0.2.2=pyhd8ed1ab_0
|
438 |
+
- py-xgboost=1.7.6=cuda118_py310h9840055_6
|
439 |
+
- py-xgboost-gpu=1.7.6=py310h9840055_6
|
440 |
+
- pyarrow=12.0.1=py310h0576679_8_cpu
|
441 |
+
- pyarrow-hotfix=0.6=pyhd8ed1ab_0
|
442 |
+
- pyasn1=0.5.1=pyhd8ed1ab_0
|
443 |
+
- pyasn1-modules=0.3.0=pyhd8ed1ab_0
|
444 |
+
- pybind11-abi=4=hd8ed1ab_3
|
445 |
+
- pycodestyle=2.11.1=pyhd8ed1ab_0
|
446 |
+
- pycosat=0.6.6=py310h2372a71_0
|
447 |
+
- pycparser=2.21=pyhd8ed1ab_0
|
448 |
+
- pydocstyle=6.3.0=pyhd8ed1ab_0
|
449 |
+
- pyflakes=3.1.0=pyhd8ed1ab_0
|
450 |
+
- pygments=2.17.2=pyhd8ed1ab_0
|
451 |
+
- pyhive=0.7.0=pyhd8ed1ab_0
|
452 |
+
- pyjwt=2.8.0=pyhd8ed1ab_0
|
453 |
+
- pylint=3.0.3=pyhd8ed1ab_0
|
454 |
+
- pyopenssl=23.3.0=pyhd8ed1ab_0
|
455 |
+
- pyparsing=3.1.1=pyhd8ed1ab_0
|
456 |
+
- pyqt=5.15.9=py310h04931ad_5
|
457 |
+
- pyqt5-sip=12.12.2=py310hc6cd4ac_5
|
458 |
+
- pyrsistent=0.20.0=py310h2372a71_0
|
459 |
+
- pysocks=1.7.1=pyha2e5f31_6
|
460 |
+
- pyspnego=0.9.1=py310h2372a71_2
|
461 |
+
- pytesseract=0.3.10=pyhd8ed1ab_0
|
462 |
+
- pytest=7.4.3=pyhd8ed1ab_0
|
463 |
+
- pytest-subtests=0.11.0=pyhd8ed1ab_0
|
464 |
+
- python=3.10.13=hd12c33a_0_cpython
|
465 |
+
- python-dateutil=2.8.2=pyhd8ed1ab_0
|
466 |
+
- python-fastjsonschema=2.19.0=pyhd8ed1ab_0
|
467 |
+
- python-flatbuffers=23.5.26=pyhd8ed1ab_0
|
468 |
+
- python-graphviz=0.20.1=pyh22cad53_0
|
469 |
+
- python-gssapi=1.8.3=py310h98feede_0
|
470 |
+
- python-json-logger=2.0.7=pyhd8ed1ab_0
|
471 |
+
- python-lsp-jsonrpc=1.1.2=pyhd8ed1ab_0
|
472 |
+
- python-lsp-server=1.9.0=pyhd8ed1ab_0
|
473 |
+
- python-lsp-server-base=1.9.0=pyhd8ed1ab_0
|
474 |
+
- python-slugify=8.0.1=pyhd8ed1ab_2
|
475 |
+
- python-tzdata=2023.3=pyhd8ed1ab_0
|
476 |
+
- python-xxhash=3.4.1=py310h2372a71_0
|
477 |
+
- python_abi=3.10=4_cp310
|
478 |
+
- pytoolconfig=1.2.5=pyhd8ed1ab_0
|
479 |
+
- pytorch=2.0.0=cuda112py310he33e0d6_200
|
480 |
+
- pytorch-gpu=2.0.0=cuda112py310h9871d0b_200
|
481 |
+
- pytorch-lightning=2.0.9=pyhd8ed1ab_0
|
482 |
+
- pytorch-metric-learning=1.7.3=pyhd8ed1ab_0
|
483 |
+
- pytz=2023.3=pyhd8ed1ab_0
|
484 |
+
- pyu2f=0.1.5=pyhd8ed1ab_0
|
485 |
+
- pywavelets=1.4.1=py310h1f7b6fc_1
|
486 |
+
- pyyaml=6.0.1=py310h2372a71_1
|
487 |
+
- pyzmq=25.1.2=py310h795f18f_0
|
488 |
+
- qt-main=5.15.8=hc47bfe8_16
|
489 |
+
- qtconsole-base=5.5.1=pyha770c72_0
|
490 |
+
- qtpy=2.4.1=pyhd8ed1ab_0
|
491 |
+
- rdma-core=28.9=h59595ed_1
|
492 |
+
- re2=2023.03.02=h8c504da_0
|
493 |
+
- readline=8.2=h8228510_1
|
494 |
+
- regex=2023.10.3=py310h2372a71_0
|
495 |
+
- reproc=14.2.4.post0=hd590300_1
|
496 |
+
- reproc-cpp=14.2.4.post0=h59595ed_1
|
497 |
+
- requests=2.31.0=pyhd8ed1ab_0
|
498 |
+
- requests-kerberos=0.14.0=pyhd8ed1ab_1
|
499 |
+
- requests-oauthlib=1.3.1=pyhd8ed1ab_0
|
500 |
+
- responses=0.18.0=pyhd8ed1ab_0
|
501 |
+
- retrying=1.3.3=py_2
|
502 |
+
- rfc3339-validator=0.1.4=pyhd8ed1ab_0
|
503 |
+
- rfc3986-validator=0.1.1=pyh9f0ad1d_0
|
504 |
+
- rich=13.7.0=pyhd8ed1ab_0
|
505 |
+
- ripgrep=14.0.3=he8a937b_1
|
506 |
+
- rope=1.11.0=pyhd8ed1ab_1
|
507 |
+
- rsa=4.9=pyhd8ed1ab_0
|
508 |
+
- ruamel.yaml=0.18.5=py310h2372a71_0
|
509 |
+
- ruamel.yaml.clib=0.2.7=py310h2372a71_2
|
510 |
+
- s2n=1.3.49=h06160fa_0
|
511 |
+
- s3transfer=0.7.0=pyhd8ed1ab_1
|
512 |
+
- sacremoses=0.0.53=pyhd8ed1ab_0
|
513 |
+
- safetensors=0.3.3=py310hcb5633a_1
|
514 |
+
- sagemaker-code-editor=1.83.1=ha1e3dc1_3
|
515 |
+
- sagemaker-headless-execution-driver=0.0.12=pyhd8ed1ab_0
|
516 |
+
- sagemaker-jupyterlab-emr-extension=0.1.9=pyhd8ed1ab_0
|
517 |
+
- sagemaker-jupyterlab-extension=0.2.0=pyhd8ed1ab_0
|
518 |
+
- sagemaker-jupyterlab-extension-common=0.1.9=pyhd8ed1ab_0
|
519 |
+
- sagemaker-kernel-wrapper=0.0.2=pyhd8ed1ab_0
|
520 |
+
- sagemaker-python-sdk=2.198.0=pyhd8ed1ab_0
|
521 |
+
- sagemaker-studio-analytics-extension=0.0.21=pyhd8ed1ab_0
|
522 |
+
- sagemaker-studio-sparkmagic-lib=0.1.4=pyhd8ed1ab_0
|
523 |
+
- sasl=0.3.1=py310hd8f1fbe_2
|
524 |
+
- schema=0.7.5=pyhd8ed1ab_1
|
525 |
+
- scikit-image=0.19.3=py310h769672d_2
|
526 |
+
- scikit-learn=1.3.2=py310h1fdf081_2
|
527 |
+
- scipy=1.11.4=py310hb13e2d6_0
|
528 |
+
- send2trash=1.8.2=pyh41d4057_0
|
529 |
+
- sentencepiece=0.1.99=hff52083_0
|
530 |
+
- sentencepiece-python=0.1.99=py310hebdb9f0_0
|
531 |
+
- sentencepiece-spm=0.1.99=h180e1df_0
|
532 |
+
- sentry-sdk=1.38.0=pyhd8ed1ab_0
|
533 |
+
- seqeval=1.2.2=pyhd3deb0d_0
|
534 |
+
- setproctitle=1.3.3=py310h2372a71_0
|
535 |
+
- setuptools=68.2.2=pyhd8ed1ab_0
|
536 |
+
- shellingham=1.5.4=pyhd8ed1ab_0
|
537 |
+
- simpervisor=1.0.0=pyhd8ed1ab_0
|
538 |
+
- sip=6.7.12=py310hc6cd4ac_0
|
539 |
+
- six=1.16.0=pyh6c4a22f_0
|
540 |
+
- sleef=3.5.1=h9b69904_2
|
541 |
+
- smart_open=5.2.1=pyhd8ed1ab_0
|
542 |
+
- smdebug-rulesconfig=1.0.1=pyhd3deb0d_1
|
543 |
+
- smmap=5.0.0=pyhd8ed1ab_0
|
544 |
+
- snappy=1.1.10=h9fff704_0
|
545 |
+
- sniffio=1.3.0=pyhd8ed1ab_0
|
546 |
+
- snowballstemmer=2.2.0=pyhd8ed1ab_0
|
547 |
+
- sortedcontainers=2.4.0=pyhd8ed1ab_0
|
548 |
+
- soupsieve=2.5=pyhd8ed1ab_1
|
549 |
+
- spacy=3.7.2=py310hcb52e73_0
|
550 |
+
- spacy-legacy=3.0.12=pyhd8ed1ab_0
|
551 |
+
- spacy-loggers=1.0.5=pyhd8ed1ab_0
|
552 |
+
- sparkmagic=0.21.0=pyhd8ed1ab_0
|
553 |
+
- srsly=2.4.8=py310hc6cd4ac_1
|
554 |
+
- stack_data=0.6.2=pyhd8ed1ab_0
|
555 |
+
- statsforecast=1.4.0=pyhd8ed1ab_0
|
556 |
+
- statsmodels=0.14.0=py310h1f7b6fc_3
|
557 |
+
- supervisor=4.2.5=py310hff52083_2
|
558 |
+
- sympy=1.12=pypyh9d50eac_103
|
559 |
+
- tabulate=0.9.0=pyhd8ed1ab_1
|
560 |
+
- tbb=2021.11.0=h00ab1b0_0
|
561 |
+
- tblib=1.7.0=pyhd8ed1ab_0
|
562 |
+
- tenacity=8.2.3=pyhd8ed1ab_0
|
563 |
+
- tensorboard=2.12.3=pyhd8ed1ab_0
|
564 |
+
- tensorboard-data-server=0.7.0=py310h75e40e8_1
|
565 |
+
- tensorflow=2.12.1=cuda112py310h457873b_1
|
566 |
+
- tensorflow-base=2.12.1=cuda112py310h1d65785_1
|
567 |
+
- tensorflow-estimator=2.12.1=cuda112py310ha5e6de5_1
|
568 |
+
- termcolor=2.3.0=pyhd8ed1ab_0
|
569 |
+
- terminado=0.18.0=pyh0d859eb_0
|
570 |
+
- text-unidecode=1.3=pyhd8ed1ab_1
|
571 |
+
- textwrap3=0.9.2=py_0
|
572 |
+
- thinc=8.2.1=py310hcb52e73_0
|
573 |
+
- threadpoolctl=3.2.0=pyha21a80b_0
|
574 |
+
- thrift=0.19.0=py310hc6cd4ac_1
|
575 |
+
- thrift_sasl=0.4.3=pyhd8ed1ab_2
|
576 |
+
- tifffile=2023.12.9=pyhd8ed1ab_0
|
577 |
+
- tiktoken=0.5.2=py310h47bb294_0
|
578 |
+
- timm=0.9.12=pyhd8ed1ab_0
|
579 |
+
- tinycss2=1.2.1=pyhd8ed1ab_0
|
580 |
+
- tk=8.6.13=noxft_h4845f30_101
|
581 |
+
- tokenizers=0.13.3=py310he1f1126_0
|
582 |
+
- toml=0.10.2=pyhd8ed1ab_0
|
583 |
+
- tomli=2.0.1=pyhd8ed1ab_0
|
584 |
+
- tomlkit=0.12.3=pyha770c72_0
|
585 |
+
- toolz=0.12.0=pyhd8ed1ab_0
|
586 |
+
- torchmetrics=1.0.3=pyhd8ed1ab_0
|
587 |
+
- torchvision=0.15.2=cuda112py310h0801bf5_1
|
588 |
+
- tornado=6.3.3=py310h2372a71_1
|
589 |
+
- tqdm=4.66.1=pyhd8ed1ab_0
|
590 |
+
- traitlets=5.14.0=pyhd8ed1ab_0
|
591 |
+
- transformers=4.31.0=pyhd8ed1ab_0
|
592 |
+
- truststore=0.8.0=pyhd8ed1ab_0
|
593 |
+
- typer=0.9.0=pyhd8ed1ab_0
|
594 |
+
- types-python-dateutil=2.8.19.14=pyhd8ed1ab_0
|
595 |
+
- types-pytz=2023.3.1.1=pyhd8ed1ab_0
|
596 |
+
- typing-extensions=4.5.0=hd8ed1ab_0
|
597 |
+
- typing_extensions=4.5.0=pyha770c72_0
|
598 |
+
- typing_inspect=0.9.0=pyhd8ed1ab_0
|
599 |
+
- typing_utils=0.1.0=pyhd8ed1ab_0
|
600 |
+
- typish=1.9.3=pyhd8ed1ab_0
|
601 |
+
- tzdata=2023c=h71feb2d_0
|
602 |
+
- ucx=1.14.1=h64cca9d_5
|
603 |
+
- ujson=5.9.0=py310hc6cd4ac_0
|
604 |
+
- unicodedata2=15.1.0=py310h2372a71_0
|
605 |
+
- uri-template=1.3.0=pyhd8ed1ab_0
|
606 |
+
- urllib3=1.26.18=pyhd8ed1ab_0
|
607 |
+
- wandb=0.16.1=pyhd8ed1ab_0
|
608 |
+
- wasabi=1.1.2=py310hff52083_0
|
609 |
+
- wcwidth=0.2.12=pyhd8ed1ab_0
|
610 |
+
- weasel=0.3.4=pyhd8ed1ab_0
|
611 |
+
- webcolors=1.13=pyhd8ed1ab_0
|
612 |
+
- webencodings=0.5.1=pyhd8ed1ab_2
|
613 |
+
- websocket-client=1.7.0=pyhd8ed1ab_0
|
614 |
+
- werkzeug=3.0.1=pyhd8ed1ab_0
|
615 |
+
- whatthepatch=1.0.5=pyhd8ed1ab_0
|
616 |
+
- wheel=0.42.0=pyhd8ed1ab_0
|
617 |
+
- widgetsnbextension=4.0.9=pyhd8ed1ab_0
|
618 |
+
- window-ops=0.0.14=pyhd8ed1ab_0
|
619 |
+
- wrapt=1.16.0=py310h2372a71_0
|
620 |
+
- xcb-util=0.4.0=hd590300_1
|
621 |
+
- xcb-util-image=0.4.0=h8ee46fc_1
|
622 |
+
- xcb-util-keysyms=0.4.0=h8ee46fc_1
|
623 |
+
- xcb-util-renderutil=0.3.9=hd590300_1
|
624 |
+
- xcb-util-wm=0.4.1=h8ee46fc_1
|
625 |
+
- xgboost=1.7.6=cuda118_py310h9840055_6
|
626 |
+
- xkeyboard-config=2.40=hd590300_0
|
627 |
+
- xorg-kbproto=1.0.7=h7f98852_1002
|
628 |
+
- xorg-libice=1.1.1=hd590300_0
|
629 |
+
- xorg-libsm=1.2.4=h7391055_0
|
630 |
+
- xorg-libx11=1.8.7=h8ee46fc_0
|
631 |
+
- xorg-libxau=1.0.11=hd590300_0
|
632 |
+
- xorg-libxdmcp=1.1.3=h7f98852_0
|
633 |
+
- xorg-libxext=1.3.4=h0b41bf4_2
|
634 |
+
- xorg-libxrender=0.9.11=hd590300_0
|
635 |
+
- xorg-renderproto=0.11.1=h7f98852_1002
|
636 |
+
- xorg-xextproto=7.3.0=h0b41bf4_1003
|
637 |
+
- xorg-xf86vidmodeproto=2.3.1=h7f98852_1002
|
638 |
+
- xorg-xproto=7.0.31=h7f98852_1007
|
639 |
+
- xxhash=0.8.2=hd590300_0
|
640 |
+
- xz=5.2.6=h166bdaf_0
|
641 |
+
- yaml=0.2.5=h7f98852_2
|
642 |
+
- yaml-cpp=0.8.0=h59595ed_0
|
643 |
+
- yapf=0.40.1=pyhd8ed1ab_0
|
644 |
+
- yarl=1.9.3=py310h2372a71_0
|
645 |
+
- zeromq=4.3.5=h59595ed_0
|
646 |
+
- zfp=1.0.0=h59595ed_4
|
647 |
+
- zict=3.0.0=pyhd8ed1ab_0
|
648 |
+
- zipp=3.17.0=pyhd8ed1ab_0
|
649 |
+
- zlib=1.2.13=hd590300_5
|
650 |
+
- zlib-ng=2.0.7=h0b41bf4_0
|
651 |
+
- zstandard=0.22.0=py310h1275a96_0
|
652 |
+
- zstd=1.5.5=hfc55251_0
|
653 |
+
- pip:
|
654 |
+
- annotated-types==0.6.0
|
655 |
+
- greenlet==3.0.1
|
656 |
+
- jupyter-scheduler==2.4.0
|
657 |
+
- krb5==0.5.1
|
658 |
+
- peft==0.8.2
|
659 |
+
- pydantic==2.5.1
|
660 |
+
- pydantic-core==2.14.3
|
661 |
+
- sqlalchemy==1.4.50
|
662 |
+
prefix: /opt/conda
|
wandb/run-20240208_184521-kk66dbgv/files/config.yaml
ADDED
@@ -0,0 +1,614 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.13
|
7 |
+
cli_version: 0.16.1
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.31.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1707417921.176525
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 5
|
19 |
+
- 11
|
20 |
+
- 12
|
21 |
+
- 15
|
22 |
+
- 49
|
23 |
+
- 51
|
24 |
+
- 53
|
25 |
+
- 55
|
26 |
+
- 71
|
27 |
+
- 98
|
28 |
+
2:
|
29 |
+
- 1
|
30 |
+
- 2
|
31 |
+
- 3
|
32 |
+
- 5
|
33 |
+
- 11
|
34 |
+
- 12
|
35 |
+
- 15
|
36 |
+
- 49
|
37 |
+
- 51
|
38 |
+
- 53
|
39 |
+
- 55
|
40 |
+
- 71
|
41 |
+
- 98
|
42 |
+
3:
|
43 |
+
- 7
|
44 |
+
- 23
|
45 |
+
4: 3.10.13
|
46 |
+
5: 0.16.1
|
47 |
+
6: 4.31.0
|
48 |
+
8:
|
49 |
+
- 5
|
50 |
+
13: linux-x86_64
|
51 |
+
m:
|
52 |
+
- 1: train/global_step
|
53 |
+
6:
|
54 |
+
- 3
|
55 |
+
vocab_size:
|
56 |
+
desc: null
|
57 |
+
value: 102400
|
58 |
+
max_position_embeddings:
|
59 |
+
desc: null
|
60 |
+
value: 4096
|
61 |
+
hidden_size:
|
62 |
+
desc: null
|
63 |
+
value: 4096
|
64 |
+
intermediate_size:
|
65 |
+
desc: null
|
66 |
+
value: 11008
|
67 |
+
num_hidden_layers:
|
68 |
+
desc: null
|
69 |
+
value: 30
|
70 |
+
num_attention_heads:
|
71 |
+
desc: null
|
72 |
+
value: 32
|
73 |
+
num_key_value_heads:
|
74 |
+
desc: null
|
75 |
+
value: 32
|
76 |
+
hidden_act:
|
77 |
+
desc: null
|
78 |
+
value: silu
|
79 |
+
initializer_range:
|
80 |
+
desc: null
|
81 |
+
value: 0.02
|
82 |
+
rms_norm_eps:
|
83 |
+
desc: null
|
84 |
+
value: 1.0e-06
|
85 |
+
pretraining_tp:
|
86 |
+
desc: null
|
87 |
+
value: 1
|
88 |
+
use_cache:
|
89 |
+
desc: null
|
90 |
+
value: true
|
91 |
+
rope_scaling:
|
92 |
+
desc: null
|
93 |
+
value: null
|
94 |
+
return_dict:
|
95 |
+
desc: null
|
96 |
+
value: true
|
97 |
+
output_hidden_states:
|
98 |
+
desc: null
|
99 |
+
value: false
|
100 |
+
output_attentions:
|
101 |
+
desc: null
|
102 |
+
value: false
|
103 |
+
torchscript:
|
104 |
+
desc: null
|
105 |
+
value: false
|
106 |
+
torch_dtype:
|
107 |
+
desc: null
|
108 |
+
value: bfloat16
|
109 |
+
use_bfloat16:
|
110 |
+
desc: null
|
111 |
+
value: false
|
112 |
+
tf_legacy_loss:
|
113 |
+
desc: null
|
114 |
+
value: false
|
115 |
+
pruned_heads:
|
116 |
+
desc: null
|
117 |
+
value: {}
|
118 |
+
tie_word_embeddings:
|
119 |
+
desc: null
|
120 |
+
value: false
|
121 |
+
is_encoder_decoder:
|
122 |
+
desc: null
|
123 |
+
value: false
|
124 |
+
is_decoder:
|
125 |
+
desc: null
|
126 |
+
value: false
|
127 |
+
cross_attention_hidden_size:
|
128 |
+
desc: null
|
129 |
+
value: null
|
130 |
+
add_cross_attention:
|
131 |
+
desc: null
|
132 |
+
value: false
|
133 |
+
tie_encoder_decoder:
|
134 |
+
desc: null
|
135 |
+
value: false
|
136 |
+
max_length:
|
137 |
+
desc: null
|
138 |
+
value: 20
|
139 |
+
min_length:
|
140 |
+
desc: null
|
141 |
+
value: 0
|
142 |
+
do_sample:
|
143 |
+
desc: null
|
144 |
+
value: false
|
145 |
+
early_stopping:
|
146 |
+
desc: null
|
147 |
+
value: false
|
148 |
+
num_beams:
|
149 |
+
desc: null
|
150 |
+
value: 1
|
151 |
+
num_beam_groups:
|
152 |
+
desc: null
|
153 |
+
value: 1
|
154 |
+
diversity_penalty:
|
155 |
+
desc: null
|
156 |
+
value: 0.0
|
157 |
+
temperature:
|
158 |
+
desc: null
|
159 |
+
value: 1.0
|
160 |
+
top_k:
|
161 |
+
desc: null
|
162 |
+
value: 50
|
163 |
+
top_p:
|
164 |
+
desc: null
|
165 |
+
value: 1.0
|
166 |
+
typical_p:
|
167 |
+
desc: null
|
168 |
+
value: 1.0
|
169 |
+
repetition_penalty:
|
170 |
+
desc: null
|
171 |
+
value: 1.0
|
172 |
+
length_penalty:
|
173 |
+
desc: null
|
174 |
+
value: 1.0
|
175 |
+
no_repeat_ngram_size:
|
176 |
+
desc: null
|
177 |
+
value: 0
|
178 |
+
encoder_no_repeat_ngram_size:
|
179 |
+
desc: null
|
180 |
+
value: 0
|
181 |
+
bad_words_ids:
|
182 |
+
desc: null
|
183 |
+
value: null
|
184 |
+
num_return_sequences:
|
185 |
+
desc: null
|
186 |
+
value: 1
|
187 |
+
chunk_size_feed_forward:
|
188 |
+
desc: null
|
189 |
+
value: 0
|
190 |
+
output_scores:
|
191 |
+
desc: null
|
192 |
+
value: false
|
193 |
+
return_dict_in_generate:
|
194 |
+
desc: null
|
195 |
+
value: false
|
196 |
+
forced_bos_token_id:
|
197 |
+
desc: null
|
198 |
+
value: null
|
199 |
+
forced_eos_token_id:
|
200 |
+
desc: null
|
201 |
+
value: null
|
202 |
+
remove_invalid_values:
|
203 |
+
desc: null
|
204 |
+
value: false
|
205 |
+
exponential_decay_length_penalty:
|
206 |
+
desc: null
|
207 |
+
value: null
|
208 |
+
suppress_tokens:
|
209 |
+
desc: null
|
210 |
+
value: null
|
211 |
+
begin_suppress_tokens:
|
212 |
+
desc: null
|
213 |
+
value: null
|
214 |
+
architectures:
|
215 |
+
desc: null
|
216 |
+
value:
|
217 |
+
- LlamaForCausalLM
|
218 |
+
finetuning_task:
|
219 |
+
desc: null
|
220 |
+
value: null
|
221 |
+
id2label:
|
222 |
+
desc: null
|
223 |
+
value:
|
224 |
+
'0': LABEL_0
|
225 |
+
'1': LABEL_1
|
226 |
+
label2id:
|
227 |
+
desc: null
|
228 |
+
value:
|
229 |
+
LABEL_0: 0
|
230 |
+
LABEL_1: 1
|
231 |
+
tokenizer_class:
|
232 |
+
desc: null
|
233 |
+
value: null
|
234 |
+
prefix:
|
235 |
+
desc: null
|
236 |
+
value: null
|
237 |
+
bos_token_id:
|
238 |
+
desc: null
|
239 |
+
value: 100000
|
240 |
+
pad_token_id:
|
241 |
+
desc: null
|
242 |
+
value: 0
|
243 |
+
eos_token_id:
|
244 |
+
desc: null
|
245 |
+
value: 100015
|
246 |
+
sep_token_id:
|
247 |
+
desc: null
|
248 |
+
value: null
|
249 |
+
decoder_start_token_id:
|
250 |
+
desc: null
|
251 |
+
value: null
|
252 |
+
task_specific_params:
|
253 |
+
desc: null
|
254 |
+
value: null
|
255 |
+
problem_type:
|
256 |
+
desc: null
|
257 |
+
value: null
|
258 |
+
_name_or_path:
|
259 |
+
desc: null
|
260 |
+
value: deepseek-ai/deepseek-coder-7b-instruct-v1.5
|
261 |
+
transformers_version:
|
262 |
+
desc: null
|
263 |
+
value: 4.31.0
|
264 |
+
attention_bias:
|
265 |
+
desc: null
|
266 |
+
value: false
|
267 |
+
model_type:
|
268 |
+
desc: null
|
269 |
+
value: llama
|
270 |
+
rope_theta:
|
271 |
+
desc: null
|
272 |
+
value: 10000.0
|
273 |
+
output_dir:
|
274 |
+
desc: null
|
275 |
+
value: output-7b-26k-lora
|
276 |
+
overwrite_output_dir:
|
277 |
+
desc: null
|
278 |
+
value: false
|
279 |
+
do_train:
|
280 |
+
desc: null
|
281 |
+
value: false
|
282 |
+
do_eval:
|
283 |
+
desc: null
|
284 |
+
value: false
|
285 |
+
do_predict:
|
286 |
+
desc: null
|
287 |
+
value: false
|
288 |
+
evaluation_strategy:
|
289 |
+
desc: null
|
290 |
+
value: 'no'
|
291 |
+
prediction_loss_only:
|
292 |
+
desc: null
|
293 |
+
value: false
|
294 |
+
per_device_train_batch_size:
|
295 |
+
desc: null
|
296 |
+
value: 4
|
297 |
+
per_device_eval_batch_size:
|
298 |
+
desc: null
|
299 |
+
value: 1
|
300 |
+
per_gpu_train_batch_size:
|
301 |
+
desc: null
|
302 |
+
value: None
|
303 |
+
per_gpu_eval_batch_size:
|
304 |
+
desc: null
|
305 |
+
value: None
|
306 |
+
gradient_accumulation_steps:
|
307 |
+
desc: null
|
308 |
+
value: 16
|
309 |
+
eval_accumulation_steps:
|
310 |
+
desc: null
|
311 |
+
value: None
|
312 |
+
eval_delay:
|
313 |
+
desc: null
|
314 |
+
value: 0
|
315 |
+
learning_rate:
|
316 |
+
desc: null
|
317 |
+
value: 2.0e-05
|
318 |
+
weight_decay:
|
319 |
+
desc: null
|
320 |
+
value: 0.0
|
321 |
+
adam_beta1:
|
322 |
+
desc: null
|
323 |
+
value: 0.9
|
324 |
+
adam_beta2:
|
325 |
+
desc: null
|
326 |
+
value: 0.999
|
327 |
+
adam_epsilon:
|
328 |
+
desc: null
|
329 |
+
value: 1.0e-08
|
330 |
+
max_grad_norm:
|
331 |
+
desc: null
|
332 |
+
value: 1.0
|
333 |
+
num_train_epochs:
|
334 |
+
desc: null
|
335 |
+
value: 2
|
336 |
+
max_steps:
|
337 |
+
desc: null
|
338 |
+
value: -1
|
339 |
+
lr_scheduler_type:
|
340 |
+
desc: null
|
341 |
+
value: cosine
|
342 |
+
warmup_ratio:
|
343 |
+
desc: null
|
344 |
+
value: 0.0
|
345 |
+
warmup_steps:
|
346 |
+
desc: null
|
347 |
+
value: 10
|
348 |
+
log_level:
|
349 |
+
desc: null
|
350 |
+
value: passive
|
351 |
+
log_level_replica:
|
352 |
+
desc: null
|
353 |
+
value: warning
|
354 |
+
log_on_each_node:
|
355 |
+
desc: null
|
356 |
+
value: true
|
357 |
+
logging_dir:
|
358 |
+
desc: null
|
359 |
+
value: output-7b-26k-lora/runs/Feb08_18-45-12_default
|
360 |
+
logging_strategy:
|
361 |
+
desc: null
|
362 |
+
value: steps
|
363 |
+
logging_first_step:
|
364 |
+
desc: null
|
365 |
+
value: false
|
366 |
+
logging_steps:
|
367 |
+
desc: null
|
368 |
+
value: 1
|
369 |
+
logging_nan_inf_filter:
|
370 |
+
desc: null
|
371 |
+
value: true
|
372 |
+
save_strategy:
|
373 |
+
desc: null
|
374 |
+
value: epoch
|
375 |
+
save_steps:
|
376 |
+
desc: null
|
377 |
+
value: 100
|
378 |
+
save_total_limit:
|
379 |
+
desc: null
|
380 |
+
value: 100
|
381 |
+
save_safetensors:
|
382 |
+
desc: null
|
383 |
+
value: false
|
384 |
+
save_on_each_node:
|
385 |
+
desc: null
|
386 |
+
value: false
|
387 |
+
no_cuda:
|
388 |
+
desc: null
|
389 |
+
value: false
|
390 |
+
use_mps_device:
|
391 |
+
desc: null
|
392 |
+
value: false
|
393 |
+
seed:
|
394 |
+
desc: null
|
395 |
+
value: 42
|
396 |
+
data_seed:
|
397 |
+
desc: null
|
398 |
+
value: None
|
399 |
+
jit_mode_eval:
|
400 |
+
desc: null
|
401 |
+
value: false
|
402 |
+
use_ipex:
|
403 |
+
desc: null
|
404 |
+
value: false
|
405 |
+
bf16:
|
406 |
+
desc: null
|
407 |
+
value: true
|
408 |
+
fp16:
|
409 |
+
desc: null
|
410 |
+
value: false
|
411 |
+
fp16_opt_level:
|
412 |
+
desc: null
|
413 |
+
value: O1
|
414 |
+
half_precision_backend:
|
415 |
+
desc: null
|
416 |
+
value: auto
|
417 |
+
bf16_full_eval:
|
418 |
+
desc: null
|
419 |
+
value: false
|
420 |
+
fp16_full_eval:
|
421 |
+
desc: null
|
422 |
+
value: false
|
423 |
+
tf32:
|
424 |
+
desc: null
|
425 |
+
value: None
|
426 |
+
local_rank:
|
427 |
+
desc: null
|
428 |
+
value: 0
|
429 |
+
ddp_backend:
|
430 |
+
desc: null
|
431 |
+
value: None
|
432 |
+
tpu_num_cores:
|
433 |
+
desc: null
|
434 |
+
value: None
|
435 |
+
tpu_metrics_debug:
|
436 |
+
desc: null
|
437 |
+
value: false
|
438 |
+
debug:
|
439 |
+
desc: null
|
440 |
+
value: '[]'
|
441 |
+
dataloader_drop_last:
|
442 |
+
desc: null
|
443 |
+
value: false
|
444 |
+
eval_steps:
|
445 |
+
desc: null
|
446 |
+
value: None
|
447 |
+
dataloader_num_workers:
|
448 |
+
desc: null
|
449 |
+
value: 4
|
450 |
+
past_index:
|
451 |
+
desc: null
|
452 |
+
value: -1
|
453 |
+
run_name:
|
454 |
+
desc: null
|
455 |
+
value: output-7b-26k-lora
|
456 |
+
disable_tqdm:
|
457 |
+
desc: null
|
458 |
+
value: false
|
459 |
+
remove_unused_columns:
|
460 |
+
desc: null
|
461 |
+
value: true
|
462 |
+
label_names:
|
463 |
+
desc: null
|
464 |
+
value: None
|
465 |
+
load_best_model_at_end:
|
466 |
+
desc: null
|
467 |
+
value: false
|
468 |
+
metric_for_best_model:
|
469 |
+
desc: null
|
470 |
+
value: None
|
471 |
+
greater_is_better:
|
472 |
+
desc: null
|
473 |
+
value: None
|
474 |
+
ignore_data_skip:
|
475 |
+
desc: null
|
476 |
+
value: false
|
477 |
+
sharded_ddp:
|
478 |
+
desc: null
|
479 |
+
value: '[]'
|
480 |
+
fsdp:
|
481 |
+
desc: null
|
482 |
+
value: '[]'
|
483 |
+
fsdp_min_num_params:
|
484 |
+
desc: null
|
485 |
+
value: 0
|
486 |
+
fsdp_config:
|
487 |
+
desc: null
|
488 |
+
value: '{''fsdp_min_num_params'': 0, ''xla'': False, ''xla_fsdp_grad_ckpt'': False}'
|
489 |
+
fsdp_transformer_layer_cls_to_wrap:
|
490 |
+
desc: null
|
491 |
+
value: None
|
492 |
+
deepspeed:
|
493 |
+
desc: null
|
494 |
+
value: None
|
495 |
+
label_smoothing_factor:
|
496 |
+
desc: null
|
497 |
+
value: 0.0
|
498 |
+
optim:
|
499 |
+
desc: null
|
500 |
+
value: adamw_torch
|
501 |
+
optim_args:
|
502 |
+
desc: null
|
503 |
+
value: None
|
504 |
+
adafactor:
|
505 |
+
desc: null
|
506 |
+
value: false
|
507 |
+
group_by_length:
|
508 |
+
desc: null
|
509 |
+
value: false
|
510 |
+
length_column_name:
|
511 |
+
desc: null
|
512 |
+
value: length
|
513 |
+
report_to:
|
514 |
+
desc: null
|
515 |
+
value: '[''tensorboard'', ''wandb'']'
|
516 |
+
ddp_find_unused_parameters:
|
517 |
+
desc: null
|
518 |
+
value: None
|
519 |
+
ddp_bucket_cap_mb:
|
520 |
+
desc: null
|
521 |
+
value: None
|
522 |
+
ddp_broadcast_buffers:
|
523 |
+
desc: null
|
524 |
+
value: None
|
525 |
+
dataloader_pin_memory:
|
526 |
+
desc: null
|
527 |
+
value: true
|
528 |
+
skip_memory_metrics:
|
529 |
+
desc: null
|
530 |
+
value: true
|
531 |
+
use_legacy_prediction_loop:
|
532 |
+
desc: null
|
533 |
+
value: false
|
534 |
+
push_to_hub:
|
535 |
+
desc: null
|
536 |
+
value: true
|
537 |
+
resume_from_checkpoint:
|
538 |
+
desc: null
|
539 |
+
value: None
|
540 |
+
hub_model_id:
|
541 |
+
desc: null
|
542 |
+
value: zzz99/output-7b-26k-lora
|
543 |
+
hub_strategy:
|
544 |
+
desc: null
|
545 |
+
value: every_save
|
546 |
+
hub_token:
|
547 |
+
desc: null
|
548 |
+
value: <HUB_TOKEN>
|
549 |
+
hub_private_repo:
|
550 |
+
desc: null
|
551 |
+
value: false
|
552 |
+
gradient_checkpointing:
|
553 |
+
desc: null
|
554 |
+
value: true
|
555 |
+
include_inputs_for_metrics:
|
556 |
+
desc: null
|
557 |
+
value: false
|
558 |
+
fp16_backend:
|
559 |
+
desc: null
|
560 |
+
value: auto
|
561 |
+
push_to_hub_model_id:
|
562 |
+
desc: null
|
563 |
+
value: None
|
564 |
+
push_to_hub_organization:
|
565 |
+
desc: null
|
566 |
+
value: None
|
567 |
+
push_to_hub_token:
|
568 |
+
desc: null
|
569 |
+
value: <PUSH_TO_HUB_TOKEN>
|
570 |
+
mp_parameters:
|
571 |
+
desc: null
|
572 |
+
value: ''
|
573 |
+
auto_find_batch_size:
|
574 |
+
desc: null
|
575 |
+
value: false
|
576 |
+
full_determinism:
|
577 |
+
desc: null
|
578 |
+
value: false
|
579 |
+
torchdynamo:
|
580 |
+
desc: null
|
581 |
+
value: None
|
582 |
+
ray_scope:
|
583 |
+
desc: null
|
584 |
+
value: last
|
585 |
+
ddp_timeout:
|
586 |
+
desc: null
|
587 |
+
value: 1800
|
588 |
+
torch_compile:
|
589 |
+
desc: null
|
590 |
+
value: false
|
591 |
+
torch_compile_backend:
|
592 |
+
desc: null
|
593 |
+
value: None
|
594 |
+
torch_compile_mode:
|
595 |
+
desc: null
|
596 |
+
value: None
|
597 |
+
xpu_backend:
|
598 |
+
desc: null
|
599 |
+
value: None
|
600 |
+
cache_dir:
|
601 |
+
desc: null
|
602 |
+
value: None
|
603 |
+
model_max_length:
|
604 |
+
desc: null
|
605 |
+
value: 960
|
606 |
+
gradient_checkpointing_kwargs:
|
607 |
+
desc: null
|
608 |
+
value: '{''use_reentrant'': False}'
|
609 |
+
train_batch_size:
|
610 |
+
desc: null
|
611 |
+
value: 4
|
612 |
+
eval_batch_size:
|
613 |
+
desc: null
|
614 |
+
value: 1
|
wandb/run-20240208_184521-kk66dbgv/files/output.log
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
0%| | 0/2 [00:00<?, ?it/s]`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`...
|
2 |
+
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
|
3 |
+
warnings.warn("None of the inputs have requires_grad=True. Gradients will be None")
|
4 |
+
Traceback (most recent call last):
|
5 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py", line 236, in <module>
|
6 |
+
train()
|
7 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py", line 223, in train
|
8 |
+
trainer.train()
|
9 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1539, in train
|
10 |
+
return inner_training_loop(
|
11 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1809, in _inner_training_loop
|
12 |
+
tr_loss_step = self.training_step(model, inputs)
|
13 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 2665, in training_step
|
14 |
+
self.accelerator.backward(loss)
|
15 |
+
File "/opt/conda/lib/python3.10/site-packages/accelerate/accelerator.py", line 1853, in backward
|
16 |
+
loss.backward(**kwargs)
|
17 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/_tensor.py", line 487, in backward
|
18 |
+
torch.autograd.backward(
|
19 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py", line 200, in backward
|
20 |
+
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
|
21 |
+
RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
|
wandb/run-20240208_184521-kk66dbgv/files/requirements.txt
ADDED
@@ -0,0 +1,419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.0.0
|
2 |
+
accelerate==0.21.0
|
3 |
+
aiobotocore==2.7.0
|
4 |
+
aiohttp==3.9.1
|
5 |
+
aioitertools==0.11.0
|
6 |
+
aiosignal==1.3.1
|
7 |
+
aiosqlite==0.19.0
|
8 |
+
altair==5.2.0
|
9 |
+
amazon-codewhisperer-jupyterlab-ext==2.0.1
|
10 |
+
amazon-sagemaker-jupyter-scheduler==3.0.5
|
11 |
+
annotated-types==0.6.0
|
12 |
+
ansi2html==0.0.0
|
13 |
+
ansiwrap==0.8.4
|
14 |
+
antlr4-python3-runtime==4.9.3
|
15 |
+
anyio==3.7.1
|
16 |
+
appdirs==1.4.4
|
17 |
+
archspec==0.2.2
|
18 |
+
argon2-cffi-bindings==21.2.0
|
19 |
+
argon2-cffi==23.1.0
|
20 |
+
arrow==1.3.0
|
21 |
+
astroid==3.0.1
|
22 |
+
asttokens==2.4.1
|
23 |
+
astunparse==1.6.3
|
24 |
+
async-lru==2.0.4
|
25 |
+
async-timeout==4.0.3
|
26 |
+
attrs==23.1.0
|
27 |
+
autogluon.common==0.8.2
|
28 |
+
autogluon.core==0.8.2
|
29 |
+
autogluon.features==0.8.2
|
30 |
+
autogluon.multimodal==0.8.2
|
31 |
+
autogluon.tabular==0.8.2
|
32 |
+
autogluon.timeseries==0.8.2
|
33 |
+
autogluon==0.8.2
|
34 |
+
autopep8==2.0.4
|
35 |
+
autovizwidget==0.21.0
|
36 |
+
aws-embedded-metrics==3.2.0
|
37 |
+
aws-glue-sessions==1.0.4
|
38 |
+
babel==2.13.1
|
39 |
+
beautifulsoup4==4.12.2
|
40 |
+
binaryornot==0.4.4
|
41 |
+
black==23.11.0
|
42 |
+
bleach==6.1.0
|
43 |
+
blinker==1.7.0
|
44 |
+
blis==0.7.10
|
45 |
+
boltons==23.0.0
|
46 |
+
boto3==1.28.64
|
47 |
+
botocore==1.31.64
|
48 |
+
brotli==1.0.9
|
49 |
+
cached-property==1.5.2
|
50 |
+
cachetools==5.3.2
|
51 |
+
catalogue==2.0.10
|
52 |
+
catboost==1.2.2
|
53 |
+
certifi==2023.11.17
|
54 |
+
cffi==1.16.0
|
55 |
+
chardet==5.2.0
|
56 |
+
charset-normalizer==3.3.2
|
57 |
+
click==8.1.7
|
58 |
+
cloudpathlib==0.16.0
|
59 |
+
cloudpickle==2.2.1
|
60 |
+
colorama==0.4.6
|
61 |
+
comm==0.1.4
|
62 |
+
conda-libmamba-solver==23.11.1
|
63 |
+
conda-package-handling==2.2.0
|
64 |
+
conda-package-streaming==0.9.0
|
65 |
+
conda==23.11.0
|
66 |
+
confection==0.1.4
|
67 |
+
contextlib2==21.6.0
|
68 |
+
contourpy==1.2.0
|
69 |
+
cookiecutter==2.5.0
|
70 |
+
croniter==1.4.1
|
71 |
+
cryptography==41.0.7
|
72 |
+
cycler==0.12.1
|
73 |
+
cymem==2.0.8
|
74 |
+
cytoolz==0.12.2
|
75 |
+
dash==2.14.2
|
76 |
+
dask==2023.12.0
|
77 |
+
dataclasses-json==0.6.3
|
78 |
+
dataclasses==0.8
|
79 |
+
datasets==2.14.7
|
80 |
+
debugpy==1.8.0
|
81 |
+
decorator==5.1.1
|
82 |
+
deepmerge==1.1.0
|
83 |
+
defusedxml==0.7.1
|
84 |
+
dill==0.3.7
|
85 |
+
distributed==2023.12.0
|
86 |
+
distro==1.8.0
|
87 |
+
docker-pycreds==0.4.0
|
88 |
+
docstring-to-markdown==0.13
|
89 |
+
entrypoints==0.4
|
90 |
+
et-xmlfile==1.1.0
|
91 |
+
evaluate==0.4.1
|
92 |
+
exceptiongroup==1.2.0
|
93 |
+
executing==2.0.1
|
94 |
+
faiss==1.7.4
|
95 |
+
fastai==2.7.13
|
96 |
+
fastcore==1.5.29
|
97 |
+
fastdownload==0.0.7
|
98 |
+
fastjsonschema==2.19.0
|
99 |
+
fastprogress==1.0.3
|
100 |
+
filelock==3.13.1
|
101 |
+
flake8==6.1.0
|
102 |
+
flask==3.0.0
|
103 |
+
flatbuffers==23.5.26
|
104 |
+
fonttools==4.46.0
|
105 |
+
fqdn==1.5.1
|
106 |
+
frozenlist==1.4.0
|
107 |
+
fsspec==2023.6.0
|
108 |
+
future==0.18.3
|
109 |
+
gast==0.4.0
|
110 |
+
gdown==4.7.1
|
111 |
+
gitdb==4.0.11
|
112 |
+
gitpython==3.1.40
|
113 |
+
gluonts==0.13.7
|
114 |
+
gmpy2==2.1.2
|
115 |
+
google-api-core==2.15.0
|
116 |
+
google-auth-oauthlib==1.0.0
|
117 |
+
google-auth==2.25.2
|
118 |
+
google-pasta==0.2.0
|
119 |
+
googleapis-common-protos==1.62.0
|
120 |
+
graphviz==0.20.1
|
121 |
+
greenlet==3.0.1
|
122 |
+
grpcio==1.54.3
|
123 |
+
gssapi==1.8.3
|
124 |
+
h5py==3.10.0
|
125 |
+
hdijupyterutils==0.21.0
|
126 |
+
huggingface-hub==0.19.4
|
127 |
+
idna==3.6
|
128 |
+
imagecodecs==2023.8.12
|
129 |
+
imageio==2.31.5
|
130 |
+
importlib-metadata==6.10.0
|
131 |
+
importlib-resources==6.1.1
|
132 |
+
iniconfig==2.0.0
|
133 |
+
ipykernel==6.26.0
|
134 |
+
ipython==8.18.1
|
135 |
+
ipywidgets==8.1.1
|
136 |
+
isoduration==20.11.0
|
137 |
+
isort==5.12.0
|
138 |
+
itsdangerous==2.1.2
|
139 |
+
jax==0.4.20
|
140 |
+
jaxlib==0.4.14
|
141 |
+
jedi==0.19.1
|
142 |
+
jinja2==3.1.2
|
143 |
+
jmespath==1.0.1
|
144 |
+
joblib==1.3.2
|
145 |
+
json5==0.9.14
|
146 |
+
jsonpatch==1.33
|
147 |
+
jsonpath-ng==1.6.0
|
148 |
+
jsonpointer==2.4
|
149 |
+
jsonschema==4.17.3
|
150 |
+
jupyter-ai-magics==2.6.0
|
151 |
+
jupyter-ai==2.6.0
|
152 |
+
jupyter-client==8.6.0
|
153 |
+
jupyter-console==6.6.3
|
154 |
+
jupyter-core==5.5.0
|
155 |
+
jupyter-dash==0.4.2
|
156 |
+
jupyter-events==0.6.3
|
157 |
+
jupyter-lsp==2.2.1
|
158 |
+
jupyter-scheduler==2.4.0
|
159 |
+
jupyter-server-mathjax==0.2.6
|
160 |
+
jupyter-server-proxy==4.1.0
|
161 |
+
jupyter-server-terminals==0.5.0
|
162 |
+
jupyter-server==2.10.0
|
163 |
+
jupyter==1.0.0
|
164 |
+
jupyterlab-git==0.50.0
|
165 |
+
jupyterlab-lsp==5.0.1
|
166 |
+
jupyterlab-pygments==0.3.0
|
167 |
+
jupyterlab-server==2.24.0
|
168 |
+
jupyterlab-widgets==3.0.9
|
169 |
+
jupyterlab==4.0.9
|
170 |
+
keras-preprocessing==1.1.2
|
171 |
+
keras==2.12.0
|
172 |
+
kiwisolver==1.4.5
|
173 |
+
krb5==0.5.1
|
174 |
+
langchain==0.0.318
|
175 |
+
langcodes==3.3.0
|
176 |
+
langsmith==0.0.69
|
177 |
+
libmambapy==1.5.3
|
178 |
+
lightgbm==3.3.5
|
179 |
+
lightning-utilities==0.10.0
|
180 |
+
llvmlite==0.41.1
|
181 |
+
locket==1.0.0
|
182 |
+
markdown-it-py==3.0.0
|
183 |
+
markdown==3.5.1
|
184 |
+
markupsafe==2.1.3
|
185 |
+
marshmallow==3.20.1
|
186 |
+
matplotlib-inline==0.1.6
|
187 |
+
matplotlib==3.8.2
|
188 |
+
mccabe==0.7.0
|
189 |
+
mdurl==0.1.0
|
190 |
+
menuinst==2.0.1
|
191 |
+
mistune==3.0.2
|
192 |
+
ml-dtypes==0.3.1
|
193 |
+
mlforecast==0.7.3
|
194 |
+
mock==5.1.0
|
195 |
+
model-index==0.1.11
|
196 |
+
mpmath==1.3.0
|
197 |
+
msgpack==1.0.7
|
198 |
+
multidict==6.0.4
|
199 |
+
multiprocess==0.70.15
|
200 |
+
munkres==1.1.4
|
201 |
+
murmurhash==1.0.10
|
202 |
+
mypy-extensions==1.0.0
|
203 |
+
nbclient==0.8.0
|
204 |
+
nbconvert==7.12.0
|
205 |
+
nbdime==4.0.1
|
206 |
+
nbformat==5.9.2
|
207 |
+
nest-asyncio==1.5.8
|
208 |
+
networkx==3.2.1
|
209 |
+
nlpaug==1.1.11
|
210 |
+
nltk==3.8.1
|
211 |
+
nose==1.3.7
|
212 |
+
notebook-shim==0.2.3
|
213 |
+
notebook==7.0.6
|
214 |
+
nptyping==2.4.1
|
215 |
+
numba==0.58.1
|
216 |
+
numexpr==2.8.7
|
217 |
+
numpy==1.26.2
|
218 |
+
oauthlib==3.2.2
|
219 |
+
omegaconf==2.2.3
|
220 |
+
openai==0.28.1
|
221 |
+
openapi-schema-pydantic==1.2.4
|
222 |
+
openmim==0.3.7
|
223 |
+
openpyxl==3.1.2
|
224 |
+
opt-einsum==3.3.0
|
225 |
+
ordered-set==4.1.0
|
226 |
+
overrides==7.4.0
|
227 |
+
packaging==23.2
|
228 |
+
pandas-stubs==2.1.1.230928
|
229 |
+
pandas==2.1.4
|
230 |
+
pandocfilters==1.5.0
|
231 |
+
papermill==2.4.0
|
232 |
+
parso==0.8.3
|
233 |
+
partd==1.4.1
|
234 |
+
pathos==0.3.1
|
235 |
+
pathspec==0.12.1
|
236 |
+
pathtools==0.1.2
|
237 |
+
pathy==0.10.2
|
238 |
+
patsy==0.5.4
|
239 |
+
peft==0.8.2
|
240 |
+
pexpect==4.8.0
|
241 |
+
pickleshare==0.7.5
|
242 |
+
pillow==9.5.0
|
243 |
+
pip==23.3.1
|
244 |
+
pkgutil-resolve-name==1.3.10
|
245 |
+
platformdirs==4.1.0
|
246 |
+
plotly==5.18.0
|
247 |
+
pluggy==1.3.0
|
248 |
+
ply==3.11
|
249 |
+
pox==0.3.3
|
250 |
+
ppft==1.7.6.7
|
251 |
+
preshed==3.0.9
|
252 |
+
prometheus-client==0.19.0
|
253 |
+
prompt-toolkit==3.0.41
|
254 |
+
protobuf==4.21.12
|
255 |
+
psutil==5.9.5
|
256 |
+
ptyprocess==0.7.0
|
257 |
+
pure-eval==0.2.2
|
258 |
+
pure-sasl==0.6.2
|
259 |
+
pyarrow-hotfix==0.6
|
260 |
+
pyarrow==12.0.1
|
261 |
+
pyasn1-modules==0.3.0
|
262 |
+
pyasn1==0.5.1
|
263 |
+
pycodestyle==2.11.1
|
264 |
+
pycosat==0.6.6
|
265 |
+
pycparser==2.21
|
266 |
+
pydantic-core==2.14.3
|
267 |
+
pydantic==1.10.13
|
268 |
+
pydocstyle==6.3.0
|
269 |
+
pyflakes==3.1.0
|
270 |
+
pygments==2.17.2
|
271 |
+
pyhive==0.7.0
|
272 |
+
pyjwt==2.8.0
|
273 |
+
pylint==3.0.3
|
274 |
+
pyopenssl==23.3.0
|
275 |
+
pyparsing==3.1.1
|
276 |
+
pyqt5-sip==12.12.2
|
277 |
+
pyqt5==5.15.9
|
278 |
+
pyrsistent==0.20.0
|
279 |
+
pysocks==1.7.1
|
280 |
+
pyspnego==0.9.1
|
281 |
+
pytesseract==0.3.10
|
282 |
+
pytest-subtests==0.11.0
|
283 |
+
pytest==7.4.3
|
284 |
+
python-dateutil==2.8.2
|
285 |
+
python-json-logger==2.0.7
|
286 |
+
python-lsp-jsonrpc==1.1.2
|
287 |
+
python-lsp-server==1.9.0
|
288 |
+
python-slugify==8.0.1
|
289 |
+
pytoolconfig==1.2.5
|
290 |
+
pytorch-lightning==2.0.9
|
291 |
+
pytorch-metric-learning==1.7.3
|
292 |
+
pytz==2023.3
|
293 |
+
pyu2f==0.1.5
|
294 |
+
pywavelets==1.4.1
|
295 |
+
pyyaml==6.0.1
|
296 |
+
pyzmq==25.1.2
|
297 |
+
qtconsole==5.5.1
|
298 |
+
qtpy==2.4.1
|
299 |
+
regex==2023.10.3
|
300 |
+
requests-kerberos==0.14.0
|
301 |
+
requests-oauthlib==1.3.1
|
302 |
+
requests==2.31.0
|
303 |
+
responses==0.18.0
|
304 |
+
retrying==1.3.3
|
305 |
+
rfc3339-validator==0.1.4
|
306 |
+
rfc3986-validator==0.1.1
|
307 |
+
rich==13.7.0
|
308 |
+
rope==1.11.0
|
309 |
+
rsa==4.9
|
310 |
+
ruamel.yaml.clib==0.2.7
|
311 |
+
ruamel.yaml==0.18.5
|
312 |
+
s3transfer==0.7.0
|
313 |
+
sacremoses==0.0.53
|
314 |
+
safetensors==0.3.3
|
315 |
+
sagemaker-headless-execution-driver==0.0.12
|
316 |
+
sagemaker-jupyterlab-emr-extension==0.1.9
|
317 |
+
sagemaker-jupyterlab-extension-common==0.1.9
|
318 |
+
sagemaker-jupyterlab-extension==0.2.0
|
319 |
+
sagemaker-kernel-wrapper==0.0.2
|
320 |
+
sagemaker-studio-analytics-extension==0.0.21
|
321 |
+
sagemaker-studio-sparkmagic-lib==0.1.4
|
322 |
+
sagemaker==2.198.0
|
323 |
+
sasl==0.3.1
|
324 |
+
schema==0.7.5
|
325 |
+
scikit-image==0.19.3
|
326 |
+
scikit-learn==1.3.2
|
327 |
+
scipy==1.11.4
|
328 |
+
send2trash==1.8.2
|
329 |
+
sentencepiece==0.1.99
|
330 |
+
sentry-sdk==1.38.0
|
331 |
+
seqeval==1.2.2
|
332 |
+
setproctitle==1.3.3
|
333 |
+
setuptools==68.2.2
|
334 |
+
shellingham==1.5.4
|
335 |
+
simpervisor==1.0.0
|
336 |
+
sip==6.7.12
|
337 |
+
six==1.16.0
|
338 |
+
smart-open==5.2.1
|
339 |
+
smdebug-rulesconfig==1.0.1
|
340 |
+
smmap==5.0.0
|
341 |
+
sniffio==1.3.0
|
342 |
+
snowballstemmer==2.2.0
|
343 |
+
sortedcontainers==2.4.0
|
344 |
+
soupsieve==2.5
|
345 |
+
spacy-legacy==3.0.12
|
346 |
+
spacy-loggers==1.0.5
|
347 |
+
spacy==3.7.2
|
348 |
+
sparkmagic==0.21.0
|
349 |
+
sqlalchemy==1.4.49
|
350 |
+
srsly==2.4.8
|
351 |
+
stack-data==0.6.2
|
352 |
+
statsforecast==1.4.0
|
353 |
+
statsmodels==0.14.0
|
354 |
+
supervisor==4.2.5
|
355 |
+
sympy==1.12
|
356 |
+
tabulate==0.9.0
|
357 |
+
tblib==1.7.0
|
358 |
+
tenacity==8.2.3
|
359 |
+
tensorboard-data-server==0.7.0
|
360 |
+
tensorboard==2.12.3
|
361 |
+
tensorflow-estimator==2.12.0
|
362 |
+
tensorflow==2.12.1
|
363 |
+
termcolor==2.3.0
|
364 |
+
terminado==0.18.0
|
365 |
+
text-unidecode==1.3
|
366 |
+
textwrap3==0.9.2
|
367 |
+
thinc==8.2.1
|
368 |
+
threadpoolctl==3.2.0
|
369 |
+
thrift-sasl==0.4.3
|
370 |
+
thrift==0.19.0
|
371 |
+
tifffile==2023.12.9
|
372 |
+
tiktoken==0.5.2
|
373 |
+
timm==0.9.12
|
374 |
+
tinycss2==1.2.1
|
375 |
+
tokenizers==0.13.3
|
376 |
+
toml==0.10.2
|
377 |
+
tomli==2.0.1
|
378 |
+
tomlkit==0.12.3
|
379 |
+
toolz==0.12.0
|
380 |
+
torch==2.0.0.post200
|
381 |
+
torchmetrics==1.0.3
|
382 |
+
torchvision==0.15.2a0+072ec57
|
383 |
+
tornado==6.3.3
|
384 |
+
tqdm==4.66.1
|
385 |
+
traitlets==5.14.0
|
386 |
+
transformers==4.31.0
|
387 |
+
truststore==0.8.0
|
388 |
+
typer==0.9.0
|
389 |
+
types-python-dateutil==2.8.19.14
|
390 |
+
types-pytz==2023.3.1.1
|
391 |
+
typing-extensions==4.5.0
|
392 |
+
typing-inspect==0.9.0
|
393 |
+
typing-utils==0.1.0
|
394 |
+
typish==1.9.3
|
395 |
+
tzdata==2023.3
|
396 |
+
ujson==5.9.0
|
397 |
+
unicodedata2==15.1.0
|
398 |
+
uri-template==1.3.0
|
399 |
+
urllib3==1.26.18
|
400 |
+
wandb==0.16.1
|
401 |
+
wasabi==1.1.2
|
402 |
+
wcwidth==0.2.12
|
403 |
+
weasel==0.3.4
|
404 |
+
webcolors==1.13
|
405 |
+
webencodings==0.5.1
|
406 |
+
websocket-client==1.7.0
|
407 |
+
werkzeug==3.0.1
|
408 |
+
whatthepatch==1.0.5
|
409 |
+
wheel==0.42.0
|
410 |
+
widgetsnbextension==4.0.9
|
411 |
+
window-ops==0.0.14
|
412 |
+
wrapt==1.16.0
|
413 |
+
xgboost==1.7.6
|
414 |
+
xxhash==3.4.1
|
415 |
+
yapf==0.40.1
|
416 |
+
yarl==1.9.3
|
417 |
+
zict==3.0.0
|
418 |
+
zipp==3.17.0
|
419 |
+
zstandard==0.22.0
|
wandb/run-20240208_184521-kk66dbgv/files/wandb-metadata.json
ADDED
@@ -0,0 +1,1029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.13",
|
4 |
+
"heartbeatAt": "2024-02-08T18:45:21.624647",
|
5 |
+
"startedAt": "2024-02-08T18:45:21.172989",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [],
|
9 |
+
"state": "running",
|
10 |
+
"program": "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py",
|
11 |
+
"codePathLocal": null,
|
12 |
+
"host": "default",
|
13 |
+
"username": "sagemaker-user",
|
14 |
+
"executable": "/opt/conda/bin/python3",
|
15 |
+
"cpu_count": 96,
|
16 |
+
"cpu_count_logical": 192,
|
17 |
+
"cpu_freq": {
|
18 |
+
"current": 3165.433677083333,
|
19 |
+
"min": 0.0,
|
20 |
+
"max": 0.0
|
21 |
+
},
|
22 |
+
"cpu_freq_per_core": [
|
23 |
+
{
|
24 |
+
"current": 3299.529,
|
25 |
+
"min": 0.0,
|
26 |
+
"max": 0.0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"current": 3299.574,
|
30 |
+
"min": 0.0,
|
31 |
+
"max": 0.0
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"current": 3299.907,
|
35 |
+
"min": 0.0,
|
36 |
+
"max": 0.0
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"current": 3300.263,
|
40 |
+
"min": 0.0,
|
41 |
+
"max": 0.0
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"current": 3300.897,
|
45 |
+
"min": 0.0,
|
46 |
+
"max": 0.0
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"current": 3300.385,
|
50 |
+
"min": 0.0,
|
51 |
+
"max": 0.0
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"current": 3298.81,
|
55 |
+
"min": 0.0,
|
56 |
+
"max": 0.0
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"current": 3299.625,
|
60 |
+
"min": 0.0,
|
61 |
+
"max": 0.0
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"current": 3299.926,
|
65 |
+
"min": 0.0,
|
66 |
+
"max": 0.0
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"current": 3300.158,
|
70 |
+
"min": 0.0,
|
71 |
+
"max": 0.0
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"current": 3300.475,
|
75 |
+
"min": 0.0,
|
76 |
+
"max": 0.0
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"current": 3300.688,
|
80 |
+
"min": 0.0,
|
81 |
+
"max": 0.0
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"current": 3295.206,
|
85 |
+
"min": 0.0,
|
86 |
+
"max": 0.0
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"current": 3294.95,
|
90 |
+
"min": 0.0,
|
91 |
+
"max": 0.0
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"current": 3296.334,
|
95 |
+
"min": 0.0,
|
96 |
+
"max": 0.0
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"current": 3297.722,
|
100 |
+
"min": 0.0,
|
101 |
+
"max": 0.0
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"current": 3296.096,
|
105 |
+
"min": 0.0,
|
106 |
+
"max": 0.0
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"current": 3298.885,
|
110 |
+
"min": 0.0,
|
111 |
+
"max": 0.0
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"current": 3297.66,
|
115 |
+
"min": 0.0,
|
116 |
+
"max": 0.0
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"current": 3297.613,
|
120 |
+
"min": 0.0,
|
121 |
+
"max": 0.0
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"current": 3300.244,
|
125 |
+
"min": 0.0,
|
126 |
+
"max": 0.0
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"current": 3241.28,
|
130 |
+
"min": 0.0,
|
131 |
+
"max": 0.0
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"current": 3298.967,
|
135 |
+
"min": 0.0,
|
136 |
+
"max": 0.0
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"current": 3298.457,
|
140 |
+
"min": 0.0,
|
141 |
+
"max": 0.0
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"current": 3298.049,
|
145 |
+
"min": 0.0,
|
146 |
+
"max": 0.0
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"current": 3299.552,
|
150 |
+
"min": 0.0,
|
151 |
+
"max": 0.0
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"current": 3299.807,
|
155 |
+
"min": 0.0,
|
156 |
+
"max": 0.0
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"current": 3242.538,
|
160 |
+
"min": 0.0,
|
161 |
+
"max": 0.0
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"current": 3299.129,
|
165 |
+
"min": 0.0,
|
166 |
+
"max": 0.0
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"current": 3263.29,
|
170 |
+
"min": 0.0,
|
171 |
+
"max": 0.0
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"current": 3298.421,
|
175 |
+
"min": 0.0,
|
176 |
+
"max": 0.0
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"current": 3299.256,
|
180 |
+
"min": 0.0,
|
181 |
+
"max": 0.0
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"current": 3298.723,
|
185 |
+
"min": 0.0,
|
186 |
+
"max": 0.0
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"current": 3299.38,
|
190 |
+
"min": 0.0,
|
191 |
+
"max": 0.0
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"current": 3299.22,
|
195 |
+
"min": 0.0,
|
196 |
+
"max": 0.0
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"current": 3298.243,
|
200 |
+
"min": 0.0,
|
201 |
+
"max": 0.0
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"current": 3259.228,
|
205 |
+
"min": 0.0,
|
206 |
+
"max": 0.0
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"current": 3297.656,
|
210 |
+
"min": 0.0,
|
211 |
+
"max": 0.0
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"current": 3299.572,
|
215 |
+
"min": 0.0,
|
216 |
+
"max": 0.0
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"current": 3299.246,
|
220 |
+
"min": 0.0,
|
221 |
+
"max": 0.0
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"current": 3299.507,
|
225 |
+
"min": 0.0,
|
226 |
+
"max": 0.0
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"current": 3298.177,
|
230 |
+
"min": 0.0,
|
231 |
+
"max": 0.0
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"current": 3299.762,
|
235 |
+
"min": 0.0,
|
236 |
+
"max": 0.0
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"current": 3300.244,
|
240 |
+
"min": 0.0,
|
241 |
+
"max": 0.0
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"current": 3299.764,
|
245 |
+
"min": 0.0,
|
246 |
+
"max": 0.0
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"current": 3299.71,
|
250 |
+
"min": 0.0,
|
251 |
+
"max": 0.0
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"current": 3299.323,
|
255 |
+
"min": 0.0,
|
256 |
+
"max": 0.0
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"current": 3298.972,
|
260 |
+
"min": 0.0,
|
261 |
+
"max": 0.0
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"current": 2825.298,
|
265 |
+
"min": 0.0,
|
266 |
+
"max": 0.0
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"current": 3300.031,
|
270 |
+
"min": 0.0,
|
271 |
+
"max": 0.0
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"current": 3299.524,
|
275 |
+
"min": 0.0,
|
276 |
+
"max": 0.0
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"current": 3300.753,
|
280 |
+
"min": 0.0,
|
281 |
+
"max": 0.0
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"current": 3300.281,
|
285 |
+
"min": 0.0,
|
286 |
+
"max": 0.0
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"current": 3300.549,
|
290 |
+
"min": 0.0,
|
291 |
+
"max": 0.0
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"current": 3299.256,
|
295 |
+
"min": 0.0,
|
296 |
+
"max": 0.0
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"current": 3300.719,
|
300 |
+
"min": 0.0,
|
301 |
+
"max": 0.0
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"current": 3299.975,
|
305 |
+
"min": 0.0,
|
306 |
+
"max": 0.0
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"current": 3300.721,
|
310 |
+
"min": 0.0,
|
311 |
+
"max": 0.0
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"current": 3300.6,
|
315 |
+
"min": 0.0,
|
316 |
+
"max": 0.0
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"current": 3300.408,
|
320 |
+
"min": 0.0,
|
321 |
+
"max": 0.0
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"current": 3299.691,
|
325 |
+
"min": 0.0,
|
326 |
+
"max": 0.0
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"current": 3299.817,
|
330 |
+
"min": 0.0,
|
331 |
+
"max": 0.0
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"current": 3044.848,
|
335 |
+
"min": 0.0,
|
336 |
+
"max": 0.0
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"current": 3299.416,
|
340 |
+
"min": 0.0,
|
341 |
+
"max": 0.0
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"current": 3300.089,
|
345 |
+
"min": 0.0,
|
346 |
+
"max": 0.0
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"current": 3299.351,
|
350 |
+
"min": 0.0,
|
351 |
+
"max": 0.0
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"current": 2807.753,
|
355 |
+
"min": 0.0,
|
356 |
+
"max": 0.0
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"current": 2853.085,
|
360 |
+
"min": 0.0,
|
361 |
+
"max": 0.0
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"current": 3299.456,
|
365 |
+
"min": 0.0,
|
366 |
+
"max": 0.0
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"current": 3300.145,
|
370 |
+
"min": 0.0,
|
371 |
+
"max": 0.0
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"current": 3299.532,
|
375 |
+
"min": 0.0,
|
376 |
+
"max": 0.0
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"current": 3300.121,
|
380 |
+
"min": 0.0,
|
381 |
+
"max": 0.0
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"current": 3298.716,
|
385 |
+
"min": 0.0,
|
386 |
+
"max": 0.0
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"current": 2964.818,
|
390 |
+
"min": 0.0,
|
391 |
+
"max": 0.0
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"current": 3299.325,
|
395 |
+
"min": 0.0,
|
396 |
+
"max": 0.0
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"current": 3053.968,
|
400 |
+
"min": 0.0,
|
401 |
+
"max": 0.0
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"current": 3027.575,
|
405 |
+
"min": 0.0,
|
406 |
+
"max": 0.0
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"current": 3034.933,
|
410 |
+
"min": 0.0,
|
411 |
+
"max": 0.0
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"current": 3046.955,
|
415 |
+
"min": 0.0,
|
416 |
+
"max": 0.0
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"current": 3017.189,
|
420 |
+
"min": 0.0,
|
421 |
+
"max": 0.0
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"current": 3052.512,
|
425 |
+
"min": 0.0,
|
426 |
+
"max": 0.0
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"current": 3049.645,
|
430 |
+
"min": 0.0,
|
431 |
+
"max": 0.0
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"current": 3056.957,
|
435 |
+
"min": 0.0,
|
436 |
+
"max": 0.0
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"current": 3063.442,
|
440 |
+
"min": 0.0,
|
441 |
+
"max": 0.0
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"current": 3026.186,
|
445 |
+
"min": 0.0,
|
446 |
+
"max": 0.0
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"current": 3059.995,
|
450 |
+
"min": 0.0,
|
451 |
+
"max": 0.0
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"current": 3058.868,
|
455 |
+
"min": 0.0,
|
456 |
+
"max": 0.0
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"current": 3059.978,
|
460 |
+
"min": 0.0,
|
461 |
+
"max": 0.0
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"current": 2639.982,
|
465 |
+
"min": 0.0,
|
466 |
+
"max": 0.0
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"current": 3043.356,
|
470 |
+
"min": 0.0,
|
471 |
+
"max": 0.0
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"current": 3032.312,
|
475 |
+
"min": 0.0,
|
476 |
+
"max": 0.0
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"current": 3024.784,
|
480 |
+
"min": 0.0,
|
481 |
+
"max": 0.0
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"current": 3309.767,
|
485 |
+
"min": 0.0,
|
486 |
+
"max": 0.0
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"current": 3044.167,
|
490 |
+
"min": 0.0,
|
491 |
+
"max": 0.0
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"current": 3074.821,
|
495 |
+
"min": 0.0,
|
496 |
+
"max": 0.0
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"current": 2744.486,
|
500 |
+
"min": 0.0,
|
501 |
+
"max": 0.0
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"current": 2948.546,
|
505 |
+
"min": 0.0,
|
506 |
+
"max": 0.0
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"current": 3265.131,
|
510 |
+
"min": 0.0,
|
511 |
+
"max": 0.0
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"current": 3260.141,
|
515 |
+
"min": 0.0,
|
516 |
+
"max": 0.0
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"current": 3264.163,
|
520 |
+
"min": 0.0,
|
521 |
+
"max": 0.0
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"current": 3299.133,
|
525 |
+
"min": 0.0,
|
526 |
+
"max": 0.0
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"current": 3260.992,
|
530 |
+
"min": 0.0,
|
531 |
+
"max": 0.0
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"current": 3299.601,
|
535 |
+
"min": 0.0,
|
536 |
+
"max": 0.0
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"current": 3266.096,
|
540 |
+
"min": 0.0,
|
541 |
+
"max": 0.0
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"current": 3299.245,
|
545 |
+
"min": 0.0,
|
546 |
+
"max": 0.0
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"current": 3298.423,
|
550 |
+
"min": 0.0,
|
551 |
+
"max": 0.0
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"current": 3262.508,
|
555 |
+
"min": 0.0,
|
556 |
+
"max": 0.0
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"current": 3270.751,
|
560 |
+
"min": 0.0,
|
561 |
+
"max": 0.0
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"current": 3265.57,
|
565 |
+
"min": 0.0,
|
566 |
+
"max": 0.0
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"current": 3268.221,
|
570 |
+
"min": 0.0,
|
571 |
+
"max": 0.0
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"current": 3262.709,
|
575 |
+
"min": 0.0,
|
576 |
+
"max": 0.0
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"current": 3262.206,
|
580 |
+
"min": 0.0,
|
581 |
+
"max": 0.0
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"current": 3270.565,
|
585 |
+
"min": 0.0,
|
586 |
+
"max": 0.0
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"current": 3298.66,
|
590 |
+
"min": 0.0,
|
591 |
+
"max": 0.0
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"current": 3271.159,
|
595 |
+
"min": 0.0,
|
596 |
+
"max": 0.0
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"current": 3269.543,
|
600 |
+
"min": 0.0,
|
601 |
+
"max": 0.0
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"current": 2891.532,
|
605 |
+
"min": 0.0,
|
606 |
+
"max": 0.0
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"current": 3299.121,
|
610 |
+
"min": 0.0,
|
611 |
+
"max": 0.0
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"current": 3267.57,
|
615 |
+
"min": 0.0,
|
616 |
+
"max": 0.0
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"current": 3273.911,
|
620 |
+
"min": 0.0,
|
621 |
+
"max": 0.0
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"current": 3271.579,
|
625 |
+
"min": 0.0,
|
626 |
+
"max": 0.0
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"current": 3271.885,
|
630 |
+
"min": 0.0,
|
631 |
+
"max": 0.0
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"current": 3269.181,
|
635 |
+
"min": 0.0,
|
636 |
+
"max": 0.0
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"current": 3299.12,
|
640 |
+
"min": 0.0,
|
641 |
+
"max": 0.0
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"current": 3272.274,
|
645 |
+
"min": 0.0,
|
646 |
+
"max": 0.0
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"current": 3298.966,
|
650 |
+
"min": 0.0,
|
651 |
+
"max": 0.0
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"current": 3298.849,
|
655 |
+
"min": 0.0,
|
656 |
+
"max": 0.0
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"current": 3298.555,
|
660 |
+
"min": 0.0,
|
661 |
+
"max": 0.0
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"current": 3298.44,
|
665 |
+
"min": 0.0,
|
666 |
+
"max": 0.0
|
667 |
+
},
|
668 |
+
{
|
669 |
+
"current": 3299.027,
|
670 |
+
"min": 0.0,
|
671 |
+
"max": 0.0
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"current": 3299.417,
|
675 |
+
"min": 0.0,
|
676 |
+
"max": 0.0
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"current": 3298.561,
|
680 |
+
"min": 0.0,
|
681 |
+
"max": 0.0
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"current": 3298.684,
|
685 |
+
"min": 0.0,
|
686 |
+
"max": 0.0
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"current": 3298.308,
|
690 |
+
"min": 0.0,
|
691 |
+
"max": 0.0
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"current": 3299.07,
|
695 |
+
"min": 0.0,
|
696 |
+
"max": 0.0
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"current": 3297.982,
|
700 |
+
"min": 0.0,
|
701 |
+
"max": 0.0
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"current": 3298.738,
|
705 |
+
"min": 0.0,
|
706 |
+
"max": 0.0
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"current": 3297.558,
|
710 |
+
"min": 0.0,
|
711 |
+
"max": 0.0
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"current": 3297.74,
|
715 |
+
"min": 0.0,
|
716 |
+
"max": 0.0
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"current": 3299.099,
|
720 |
+
"min": 0.0,
|
721 |
+
"max": 0.0
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"current": 3299.072,
|
725 |
+
"min": 0.0,
|
726 |
+
"max": 0.0
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"current": 3298.608,
|
730 |
+
"min": 0.0,
|
731 |
+
"max": 0.0
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"current": 3299.045,
|
735 |
+
"min": 0.0,
|
736 |
+
"max": 0.0
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"current": 3293.695,
|
740 |
+
"min": 0.0,
|
741 |
+
"max": 0.0
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"current": 3299.228,
|
745 |
+
"min": 0.0,
|
746 |
+
"max": 0.0
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"current": 3299.509,
|
750 |
+
"min": 0.0,
|
751 |
+
"max": 0.0
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"current": 3298.722,
|
755 |
+
"min": 0.0,
|
756 |
+
"max": 0.0
|
757 |
+
},
|
758 |
+
{
|
759 |
+
"current": 3299.9,
|
760 |
+
"min": 0.0,
|
761 |
+
"max": 0.0
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"current": 3299.551,
|
765 |
+
"min": 0.0,
|
766 |
+
"max": 0.0
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"current": 3299.029,
|
770 |
+
"min": 0.0,
|
771 |
+
"max": 0.0
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"current": 3299.307,
|
775 |
+
"min": 0.0,
|
776 |
+
"max": 0.0
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"current": 3298.752,
|
780 |
+
"min": 0.0,
|
781 |
+
"max": 0.0
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"current": 3299.526,
|
785 |
+
"min": 0.0,
|
786 |
+
"max": 0.0
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"current": 3299.18,
|
790 |
+
"min": 0.0,
|
791 |
+
"max": 0.0
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"current": 3299.048,
|
795 |
+
"min": 0.0,
|
796 |
+
"max": 0.0
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"current": 3299.113,
|
800 |
+
"min": 0.0,
|
801 |
+
"max": 0.0
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"current": 3299.319,
|
805 |
+
"min": 0.0,
|
806 |
+
"max": 0.0
|
807 |
+
},
|
808 |
+
{
|
809 |
+
"current": 3299.493,
|
810 |
+
"min": 0.0,
|
811 |
+
"max": 0.0
|
812 |
+
},
|
813 |
+
{
|
814 |
+
"current": 3299.269,
|
815 |
+
"min": 0.0,
|
816 |
+
"max": 0.0
|
817 |
+
},
|
818 |
+
{
|
819 |
+
"current": 3299.472,
|
820 |
+
"min": 0.0,
|
821 |
+
"max": 0.0
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"current": 3299.484,
|
825 |
+
"min": 0.0,
|
826 |
+
"max": 0.0
|
827 |
+
},
|
828 |
+
{
|
829 |
+
"current": 3299.416,
|
830 |
+
"min": 0.0,
|
831 |
+
"max": 0.0
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"current": 3299.596,
|
835 |
+
"min": 0.0,
|
836 |
+
"max": 0.0
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"current": 3299.52,
|
840 |
+
"min": 0.0,
|
841 |
+
"max": 0.0
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"current": 3298.897,
|
845 |
+
"min": 0.0,
|
846 |
+
"max": 0.0
|
847 |
+
},
|
848 |
+
{
|
849 |
+
"current": 3299.216,
|
850 |
+
"min": 0.0,
|
851 |
+
"max": 0.0
|
852 |
+
},
|
853 |
+
{
|
854 |
+
"current": 3299.001,
|
855 |
+
"min": 0.0,
|
856 |
+
"max": 0.0
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"current": 3300.316,
|
860 |
+
"min": 0.0,
|
861 |
+
"max": 0.0
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"current": 2995.097,
|
865 |
+
"min": 0.0,
|
866 |
+
"max": 0.0
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"current": 2690.969,
|
870 |
+
"min": 0.0,
|
871 |
+
"max": 0.0
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"current": 3300.22,
|
875 |
+
"min": 0.0,
|
876 |
+
"max": 0.0
|
877 |
+
},
|
878 |
+
{
|
879 |
+
"current": 3008.014,
|
880 |
+
"min": 0.0,
|
881 |
+
"max": 0.0
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"current": 3299.622,
|
885 |
+
"min": 0.0,
|
886 |
+
"max": 0.0
|
887 |
+
},
|
888 |
+
{
|
889 |
+
"current": 2987.966,
|
890 |
+
"min": 0.0,
|
891 |
+
"max": 0.0
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"current": 3021.177,
|
895 |
+
"min": 0.0,
|
896 |
+
"max": 0.0
|
897 |
+
},
|
898 |
+
{
|
899 |
+
"current": 3032.724,
|
900 |
+
"min": 0.0,
|
901 |
+
"max": 0.0
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"current": 2997.024,
|
905 |
+
"min": 0.0,
|
906 |
+
"max": 0.0
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"current": 3036.103,
|
910 |
+
"min": 0.0,
|
911 |
+
"max": 0.0
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"current": 2998.071,
|
915 |
+
"min": 0.0,
|
916 |
+
"max": 0.0
|
917 |
+
},
|
918 |
+
{
|
919 |
+
"current": 3298.959,
|
920 |
+
"min": 0.0,
|
921 |
+
"max": 0.0
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"current": 3043.183,
|
925 |
+
"min": 0.0,
|
926 |
+
"max": 0.0
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"current": 3299.567,
|
930 |
+
"min": 0.0,
|
931 |
+
"max": 0.0
|
932 |
+
},
|
933 |
+
{
|
934 |
+
"current": 3027.171,
|
935 |
+
"min": 0.0,
|
936 |
+
"max": 0.0
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"current": 2961.029,
|
940 |
+
"min": 0.0,
|
941 |
+
"max": 0.0
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"current": 3059.873,
|
945 |
+
"min": 0.0,
|
946 |
+
"max": 0.0
|
947 |
+
},
|
948 |
+
{
|
949 |
+
"current": 3037.985,
|
950 |
+
"min": 0.0,
|
951 |
+
"max": 0.0
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"current": 3009.778,
|
955 |
+
"min": 0.0,
|
956 |
+
"max": 0.0
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"current": 3032.565,
|
960 |
+
"min": 0.0,
|
961 |
+
"max": 0.0
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"current": 3272.763,
|
965 |
+
"min": 0.0,
|
966 |
+
"max": 0.0
|
967 |
+
},
|
968 |
+
{
|
969 |
+
"current": 3109.523,
|
970 |
+
"min": 0.0,
|
971 |
+
"max": 0.0
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"current": 3299.902,
|
975 |
+
"min": 0.0,
|
976 |
+
"max": 0.0
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"current": 3283.894,
|
980 |
+
"min": 0.0,
|
981 |
+
"max": 0.0
|
982 |
+
}
|
983 |
+
],
|
984 |
+
"disk": {
|
985 |
+
"/": {
|
986 |
+
"total": 32.0,
|
987 |
+
"used": 0.012481689453125
|
988 |
+
}
|
989 |
+
},
|
990 |
+
"gpu": "NVIDIA A10G",
|
991 |
+
"gpu_count": 8,
|
992 |
+
"gpu_devices": [
|
993 |
+
{
|
994 |
+
"name": "NVIDIA A10G",
|
995 |
+
"memory_total": 24146608128
|
996 |
+
},
|
997 |
+
{
|
998 |
+
"name": "NVIDIA A10G",
|
999 |
+
"memory_total": 24146608128
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"name": "NVIDIA A10G",
|
1003 |
+
"memory_total": 24146608128
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"name": "NVIDIA A10G",
|
1007 |
+
"memory_total": 24146608128
|
1008 |
+
},
|
1009 |
+
{
|
1010 |
+
"name": "NVIDIA A10G",
|
1011 |
+
"memory_total": 24146608128
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"name": "NVIDIA A10G",
|
1015 |
+
"memory_total": 24146608128
|
1016 |
+
},
|
1017 |
+
{
|
1018 |
+
"name": "NVIDIA A10G",
|
1019 |
+
"memory_total": 24146608128
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"name": "NVIDIA A10G",
|
1023 |
+
"memory_total": 24146608128
|
1024 |
+
}
|
1025 |
+
],
|
1026 |
+
"memory": {
|
1027 |
+
"total": 747.9597625732422
|
1028 |
+
}
|
1029 |
+
}
|
wandb/run-20240208_184521-kk66dbgv/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 17}}
|
wandb/run-20240208_184521-kk66dbgv/logs/debug-internal.log
ADDED
@@ -0,0 +1,194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 18:45:21,177 INFO StreamThr :789 [internal.py:wandb_internal():86] W&B internal server running at pid: 789, started at: 2024-02-08 18:45:21.176939
|
2 |
+
2024-02-08 18:45:21,181 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: status
|
3 |
+
2024-02-08 18:45:21,182 INFO WriterThread:789 [datastore.py:open_for_write():85] open: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/run-kk66dbgv.wandb
|
4 |
+
2024-02-08 18:45:21,183 DEBUG SenderThread:789 [sender.py:send():382] send: header
|
5 |
+
2024-02-08 18:45:21,183 DEBUG SenderThread:789 [sender.py:send():382] send: run
|
6 |
+
2024-02-08 18:45:21,486 INFO SenderThread:789 [dir_watcher.py:__init__():211] watching files in: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files
|
7 |
+
2024-02-08 18:45:21,486 INFO SenderThread:789 [sender.py:_start_run_threads():1136] run started: kk66dbgv with start time 1707417921.176525
|
8 |
+
2024-02-08 18:45:21,490 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: check_version
|
9 |
+
2024-02-08 18:45:21,491 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: check_version
|
10 |
+
2024-02-08 18:45:21,534 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: run_start
|
11 |
+
2024-02-08 18:45:21,565 DEBUG HandlerThread:789 [system_info.py:__init__():32] System info init
|
12 |
+
2024-02-08 18:45:21,565 DEBUG HandlerThread:789 [system_info.py:__init__():47] System info init done
|
13 |
+
2024-02-08 18:45:21,565 INFO HandlerThread:789 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-02-08 18:45:21,565 INFO SystemMonitor:789 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-02-08 18:45:21,566 INFO HandlerThread:789 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-02-08 18:45:21,566 INFO SystemMonitor:789 [interfaces.py:start():190] Started cpu monitoring
|
17 |
+
2024-02-08 18:45:21,567 INFO SystemMonitor:789 [interfaces.py:start():190] Started disk monitoring
|
18 |
+
2024-02-08 18:45:21,568 INFO SystemMonitor:789 [interfaces.py:start():190] Started gpu monitoring
|
19 |
+
2024-02-08 18:45:21,568 INFO SystemMonitor:789 [interfaces.py:start():190] Started memory monitoring
|
20 |
+
2024-02-08 18:45:21,569 INFO SystemMonitor:789 [interfaces.py:start():190] Started network monitoring
|
21 |
+
2024-02-08 18:45:21,624 DEBUG HandlerThread:789 [system_info.py:probe():196] Probing system
|
22 |
+
2024-02-08 18:45:21,626 DEBUG HandlerThread:789 [gitlib.py:_init_repo():56] git repository is invalid
|
23 |
+
2024-02-08 18:45:21,626 DEBUG HandlerThread:789 [system_info.py:probe():244] Probing system done
|
24 |
+
2024-02-08 18:45:21,626 DEBUG HandlerThread:789 [system_monitor.py:probe():223] {'os': 'Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35', 'python': '3.10.13', 'heartbeatAt': '2024-02-08T18:45:21.624647', 'startedAt': '2024-02-08T18:45:21.172989', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py', 'codePathLocal': None, 'host': 'default', 'username': 'sagemaker-user', 'executable': '/opt/conda/bin/python3', 'cpu_count': 96, 'cpu_count_logical': 192, 'cpu_freq': {'current': 3165.433677083333, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 3299.529, 'min': 0.0, 'max': 0.0}, {'current': 3299.574, 'min': 0.0, 'max': 0.0}, {'current': 3299.907, 'min': 0.0, 'max': 0.0}, {'current': 3300.263, 'min': 0.0, 'max': 0.0}, {'current': 3300.897, 'min': 0.0, 'max': 0.0}, {'current': 3300.385, 'min': 0.0, 'max': 0.0}, {'current': 3298.81, 'min': 0.0, 'max': 0.0}, {'current': 3299.625, 'min': 0.0, 'max': 0.0}, {'current': 3299.926, 'min': 0.0, 'max': 0.0}, {'current': 3300.158, 'min': 0.0, 'max': 0.0}, {'current': 3300.475, 'min': 0.0, 'max': 0.0}, {'current': 3300.688, 'min': 0.0, 'max': 0.0}, {'current': 3295.206, 'min': 0.0, 'max': 0.0}, {'current': 3294.95, 'min': 0.0, 'max': 0.0}, {'current': 3296.334, 'min': 0.0, 'max': 0.0}, {'current': 3297.722, 'min': 0.0, 'max': 0.0}, {'current': 3296.096, 'min': 0.0, 'max': 0.0}, {'current': 3298.885, 'min': 0.0, 'max': 0.0}, {'current': 3297.66, 'min': 0.0, 'max': 0.0}, {'current': 3297.613, 'min': 0.0, 'max': 0.0}, {'current': 3300.244, 'min': 0.0, 'max': 0.0}, {'current': 3241.28, 'min': 0.0, 'max': 0.0}, {'current': 3298.967, 'min': 0.0, 'max': 0.0}, {'current': 3298.457, 'min': 0.0, 'max': 0.0}, {'current': 3298.049, 'min': 0.0, 'max': 0.0}, {'current': 3299.552, 'min': 0.0, 'max': 0.0}, {'current': 3299.807, 'min': 0.0, 'max': 0.0}, {'current': 3242.538, 'min': 0.0, 'max': 0.0}, {'current': 3299.129, 'min': 0.0, 'max': 0.0}, {'current': 3263.29, 'min': 0.0, 'max': 0.0}, {'current': 3298.421, 'min': 0.0, 'max': 0.0}, {'current': 3299.256, 'min': 0.0, 'max': 0.0}, {'current': 3298.723, 'min': 0.0, 'max': 0.0}, {'current': 3299.38, 'min': 0.0, 'max': 0.0}, {'current': 3299.22, 'min': 0.0, 'max': 0.0}, {'current': 3298.243, 'min': 0.0, 'max': 0.0}, {'current': 3259.228, 'min': 0.0, 'max': 0.0}, {'current': 3297.656, 'min': 0.0, 'max': 0.0}, {'current': 3299.572, 'min': 0.0, 'max': 0.0}, {'current': 3299.246, 'min': 0.0, 'max': 0.0}, {'current': 3299.507, 'min': 0.0, 'max': 0.0}, {'current': 3298.177, 'min': 0.0, 'max': 0.0}, {'current': 3299.762, 'min': 0.0, 'max': 0.0}, {'current': 3300.244, 'min': 0.0, 'max': 0.0}, {'current': 3299.764, 'min': 0.0, 'max': 0.0}, {'current': 3299.71, 'min': 0.0, 'max': 0.0}, {'current': 3299.323, 'min': 0.0, 'max': 0.0}, {'current': 3298.972, 'min': 0.0, 'max': 0.0}, {'current': 2825.298, 'min': 0.0, 'max': 0.0}, {'current': 3300.031, 'min': 0.0, 'max': 0.0}, {'current': 3299.524, 'min': 0.0, 'max': 0.0}, {'current': 3300.753, 'min': 0.0, 'max': 0.0}, {'current': 3300.281, 'min': 0.0, 'max': 0.0}, {'current': 3300.549, 'min': 0.0, 'max': 0.0}, {'current': 3299.256, 'min': 0.0, 'max': 0.0}, {'current': 3300.719, 'min': 0.0, 'max': 0.0}, {'current': 3299.975, 'min': 0.0, 'max': 0.0}, {'current': 3300.721, 'min': 0.0, 'max': 0.0}, {'current': 3300.6, 'min': 0.0, 'max': 0.0}, {'current': 3300.408, 'min': 0.0, 'max': 0.0}, {'current': 3299.691, 'min': 0.0, 'max': 0.0}, {'current': 3299.817, 'min': 0.0, 'max': 0.0}, {'current': 3044.848, 'min': 0.0, 'max': 0.0}, {'current': 3299.416, 'min': 0.0, 'max': 0.0}, {'current': 3300.089, 'min': 0.0, 'max': 0.0}, {'current': 3299.351, 'min': 0.0, 'max': 0.0}, {'current': 2807.753, 'min': 0.0, 'max': 0.0}, {'current': 2853.085, 'min': 0.0, 'max': 0.0}, {'current': 3299.456, 'min': 0.0, 'max': 0.0}, {'current': 3300.145, 'min': 0.0, 'max': 0.0}, {'current': 3299.532, 'min': 0.0, 'max': 0.0}, {'current': 3300.121, 'min': 0.0, 'max': 0.0}, {'current': 3298.716, 'min': 0.0, 'max': 0.0}, {'current': 2964.818, 'min': 0.0, 'max': 0.0}, {'current': 3299.325, 'min': 0.0, 'max': 0.0}, {'current': 3053.968, 'min': 0.0, 'max': 0.0}, {'current': 3027.575, 'min': 0.0, 'max': 0.0}, {'current': 3034.933, 'min': 0.0, 'max': 0.0}, {'current': 3046.955, 'min': 0.0, 'max': 0.0}, {'current': 3017.189, 'min': 0.0, 'max': 0.0}, {'current': 3052.512, 'min': 0.0, 'max': 0.0}, {'current': 3049.645, 'min': 0.0, 'max': 0.0}, {'current': 3056.957, 'min': 0.0, 'max': 0.0}, {'current': 3063.442, 'min': 0.0, 'max': 0.0}, {'current': 3026.186, 'min': 0.0, 'max': 0.0}, {'current': 3059.995, 'min': 0.0, 'max': 0.0}, {'current': 3058.868, 'min': 0.0, 'max': 0.0}, {'current': 3059.978, 'min': 0.0, 'max': 0.0}, {'current': 2639.982, 'min': 0.0, 'max': 0.0}, {'current': 3043.356, 'min': 0.0, 'max': 0.0}, {'current': 3032.312, 'min': 0.0, 'max': 0.0}, {'current': 3024.784, 'min': 0.0, 'max': 0.0}, {'current': 3309.767, 'min': 0.0, 'max': 0.0}, {'current': 3044.167, 'min': 0.0, 'max': 0.0}, {'current': 3074.821, 'min': 0.0, 'max': 0.0}, {'current': 2744.486, 'min': 0.0, 'max': 0.0}, {'current': 2948.546, 'min': 0.0, 'max': 0.0}, {'current': 3265.131, 'min': 0.0, 'max': 0.0}, {'current': 3260.141, 'min': 0.0, 'max': 0.0}, {'current': 3264.163, 'min': 0.0, 'max': 0.0}, {'current': 3299.133, 'min': 0.0, 'max': 0.0}, {'current': 3260.992, 'min': 0.0, 'max': 0.0}, {'current': 3299.601, 'min': 0.0, 'max': 0.0}, {'current': 3266.096, 'min': 0.0, 'max': 0.0}, {'current': 3299.245, 'min': 0.0, 'max': 0.0}, {'current': 3298.423, 'min': 0.0, 'max': 0.0}, {'current': 3262.508, 'min': 0.0, 'max': 0.0}, {'current': 3270.751, 'min': 0.0, 'max': 0.0}, {'current': 3265.57, 'min': 0.0, 'max': 0.0}, {'current': 3268.221, 'min': 0.0, 'max': 0.0}, {'current': 3262.709, 'min': 0.0, 'max': 0.0}, {'current': 3262.206, 'min': 0.0, 'max': 0.0}, {'current': 3270.565, 'min': 0.0, 'max': 0.0}, {'current': 3298.66, 'min': 0.0, 'max': 0.0}, {'current': 3271.159, 'min': 0.0, 'max': 0.0}, {'current': 3269.543, 'min': 0.0, 'max': 0.0}, {'current': 2891.532, 'min': 0.0, 'max': 0.0}, {'current': 3299.121, 'min': 0.0, 'max': 0.0}, {'current': 3267.57, 'min': 0.0, 'max': 0.0}, {'current': 3273.911, 'min': 0.0, 'max': 0.0}, {'current': 3271.579, 'min': 0.0, 'max': 0.0}, {'current': 3271.885, 'min': 0.0, 'max': 0.0}, {'current': 3269.181, 'min': 0.0, 'max': 0.0}, {'current': 3299.12, 'min': 0.0, 'max': 0.0}, {'current': 3272.274, 'min': 0.0, 'max': 0.0}, {'current': 3298.966, 'min': 0.0, 'max': 0.0}, {'current': 3298.849, 'min': 0.0, 'max': 0.0}, {'current': 3298.555, 'min': 0.0, 'max': 0.0}, {'current': 3298.44, 'min': 0.0, 'max': 0.0}, {'current': 3299.027, 'min': 0.0, 'max': 0.0}, {'current': 3299.417, 'min': 0.0, 'max': 0.0}, {'current': 3298.561, 'min': 0.0, 'max': 0.0}, {'current': 3298.684, 'min': 0.0, 'max': 0.0}, {'current': 3298.308, 'min': 0.0, 'max': 0.0}, {'current': 3299.07, 'min': 0.0, 'max': 0.0}, {'current': 3297.982, 'min': 0.0, 'max': 0.0}, {'current': 3298.738, 'min': 0.0, 'max': 0.0}, {'current': 3297.558, 'min': 0.0, 'max': 0.0}, {'current': 3297.74, 'min': 0.0, 'max': 0.0}, {'current': 3299.099, 'min': 0.0, 'max': 0.0}, {'current': 3299.072, 'min': 0.0, 'max': 0.0}, {'current': 3298.608, 'min': 0.0, 'max': 0.0}, {'current': 3299.045, 'min': 0.0, 'max': 0.0}, {'current': 3293.695, 'min': 0.0, 'max': 0.0}, {'current': 3299.228, 'min': 0.0, 'max': 0.0}, {'current': 3299.509, 'min': 0.0, 'max': 0.0}, {'current': 3298.722, 'min': 0.0, 'max': 0.0}, {'current': 3299.9, 'min': 0.0, 'max': 0.0}, {'current': 3299.551, 'min': 0.0, 'max': 0.0}, {'current': 3299.029, 'min': 0.0, 'max': 0.0}, {'current': 3299.307, 'min': 0.0, 'max': 0.0}, {'current': 3298.752, 'min': 0.0, 'max': 0.0}, {'current': 3299.526, 'min': 0.0, 'max': 0.0}, {'current': 3299.18, 'min': 0.0, 'max': 0.0}, {'current': 3299.048, 'min': 0.0, 'max': 0.0}, {'current': 3299.113, 'min': 0.0, 'max': 0.0}, {'current': 3299.319, 'min': 0.0, 'max': 0.0}, {'current': 3299.493, 'min': 0.0, 'max': 0.0}, {'current': 3299.269, 'min': 0.0, 'max': 0.0}, {'current': 3299.472, 'min': 0.0, 'max': 0.0}, {'current': 3299.484, 'min': 0.0, 'max': 0.0}, {'current': 3299.416, 'min': 0.0, 'max': 0.0}, {'current': 3299.596, 'min': 0.0, 'max': 0.0}, {'current': 3299.52, 'min': 0.0, 'max': 0.0}, {'current': 3298.897, 'min': 0.0, 'max': 0.0}, {'current': 3299.216, 'min': 0.0, 'max': 0.0}, {'current': 3299.001, 'min': 0.0, 'max': 0.0}, {'current': 3300.316, 'min': 0.0, 'max': 0.0}, {'current': 2995.097, 'min': 0.0, 'max': 0.0}, {'current': 2690.969, 'min': 0.0, 'max': 0.0}, {'current': 3300.22, 'min': 0.0, 'max': 0.0}, {'current': 3008.014, 'min': 0.0, 'max': 0.0}, {'current': 3299.622, 'min': 0.0, 'max': 0.0}, {'current': 2987.966, 'min': 0.0, 'max': 0.0}, {'current': 3021.177, 'min': 0.0, 'max': 0.0}, {'current': 3032.724, 'min': 0.0, 'max': 0.0}, {'current': 2997.024, 'min': 0.0, 'max': 0.0}, {'current': 3036.103, 'min': 0.0, 'max': 0.0}, {'current': 2998.071, 'min': 0.0, 'max': 0.0}, {'current': 3298.959, 'min': 0.0, 'max': 0.0}, {'current': 3043.183, 'min': 0.0, 'max': 0.0}, {'current': 3299.567, 'min': 0.0, 'max': 0.0}, {'current': 3027.171, 'min': 0.0, 'max': 0.0}, {'current': 2961.029, 'min': 0.0, 'max': 0.0}, {'current': 3059.873, 'min': 0.0, 'max': 0.0}, {'current': 3037.985, 'min': 0.0, 'max': 0.0}, {'current': 3009.778, 'min': 0.0, 'max': 0.0}, {'current': 3032.565, 'min': 0.0, 'max': 0.0}, {'current': 3272.763, 'min': 0.0, 'max': 0.0}, {'current': 3109.523, 'min': 0.0, 'max': 0.0}, {'current': 3299.902, 'min': 0.0, 'max': 0.0}, {'current': 3283.894, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 32.0, 'used': 0.012481689453125}}, 'gpu': 'NVIDIA A10G', 'gpu_count': 8, 'gpu_devices': [{'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}, {'name': 'NVIDIA A10G', 'memory_total': 24146608128}], 'memory': {'total': 747.9597625732422}}
|
25 |
+
2024-02-08 18:45:21,626 INFO HandlerThread:789 [system_monitor.py:probe():224] Finished collecting system info
|
26 |
+
2024-02-08 18:45:21,626 INFO HandlerThread:789 [system_monitor.py:probe():227] Publishing system info
|
27 |
+
2024-02-08 18:45:21,626 DEBUG HandlerThread:789 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
|
28 |
+
2024-02-08 18:45:21,627 DEBUG HandlerThread:789 [system_info.py:_save_pip():68] Saving pip packages done
|
29 |
+
2024-02-08 18:45:21,627 DEBUG HandlerThread:789 [system_info.py:_save_conda():75] Saving list of conda packages installed into the current environment
|
30 |
+
2024-02-08 18:45:22,487 INFO Thread-12 :789 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/conda-environment.yaml
|
31 |
+
2024-02-08 18:45:22,487 INFO Thread-12 :789 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/requirements.txt
|
32 |
+
2024-02-08 18:45:35,889 DEBUG HandlerThread:789 [system_info.py:_save_conda():87] Saving conda packages done
|
33 |
+
2024-02-08 18:45:35,890 INFO HandlerThread:789 [system_monitor.py:probe():229] Finished publishing system info
|
34 |
+
2024-02-08 18:45:35,894 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: status_report
|
35 |
+
2024-02-08 18:45:35,894 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: keepalive
|
36 |
+
2024-02-08 18:45:35,894 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: status_report
|
37 |
+
2024-02-08 18:45:35,894 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: keepalive
|
38 |
+
2024-02-08 18:45:35,895 DEBUG SenderThread:789 [sender.py:send():382] send: files
|
39 |
+
2024-02-08 18:45:35,895 INFO SenderThread:789 [sender.py:_save_file():1392] saving file wandb-metadata.json with policy now
|
40 |
+
2024-02-08 18:45:35,899 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: stop_status
|
41 |
+
2024-02-08 18:45:35,900 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: stop_status
|
42 |
+
2024-02-08 18:45:35,906 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: internal_messages
|
43 |
+
2024-02-08 18:45:36,041 DEBUG SenderThread:789 [sender.py:send():382] send: telemetry
|
44 |
+
2024-02-08 18:45:36,042 DEBUG SenderThread:789 [sender.py:send():382] send: config
|
45 |
+
2024-02-08 18:45:36,042 DEBUG SenderThread:789 [sender.py:send():382] send: metric
|
46 |
+
2024-02-08 18:45:36,042 DEBUG SenderThread:789 [sender.py:send():382] send: telemetry
|
47 |
+
2024-02-08 18:45:36,042 DEBUG SenderThread:789 [sender.py:send():382] send: metric
|
48 |
+
2024-02-08 18:45:36,042 WARNING SenderThread:789 [sender.py:send_metric():1343] Seen metric with glob (shouldn't happen)
|
49 |
+
2024-02-08 18:45:36,244 INFO wandb-upload_0:789 [upload_job.py:push():131] Uploaded file /tmp/tmph6r9wm0rwandb/nitc481h-wandb-metadata.json
|
50 |
+
2024-02-08 18:45:36,488 INFO Thread-12 :789 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/conda-environment.yaml
|
51 |
+
2024-02-08 18:45:36,488 INFO Thread-12 :789 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/wandb-metadata.json
|
52 |
+
2024-02-08 18:45:36,488 INFO Thread-12 :789 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/output.log
|
53 |
+
2024-02-08 18:45:36,754 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: status_report
|
54 |
+
2024-02-08 18:45:38,488 INFO Thread-12 :789 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/output.log
|
55 |
+
2024-02-08 18:45:38,842 DEBUG SenderThread:789 [sender.py:send():382] send: exit
|
56 |
+
2024-02-08 18:45:38,842 INFO SenderThread:789 [sender.py:send_exit():589] handling exit code: 1
|
57 |
+
2024-02-08 18:45:38,842 INFO SenderThread:789 [sender.py:send_exit():591] handling runtime: 17
|
58 |
+
2024-02-08 18:45:38,842 INFO SenderThread:789 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
59 |
+
2024-02-08 18:45:38,842 INFO SenderThread:789 [sender.py:send_exit():597] send defer
|
60 |
+
2024-02-08 18:45:38,843 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
61 |
+
2024-02-08 18:45:38,843 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 0
|
62 |
+
2024-02-08 18:45:38,843 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
63 |
+
2024-02-08 18:45:38,843 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 0
|
64 |
+
2024-02-08 18:45:38,843 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 1
|
65 |
+
2024-02-08 18:45:38,843 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
66 |
+
2024-02-08 18:45:38,843 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 1
|
67 |
+
2024-02-08 18:45:38,843 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
68 |
+
2024-02-08 18:45:38,843 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 1
|
69 |
+
2024-02-08 18:45:38,843 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 2
|
70 |
+
2024-02-08 18:45:38,843 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
71 |
+
2024-02-08 18:45:38,843 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 2
|
72 |
+
2024-02-08 18:45:38,843 INFO HandlerThread:789 [system_monitor.py:finish():203] Stopping system monitor
|
73 |
+
2024-02-08 18:45:38,844 DEBUG SystemMonitor:789 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
74 |
+
2024-02-08 18:45:38,844 INFO HandlerThread:789 [interfaces.py:finish():202] Joined cpu monitor
|
75 |
+
2024-02-08 18:45:38,844 DEBUG SystemMonitor:789 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
76 |
+
2024-02-08 18:45:38,845 INFO HandlerThread:789 [interfaces.py:finish():202] Joined disk monitor
|
77 |
+
2024-02-08 18:45:38,845 DEBUG SystemMonitor:789 [system_monitor.py:_start():183] Publishing last batch of metrics
|
78 |
+
2024-02-08 18:45:38,884 INFO HandlerThread:789 [interfaces.py:finish():202] Joined gpu monitor
|
79 |
+
2024-02-08 18:45:38,884 INFO HandlerThread:789 [interfaces.py:finish():202] Joined memory monitor
|
80 |
+
2024-02-08 18:45:38,884 INFO HandlerThread:789 [interfaces.py:finish():202] Joined network monitor
|
81 |
+
2024-02-08 18:45:38,885 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
82 |
+
2024-02-08 18:45:38,885 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 2
|
83 |
+
2024-02-08 18:45:38,885 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 3
|
84 |
+
2024-02-08 18:45:38,885 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
85 |
+
2024-02-08 18:45:38,885 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 3
|
86 |
+
2024-02-08 18:45:38,885 DEBUG SenderThread:789 [sender.py:send():382] send: stats
|
87 |
+
2024-02-08 18:45:38,886 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
88 |
+
2024-02-08 18:45:38,886 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 3
|
89 |
+
2024-02-08 18:45:38,886 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 4
|
90 |
+
2024-02-08 18:45:38,886 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
91 |
+
2024-02-08 18:45:38,886 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 4
|
92 |
+
2024-02-08 18:45:38,886 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
93 |
+
2024-02-08 18:45:38,886 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 4
|
94 |
+
2024-02-08 18:45:38,886 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 5
|
95 |
+
2024-02-08 18:45:38,886 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
96 |
+
2024-02-08 18:45:38,886 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 5
|
97 |
+
2024-02-08 18:45:38,887 DEBUG SenderThread:789 [sender.py:send():382] send: summary
|
98 |
+
2024-02-08 18:45:38,888 INFO SenderThread:789 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
99 |
+
2024-02-08 18:45:38,888 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
100 |
+
2024-02-08 18:45:38,888 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 5
|
101 |
+
2024-02-08 18:45:38,888 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 6
|
102 |
+
2024-02-08 18:45:38,888 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
103 |
+
2024-02-08 18:45:38,888 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 6
|
104 |
+
2024-02-08 18:45:38,888 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
105 |
+
2024-02-08 18:45:38,888 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 6
|
106 |
+
2024-02-08 18:45:38,893 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: status_report
|
107 |
+
2024-02-08 18:45:39,019 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 7
|
108 |
+
2024-02-08 18:45:39,019 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
109 |
+
2024-02-08 18:45:39,019 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 7
|
110 |
+
2024-02-08 18:45:39,019 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
111 |
+
2024-02-08 18:45:39,020 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 7
|
112 |
+
2024-02-08 18:45:39,489 INFO Thread-12 :789 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/config.yaml
|
113 |
+
2024-02-08 18:45:39,489 INFO Thread-12 :789 [dir_watcher.py:_on_file_created():271] file/dir created: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/wandb-summary.json
|
114 |
+
2024-02-08 18:45:39,842 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: poll_exit
|
115 |
+
2024-02-08 18:45:40,054 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 8
|
116 |
+
2024-02-08 18:45:40,054 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: poll_exit
|
117 |
+
2024-02-08 18:45:40,054 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
118 |
+
2024-02-08 18:45:40,055 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 8
|
119 |
+
2024-02-08 18:45:40,055 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
120 |
+
2024-02-08 18:45:40,055 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 8
|
121 |
+
2024-02-08 18:45:40,055 INFO SenderThread:789 [job_builder.py:build():298] Attempting to build job artifact
|
122 |
+
2024-02-08 18:45:40,056 INFO SenderThread:789 [job_builder.py:_get_source_type():439] no source found
|
123 |
+
2024-02-08 18:45:40,056 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 9
|
124 |
+
2024-02-08 18:45:40,056 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
125 |
+
2024-02-08 18:45:40,056 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 9
|
126 |
+
2024-02-08 18:45:40,056 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
127 |
+
2024-02-08 18:45:40,057 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 9
|
128 |
+
2024-02-08 18:45:40,057 INFO SenderThread:789 [dir_watcher.py:finish():358] shutting down directory watcher
|
129 |
+
2024-02-08 18:45:40,489 INFO Thread-12 :789 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/output.log
|
130 |
+
2024-02-08 18:45:40,489 INFO SenderThread:789 [dir_watcher.py:finish():388] scan: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files
|
131 |
+
2024-02-08 18:45:40,490 INFO SenderThread:789 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/config.yaml config.yaml
|
132 |
+
2024-02-08 18:45:40,490 INFO SenderThread:789 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/requirements.txt requirements.txt
|
133 |
+
2024-02-08 18:45:40,490 INFO SenderThread:789 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/conda-environment.yaml conda-environment.yaml
|
134 |
+
2024-02-08 18:45:40,490 INFO SenderThread:789 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/wandb-metadata.json wandb-metadata.json
|
135 |
+
2024-02-08 18:45:40,490 INFO SenderThread:789 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/output.log output.log
|
136 |
+
2024-02-08 18:45:40,490 INFO SenderThread:789 [dir_watcher.py:finish():402] scan save: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/wandb-summary.json wandb-summary.json
|
137 |
+
2024-02-08 18:45:40,493 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 10
|
138 |
+
2024-02-08 18:45:40,493 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
139 |
+
2024-02-08 18:45:40,493 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 10
|
140 |
+
2024-02-08 18:45:40,502 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
141 |
+
2024-02-08 18:45:40,502 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 10
|
142 |
+
2024-02-08 18:45:40,502 INFO SenderThread:789 [file_pusher.py:finish():175] shutting down file pusher
|
143 |
+
2024-02-08 18:45:40,709 INFO wandb-upload_1:789 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/config.yaml
|
144 |
+
2024-02-08 18:45:40,784 INFO wandb-upload_2:789 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/conda-environment.yaml
|
145 |
+
2024-02-08 18:45:40,825 INFO wandb-upload_4:789 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/wandb-summary.json
|
146 |
+
2024-02-08 18:45:40,825 INFO wandb-upload_3:789 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/output.log
|
147 |
+
2024-02-08 18:45:40,843 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: poll_exit
|
148 |
+
2024-02-08 18:45:40,843 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: poll_exit
|
149 |
+
2024-02-08 18:45:40,852 INFO wandb-upload_0:789 [upload_job.py:push():131] Uploaded file /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/files/requirements.txt
|
150 |
+
2024-02-08 18:45:41,053 INFO Thread-11 (_thread_body):789 [sender.py:transition_state():617] send defer: 11
|
151 |
+
2024-02-08 18:45:41,053 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
152 |
+
2024-02-08 18:45:41,053 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 11
|
153 |
+
2024-02-08 18:45:41,053 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
154 |
+
2024-02-08 18:45:41,053 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 11
|
155 |
+
2024-02-08 18:45:41,053 INFO SenderThread:789 [file_pusher.py:join():181] waiting for file pusher
|
156 |
+
2024-02-08 18:45:41,054 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 12
|
157 |
+
2024-02-08 18:45:41,054 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
158 |
+
2024-02-08 18:45:41,054 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 12
|
159 |
+
2024-02-08 18:45:41,054 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
160 |
+
2024-02-08 18:45:41,054 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 12
|
161 |
+
2024-02-08 18:45:41,054 INFO SenderThread:789 [file_stream.py:finish():595] file stream finish called
|
162 |
+
2024-02-08 18:45:41,126 INFO SenderThread:789 [file_stream.py:finish():599] file stream finish is done
|
163 |
+
2024-02-08 18:45:41,126 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 13
|
164 |
+
2024-02-08 18:45:41,126 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
165 |
+
2024-02-08 18:45:41,126 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 13
|
166 |
+
2024-02-08 18:45:41,127 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
167 |
+
2024-02-08 18:45:41,127 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 13
|
168 |
+
2024-02-08 18:45:41,127 INFO SenderThread:789 [sender.py:transition_state():617] send defer: 14
|
169 |
+
2024-02-08 18:45:41,127 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: defer
|
170 |
+
2024-02-08 18:45:41,127 INFO HandlerThread:789 [handler.py:handle_request_defer():172] handle defer: 14
|
171 |
+
2024-02-08 18:45:41,127 DEBUG SenderThread:789 [sender.py:send():382] send: final
|
172 |
+
2024-02-08 18:45:41,127 DEBUG SenderThread:789 [sender.py:send():382] send: footer
|
173 |
+
2024-02-08 18:45:41,127 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: defer
|
174 |
+
2024-02-08 18:45:41,127 INFO SenderThread:789 [sender.py:send_request_defer():613] handle sender defer: 14
|
175 |
+
2024-02-08 18:45:41,128 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: poll_exit
|
176 |
+
2024-02-08 18:45:41,128 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: poll_exit
|
177 |
+
2024-02-08 18:45:41,128 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: poll_exit
|
178 |
+
2024-02-08 18:45:41,129 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: poll_exit
|
179 |
+
2024-02-08 18:45:41,129 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: server_info
|
180 |
+
2024-02-08 18:45:41,129 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: get_summary
|
181 |
+
2024-02-08 18:45:41,130 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: server_info
|
182 |
+
2024-02-08 18:45:41,131 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: sampled_history
|
183 |
+
2024-02-08 18:45:41,132 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: internal_messages
|
184 |
+
2024-02-08 18:45:41,132 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: job_info
|
185 |
+
2024-02-08 18:45:41,196 DEBUG SenderThread:789 [sender.py:send_request():409] send_request: job_info
|
186 |
+
2024-02-08 18:45:41,197 INFO MainThread:789 [wandb_run.py:_footer_history_summary_info():3837] rendering history
|
187 |
+
2024-02-08 18:45:41,197 INFO MainThread:789 [wandb_run.py:_footer_history_summary_info():3869] rendering summary
|
188 |
+
2024-02-08 18:45:41,197 INFO MainThread:789 [wandb_run.py:_footer_sync_info():3796] logging synced files
|
189 |
+
2024-02-08 18:45:41,197 DEBUG HandlerThread:789 [handler.py:handle_request():146] handle_request: shutdown
|
190 |
+
2024-02-08 18:45:41,197 INFO HandlerThread:789 [handler.py:finish():866] shutting down handler
|
191 |
+
2024-02-08 18:45:42,132 INFO WriterThread:789 [datastore.py:close():294] close: /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/run-kk66dbgv.wandb
|
192 |
+
2024-02-08 18:45:42,197 INFO SenderThread:789 [sender.py:finish():1548] shutting down sender
|
193 |
+
2024-02-08 18:45:42,197 INFO SenderThread:789 [file_pusher.py:finish():175] shutting down file pusher
|
194 |
+
2024-02-08 18:45:42,197 INFO SenderThread:789 [file_pusher.py:join():181] waiting for file pusher
|
wandb/run-20240208_184521-kk66dbgv/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Current SDK version is 0.16.1
|
2 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Configure stats pid to 608
|
3 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/.config/wandb/settings
|
4 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Loading settings from /home/sagemaker-user/output-7b-26k-lora/wandb/settings
|
5 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
6 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-02-08 18:45:21,174 WARNING MainThread:608 [wandb_setup.py:_flush():76] Could not save program above cwd: /home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py
|
8 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program_abspath': '/home/sagemaker-user/lora_finetuning_push_to_hub_save_local_latest.py', 'program': '/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py'}
|
9 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_init.py:_log_setup():524] Logging user logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/logs/debug.log
|
10 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_init.py:_log_setup():525] Logging internal logs to /home/sagemaker-user/output-7b-26k-lora/wandb/run-20240208_184521-kk66dbgv/logs/debug-internal.log
|
11 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_init.py:init():564] calling init triggers
|
12 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
|
13 |
+
config: {}
|
14 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_init.py:init():614] starting backend
|
15 |
+
2024-02-08 18:45:21,174 INFO MainThread:608 [wandb_init.py:init():618] setting up manager
|
16 |
+
2024-02-08 18:45:21,175 INFO MainThread:608 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
17 |
+
2024-02-08 18:45:21,176 INFO MainThread:608 [wandb_init.py:init():624] backend started and connected
|
18 |
+
2024-02-08 18:45:21,178 INFO MainThread:608 [wandb_init.py:init():716] updated telemetry
|
19 |
+
2024-02-08 18:45:21,178 INFO MainThread:608 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
20 |
+
2024-02-08 18:45:21,490 INFO MainThread:608 [wandb_run.py:_on_init():2254] communicating current version
|
21 |
+
2024-02-08 18:45:21,530 INFO MainThread:608 [wandb_run.py:_on_init():2263] got version response upgrade_message: "wandb version 0.16.3 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
|
22 |
+
|
23 |
+
2024-02-08 18:45:21,530 INFO MainThread:608 [wandb_init.py:init():800] starting run threads in backend
|
24 |
+
2024-02-08 18:45:35,900 INFO MainThread:608 [wandb_run.py:_console_start():2233] atexit reg
|
25 |
+
2024-02-08 18:45:35,900 INFO MainThread:608 [wandb_run.py:_redirect():2088] redirect: wrap_raw
|
26 |
+
2024-02-08 18:45:35,900 INFO MainThread:608 [wandb_run.py:_redirect():2153] Wrapping output streams.
|
27 |
+
2024-02-08 18:45:35,900 INFO MainThread:608 [wandb_run.py:_redirect():2178] Redirects installed.
|
28 |
+
2024-02-08 18:45:35,901 INFO MainThread:608 [wandb_init.py:init():841] run started, returning control to user process
|
29 |
+
2024-02-08 18:45:35,903 INFO MainThread:608 [wandb_run.py:_config_callback():1342] config_cb None None {'vocab_size': 102400, 'max_position_embeddings': 4096, 'hidden_size': 4096, 'intermediate_size': 11008, 'num_hidden_layers': 30, 'num_attention_heads': 32, 'num_key_value_heads': 32, 'hidden_act': 'silu', 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'pretraining_tp': 1, 'use_cache': True, 'rope_scaling': None, 'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'bfloat16', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': False, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['LlamaForCausalLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 100000, 'pad_token_id': 0, 'eos_token_id': 100015, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'deepseek-ai/deepseek-coder-7b-instruct-v1.5', 'transformers_version': '4.31.0', 'attention_bias': False, 'model_type': 'llama', 'rope_theta': 10000.0, 'output_dir': 'output-7b-26k-lora', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': False, 'do_predict': False, 'evaluation_strategy': 'no', 'prediction_loss_only': False, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 1, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 16, 'eval_accumulation_steps': 'None', 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 2, 'max_steps': -1, 'lr_scheduler_type': 'cosine', 'warmup_ratio': 0.0, 'warmup_steps': 10, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': 'output-7b-26k-lora/runs/Feb08_18-45-12_default', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 1, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', 'save_steps': 100, 'save_total_limit': 100, 'save_safetensors': False, 'save_on_each_node': False, 'no_cuda': False, 'use_mps_device': False, 'seed': 42, 'data_seed': 'None', 'jit_mode_eval': False, 'use_ipex': False, 'bf16': True, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': 0, 'ddp_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 'None', 'dataloader_num_workers': 4, 'past_index': -1, 'run_name': 'output-7b-26k-lora', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': False, 'metric_for_best_model': 'None', 'greater_is_better': 'None', 'ignore_data_skip': False, 'sharded_ddp': '[]', 'fsdp': '[]', 'fsdp_min_num_params': 0, 'fsdp_config': "{'fsdp_min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}", 'fsdp_transformer_layer_cls_to_wrap': 'None', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': 'None', 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': "['tensorboard', 'wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'ddp_broadcast_buffers': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'zzz99/output-7b-26k-lora', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'gradient_checkpointing': True, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': 'None', 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': 'None', 'torch_compile_mode': 'None', 'xpu_backend': 'None', 'cache_dir': 'None', 'model_max_length': 960, 'gradient_checkpointing_kwargs': "{'use_reentrant': False}", 'train_batch_size': 4, 'eval_batch_size': 1}
|
30 |
+
2024-02-08 18:45:42,280 WARNING MsgRouterThr:608 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20240208_184521-kk66dbgv/run-kk66dbgv.wandb
ADDED
Binary file (15.5 kB). View file
|
|
wandb/run-20240208_185311-5uym8l7w/files/conda-environment.yaml
ADDED
@@ -0,0 +1,662 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: base
|
2 |
+
channels:
|
3 |
+
- file:///tmp/local_conda_forge_artifacts
|
4 |
+
- conda-forge
|
5 |
+
- defaults
|
6 |
+
dependencies:
|
7 |
+
- _libgcc_mutex=0.1=conda_forge
|
8 |
+
- _openmp_mutex=4.5=2_kmp_llvm
|
9 |
+
- _py-xgboost-mutex=2.0=gpu_0
|
10 |
+
- absl-py=2.0.0=pyhd8ed1ab_0
|
11 |
+
- accelerate=0.21.0=pyhd8ed1ab_0
|
12 |
+
- aiobotocore=2.7.0=pyhd8ed1ab_1
|
13 |
+
- aiohttp=3.9.1=py310h2372a71_0
|
14 |
+
- aioitertools=0.11.0=pyhd8ed1ab_0
|
15 |
+
- aiosignal=1.3.1=pyhd8ed1ab_0
|
16 |
+
- aiosqlite=0.19.0=pyhd8ed1ab_0
|
17 |
+
- alsa-lib=1.2.10=hd590300_0
|
18 |
+
- altair=5.2.0=pyhd8ed1ab_0
|
19 |
+
- amazon-codewhisperer-jupyterlab-ext=2.0.1=pyhd8ed1ab_0
|
20 |
+
- amazon-sagemaker-jupyter-scheduler=3.0.5=pyhd8ed1ab_0
|
21 |
+
- ansi2html=1.8.0=py310hff52083_2
|
22 |
+
- ansiwrap=0.8.4=py_0
|
23 |
+
- antlr-python-runtime=4.9.3=pyhd8ed1ab_1
|
24 |
+
- anyio=3.7.1=pyhd8ed1ab_0
|
25 |
+
- aom=3.5.0=h27087fc_0
|
26 |
+
- appdirs=1.4.4=pyh9f0ad1d_0
|
27 |
+
- archspec=0.2.2=pyhd8ed1ab_0
|
28 |
+
- argon2-cffi=23.1.0=pyhd8ed1ab_0
|
29 |
+
- argon2-cffi-bindings=21.2.0=py310h2372a71_4
|
30 |
+
- arrow=1.3.0=pyhd8ed1ab_0
|
31 |
+
- astroid=3.0.1=py310hff52083_0
|
32 |
+
- asttokens=2.4.1=pyhd8ed1ab_0
|
33 |
+
- astunparse=1.6.3=pyhd8ed1ab_0
|
34 |
+
- async-lru=2.0.4=pyhd8ed1ab_0
|
35 |
+
- async-timeout=4.0.3=pyhd8ed1ab_0
|
36 |
+
- atk-1.0=2.38.0=hd4edc92_1
|
37 |
+
- attr=2.5.1=h166bdaf_1
|
38 |
+
- attrs=23.1.0=pyh71513ae_1
|
39 |
+
- autogluon=0.8.2=pyhd8ed1ab_4
|
40 |
+
- autogluon.common=0.8.2=pyhd8ed1ab_4
|
41 |
+
- autogluon.core=0.8.2=light_py310h2d11d36_6
|
42 |
+
- autogluon.features=0.8.2=pyhd8ed1ab_3
|
43 |
+
- autogluon.multimodal=0.8.2=pyha770c72_5
|
44 |
+
- autogluon.tabular=0.8.2=pyha770c72_4
|
45 |
+
- autogluon.timeseries=0.8.2=pyhd8ed1ab_4
|
46 |
+
- autopep8=2.0.4=pyhd8ed1ab_0
|
47 |
+
- autovizwidget=0.21.0=pyh1a96a4e_0
|
48 |
+
- aws-c-auth=0.7.3=h28f7589_1
|
49 |
+
- aws-c-cal=0.6.1=hc309b26_1
|
50 |
+
- aws-c-common=0.9.0=hd590300_0
|
51 |
+
- aws-c-compression=0.2.17=h4d4d85c_2
|
52 |
+
- aws-c-event-stream=0.3.1=h2e3709c_4
|
53 |
+
- aws-c-http=0.7.11=h00aa349_4
|
54 |
+
- aws-c-io=0.13.32=he9a53bd_1
|
55 |
+
- aws-c-mqtt=0.9.3=hb447be9_1
|
56 |
+
- aws-c-s3=0.3.14=hf3aad02_1
|
57 |
+
- aws-c-sdkutils=0.1.12=h4d4d85c_1
|
58 |
+
- aws-checksums=0.1.17=h4d4d85c_1
|
59 |
+
- aws-crt-cpp=0.21.0=hb942446_5
|
60 |
+
- aws-embedded-metrics=3.2.0=pyhd8ed1ab_0
|
61 |
+
- aws-glue-sessions=1.0.4=pyhd8ed1ab_0
|
62 |
+
- aws-sdk-cpp=1.10.57=h85b1a90_19
|
63 |
+
- babel=2.13.1=pyhd8ed1ab_0
|
64 |
+
- beautifulsoup4=4.12.2=pyha770c72_0
|
65 |
+
- binaryornot=0.4.4=py_1
|
66 |
+
- black=23.11.0=py310hff52083_0
|
67 |
+
- bleach=6.1.0=pyhd8ed1ab_0
|
68 |
+
- blinker=1.7.0=pyhd8ed1ab_0
|
69 |
+
- blosc=1.21.5=h0f2a231_0
|
70 |
+
- boltons=23.0.0=pyhd8ed1ab_0
|
71 |
+
- boto3=1.28.64=pyhd8ed1ab_0
|
72 |
+
- botocore=1.31.64=pyhd8ed1ab_0
|
73 |
+
- brotli=1.0.9=h166bdaf_9
|
74 |
+
- brotli-bin=1.0.9=h166bdaf_9
|
75 |
+
- brotli-python=1.0.9=py310hd8f1fbe_9
|
76 |
+
- brunsli=0.1=h9c3ff4c_0
|
77 |
+
- bzip2=1.0.8=hd590300_5
|
78 |
+
- c-ares=1.23.0=hd590300_0
|
79 |
+
- c-blosc2=2.11.3=hb4ffafa_0
|
80 |
+
- ca-certificates=2023.11.17=hbcca054_0
|
81 |
+
- cached-property=1.5.2=hd8ed1ab_1
|
82 |
+
- cached_property=1.5.2=pyha770c72_1
|
83 |
+
- cachetools=5.3.2=pyhd8ed1ab_0
|
84 |
+
- cairo=1.18.0=h3faef2a_0
|
85 |
+
- catalogue=2.0.10=py310hff52083_0
|
86 |
+
- catboost=1.2.2=py310hff52083_0
|
87 |
+
- certifi=2023.11.17=pyhd8ed1ab_0
|
88 |
+
- cffi=1.16.0=py310h2fee648_0
|
89 |
+
- chardet=5.2.0=py310hff52083_1
|
90 |
+
- charls=2.4.2=h59595ed_0
|
91 |
+
- charset-normalizer=3.3.2=pyhd8ed1ab_0
|
92 |
+
- click=8.1.7=unix_pyh707e725_0
|
93 |
+
- cloudpathlib=0.16.0=pyhd8ed1ab_0
|
94 |
+
- cloudpickle=2.2.1=pyhd8ed1ab_0
|
95 |
+
- colorama=0.4.6=pyhd8ed1ab_0
|
96 |
+
- comm=0.1.4=pyhd8ed1ab_0
|
97 |
+
- conda=23.11.0=py310hff52083_1
|
98 |
+
- conda-libmamba-solver=23.11.1=pyhd8ed1ab_0
|
99 |
+
- conda-package-handling=2.2.0=pyh38be061_0
|
100 |
+
- conda-package-streaming=0.9.0=pyhd8ed1ab_0
|
101 |
+
- confection=0.1.4=py310h17c5347_0
|
102 |
+
- contextlib2=21.6.0=pyhd8ed1ab_0
|
103 |
+
- contourpy=1.2.0=py310hd41b1e2_0
|
104 |
+
- cookiecutter=2.5.0=pyhca7485f_0
|
105 |
+
- croniter=1.4.1=pyhd8ed1ab_0
|
106 |
+
- cryptography=41.0.7=py310hb8475ec_1
|
107 |
+
- cuda-version=11.8=h70ddcb2_2
|
108 |
+
- cudatoolkit=11.8.0=h4ba93d1_12
|
109 |
+
- cudnn=8.8.0.121=hcdd5f01_4
|
110 |
+
- cycler=0.12.1=pyhd8ed1ab_0
|
111 |
+
- cymem=2.0.8=py310hc6cd4ac_1
|
112 |
+
- cyrus-sasl=2.1.27=h54b06d7_7
|
113 |
+
- cython-blis=0.7.10=py310h1f7b6fc_2
|
114 |
+
- cytoolz=0.12.2=py310h2372a71_1
|
115 |
+
- dash=2.14.2=pyhd8ed1ab_0
|
116 |
+
- dask-core=2023.12.0=pyhd8ed1ab_0
|
117 |
+
- dataclasses=0.8=pyhc8e2a94_3
|
118 |
+
- dataclasses-json=0.6.3=pyhd8ed1ab_0
|
119 |
+
- datasets=2.14.7=pyhd8ed1ab_0
|
120 |
+
- dav1d=1.2.1=hd590300_0
|
121 |
+
- dbus=1.13.6=h5008d03_3
|
122 |
+
- debugpy=1.8.0=py310hc6cd4ac_1
|
123 |
+
- decorator=5.1.1=pyhd8ed1ab_0
|
124 |
+
- deepmerge=1.1.0=pyhd8ed1ab_0
|
125 |
+
- defusedxml=0.7.1=pyhd8ed1ab_0
|
126 |
+
- dill=0.3.7=pyhd8ed1ab_0
|
127 |
+
- distributed=2023.12.0=pyhd8ed1ab_0
|
128 |
+
- distro=1.8.0=pyhd8ed1ab_0
|
129 |
+
- docker-pycreds=0.4.0=py_0
|
130 |
+
- docstring-to-markdown=0.13=pyhd8ed1ab_0
|
131 |
+
- entrypoints=0.4=pyhd8ed1ab_0
|
132 |
+
- et_xmlfile=1.1.0=pyhd8ed1ab_0
|
133 |
+
- evaluate=0.4.1=pyhd8ed1ab_0
|
134 |
+
- exceptiongroup=1.2.0=pyhd8ed1ab_0
|
135 |
+
- executing=2.0.1=pyhd8ed1ab_0
|
136 |
+
- expat=2.5.0=hcb278e6_1
|
137 |
+
- faiss=1.7.4=py310h9ed8947_0_cpu
|
138 |
+
- faiss-cpu=1.7.4=h718b53a_0
|
139 |
+
- fastai=2.7.13=pyhd8ed1ab_0
|
140 |
+
- fastcore=1.5.29=pyhd8ed1ab_0
|
141 |
+
- fastdownload=0.0.7=pyhd8ed1ab_0
|
142 |
+
- fastprogress=1.0.3=pyhd8ed1ab_0
|
143 |
+
- filelock=3.13.1=pyhd8ed1ab_0
|
144 |
+
- flake8=6.1.0=pyhd8ed1ab_0
|
145 |
+
- flask=3.0.0=pyhd8ed1ab_0
|
146 |
+
- flatbuffers=23.5.26=h59595ed_1
|
147 |
+
- fmt=10.1.1=h00ab1b0_1
|
148 |
+
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
|
149 |
+
- font-ttf-inconsolata=3.000=h77eed37_0
|
150 |
+
- font-ttf-source-code-pro=2.038=h77eed37_0
|
151 |
+
- font-ttf-ubuntu=0.83=h77eed37_1
|
152 |
+
- fontconfig=2.14.2=h14ed4e7_0
|
153 |
+
- fonts-conda-ecosystem=1=0
|
154 |
+
- fonts-conda-forge=1=0
|
155 |
+
- fonttools=4.46.0=py310h2372a71_0
|
156 |
+
- fqdn=1.5.1=pyhd8ed1ab_0
|
157 |
+
- freetype=2.12.1=h267a509_2
|
158 |
+
- fribidi=1.0.10=h36c2ea0_0
|
159 |
+
- frozenlist=1.4.0=py310h2372a71_1
|
160 |
+
- fsspec=2023.6.0=pyh1a96a4e_0
|
161 |
+
- future=0.18.3=pyhd8ed1ab_0
|
162 |
+
- gast=0.4.0=pyh9f0ad1d_0
|
163 |
+
- gdk-pixbuf=2.42.10=h6b639ba_2
|
164 |
+
- gdown=4.7.1=pyhd8ed1ab_0
|
165 |
+
- gettext=0.21.1=h27087fc_0
|
166 |
+
- gflags=2.2.2=he1b5a44_1004
|
167 |
+
- giflib=5.2.1=h0b41bf4_3
|
168 |
+
- gitdb=4.0.11=pyhd8ed1ab_0
|
169 |
+
- gitpython=3.1.40=pyhd8ed1ab_0
|
170 |
+
- glib=2.78.3=hfc55251_0
|
171 |
+
- glib-tools=2.78.3=hfc55251_0
|
172 |
+
- glog=0.6.0=h6f12383_0
|
173 |
+
- gluonts=0.13.7=pyhd8ed1ab_0
|
174 |
+
- gmp=6.3.0=h59595ed_0
|
175 |
+
- gmpy2=2.1.2=py310h3ec546c_1
|
176 |
+
- google-api-core=2.15.0=pyhd8ed1ab_0
|
177 |
+
- google-auth=2.25.2=pyhca7485f_0
|
178 |
+
- google-auth-oauthlib=1.0.0=pyhd8ed1ab_1
|
179 |
+
- google-pasta=0.2.0=pyh8c360ce_0
|
180 |
+
- googleapis-common-protos=1.62.0=pyhd8ed1ab_0
|
181 |
+
- graphite2=1.3.13=h58526e2_1001
|
182 |
+
- graphviz=8.1.0=h28d9a01_0
|
183 |
+
- grpcio=1.54.3=py310heca2aa9_0
|
184 |
+
- gst-plugins-base=1.22.7=h8e1006c_1
|
185 |
+
- gstreamer=1.22.7=h98fc4e7_1
|
186 |
+
- gtk2=2.24.33=h90689f9_2
|
187 |
+
- gts=0.7.6=h977cf35_4
|
188 |
+
- h5py=3.10.0=nompi_py310ha2ad45a_100
|
189 |
+
- harfbuzz=8.3.0=h3d44ed6_0
|
190 |
+
- hdf5=1.14.2=nompi_h4f84152_100
|
191 |
+
- hdijupyterutils=0.21.0=pyh1a96a4e_0
|
192 |
+
- huggingface_hub=0.19.4=pyhd8ed1ab_0
|
193 |
+
- icu=73.2=h59595ed_0
|
194 |
+
- idna=3.6=pyhd8ed1ab_0
|
195 |
+
- imagecodecs=2023.8.12=py310hc929067_0
|
196 |
+
- imageio=2.31.5=pyh8c1a49c_0
|
197 |
+
- importlib-metadata=6.10.0=pyha770c72_0
|
198 |
+
- importlib_metadata=6.10.0=hd8ed1ab_0
|
199 |
+
- importlib_resources=6.1.1=pyhd8ed1ab_0
|
200 |
+
- iniconfig=2.0.0=pyhd8ed1ab_0
|
201 |
+
- ipykernel=6.26.0=pyhf8b6a83_0
|
202 |
+
- ipython=8.18.1=pyh707e725_3
|
203 |
+
- ipywidgets=8.1.1=pyhd8ed1ab_0
|
204 |
+
- isoduration=20.11.0=pyhd8ed1ab_0
|
205 |
+
- isort=5.12.0=pyhd8ed1ab_1
|
206 |
+
- itsdangerous=2.1.2=pyhd8ed1ab_0
|
207 |
+
- jax=0.4.20=pyhd8ed1ab_0
|
208 |
+
- jaxlib=0.4.14=cpu_py310h67d73b5_1
|
209 |
+
- jedi=0.19.1=pyhd8ed1ab_0
|
210 |
+
- jinja2=3.1.2=pyhd8ed1ab_1
|
211 |
+
- jmespath=1.0.1=pyhd8ed1ab_0
|
212 |
+
- joblib=1.3.2=pyhd8ed1ab_0
|
213 |
+
- json5=0.9.14=pyhd8ed1ab_0
|
214 |
+
- jsonpatch=1.33=pyhd8ed1ab_0
|
215 |
+
- jsonpath-ng=1.6.0=pyhd8ed1ab_0
|
216 |
+
- jsonpointer=2.4=py310hff52083_3
|
217 |
+
- jsonschema=4.17.3=pyhd8ed1ab_0
|
218 |
+
- jsonschema-with-format-nongpl=4.17.3=pyhd8ed1ab_0
|
219 |
+
- jupyter=1.0.0=pyhd8ed1ab_10
|
220 |
+
- jupyter-ai=2.6.0=pyhd8ed1ab_2
|
221 |
+
- jupyter-ai-magics=2.6.0=pyhd8ed1ab_1
|
222 |
+
- jupyter-dash=0.4.2=pyhd8ed1ab_1
|
223 |
+
- jupyter-lsp=2.2.1=pyhd8ed1ab_0
|
224 |
+
- jupyter-server-mathjax=0.2.6=pyh5bfe37b_1
|
225 |
+
- jupyter-server-proxy=4.1.0=pyhd8ed1ab_0
|
226 |
+
- jupyter_client=8.6.0=pyhd8ed1ab_0
|
227 |
+
- jupyter_console=6.6.3=pyhd8ed1ab_0
|
228 |
+
- jupyter_core=5.5.0=py310hff52083_0
|
229 |
+
- jupyter_events=0.6.3=pyhd8ed1ab_1
|
230 |
+
- jupyter_scheduler=2.4.0=pyha770c72_1
|
231 |
+
- jupyter_server=2.10.0=pyhd8ed1ab_0
|
232 |
+
- jupyter_server_terminals=0.5.0=pyhd8ed1ab_0
|
233 |
+
- jupyterlab=4.0.9=pyhd8ed1ab_0
|
234 |
+
- jupyterlab-git=0.50.0=pyhd8ed1ab_0
|
235 |
+
- jupyterlab-lsp=5.0.1=pyhd8ed1ab_0
|
236 |
+
- jupyterlab_pygments=0.3.0=pyhd8ed1ab_0
|
237 |
+
- jupyterlab_server=2.24.0=pyhd8ed1ab_0
|
238 |
+
- jupyterlab_widgets=3.0.9=pyhd8ed1ab_0
|
239 |
+
- jxrlib=1.1=h7f98852_2
|
240 |
+
- keras=2.12.0=pyhd8ed1ab_0
|
241 |
+
- keras-preprocessing=1.1.2=pyhd8ed1ab_0
|
242 |
+
- keyutils=1.6.1=h166bdaf_0
|
243 |
+
- kiwisolver=1.4.5=py310hd41b1e2_1
|
244 |
+
- lame=3.100=h166bdaf_1003
|
245 |
+
- langchain=0.0.318=pyhd8ed1ab_0
|
246 |
+
- langcodes=3.3.0=pyhd8ed1ab_0
|
247 |
+
- langsmith=0.0.69=pyhd8ed1ab_0
|
248 |
+
- lcms2=2.15=haa2dc70_1
|
249 |
+
- ld_impl_linux-64=2.40=h41732ed_0
|
250 |
+
- lerc=4.0.0=h27087fc_0
|
251 |
+
- libabseil=20230125.3=cxx17_h59595ed_0
|
252 |
+
- libaec=1.1.2=h59595ed_1
|
253 |
+
- libarchive=3.7.2=h039dbb9_0
|
254 |
+
- libarrow=12.0.1=hb87d912_8_cpu
|
255 |
+
- libavif=0.11.1=h8182462_2
|
256 |
+
- libblas=3.9.0=16_linux64_mkl
|
257 |
+
- libbrotlicommon=1.0.9=h166bdaf_9
|
258 |
+
- libbrotlidec=1.0.9=h166bdaf_9
|
259 |
+
- libbrotlienc=1.0.9=h166bdaf_9
|
260 |
+
- libcap=2.69=h0f662aa_0
|
261 |
+
- libcblas=3.9.0=16_linux64_mkl
|
262 |
+
- libclang=15.0.7=default_hb11cfb5_4
|
263 |
+
- libclang13=15.0.7=default_ha2b6cf4_4
|
264 |
+
- libcrc32c=1.1.2=h9c3ff4c_0
|
265 |
+
- libcups=2.3.3=h4637d8d_4
|
266 |
+
- libcurl=8.4.0=hca28451_0
|
267 |
+
- libdeflate=1.18=h0b41bf4_0
|
268 |
+
- libedit=3.1.20191231=he28a2e2_2
|
269 |
+
- libev=4.33=hd590300_2
|
270 |
+
- libevent=2.1.12=hf998b51_1
|
271 |
+
- libexpat=2.5.0=hcb278e6_1
|
272 |
+
- libfaiss=1.7.4=hf47d654_0_cpu
|
273 |
+
- libfaiss-avx2=1.7.4=h1234567_0_cpu
|
274 |
+
- libffi=3.4.2=h7f98852_5
|
275 |
+
- libflac=1.4.3=h59595ed_0
|
276 |
+
- libgcc-ng=13.2.0=h807b86a_3
|
277 |
+
- libgcrypt=1.10.3=hd590300_0
|
278 |
+
- libgd=2.3.3=h74d50f4_7
|
279 |
+
- libgfortran-ng=13.2.0=h69a702a_3
|
280 |
+
- libgfortran5=13.2.0=ha4646dd_3
|
281 |
+
- libglib=2.78.3=h783c2da_0
|
282 |
+
- libgoogle-cloud=2.12.0=hac9eb74_1
|
283 |
+
- libgpg-error=1.47=h71f35ed_0
|
284 |
+
- libgrpc=1.54.3=hb20ce57_0
|
285 |
+
- libhwloc=2.9.3=default_h554bfaf_1009
|
286 |
+
- libiconv=1.17=hd590300_1
|
287 |
+
- libjpeg-turbo=2.1.5.1=hd590300_1
|
288 |
+
- liblapack=3.9.0=16_linux64_mkl
|
289 |
+
- libllvm14=14.0.6=hcd5def8_4
|
290 |
+
- libllvm15=15.0.7=h5cf9203_3
|
291 |
+
- libmagma=2.7.1=hc72dce7_6
|
292 |
+
- libmagma_sparse=2.7.1=h8354cda_6
|
293 |
+
- libmamba=1.5.3=had39da4_2
|
294 |
+
- libmambapy=1.5.3=py310h39ff949_2
|
295 |
+
- libnghttp2=1.58.0=h47da74e_0
|
296 |
+
- libnsl=2.0.1=hd590300_0
|
297 |
+
- libntlm=1.4=h7f98852_1002
|
298 |
+
- libnuma=2.0.16=h0b41bf4_1
|
299 |
+
- libogg=1.3.4=h7f98852_1
|
300 |
+
- libopus=1.3.1=h7f98852_1
|
301 |
+
- libpng=1.6.39=h753d276_0
|
302 |
+
- libpq=15.4=hfc447b1_2
|
303 |
+
- libprotobuf=3.21.12=hfc55251_2
|
304 |
+
- librsvg=2.56.3=h98fae49_0
|
305 |
+
- libsecret=0.18.8=h329b89f_2
|
306 |
+
- libsentencepiece=0.1.99=h180e1df_0
|
307 |
+
- libsndfile=1.2.2=hc60ed4a_1
|
308 |
+
- libsodium=1.0.18=h36c2ea0_1
|
309 |
+
- libsolv=0.7.27=hfc55251_0
|
310 |
+
- libsqlite=3.44.2=h2797004_0
|
311 |
+
- libssh2=1.11.0=h0841786_0
|
312 |
+
- libstdcxx-ng=13.2.0=h7e041cc_3
|
313 |
+
- libsystemd0=255=h3516f8a_0
|
314 |
+
- libthrift=0.18.1=h8fd135c_2
|
315 |
+
- libtiff=4.5.1=h8b53f26_1
|
316 |
+
- libtool=2.4.7=h27087fc_0
|
317 |
+
- libutf8proc=2.8.0=h166bdaf_0
|
318 |
+
- libuuid=2.38.1=h0b41bf4_0
|
319 |
+
- libuv=1.46.0=hd590300_0
|
320 |
+
- libvorbis=1.3.7=h9c3ff4c_0
|
321 |
+
- libwebp=1.3.1=hbf2b3c1_0
|
322 |
+
- libwebp-base=1.3.1=hd590300_0
|
323 |
+
- libxcb=1.15=h0b41bf4_0
|
324 |
+
- libxgboost=1.7.6=cuda118_hd3b444d_6
|
325 |
+
- libxkbcommon=1.6.0=h5d7e998_0
|
326 |
+
- libxml2=2.11.6=h232c23b_0
|
327 |
+
- libzlib=1.2.13=hd590300_5
|
328 |
+
- libzopfli=1.0.3=h9c3ff4c_0
|
329 |
+
- lightgbm=3.3.5=py310heca2aa9_0
|
330 |
+
- lightning-utilities=0.10.0=pyhd8ed1ab_0
|
331 |
+
- llvm-openmp=17.0.6=h4dfa4b3_0
|
332 |
+
- llvmlite=0.41.1=py310h1b8f574_0
|
333 |
+
- locket=1.0.0=pyhd8ed1ab_0
|
334 |
+
- lz4-c=1.9.4=hcb278e6_0
|
335 |
+
- lzo=2.10=h516909a_1000
|
336 |
+
- magma=2.7.1=ha770c72_6
|
337 |
+
- markdown=3.5.1=pyhd8ed1ab_0
|
338 |
+
- markdown-it-py=3.0.0=pyhd8ed1ab_0
|
339 |
+
- markupsafe=2.1.3=py310h2372a71_1
|
340 |
+
- marshmallow=3.20.1=pyhd8ed1ab_0
|
341 |
+
- matplotlib=3.8.2=py310hff52083_0
|
342 |
+
- matplotlib-base=3.8.2=py310h62c0568_0
|
343 |
+
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
|
344 |
+
- mccabe=0.7.0=pyhd8ed1ab_0
|
345 |
+
- mdurl=0.1.0=pyhd8ed1ab_0
|
346 |
+
- menuinst=2.0.1=py310hff52083_0
|
347 |
+
- mistune=3.0.2=pyhd8ed1ab_0
|
348 |
+
- mkl=2022.2.1=h84fe81f_16997
|
349 |
+
- ml_dtypes=0.3.1=py310hcc13569_2
|
350 |
+
- mlforecast=0.7.3=pyhd8ed1ab_0
|
351 |
+
- mock=5.1.0=pyhd8ed1ab_0
|
352 |
+
- model-index=0.1.11=pyhd8ed1ab_0
|
353 |
+
- mpc=1.3.1=hfe3b2da_0
|
354 |
+
- mpfr=4.2.1=h9458935_0
|
355 |
+
- mpg123=1.32.3=h59595ed_0
|
356 |
+
- mpmath=1.3.0=pyhd8ed1ab_0
|
357 |
+
- msgpack-python=1.0.7=py310hd41b1e2_0
|
358 |
+
- multidict=6.0.4=py310h2372a71_1
|
359 |
+
- multiprocess=0.70.15=py310h2372a71_1
|
360 |
+
- munkres=1.1.4=pyh9f0ad1d_0
|
361 |
+
- murmurhash=1.0.10=py310hc6cd4ac_1
|
362 |
+
- mypy_extensions=1.0.0=pyha770c72_0
|
363 |
+
- mysql-common=8.0.33=hf1915f5_6
|
364 |
+
- mysql-libs=8.0.33=hca2cd23_6
|
365 |
+
- nbclient=0.8.0=pyhd8ed1ab_0
|
366 |
+
- nbconvert=7.12.0=pyhd8ed1ab_0
|
367 |
+
- nbconvert-core=7.12.0=pyhd8ed1ab_0
|
368 |
+
- nbconvert-pandoc=7.12.0=pyhd8ed1ab_0
|
369 |
+
- nbdime=4.0.1=pyhd8ed1ab_0
|
370 |
+
- nbformat=5.9.2=pyhd8ed1ab_0
|
371 |
+
- nccl=2.19.4.1=h6103f9b_0
|
372 |
+
- ncurses=6.4=h59595ed_2
|
373 |
+
- nest-asyncio=1.5.8=pyhd8ed1ab_0
|
374 |
+
- networkx=3.2.1=pyhd8ed1ab_0
|
375 |
+
- nlpaug=1.1.11=pyhd8ed1ab_1
|
376 |
+
- nltk=3.8.1=pyhd8ed1ab_0
|
377 |
+
- nodejs=18.18.2=hb753e55_1
|
378 |
+
- nose=1.3.7=py_1006
|
379 |
+
- notebook=7.0.6=pyhd8ed1ab_0
|
380 |
+
- notebook-shim=0.2.3=pyhd8ed1ab_0
|
381 |
+
- nptyping=2.4.1=pyhd8ed1ab_0
|
382 |
+
- nspr=4.35=h27087fc_0
|
383 |
+
- nss=3.95=h1d7d5a4_0
|
384 |
+
- numba=0.58.1=py310h7dc5dd1_0
|
385 |
+
- numexpr=2.8.7=mkl_py310h5e07f1c_4
|
386 |
+
- numpy=1.26.2=py310hb13e2d6_0
|
387 |
+
- oauthlib=3.2.2=pyhd8ed1ab_0
|
388 |
+
- omegaconf=2.2.3=pyhd8ed1ab_0
|
389 |
+
- openai=0.28.1=pyhd8ed1ab_0
|
390 |
+
- openapi-schema-pydantic=1.2.4=pyhd8ed1ab_0
|
391 |
+
- openjpeg=2.5.0=hfec8fc6_2
|
392 |
+
- openmim=0.3.7=pyhd8ed1ab_0
|
393 |
+
- openpyxl=3.1.2=py310h2372a71_1
|
394 |
+
- openssl=3.1.4=hd590300_0
|
395 |
+
- opt-einsum=3.3.0=hd8ed1ab_2
|
396 |
+
- opt_einsum=3.3.0=pyhc1e730c_2
|
397 |
+
- orc=1.9.0=h2f23424_1
|
398 |
+
- ordered-set=4.1.0=pyhd8ed1ab_0
|
399 |
+
- overrides=7.4.0=pyhd8ed1ab_0
|
400 |
+
- packaging=23.2=pyhd8ed1ab_0
|
401 |
+
- pandas=2.1.4=py310hcc13569_0
|
402 |
+
- pandas-stubs=2.1.1.230928=pyhd8ed1ab_1
|
403 |
+
- pandoc=3.1.3=h32600fe_0
|
404 |
+
- pandocfilters=1.5.0=pyhd8ed1ab_0
|
405 |
+
- pango=1.50.14=ha41ecd1_2
|
406 |
+
- papermill=2.4.0=pyhd8ed1ab_0
|
407 |
+
- parso=0.8.3=pyhd8ed1ab_0
|
408 |
+
- partd=1.4.1=pyhd8ed1ab_0
|
409 |
+
- pathos=0.3.1=pyhd8ed1ab_0
|
410 |
+
- pathspec=0.12.1=pyhd8ed1ab_0
|
411 |
+
- pathtools=0.1.2=py_1
|
412 |
+
- pathy=0.10.2=pyhd8ed1ab_0
|
413 |
+
- patsy=0.5.4=pyhd8ed1ab_0
|
414 |
+
- pcre2=10.42=hcad00b1_0
|
415 |
+
- pexpect=4.8.0=pyh1a96a4e_2
|
416 |
+
- pickleshare=0.7.5=py_1003
|
417 |
+
- pillow=9.5.0=py310h582fbeb_1
|
418 |
+
- pip=23.3.1=pyhd8ed1ab_0
|
419 |
+
- pixman=0.42.2=h59595ed_0
|
420 |
+
- pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1
|
421 |
+
- platformdirs=4.1.0=pyhd8ed1ab_0
|
422 |
+
- plotly=5.18.0=pyhd8ed1ab_0
|
423 |
+
- pluggy=1.3.0=pyhd8ed1ab_0
|
424 |
+
- ply=3.11=py_1
|
425 |
+
- pox=0.3.3=pyhd8ed1ab_0
|
426 |
+
- ppft=1.7.6.7=pyhd8ed1ab_0
|
427 |
+
- preshed=3.0.9=py310hc6cd4ac_1
|
428 |
+
- prometheus_client=0.19.0=pyhd8ed1ab_0
|
429 |
+
- prompt-toolkit=3.0.41=pyha770c72_0
|
430 |
+
- prompt_toolkit=3.0.41=hd8ed1ab_0
|
431 |
+
- protobuf=4.21.12=py310heca2aa9_0
|
432 |
+
- psutil=5.9.5=py310h2372a71_1
|
433 |
+
- pthread-stubs=0.4=h36c2ea0_1001
|
434 |
+
- ptyprocess=0.7.0=pyhd3deb0d_0
|
435 |
+
- pulseaudio-client=16.1=hb77b528_5
|
436 |
+
- pure-sasl=0.6.2=pyhd8ed1ab_0
|
437 |
+
- pure_eval=0.2.2=pyhd8ed1ab_0
|
438 |
+
- py-xgboost=1.7.6=cuda118_py310h9840055_6
|
439 |
+
- py-xgboost-gpu=1.7.6=py310h9840055_6
|
440 |
+
- pyarrow=12.0.1=py310h0576679_8_cpu
|
441 |
+
- pyarrow-hotfix=0.6=pyhd8ed1ab_0
|
442 |
+
- pyasn1=0.5.1=pyhd8ed1ab_0
|
443 |
+
- pyasn1-modules=0.3.0=pyhd8ed1ab_0
|
444 |
+
- pybind11-abi=4=hd8ed1ab_3
|
445 |
+
- pycodestyle=2.11.1=pyhd8ed1ab_0
|
446 |
+
- pycosat=0.6.6=py310h2372a71_0
|
447 |
+
- pycparser=2.21=pyhd8ed1ab_0
|
448 |
+
- pydocstyle=6.3.0=pyhd8ed1ab_0
|
449 |
+
- pyflakes=3.1.0=pyhd8ed1ab_0
|
450 |
+
- pygments=2.17.2=pyhd8ed1ab_0
|
451 |
+
- pyhive=0.7.0=pyhd8ed1ab_0
|
452 |
+
- pyjwt=2.8.0=pyhd8ed1ab_0
|
453 |
+
- pylint=3.0.3=pyhd8ed1ab_0
|
454 |
+
- pyopenssl=23.3.0=pyhd8ed1ab_0
|
455 |
+
- pyparsing=3.1.1=pyhd8ed1ab_0
|
456 |
+
- pyqt=5.15.9=py310h04931ad_5
|
457 |
+
- pyqt5-sip=12.12.2=py310hc6cd4ac_5
|
458 |
+
- pyrsistent=0.20.0=py310h2372a71_0
|
459 |
+
- pysocks=1.7.1=pyha2e5f31_6
|
460 |
+
- pyspnego=0.9.1=py310h2372a71_2
|
461 |
+
- pytesseract=0.3.10=pyhd8ed1ab_0
|
462 |
+
- pytest=7.4.3=pyhd8ed1ab_0
|
463 |
+
- pytest-subtests=0.11.0=pyhd8ed1ab_0
|
464 |
+
- python=3.10.13=hd12c33a_0_cpython
|
465 |
+
- python-dateutil=2.8.2=pyhd8ed1ab_0
|
466 |
+
- python-fastjsonschema=2.19.0=pyhd8ed1ab_0
|
467 |
+
- python-flatbuffers=23.5.26=pyhd8ed1ab_0
|
468 |
+
- python-graphviz=0.20.1=pyh22cad53_0
|
469 |
+
- python-gssapi=1.8.3=py310h98feede_0
|
470 |
+
- python-json-logger=2.0.7=pyhd8ed1ab_0
|
471 |
+
- python-lsp-jsonrpc=1.1.2=pyhd8ed1ab_0
|
472 |
+
- python-lsp-server=1.9.0=pyhd8ed1ab_0
|
473 |
+
- python-lsp-server-base=1.9.0=pyhd8ed1ab_0
|
474 |
+
- python-slugify=8.0.1=pyhd8ed1ab_2
|
475 |
+
- python-tzdata=2023.3=pyhd8ed1ab_0
|
476 |
+
- python-xxhash=3.4.1=py310h2372a71_0
|
477 |
+
- python_abi=3.10=4_cp310
|
478 |
+
- pytoolconfig=1.2.5=pyhd8ed1ab_0
|
479 |
+
- pytorch=2.0.0=cuda112py310he33e0d6_200
|
480 |
+
- pytorch-gpu=2.0.0=cuda112py310h9871d0b_200
|
481 |
+
- pytorch-lightning=2.0.9=pyhd8ed1ab_0
|
482 |
+
- pytorch-metric-learning=1.7.3=pyhd8ed1ab_0
|
483 |
+
- pytz=2023.3=pyhd8ed1ab_0
|
484 |
+
- pyu2f=0.1.5=pyhd8ed1ab_0
|
485 |
+
- pywavelets=1.4.1=py310h1f7b6fc_1
|
486 |
+
- pyyaml=6.0.1=py310h2372a71_1
|
487 |
+
- pyzmq=25.1.2=py310h795f18f_0
|
488 |
+
- qt-main=5.15.8=hc47bfe8_16
|
489 |
+
- qtconsole-base=5.5.1=pyha770c72_0
|
490 |
+
- qtpy=2.4.1=pyhd8ed1ab_0
|
491 |
+
- rdma-core=28.9=h59595ed_1
|
492 |
+
- re2=2023.03.02=h8c504da_0
|
493 |
+
- readline=8.2=h8228510_1
|
494 |
+
- regex=2023.10.3=py310h2372a71_0
|
495 |
+
- reproc=14.2.4.post0=hd590300_1
|
496 |
+
- reproc-cpp=14.2.4.post0=h59595ed_1
|
497 |
+
- requests=2.31.0=pyhd8ed1ab_0
|
498 |
+
- requests-kerberos=0.14.0=pyhd8ed1ab_1
|
499 |
+
- requests-oauthlib=1.3.1=pyhd8ed1ab_0
|
500 |
+
- responses=0.18.0=pyhd8ed1ab_0
|
501 |
+
- retrying=1.3.3=py_2
|
502 |
+
- rfc3339-validator=0.1.4=pyhd8ed1ab_0
|
503 |
+
- rfc3986-validator=0.1.1=pyh9f0ad1d_0
|
504 |
+
- rich=13.7.0=pyhd8ed1ab_0
|
505 |
+
- ripgrep=14.0.3=he8a937b_1
|
506 |
+
- rope=1.11.0=pyhd8ed1ab_1
|
507 |
+
- rsa=4.9=pyhd8ed1ab_0
|
508 |
+
- ruamel.yaml=0.18.5=py310h2372a71_0
|
509 |
+
- ruamel.yaml.clib=0.2.7=py310h2372a71_2
|
510 |
+
- s2n=1.3.49=h06160fa_0
|
511 |
+
- s3transfer=0.7.0=pyhd8ed1ab_1
|
512 |
+
- sacremoses=0.0.53=pyhd8ed1ab_0
|
513 |
+
- safetensors=0.3.3=py310hcb5633a_1
|
514 |
+
- sagemaker-code-editor=1.83.1=ha1e3dc1_3
|
515 |
+
- sagemaker-headless-execution-driver=0.0.12=pyhd8ed1ab_0
|
516 |
+
- sagemaker-jupyterlab-emr-extension=0.1.9=pyhd8ed1ab_0
|
517 |
+
- sagemaker-jupyterlab-extension=0.2.0=pyhd8ed1ab_0
|
518 |
+
- sagemaker-jupyterlab-extension-common=0.1.9=pyhd8ed1ab_0
|
519 |
+
- sagemaker-kernel-wrapper=0.0.2=pyhd8ed1ab_0
|
520 |
+
- sagemaker-python-sdk=2.198.0=pyhd8ed1ab_0
|
521 |
+
- sagemaker-studio-analytics-extension=0.0.21=pyhd8ed1ab_0
|
522 |
+
- sagemaker-studio-sparkmagic-lib=0.1.4=pyhd8ed1ab_0
|
523 |
+
- sasl=0.3.1=py310hd8f1fbe_2
|
524 |
+
- schema=0.7.5=pyhd8ed1ab_1
|
525 |
+
- scikit-image=0.19.3=py310h769672d_2
|
526 |
+
- scikit-learn=1.3.2=py310h1fdf081_2
|
527 |
+
- scipy=1.11.4=py310hb13e2d6_0
|
528 |
+
- send2trash=1.8.2=pyh41d4057_0
|
529 |
+
- sentencepiece=0.1.99=hff52083_0
|
530 |
+
- sentencepiece-python=0.1.99=py310hebdb9f0_0
|
531 |
+
- sentencepiece-spm=0.1.99=h180e1df_0
|
532 |
+
- sentry-sdk=1.38.0=pyhd8ed1ab_0
|
533 |
+
- seqeval=1.2.2=pyhd3deb0d_0
|
534 |
+
- setproctitle=1.3.3=py310h2372a71_0
|
535 |
+
- setuptools=68.2.2=pyhd8ed1ab_0
|
536 |
+
- shellingham=1.5.4=pyhd8ed1ab_0
|
537 |
+
- simpervisor=1.0.0=pyhd8ed1ab_0
|
538 |
+
- sip=6.7.12=py310hc6cd4ac_0
|
539 |
+
- six=1.16.0=pyh6c4a22f_0
|
540 |
+
- sleef=3.5.1=h9b69904_2
|
541 |
+
- smart_open=5.2.1=pyhd8ed1ab_0
|
542 |
+
- smdebug-rulesconfig=1.0.1=pyhd3deb0d_1
|
543 |
+
- smmap=5.0.0=pyhd8ed1ab_0
|
544 |
+
- snappy=1.1.10=h9fff704_0
|
545 |
+
- sniffio=1.3.0=pyhd8ed1ab_0
|
546 |
+
- snowballstemmer=2.2.0=pyhd8ed1ab_0
|
547 |
+
- sortedcontainers=2.4.0=pyhd8ed1ab_0
|
548 |
+
- soupsieve=2.5=pyhd8ed1ab_1
|
549 |
+
- spacy=3.7.2=py310hcb52e73_0
|
550 |
+
- spacy-legacy=3.0.12=pyhd8ed1ab_0
|
551 |
+
- spacy-loggers=1.0.5=pyhd8ed1ab_0
|
552 |
+
- sparkmagic=0.21.0=pyhd8ed1ab_0
|
553 |
+
- srsly=2.4.8=py310hc6cd4ac_1
|
554 |
+
- stack_data=0.6.2=pyhd8ed1ab_0
|
555 |
+
- statsforecast=1.4.0=pyhd8ed1ab_0
|
556 |
+
- statsmodels=0.14.0=py310h1f7b6fc_3
|
557 |
+
- supervisor=4.2.5=py310hff52083_2
|
558 |
+
- sympy=1.12=pypyh9d50eac_103
|
559 |
+
- tabulate=0.9.0=pyhd8ed1ab_1
|
560 |
+
- tbb=2021.11.0=h00ab1b0_0
|
561 |
+
- tblib=1.7.0=pyhd8ed1ab_0
|
562 |
+
- tenacity=8.2.3=pyhd8ed1ab_0
|
563 |
+
- tensorboard=2.12.3=pyhd8ed1ab_0
|
564 |
+
- tensorboard-data-server=0.7.0=py310h75e40e8_1
|
565 |
+
- tensorflow=2.12.1=cuda112py310h457873b_1
|
566 |
+
- tensorflow-base=2.12.1=cuda112py310h1d65785_1
|
567 |
+
- tensorflow-estimator=2.12.1=cuda112py310ha5e6de5_1
|
568 |
+
- termcolor=2.3.0=pyhd8ed1ab_0
|
569 |
+
- terminado=0.18.0=pyh0d859eb_0
|
570 |
+
- text-unidecode=1.3=pyhd8ed1ab_1
|
571 |
+
- textwrap3=0.9.2=py_0
|
572 |
+
- thinc=8.2.1=py310hcb52e73_0
|
573 |
+
- threadpoolctl=3.2.0=pyha21a80b_0
|
574 |
+
- thrift=0.19.0=py310hc6cd4ac_1
|
575 |
+
- thrift_sasl=0.4.3=pyhd8ed1ab_2
|
576 |
+
- tifffile=2023.12.9=pyhd8ed1ab_0
|
577 |
+
- tiktoken=0.5.2=py310h47bb294_0
|
578 |
+
- timm=0.9.12=pyhd8ed1ab_0
|
579 |
+
- tinycss2=1.2.1=pyhd8ed1ab_0
|
580 |
+
- tk=8.6.13=noxft_h4845f30_101
|
581 |
+
- tokenizers=0.13.3=py310he1f1126_0
|
582 |
+
- toml=0.10.2=pyhd8ed1ab_0
|
583 |
+
- tomli=2.0.1=pyhd8ed1ab_0
|
584 |
+
- tomlkit=0.12.3=pyha770c72_0
|
585 |
+
- toolz=0.12.0=pyhd8ed1ab_0
|
586 |
+
- torchmetrics=1.0.3=pyhd8ed1ab_0
|
587 |
+
- torchvision=0.15.2=cuda112py310h0801bf5_1
|
588 |
+
- tornado=6.3.3=py310h2372a71_1
|
589 |
+
- tqdm=4.66.1=pyhd8ed1ab_0
|
590 |
+
- traitlets=5.14.0=pyhd8ed1ab_0
|
591 |
+
- transformers=4.31.0=pyhd8ed1ab_0
|
592 |
+
- truststore=0.8.0=pyhd8ed1ab_0
|
593 |
+
- typer=0.9.0=pyhd8ed1ab_0
|
594 |
+
- types-python-dateutil=2.8.19.14=pyhd8ed1ab_0
|
595 |
+
- types-pytz=2023.3.1.1=pyhd8ed1ab_0
|
596 |
+
- typing-extensions=4.5.0=hd8ed1ab_0
|
597 |
+
- typing_extensions=4.5.0=pyha770c72_0
|
598 |
+
- typing_inspect=0.9.0=pyhd8ed1ab_0
|
599 |
+
- typing_utils=0.1.0=pyhd8ed1ab_0
|
600 |
+
- typish=1.9.3=pyhd8ed1ab_0
|
601 |
+
- tzdata=2023c=h71feb2d_0
|
602 |
+
- ucx=1.14.1=h64cca9d_5
|
603 |
+
- ujson=5.9.0=py310hc6cd4ac_0
|
604 |
+
- unicodedata2=15.1.0=py310h2372a71_0
|
605 |
+
- uri-template=1.3.0=pyhd8ed1ab_0
|
606 |
+
- urllib3=1.26.18=pyhd8ed1ab_0
|
607 |
+
- wandb=0.16.1=pyhd8ed1ab_0
|
608 |
+
- wasabi=1.1.2=py310hff52083_0
|
609 |
+
- wcwidth=0.2.12=pyhd8ed1ab_0
|
610 |
+
- weasel=0.3.4=pyhd8ed1ab_0
|
611 |
+
- webcolors=1.13=pyhd8ed1ab_0
|
612 |
+
- webencodings=0.5.1=pyhd8ed1ab_2
|
613 |
+
- websocket-client=1.7.0=pyhd8ed1ab_0
|
614 |
+
- werkzeug=3.0.1=pyhd8ed1ab_0
|
615 |
+
- whatthepatch=1.0.5=pyhd8ed1ab_0
|
616 |
+
- wheel=0.42.0=pyhd8ed1ab_0
|
617 |
+
- widgetsnbextension=4.0.9=pyhd8ed1ab_0
|
618 |
+
- window-ops=0.0.14=pyhd8ed1ab_0
|
619 |
+
- wrapt=1.16.0=py310h2372a71_0
|
620 |
+
- xcb-util=0.4.0=hd590300_1
|
621 |
+
- xcb-util-image=0.4.0=h8ee46fc_1
|
622 |
+
- xcb-util-keysyms=0.4.0=h8ee46fc_1
|
623 |
+
- xcb-util-renderutil=0.3.9=hd590300_1
|
624 |
+
- xcb-util-wm=0.4.1=h8ee46fc_1
|
625 |
+
- xgboost=1.7.6=cuda118_py310h9840055_6
|
626 |
+
- xkeyboard-config=2.40=hd590300_0
|
627 |
+
- xorg-kbproto=1.0.7=h7f98852_1002
|
628 |
+
- xorg-libice=1.1.1=hd590300_0
|
629 |
+
- xorg-libsm=1.2.4=h7391055_0
|
630 |
+
- xorg-libx11=1.8.7=h8ee46fc_0
|
631 |
+
- xorg-libxau=1.0.11=hd590300_0
|
632 |
+
- xorg-libxdmcp=1.1.3=h7f98852_0
|
633 |
+
- xorg-libxext=1.3.4=h0b41bf4_2
|
634 |
+
- xorg-libxrender=0.9.11=hd590300_0
|
635 |
+
- xorg-renderproto=0.11.1=h7f98852_1002
|
636 |
+
- xorg-xextproto=7.3.0=h0b41bf4_1003
|
637 |
+
- xorg-xf86vidmodeproto=2.3.1=h7f98852_1002
|
638 |
+
- xorg-xproto=7.0.31=h7f98852_1007
|
639 |
+
- xxhash=0.8.2=hd590300_0
|
640 |
+
- xz=5.2.6=h166bdaf_0
|
641 |
+
- yaml=0.2.5=h7f98852_2
|
642 |
+
- yaml-cpp=0.8.0=h59595ed_0
|
643 |
+
- yapf=0.40.1=pyhd8ed1ab_0
|
644 |
+
- yarl=1.9.3=py310h2372a71_0
|
645 |
+
- zeromq=4.3.5=h59595ed_0
|
646 |
+
- zfp=1.0.0=h59595ed_4
|
647 |
+
- zict=3.0.0=pyhd8ed1ab_0
|
648 |
+
- zipp=3.17.0=pyhd8ed1ab_0
|
649 |
+
- zlib=1.2.13=hd590300_5
|
650 |
+
- zlib-ng=2.0.7=h0b41bf4_0
|
651 |
+
- zstandard=0.22.0=py310h1275a96_0
|
652 |
+
- zstd=1.5.5=hfc55251_0
|
653 |
+
- pip:
|
654 |
+
- annotated-types==0.6.0
|
655 |
+
- greenlet==3.0.1
|
656 |
+
- jupyter-scheduler==2.4.0
|
657 |
+
- krb5==0.5.1
|
658 |
+
- peft==0.8.2
|
659 |
+
- pydantic==2.5.1
|
660 |
+
- pydantic-core==2.14.3
|
661 |
+
- sqlalchemy==1.4.50
|
662 |
+
prefix: /opt/conda
|
wandb/run-20240208_185311-5uym8l7w/files/config.yaml
ADDED
@@ -0,0 +1,614 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.10.13
|
7 |
+
cli_version: 0.16.1
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.31.0
|
10 |
+
is_jupyter_run: false
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1707418391.295585
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 5
|
19 |
+
- 11
|
20 |
+
- 12
|
21 |
+
- 15
|
22 |
+
- 49
|
23 |
+
- 51
|
24 |
+
- 53
|
25 |
+
- 55
|
26 |
+
- 71
|
27 |
+
- 98
|
28 |
+
2:
|
29 |
+
- 1
|
30 |
+
- 2
|
31 |
+
- 3
|
32 |
+
- 5
|
33 |
+
- 11
|
34 |
+
- 12
|
35 |
+
- 15
|
36 |
+
- 49
|
37 |
+
- 51
|
38 |
+
- 53
|
39 |
+
- 55
|
40 |
+
- 71
|
41 |
+
- 98
|
42 |
+
3:
|
43 |
+
- 7
|
44 |
+
- 23
|
45 |
+
4: 3.10.13
|
46 |
+
5: 0.16.1
|
47 |
+
6: 4.31.0
|
48 |
+
8:
|
49 |
+
- 5
|
50 |
+
13: linux-x86_64
|
51 |
+
m:
|
52 |
+
- 1: train/global_step
|
53 |
+
6:
|
54 |
+
- 3
|
55 |
+
vocab_size:
|
56 |
+
desc: null
|
57 |
+
value: 102400
|
58 |
+
max_position_embeddings:
|
59 |
+
desc: null
|
60 |
+
value: 4096
|
61 |
+
hidden_size:
|
62 |
+
desc: null
|
63 |
+
value: 4096
|
64 |
+
intermediate_size:
|
65 |
+
desc: null
|
66 |
+
value: 11008
|
67 |
+
num_hidden_layers:
|
68 |
+
desc: null
|
69 |
+
value: 30
|
70 |
+
num_attention_heads:
|
71 |
+
desc: null
|
72 |
+
value: 32
|
73 |
+
num_key_value_heads:
|
74 |
+
desc: null
|
75 |
+
value: 32
|
76 |
+
hidden_act:
|
77 |
+
desc: null
|
78 |
+
value: silu
|
79 |
+
initializer_range:
|
80 |
+
desc: null
|
81 |
+
value: 0.02
|
82 |
+
rms_norm_eps:
|
83 |
+
desc: null
|
84 |
+
value: 1.0e-06
|
85 |
+
pretraining_tp:
|
86 |
+
desc: null
|
87 |
+
value: 1
|
88 |
+
use_cache:
|
89 |
+
desc: null
|
90 |
+
value: true
|
91 |
+
rope_scaling:
|
92 |
+
desc: null
|
93 |
+
value: null
|
94 |
+
return_dict:
|
95 |
+
desc: null
|
96 |
+
value: true
|
97 |
+
output_hidden_states:
|
98 |
+
desc: null
|
99 |
+
value: false
|
100 |
+
output_attentions:
|
101 |
+
desc: null
|
102 |
+
value: false
|
103 |
+
torchscript:
|
104 |
+
desc: null
|
105 |
+
value: false
|
106 |
+
torch_dtype:
|
107 |
+
desc: null
|
108 |
+
value: bfloat16
|
109 |
+
use_bfloat16:
|
110 |
+
desc: null
|
111 |
+
value: false
|
112 |
+
tf_legacy_loss:
|
113 |
+
desc: null
|
114 |
+
value: false
|
115 |
+
pruned_heads:
|
116 |
+
desc: null
|
117 |
+
value: {}
|
118 |
+
tie_word_embeddings:
|
119 |
+
desc: null
|
120 |
+
value: false
|
121 |
+
is_encoder_decoder:
|
122 |
+
desc: null
|
123 |
+
value: false
|
124 |
+
is_decoder:
|
125 |
+
desc: null
|
126 |
+
value: false
|
127 |
+
cross_attention_hidden_size:
|
128 |
+
desc: null
|
129 |
+
value: null
|
130 |
+
add_cross_attention:
|
131 |
+
desc: null
|
132 |
+
value: false
|
133 |
+
tie_encoder_decoder:
|
134 |
+
desc: null
|
135 |
+
value: false
|
136 |
+
max_length:
|
137 |
+
desc: null
|
138 |
+
value: 20
|
139 |
+
min_length:
|
140 |
+
desc: null
|
141 |
+
value: 0
|
142 |
+
do_sample:
|
143 |
+
desc: null
|
144 |
+
value: false
|
145 |
+
early_stopping:
|
146 |
+
desc: null
|
147 |
+
value: false
|
148 |
+
num_beams:
|
149 |
+
desc: null
|
150 |
+
value: 1
|
151 |
+
num_beam_groups:
|
152 |
+
desc: null
|
153 |
+
value: 1
|
154 |
+
diversity_penalty:
|
155 |
+
desc: null
|
156 |
+
value: 0.0
|
157 |
+
temperature:
|
158 |
+
desc: null
|
159 |
+
value: 1.0
|
160 |
+
top_k:
|
161 |
+
desc: null
|
162 |
+
value: 50
|
163 |
+
top_p:
|
164 |
+
desc: null
|
165 |
+
value: 1.0
|
166 |
+
typical_p:
|
167 |
+
desc: null
|
168 |
+
value: 1.0
|
169 |
+
repetition_penalty:
|
170 |
+
desc: null
|
171 |
+
value: 1.0
|
172 |
+
length_penalty:
|
173 |
+
desc: null
|
174 |
+
value: 1.0
|
175 |
+
no_repeat_ngram_size:
|
176 |
+
desc: null
|
177 |
+
value: 0
|
178 |
+
encoder_no_repeat_ngram_size:
|
179 |
+
desc: null
|
180 |
+
value: 0
|
181 |
+
bad_words_ids:
|
182 |
+
desc: null
|
183 |
+
value: null
|
184 |
+
num_return_sequences:
|
185 |
+
desc: null
|
186 |
+
value: 1
|
187 |
+
chunk_size_feed_forward:
|
188 |
+
desc: null
|
189 |
+
value: 0
|
190 |
+
output_scores:
|
191 |
+
desc: null
|
192 |
+
value: false
|
193 |
+
return_dict_in_generate:
|
194 |
+
desc: null
|
195 |
+
value: false
|
196 |
+
forced_bos_token_id:
|
197 |
+
desc: null
|
198 |
+
value: null
|
199 |
+
forced_eos_token_id:
|
200 |
+
desc: null
|
201 |
+
value: null
|
202 |
+
remove_invalid_values:
|
203 |
+
desc: null
|
204 |
+
value: false
|
205 |
+
exponential_decay_length_penalty:
|
206 |
+
desc: null
|
207 |
+
value: null
|
208 |
+
suppress_tokens:
|
209 |
+
desc: null
|
210 |
+
value: null
|
211 |
+
begin_suppress_tokens:
|
212 |
+
desc: null
|
213 |
+
value: null
|
214 |
+
architectures:
|
215 |
+
desc: null
|
216 |
+
value:
|
217 |
+
- LlamaForCausalLM
|
218 |
+
finetuning_task:
|
219 |
+
desc: null
|
220 |
+
value: null
|
221 |
+
id2label:
|
222 |
+
desc: null
|
223 |
+
value:
|
224 |
+
'0': LABEL_0
|
225 |
+
'1': LABEL_1
|
226 |
+
label2id:
|
227 |
+
desc: null
|
228 |
+
value:
|
229 |
+
LABEL_0: 0
|
230 |
+
LABEL_1: 1
|
231 |
+
tokenizer_class:
|
232 |
+
desc: null
|
233 |
+
value: null
|
234 |
+
prefix:
|
235 |
+
desc: null
|
236 |
+
value: null
|
237 |
+
bos_token_id:
|
238 |
+
desc: null
|
239 |
+
value: 100000
|
240 |
+
pad_token_id:
|
241 |
+
desc: null
|
242 |
+
value: 0
|
243 |
+
eos_token_id:
|
244 |
+
desc: null
|
245 |
+
value: 100015
|
246 |
+
sep_token_id:
|
247 |
+
desc: null
|
248 |
+
value: null
|
249 |
+
decoder_start_token_id:
|
250 |
+
desc: null
|
251 |
+
value: null
|
252 |
+
task_specific_params:
|
253 |
+
desc: null
|
254 |
+
value: null
|
255 |
+
problem_type:
|
256 |
+
desc: null
|
257 |
+
value: null
|
258 |
+
_name_or_path:
|
259 |
+
desc: null
|
260 |
+
value: deepseek-ai/deepseek-coder-7b-instruct-v1.5
|
261 |
+
transformers_version:
|
262 |
+
desc: null
|
263 |
+
value: 4.31.0
|
264 |
+
attention_bias:
|
265 |
+
desc: null
|
266 |
+
value: false
|
267 |
+
model_type:
|
268 |
+
desc: null
|
269 |
+
value: llama
|
270 |
+
rope_theta:
|
271 |
+
desc: null
|
272 |
+
value: 10000.0
|
273 |
+
output_dir:
|
274 |
+
desc: null
|
275 |
+
value: output-7b-26k-lora
|
276 |
+
overwrite_output_dir:
|
277 |
+
desc: null
|
278 |
+
value: false
|
279 |
+
do_train:
|
280 |
+
desc: null
|
281 |
+
value: false
|
282 |
+
do_eval:
|
283 |
+
desc: null
|
284 |
+
value: false
|
285 |
+
do_predict:
|
286 |
+
desc: null
|
287 |
+
value: false
|
288 |
+
evaluation_strategy:
|
289 |
+
desc: null
|
290 |
+
value: 'no'
|
291 |
+
prediction_loss_only:
|
292 |
+
desc: null
|
293 |
+
value: false
|
294 |
+
per_device_train_batch_size:
|
295 |
+
desc: null
|
296 |
+
value: 4
|
297 |
+
per_device_eval_batch_size:
|
298 |
+
desc: null
|
299 |
+
value: 1
|
300 |
+
per_gpu_train_batch_size:
|
301 |
+
desc: null
|
302 |
+
value: None
|
303 |
+
per_gpu_eval_batch_size:
|
304 |
+
desc: null
|
305 |
+
value: None
|
306 |
+
gradient_accumulation_steps:
|
307 |
+
desc: null
|
308 |
+
value: 16
|
309 |
+
eval_accumulation_steps:
|
310 |
+
desc: null
|
311 |
+
value: None
|
312 |
+
eval_delay:
|
313 |
+
desc: null
|
314 |
+
value: 0
|
315 |
+
learning_rate:
|
316 |
+
desc: null
|
317 |
+
value: 2.0e-05
|
318 |
+
weight_decay:
|
319 |
+
desc: null
|
320 |
+
value: 0.0
|
321 |
+
adam_beta1:
|
322 |
+
desc: null
|
323 |
+
value: 0.9
|
324 |
+
adam_beta2:
|
325 |
+
desc: null
|
326 |
+
value: 0.999
|
327 |
+
adam_epsilon:
|
328 |
+
desc: null
|
329 |
+
value: 1.0e-08
|
330 |
+
max_grad_norm:
|
331 |
+
desc: null
|
332 |
+
value: 1.0
|
333 |
+
num_train_epochs:
|
334 |
+
desc: null
|
335 |
+
value: 2
|
336 |
+
max_steps:
|
337 |
+
desc: null
|
338 |
+
value: -1
|
339 |
+
lr_scheduler_type:
|
340 |
+
desc: null
|
341 |
+
value: cosine
|
342 |
+
warmup_ratio:
|
343 |
+
desc: null
|
344 |
+
value: 0.0
|
345 |
+
warmup_steps:
|
346 |
+
desc: null
|
347 |
+
value: 10
|
348 |
+
log_level:
|
349 |
+
desc: null
|
350 |
+
value: passive
|
351 |
+
log_level_replica:
|
352 |
+
desc: null
|
353 |
+
value: warning
|
354 |
+
log_on_each_node:
|
355 |
+
desc: null
|
356 |
+
value: true
|
357 |
+
logging_dir:
|
358 |
+
desc: null
|
359 |
+
value: output-7b-26k-lora/runs/Feb08_18-53-01_default
|
360 |
+
logging_strategy:
|
361 |
+
desc: null
|
362 |
+
value: steps
|
363 |
+
logging_first_step:
|
364 |
+
desc: null
|
365 |
+
value: false
|
366 |
+
logging_steps:
|
367 |
+
desc: null
|
368 |
+
value: 1
|
369 |
+
logging_nan_inf_filter:
|
370 |
+
desc: null
|
371 |
+
value: true
|
372 |
+
save_strategy:
|
373 |
+
desc: null
|
374 |
+
value: epoch
|
375 |
+
save_steps:
|
376 |
+
desc: null
|
377 |
+
value: 100
|
378 |
+
save_total_limit:
|
379 |
+
desc: null
|
380 |
+
value: 100
|
381 |
+
save_safetensors:
|
382 |
+
desc: null
|
383 |
+
value: false
|
384 |
+
save_on_each_node:
|
385 |
+
desc: null
|
386 |
+
value: false
|
387 |
+
no_cuda:
|
388 |
+
desc: null
|
389 |
+
value: false
|
390 |
+
use_mps_device:
|
391 |
+
desc: null
|
392 |
+
value: false
|
393 |
+
seed:
|
394 |
+
desc: null
|
395 |
+
value: 42
|
396 |
+
data_seed:
|
397 |
+
desc: null
|
398 |
+
value: None
|
399 |
+
jit_mode_eval:
|
400 |
+
desc: null
|
401 |
+
value: false
|
402 |
+
use_ipex:
|
403 |
+
desc: null
|
404 |
+
value: false
|
405 |
+
bf16:
|
406 |
+
desc: null
|
407 |
+
value: true
|
408 |
+
fp16:
|
409 |
+
desc: null
|
410 |
+
value: false
|
411 |
+
fp16_opt_level:
|
412 |
+
desc: null
|
413 |
+
value: O1
|
414 |
+
half_precision_backend:
|
415 |
+
desc: null
|
416 |
+
value: auto
|
417 |
+
bf16_full_eval:
|
418 |
+
desc: null
|
419 |
+
value: false
|
420 |
+
fp16_full_eval:
|
421 |
+
desc: null
|
422 |
+
value: false
|
423 |
+
tf32:
|
424 |
+
desc: null
|
425 |
+
value: None
|
426 |
+
local_rank:
|
427 |
+
desc: null
|
428 |
+
value: 0
|
429 |
+
ddp_backend:
|
430 |
+
desc: null
|
431 |
+
value: None
|
432 |
+
tpu_num_cores:
|
433 |
+
desc: null
|
434 |
+
value: None
|
435 |
+
tpu_metrics_debug:
|
436 |
+
desc: null
|
437 |
+
value: false
|
438 |
+
debug:
|
439 |
+
desc: null
|
440 |
+
value: '[]'
|
441 |
+
dataloader_drop_last:
|
442 |
+
desc: null
|
443 |
+
value: false
|
444 |
+
eval_steps:
|
445 |
+
desc: null
|
446 |
+
value: None
|
447 |
+
dataloader_num_workers:
|
448 |
+
desc: null
|
449 |
+
value: 4
|
450 |
+
past_index:
|
451 |
+
desc: null
|
452 |
+
value: -1
|
453 |
+
run_name:
|
454 |
+
desc: null
|
455 |
+
value: output-7b-26k-lora
|
456 |
+
disable_tqdm:
|
457 |
+
desc: null
|
458 |
+
value: false
|
459 |
+
remove_unused_columns:
|
460 |
+
desc: null
|
461 |
+
value: true
|
462 |
+
label_names:
|
463 |
+
desc: null
|
464 |
+
value: None
|
465 |
+
load_best_model_at_end:
|
466 |
+
desc: null
|
467 |
+
value: false
|
468 |
+
metric_for_best_model:
|
469 |
+
desc: null
|
470 |
+
value: None
|
471 |
+
greater_is_better:
|
472 |
+
desc: null
|
473 |
+
value: None
|
474 |
+
ignore_data_skip:
|
475 |
+
desc: null
|
476 |
+
value: false
|
477 |
+
sharded_ddp:
|
478 |
+
desc: null
|
479 |
+
value: '[]'
|
480 |
+
fsdp:
|
481 |
+
desc: null
|
482 |
+
value: '[]'
|
483 |
+
fsdp_min_num_params:
|
484 |
+
desc: null
|
485 |
+
value: 0
|
486 |
+
fsdp_config:
|
487 |
+
desc: null
|
488 |
+
value: '{''fsdp_min_num_params'': 0, ''xla'': False, ''xla_fsdp_grad_ckpt'': False}'
|
489 |
+
fsdp_transformer_layer_cls_to_wrap:
|
490 |
+
desc: null
|
491 |
+
value: None
|
492 |
+
deepspeed:
|
493 |
+
desc: null
|
494 |
+
value: None
|
495 |
+
label_smoothing_factor:
|
496 |
+
desc: null
|
497 |
+
value: 0.0
|
498 |
+
optim:
|
499 |
+
desc: null
|
500 |
+
value: adamw_torch
|
501 |
+
optim_args:
|
502 |
+
desc: null
|
503 |
+
value: None
|
504 |
+
adafactor:
|
505 |
+
desc: null
|
506 |
+
value: false
|
507 |
+
group_by_length:
|
508 |
+
desc: null
|
509 |
+
value: false
|
510 |
+
length_column_name:
|
511 |
+
desc: null
|
512 |
+
value: length
|
513 |
+
report_to:
|
514 |
+
desc: null
|
515 |
+
value: '[''tensorboard'', ''wandb'']'
|
516 |
+
ddp_find_unused_parameters:
|
517 |
+
desc: null
|
518 |
+
value: None
|
519 |
+
ddp_bucket_cap_mb:
|
520 |
+
desc: null
|
521 |
+
value: None
|
522 |
+
ddp_broadcast_buffers:
|
523 |
+
desc: null
|
524 |
+
value: None
|
525 |
+
dataloader_pin_memory:
|
526 |
+
desc: null
|
527 |
+
value: true
|
528 |
+
skip_memory_metrics:
|
529 |
+
desc: null
|
530 |
+
value: true
|
531 |
+
use_legacy_prediction_loop:
|
532 |
+
desc: null
|
533 |
+
value: false
|
534 |
+
push_to_hub:
|
535 |
+
desc: null
|
536 |
+
value: true
|
537 |
+
resume_from_checkpoint:
|
538 |
+
desc: null
|
539 |
+
value: None
|
540 |
+
hub_model_id:
|
541 |
+
desc: null
|
542 |
+
value: zzz99/output-7b-26k-lora
|
543 |
+
hub_strategy:
|
544 |
+
desc: null
|
545 |
+
value: every_save
|
546 |
+
hub_token:
|
547 |
+
desc: null
|
548 |
+
value: <HUB_TOKEN>
|
549 |
+
hub_private_repo:
|
550 |
+
desc: null
|
551 |
+
value: false
|
552 |
+
gradient_checkpointing:
|
553 |
+
desc: null
|
554 |
+
value: true
|
555 |
+
include_inputs_for_metrics:
|
556 |
+
desc: null
|
557 |
+
value: false
|
558 |
+
fp16_backend:
|
559 |
+
desc: null
|
560 |
+
value: auto
|
561 |
+
push_to_hub_model_id:
|
562 |
+
desc: null
|
563 |
+
value: None
|
564 |
+
push_to_hub_organization:
|
565 |
+
desc: null
|
566 |
+
value: None
|
567 |
+
push_to_hub_token:
|
568 |
+
desc: null
|
569 |
+
value: <PUSH_TO_HUB_TOKEN>
|
570 |
+
mp_parameters:
|
571 |
+
desc: null
|
572 |
+
value: ''
|
573 |
+
auto_find_batch_size:
|
574 |
+
desc: null
|
575 |
+
value: false
|
576 |
+
full_determinism:
|
577 |
+
desc: null
|
578 |
+
value: false
|
579 |
+
torchdynamo:
|
580 |
+
desc: null
|
581 |
+
value: None
|
582 |
+
ray_scope:
|
583 |
+
desc: null
|
584 |
+
value: last
|
585 |
+
ddp_timeout:
|
586 |
+
desc: null
|
587 |
+
value: 1800
|
588 |
+
torch_compile:
|
589 |
+
desc: null
|
590 |
+
value: false
|
591 |
+
torch_compile_backend:
|
592 |
+
desc: null
|
593 |
+
value: None
|
594 |
+
torch_compile_mode:
|
595 |
+
desc: null
|
596 |
+
value: None
|
597 |
+
xpu_backend:
|
598 |
+
desc: null
|
599 |
+
value: None
|
600 |
+
cache_dir:
|
601 |
+
desc: null
|
602 |
+
value: None
|
603 |
+
model_max_length:
|
604 |
+
desc: null
|
605 |
+
value: 960
|
606 |
+
gradient_checkpointing_kwargs:
|
607 |
+
desc: null
|
608 |
+
value: '{''use_reentrant'': False}'
|
609 |
+
train_batch_size:
|
610 |
+
desc: null
|
611 |
+
value: 4
|
612 |
+
eval_batch_size:
|
613 |
+
desc: null
|
614 |
+
value: 1
|
wandb/run-20240208_185311-5uym8l7w/files/output.log
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
0%| | 0/2 [00:00<?, ?it/s]`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`...
|
2 |
+
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
|
3 |
+
warnings.warn("None of the inputs have requires_grad=True. Gradients will be None")
|
4 |
+
Traceback (most recent call last):
|
5 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py", line 236, in <module>
|
6 |
+
train()
|
7 |
+
File "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py", line 223, in train
|
8 |
+
trainer.train()
|
9 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1539, in train
|
10 |
+
return inner_training_loop(
|
11 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 1809, in _inner_training_loop
|
12 |
+
tr_loss_step = self.training_step(model, inputs)
|
13 |
+
File "/opt/conda/lib/python3.10/site-packages/transformers/trainer.py", line 2665, in training_step
|
14 |
+
self.accelerator.backward(loss)
|
15 |
+
File "/opt/conda/lib/python3.10/site-packages/accelerate/accelerator.py", line 1853, in backward
|
16 |
+
loss.backward(**kwargs)
|
17 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/_tensor.py", line 487, in backward
|
18 |
+
torch.autograd.backward(
|
19 |
+
File "/opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py", line 200, in backward
|
20 |
+
Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
|
21 |
+
RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
|
wandb/run-20240208_185311-5uym8l7w/files/requirements.txt
ADDED
@@ -0,0 +1,419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.0.0
|
2 |
+
accelerate==0.21.0
|
3 |
+
aiobotocore==2.7.0
|
4 |
+
aiohttp==3.9.1
|
5 |
+
aioitertools==0.11.0
|
6 |
+
aiosignal==1.3.1
|
7 |
+
aiosqlite==0.19.0
|
8 |
+
altair==5.2.0
|
9 |
+
amazon-codewhisperer-jupyterlab-ext==2.0.1
|
10 |
+
amazon-sagemaker-jupyter-scheduler==3.0.5
|
11 |
+
annotated-types==0.6.0
|
12 |
+
ansi2html==0.0.0
|
13 |
+
ansiwrap==0.8.4
|
14 |
+
antlr4-python3-runtime==4.9.3
|
15 |
+
anyio==3.7.1
|
16 |
+
appdirs==1.4.4
|
17 |
+
archspec==0.2.2
|
18 |
+
argon2-cffi-bindings==21.2.0
|
19 |
+
argon2-cffi==23.1.0
|
20 |
+
arrow==1.3.0
|
21 |
+
astroid==3.0.1
|
22 |
+
asttokens==2.4.1
|
23 |
+
astunparse==1.6.3
|
24 |
+
async-lru==2.0.4
|
25 |
+
async-timeout==4.0.3
|
26 |
+
attrs==23.1.0
|
27 |
+
autogluon.common==0.8.2
|
28 |
+
autogluon.core==0.8.2
|
29 |
+
autogluon.features==0.8.2
|
30 |
+
autogluon.multimodal==0.8.2
|
31 |
+
autogluon.tabular==0.8.2
|
32 |
+
autogluon.timeseries==0.8.2
|
33 |
+
autogluon==0.8.2
|
34 |
+
autopep8==2.0.4
|
35 |
+
autovizwidget==0.21.0
|
36 |
+
aws-embedded-metrics==3.2.0
|
37 |
+
aws-glue-sessions==1.0.4
|
38 |
+
babel==2.13.1
|
39 |
+
beautifulsoup4==4.12.2
|
40 |
+
binaryornot==0.4.4
|
41 |
+
black==23.11.0
|
42 |
+
bleach==6.1.0
|
43 |
+
blinker==1.7.0
|
44 |
+
blis==0.7.10
|
45 |
+
boltons==23.0.0
|
46 |
+
boto3==1.28.64
|
47 |
+
botocore==1.31.64
|
48 |
+
brotli==1.0.9
|
49 |
+
cached-property==1.5.2
|
50 |
+
cachetools==5.3.2
|
51 |
+
catalogue==2.0.10
|
52 |
+
catboost==1.2.2
|
53 |
+
certifi==2023.11.17
|
54 |
+
cffi==1.16.0
|
55 |
+
chardet==5.2.0
|
56 |
+
charset-normalizer==3.3.2
|
57 |
+
click==8.1.7
|
58 |
+
cloudpathlib==0.16.0
|
59 |
+
cloudpickle==2.2.1
|
60 |
+
colorama==0.4.6
|
61 |
+
comm==0.1.4
|
62 |
+
conda-libmamba-solver==23.11.1
|
63 |
+
conda-package-handling==2.2.0
|
64 |
+
conda-package-streaming==0.9.0
|
65 |
+
conda==23.11.0
|
66 |
+
confection==0.1.4
|
67 |
+
contextlib2==21.6.0
|
68 |
+
contourpy==1.2.0
|
69 |
+
cookiecutter==2.5.0
|
70 |
+
croniter==1.4.1
|
71 |
+
cryptography==41.0.7
|
72 |
+
cycler==0.12.1
|
73 |
+
cymem==2.0.8
|
74 |
+
cytoolz==0.12.2
|
75 |
+
dash==2.14.2
|
76 |
+
dask==2023.12.0
|
77 |
+
dataclasses-json==0.6.3
|
78 |
+
dataclasses==0.8
|
79 |
+
datasets==2.14.7
|
80 |
+
debugpy==1.8.0
|
81 |
+
decorator==5.1.1
|
82 |
+
deepmerge==1.1.0
|
83 |
+
defusedxml==0.7.1
|
84 |
+
dill==0.3.7
|
85 |
+
distributed==2023.12.0
|
86 |
+
distro==1.8.0
|
87 |
+
docker-pycreds==0.4.0
|
88 |
+
docstring-to-markdown==0.13
|
89 |
+
entrypoints==0.4
|
90 |
+
et-xmlfile==1.1.0
|
91 |
+
evaluate==0.4.1
|
92 |
+
exceptiongroup==1.2.0
|
93 |
+
executing==2.0.1
|
94 |
+
faiss==1.7.4
|
95 |
+
fastai==2.7.13
|
96 |
+
fastcore==1.5.29
|
97 |
+
fastdownload==0.0.7
|
98 |
+
fastjsonschema==2.19.0
|
99 |
+
fastprogress==1.0.3
|
100 |
+
filelock==3.13.1
|
101 |
+
flake8==6.1.0
|
102 |
+
flask==3.0.0
|
103 |
+
flatbuffers==23.5.26
|
104 |
+
fonttools==4.46.0
|
105 |
+
fqdn==1.5.1
|
106 |
+
frozenlist==1.4.0
|
107 |
+
fsspec==2023.6.0
|
108 |
+
future==0.18.3
|
109 |
+
gast==0.4.0
|
110 |
+
gdown==4.7.1
|
111 |
+
gitdb==4.0.11
|
112 |
+
gitpython==3.1.40
|
113 |
+
gluonts==0.13.7
|
114 |
+
gmpy2==2.1.2
|
115 |
+
google-api-core==2.15.0
|
116 |
+
google-auth-oauthlib==1.0.0
|
117 |
+
google-auth==2.25.2
|
118 |
+
google-pasta==0.2.0
|
119 |
+
googleapis-common-protos==1.62.0
|
120 |
+
graphviz==0.20.1
|
121 |
+
greenlet==3.0.1
|
122 |
+
grpcio==1.54.3
|
123 |
+
gssapi==1.8.3
|
124 |
+
h5py==3.10.0
|
125 |
+
hdijupyterutils==0.21.0
|
126 |
+
huggingface-hub==0.19.4
|
127 |
+
idna==3.6
|
128 |
+
imagecodecs==2023.8.12
|
129 |
+
imageio==2.31.5
|
130 |
+
importlib-metadata==6.10.0
|
131 |
+
importlib-resources==6.1.1
|
132 |
+
iniconfig==2.0.0
|
133 |
+
ipykernel==6.26.0
|
134 |
+
ipython==8.18.1
|
135 |
+
ipywidgets==8.1.1
|
136 |
+
isoduration==20.11.0
|
137 |
+
isort==5.12.0
|
138 |
+
itsdangerous==2.1.2
|
139 |
+
jax==0.4.20
|
140 |
+
jaxlib==0.4.14
|
141 |
+
jedi==0.19.1
|
142 |
+
jinja2==3.1.2
|
143 |
+
jmespath==1.0.1
|
144 |
+
joblib==1.3.2
|
145 |
+
json5==0.9.14
|
146 |
+
jsonpatch==1.33
|
147 |
+
jsonpath-ng==1.6.0
|
148 |
+
jsonpointer==2.4
|
149 |
+
jsonschema==4.17.3
|
150 |
+
jupyter-ai-magics==2.6.0
|
151 |
+
jupyter-ai==2.6.0
|
152 |
+
jupyter-client==8.6.0
|
153 |
+
jupyter-console==6.6.3
|
154 |
+
jupyter-core==5.5.0
|
155 |
+
jupyter-dash==0.4.2
|
156 |
+
jupyter-events==0.6.3
|
157 |
+
jupyter-lsp==2.2.1
|
158 |
+
jupyter-scheduler==2.4.0
|
159 |
+
jupyter-server-mathjax==0.2.6
|
160 |
+
jupyter-server-proxy==4.1.0
|
161 |
+
jupyter-server-terminals==0.5.0
|
162 |
+
jupyter-server==2.10.0
|
163 |
+
jupyter==1.0.0
|
164 |
+
jupyterlab-git==0.50.0
|
165 |
+
jupyterlab-lsp==5.0.1
|
166 |
+
jupyterlab-pygments==0.3.0
|
167 |
+
jupyterlab-server==2.24.0
|
168 |
+
jupyterlab-widgets==3.0.9
|
169 |
+
jupyterlab==4.0.9
|
170 |
+
keras-preprocessing==1.1.2
|
171 |
+
keras==2.12.0
|
172 |
+
kiwisolver==1.4.5
|
173 |
+
krb5==0.5.1
|
174 |
+
langchain==0.0.318
|
175 |
+
langcodes==3.3.0
|
176 |
+
langsmith==0.0.69
|
177 |
+
libmambapy==1.5.3
|
178 |
+
lightgbm==3.3.5
|
179 |
+
lightning-utilities==0.10.0
|
180 |
+
llvmlite==0.41.1
|
181 |
+
locket==1.0.0
|
182 |
+
markdown-it-py==3.0.0
|
183 |
+
markdown==3.5.1
|
184 |
+
markupsafe==2.1.3
|
185 |
+
marshmallow==3.20.1
|
186 |
+
matplotlib-inline==0.1.6
|
187 |
+
matplotlib==3.8.2
|
188 |
+
mccabe==0.7.0
|
189 |
+
mdurl==0.1.0
|
190 |
+
menuinst==2.0.1
|
191 |
+
mistune==3.0.2
|
192 |
+
ml-dtypes==0.3.1
|
193 |
+
mlforecast==0.7.3
|
194 |
+
mock==5.1.0
|
195 |
+
model-index==0.1.11
|
196 |
+
mpmath==1.3.0
|
197 |
+
msgpack==1.0.7
|
198 |
+
multidict==6.0.4
|
199 |
+
multiprocess==0.70.15
|
200 |
+
munkres==1.1.4
|
201 |
+
murmurhash==1.0.10
|
202 |
+
mypy-extensions==1.0.0
|
203 |
+
nbclient==0.8.0
|
204 |
+
nbconvert==7.12.0
|
205 |
+
nbdime==4.0.1
|
206 |
+
nbformat==5.9.2
|
207 |
+
nest-asyncio==1.5.8
|
208 |
+
networkx==3.2.1
|
209 |
+
nlpaug==1.1.11
|
210 |
+
nltk==3.8.1
|
211 |
+
nose==1.3.7
|
212 |
+
notebook-shim==0.2.3
|
213 |
+
notebook==7.0.6
|
214 |
+
nptyping==2.4.1
|
215 |
+
numba==0.58.1
|
216 |
+
numexpr==2.8.7
|
217 |
+
numpy==1.26.2
|
218 |
+
oauthlib==3.2.2
|
219 |
+
omegaconf==2.2.3
|
220 |
+
openai==0.28.1
|
221 |
+
openapi-schema-pydantic==1.2.4
|
222 |
+
openmim==0.3.7
|
223 |
+
openpyxl==3.1.2
|
224 |
+
opt-einsum==3.3.0
|
225 |
+
ordered-set==4.1.0
|
226 |
+
overrides==7.4.0
|
227 |
+
packaging==23.2
|
228 |
+
pandas-stubs==2.1.1.230928
|
229 |
+
pandas==2.1.4
|
230 |
+
pandocfilters==1.5.0
|
231 |
+
papermill==2.4.0
|
232 |
+
parso==0.8.3
|
233 |
+
partd==1.4.1
|
234 |
+
pathos==0.3.1
|
235 |
+
pathspec==0.12.1
|
236 |
+
pathtools==0.1.2
|
237 |
+
pathy==0.10.2
|
238 |
+
patsy==0.5.4
|
239 |
+
peft==0.8.2
|
240 |
+
pexpect==4.8.0
|
241 |
+
pickleshare==0.7.5
|
242 |
+
pillow==9.5.0
|
243 |
+
pip==23.3.1
|
244 |
+
pkgutil-resolve-name==1.3.10
|
245 |
+
platformdirs==4.1.0
|
246 |
+
plotly==5.18.0
|
247 |
+
pluggy==1.3.0
|
248 |
+
ply==3.11
|
249 |
+
pox==0.3.3
|
250 |
+
ppft==1.7.6.7
|
251 |
+
preshed==3.0.9
|
252 |
+
prometheus-client==0.19.0
|
253 |
+
prompt-toolkit==3.0.41
|
254 |
+
protobuf==4.21.12
|
255 |
+
psutil==5.9.5
|
256 |
+
ptyprocess==0.7.0
|
257 |
+
pure-eval==0.2.2
|
258 |
+
pure-sasl==0.6.2
|
259 |
+
pyarrow-hotfix==0.6
|
260 |
+
pyarrow==12.0.1
|
261 |
+
pyasn1-modules==0.3.0
|
262 |
+
pyasn1==0.5.1
|
263 |
+
pycodestyle==2.11.1
|
264 |
+
pycosat==0.6.6
|
265 |
+
pycparser==2.21
|
266 |
+
pydantic-core==2.14.3
|
267 |
+
pydantic==1.10.13
|
268 |
+
pydocstyle==6.3.0
|
269 |
+
pyflakes==3.1.0
|
270 |
+
pygments==2.17.2
|
271 |
+
pyhive==0.7.0
|
272 |
+
pyjwt==2.8.0
|
273 |
+
pylint==3.0.3
|
274 |
+
pyopenssl==23.3.0
|
275 |
+
pyparsing==3.1.1
|
276 |
+
pyqt5-sip==12.12.2
|
277 |
+
pyqt5==5.15.9
|
278 |
+
pyrsistent==0.20.0
|
279 |
+
pysocks==1.7.1
|
280 |
+
pyspnego==0.9.1
|
281 |
+
pytesseract==0.3.10
|
282 |
+
pytest-subtests==0.11.0
|
283 |
+
pytest==7.4.3
|
284 |
+
python-dateutil==2.8.2
|
285 |
+
python-json-logger==2.0.7
|
286 |
+
python-lsp-jsonrpc==1.1.2
|
287 |
+
python-lsp-server==1.9.0
|
288 |
+
python-slugify==8.0.1
|
289 |
+
pytoolconfig==1.2.5
|
290 |
+
pytorch-lightning==2.0.9
|
291 |
+
pytorch-metric-learning==1.7.3
|
292 |
+
pytz==2023.3
|
293 |
+
pyu2f==0.1.5
|
294 |
+
pywavelets==1.4.1
|
295 |
+
pyyaml==6.0.1
|
296 |
+
pyzmq==25.1.2
|
297 |
+
qtconsole==5.5.1
|
298 |
+
qtpy==2.4.1
|
299 |
+
regex==2023.10.3
|
300 |
+
requests-kerberos==0.14.0
|
301 |
+
requests-oauthlib==1.3.1
|
302 |
+
requests==2.31.0
|
303 |
+
responses==0.18.0
|
304 |
+
retrying==1.3.3
|
305 |
+
rfc3339-validator==0.1.4
|
306 |
+
rfc3986-validator==0.1.1
|
307 |
+
rich==13.7.0
|
308 |
+
rope==1.11.0
|
309 |
+
rsa==4.9
|
310 |
+
ruamel.yaml.clib==0.2.7
|
311 |
+
ruamel.yaml==0.18.5
|
312 |
+
s3transfer==0.7.0
|
313 |
+
sacremoses==0.0.53
|
314 |
+
safetensors==0.3.3
|
315 |
+
sagemaker-headless-execution-driver==0.0.12
|
316 |
+
sagemaker-jupyterlab-emr-extension==0.1.9
|
317 |
+
sagemaker-jupyterlab-extension-common==0.1.9
|
318 |
+
sagemaker-jupyterlab-extension==0.2.0
|
319 |
+
sagemaker-kernel-wrapper==0.0.2
|
320 |
+
sagemaker-studio-analytics-extension==0.0.21
|
321 |
+
sagemaker-studio-sparkmagic-lib==0.1.4
|
322 |
+
sagemaker==2.198.0
|
323 |
+
sasl==0.3.1
|
324 |
+
schema==0.7.5
|
325 |
+
scikit-image==0.19.3
|
326 |
+
scikit-learn==1.3.2
|
327 |
+
scipy==1.11.4
|
328 |
+
send2trash==1.8.2
|
329 |
+
sentencepiece==0.1.99
|
330 |
+
sentry-sdk==1.38.0
|
331 |
+
seqeval==1.2.2
|
332 |
+
setproctitle==1.3.3
|
333 |
+
setuptools==68.2.2
|
334 |
+
shellingham==1.5.4
|
335 |
+
simpervisor==1.0.0
|
336 |
+
sip==6.7.12
|
337 |
+
six==1.16.0
|
338 |
+
smart-open==5.2.1
|
339 |
+
smdebug-rulesconfig==1.0.1
|
340 |
+
smmap==5.0.0
|
341 |
+
sniffio==1.3.0
|
342 |
+
snowballstemmer==2.2.0
|
343 |
+
sortedcontainers==2.4.0
|
344 |
+
soupsieve==2.5
|
345 |
+
spacy-legacy==3.0.12
|
346 |
+
spacy-loggers==1.0.5
|
347 |
+
spacy==3.7.2
|
348 |
+
sparkmagic==0.21.0
|
349 |
+
sqlalchemy==1.4.49
|
350 |
+
srsly==2.4.8
|
351 |
+
stack-data==0.6.2
|
352 |
+
statsforecast==1.4.0
|
353 |
+
statsmodels==0.14.0
|
354 |
+
supervisor==4.2.5
|
355 |
+
sympy==1.12
|
356 |
+
tabulate==0.9.0
|
357 |
+
tblib==1.7.0
|
358 |
+
tenacity==8.2.3
|
359 |
+
tensorboard-data-server==0.7.0
|
360 |
+
tensorboard==2.12.3
|
361 |
+
tensorflow-estimator==2.12.0
|
362 |
+
tensorflow==2.12.1
|
363 |
+
termcolor==2.3.0
|
364 |
+
terminado==0.18.0
|
365 |
+
text-unidecode==1.3
|
366 |
+
textwrap3==0.9.2
|
367 |
+
thinc==8.2.1
|
368 |
+
threadpoolctl==3.2.0
|
369 |
+
thrift-sasl==0.4.3
|
370 |
+
thrift==0.19.0
|
371 |
+
tifffile==2023.12.9
|
372 |
+
tiktoken==0.5.2
|
373 |
+
timm==0.9.12
|
374 |
+
tinycss2==1.2.1
|
375 |
+
tokenizers==0.13.3
|
376 |
+
toml==0.10.2
|
377 |
+
tomli==2.0.1
|
378 |
+
tomlkit==0.12.3
|
379 |
+
toolz==0.12.0
|
380 |
+
torch==2.0.0.post200
|
381 |
+
torchmetrics==1.0.3
|
382 |
+
torchvision==0.15.2a0+072ec57
|
383 |
+
tornado==6.3.3
|
384 |
+
tqdm==4.66.1
|
385 |
+
traitlets==5.14.0
|
386 |
+
transformers==4.31.0
|
387 |
+
truststore==0.8.0
|
388 |
+
typer==0.9.0
|
389 |
+
types-python-dateutil==2.8.19.14
|
390 |
+
types-pytz==2023.3.1.1
|
391 |
+
typing-extensions==4.5.0
|
392 |
+
typing-inspect==0.9.0
|
393 |
+
typing-utils==0.1.0
|
394 |
+
typish==1.9.3
|
395 |
+
tzdata==2023.3
|
396 |
+
ujson==5.9.0
|
397 |
+
unicodedata2==15.1.0
|
398 |
+
uri-template==1.3.0
|
399 |
+
urllib3==1.26.18
|
400 |
+
wandb==0.16.1
|
401 |
+
wasabi==1.1.2
|
402 |
+
wcwidth==0.2.12
|
403 |
+
weasel==0.3.4
|
404 |
+
webcolors==1.13
|
405 |
+
webencodings==0.5.1
|
406 |
+
websocket-client==1.7.0
|
407 |
+
werkzeug==3.0.1
|
408 |
+
whatthepatch==1.0.5
|
409 |
+
wheel==0.42.0
|
410 |
+
widgetsnbextension==4.0.9
|
411 |
+
window-ops==0.0.14
|
412 |
+
wrapt==1.16.0
|
413 |
+
xgboost==1.7.6
|
414 |
+
xxhash==3.4.1
|
415 |
+
yapf==0.40.1
|
416 |
+
yarl==1.9.3
|
417 |
+
zict==3.0.0
|
418 |
+
zipp==3.17.0
|
419 |
+
zstandard==0.22.0
|
wandb/run-20240208_185311-5uym8l7w/files/wandb-metadata.json
ADDED
@@ -0,0 +1,1029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-4.14.336-253.554.amzn2.x86_64-x86_64-with-glibc2.35",
|
3 |
+
"python": "3.10.13",
|
4 |
+
"heartbeatAt": "2024-02-08T18:53:11.692683",
|
5 |
+
"startedAt": "2024-02-08T18:53:11.292051",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [],
|
9 |
+
"state": "running",
|
10 |
+
"program": "/home/sagemaker-user/output-7b-26k-lora/../lora_finetuning_push_to_hub_save_local_latest.py",
|
11 |
+
"codePathLocal": null,
|
12 |
+
"host": "default",
|
13 |
+
"username": "sagemaker-user",
|
14 |
+
"executable": "/opt/conda/bin/python3",
|
15 |
+
"cpu_count": 96,
|
16 |
+
"cpu_count_logical": 192,
|
17 |
+
"cpu_freq": {
|
18 |
+
"current": 3259.3440989583337,
|
19 |
+
"min": 0.0,
|
20 |
+
"max": 0.0
|
21 |
+
},
|
22 |
+
"cpu_freq_per_core": [
|
23 |
+
{
|
24 |
+
"current": 3299.457,
|
25 |
+
"min": 0.0,
|
26 |
+
"max": 0.0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"current": 3299.806,
|
30 |
+
"min": 0.0,
|
31 |
+
"max": 0.0
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"current": 3205.787,
|
35 |
+
"min": 0.0,
|
36 |
+
"max": 0.0
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"current": 3178.002,
|
40 |
+
"min": 0.0,
|
41 |
+
"max": 0.0
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"current": 3200.706,
|
45 |
+
"min": 0.0,
|
46 |
+
"max": 0.0
|
47 |
+
},
|
48 |
+
{
|
49 |
+
"current": 3196.209,
|
50 |
+
"min": 0.0,
|
51 |
+
"max": 0.0
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"current": 3188.711,
|
55 |
+
"min": 0.0,
|
56 |
+
"max": 0.0
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"current": 3189.097,
|
60 |
+
"min": 0.0,
|
61 |
+
"max": 0.0
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"current": 3206.992,
|
65 |
+
"min": 0.0,
|
66 |
+
"max": 0.0
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"current": 3200.764,
|
70 |
+
"min": 0.0,
|
71 |
+
"max": 0.0
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"current": 2810.939,
|
75 |
+
"min": 0.0,
|
76 |
+
"max": 0.0
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"current": 2847.942,
|
80 |
+
"min": 0.0,
|
81 |
+
"max": 0.0
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"current": 2923.114,
|
85 |
+
"min": 0.0,
|
86 |
+
"max": 0.0
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"current": 3028.23,
|
90 |
+
"min": 0.0,
|
91 |
+
"max": 0.0
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"current": 3012.472,
|
95 |
+
"min": 0.0,
|
96 |
+
"max": 0.0
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"current": 3044.914,
|
100 |
+
"min": 0.0,
|
101 |
+
"max": 0.0
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"current": 2953.37,
|
105 |
+
"min": 0.0,
|
106 |
+
"max": 0.0
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"current": 2957.586,
|
110 |
+
"min": 0.0,
|
111 |
+
"max": 0.0
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"current": 2984.294,
|
115 |
+
"min": 0.0,
|
116 |
+
"max": 0.0
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"current": 2961.352,
|
120 |
+
"min": 0.0,
|
121 |
+
"max": 0.0
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"current": 2901.559,
|
125 |
+
"min": 0.0,
|
126 |
+
"max": 0.0
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"current": 2801.726,
|
130 |
+
"min": 0.0,
|
131 |
+
"max": 0.0
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"current": 2985.17,
|
135 |
+
"min": 0.0,
|
136 |
+
"max": 0.0
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"current": 2963.11,
|
140 |
+
"min": 0.0,
|
141 |
+
"max": 0.0
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"current": 2912.001,
|
145 |
+
"min": 0.0,
|
146 |
+
"max": 0.0
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"current": 2965.712,
|
150 |
+
"min": 0.0,
|
151 |
+
"max": 0.0
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"current": 2966.821,
|
155 |
+
"min": 0.0,
|
156 |
+
"max": 0.0
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"current": 2871.172,
|
160 |
+
"min": 0.0,
|
161 |
+
"max": 0.0
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"current": 2974.758,
|
165 |
+
"min": 0.0,
|
166 |
+
"max": 0.0
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"current": 2989.099,
|
170 |
+
"min": 0.0,
|
171 |
+
"max": 0.0
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"current": 2948.999,
|
175 |
+
"min": 0.0,
|
176 |
+
"max": 0.0
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"current": 2895.266,
|
180 |
+
"min": 0.0,
|
181 |
+
"max": 0.0
|
182 |
+
},
|
183 |
+
{
|
184 |
+
"current": 3299.988,
|
185 |
+
"min": 0.0,
|
186 |
+
"max": 0.0
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"current": 2924.435,
|
190 |
+
"min": 0.0,
|
191 |
+
"max": 0.0
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"current": 2919.839,
|
195 |
+
"min": 0.0,
|
196 |
+
"max": 0.0
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"current": 2875.943,
|
200 |
+
"min": 0.0,
|
201 |
+
"max": 0.0
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"current": 3300.697,
|
205 |
+
"min": 0.0,
|
206 |
+
"max": 0.0
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"current": 2805.016,
|
210 |
+
"min": 0.0,
|
211 |
+
"max": 0.0
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"current": 3298.583,
|
215 |
+
"min": 0.0,
|
216 |
+
"max": 0.0
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"current": 3298.604,
|
220 |
+
"min": 0.0,
|
221 |
+
"max": 0.0
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"current": 2673.256,
|
225 |
+
"min": 0.0,
|
226 |
+
"max": 0.0
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"current": 3296.503,
|
230 |
+
"min": 0.0,
|
231 |
+
"max": 0.0
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"current": 3139.11,
|
235 |
+
"min": 0.0,
|
236 |
+
"max": 0.0
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"current": 3137.942,
|
240 |
+
"min": 0.0,
|
241 |
+
"max": 0.0
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"current": 2833.969,
|
245 |
+
"min": 0.0,
|
246 |
+
"max": 0.0
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"current": 3153.277,
|
250 |
+
"min": 0.0,
|
251 |
+
"max": 0.0
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"current": 3178.769,
|
255 |
+
"min": 0.0,
|
256 |
+
"max": 0.0
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"current": 3207.604,
|
260 |
+
"min": 0.0,
|
261 |
+
"max": 0.0
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"current": 2892.532,
|
265 |
+
"min": 0.0,
|
266 |
+
"max": 0.0
|
267 |
+
},
|
268 |
+
{
|
269 |
+
"current": 3299.772,
|
270 |
+
"min": 0.0,
|
271 |
+
"max": 0.0
|
272 |
+
},
|
273 |
+
{
|
274 |
+
"current": 3299.641,
|
275 |
+
"min": 0.0,
|
276 |
+
"max": 0.0
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"current": 3300.096,
|
280 |
+
"min": 0.0,
|
281 |
+
"max": 0.0
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"current": 3298.515,
|
285 |
+
"min": 0.0,
|
286 |
+
"max": 0.0
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"current": 3298.26,
|
290 |
+
"min": 0.0,
|
291 |
+
"max": 0.0
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"current": 3299.084,
|
295 |
+
"min": 0.0,
|
296 |
+
"max": 0.0
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"current": 3298.903,
|
300 |
+
"min": 0.0,
|
301 |
+
"max": 0.0
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"current": 3298.866,
|
305 |
+
"min": 0.0,
|
306 |
+
"max": 0.0
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"current": 3300.276,
|
310 |
+
"min": 0.0,
|
311 |
+
"max": 0.0
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"current": 3298.704,
|
315 |
+
"min": 0.0,
|
316 |
+
"max": 0.0
|
317 |
+
},
|
318 |
+
{
|
319 |
+
"current": 3299.342,
|
320 |
+
"min": 0.0,
|
321 |
+
"max": 0.0
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"current": 3297.795,
|
325 |
+
"min": 0.0,
|
326 |
+
"max": 0.0
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"current": 3297.923,
|
330 |
+
"min": 0.0,
|
331 |
+
"max": 0.0
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"current": 3298.013,
|
335 |
+
"min": 0.0,
|
336 |
+
"max": 0.0
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"current": 3297.43,
|
340 |
+
"min": 0.0,
|
341 |
+
"max": 0.0
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"current": 3299.564,
|
345 |
+
"min": 0.0,
|
346 |
+
"max": 0.0
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"current": 3300.54,
|
350 |
+
"min": 0.0,
|
351 |
+
"max": 0.0
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"current": 2747.263,
|
355 |
+
"min": 0.0,
|
356 |
+
"max": 0.0
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"current": 3299.353,
|
360 |
+
"min": 0.0,
|
361 |
+
"max": 0.0
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"current": 3297.896,
|
365 |
+
"min": 0.0,
|
366 |
+
"max": 0.0
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"current": 2533.725,
|
370 |
+
"min": 0.0,
|
371 |
+
"max": 0.0
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"current": 3299.656,
|
375 |
+
"min": 0.0,
|
376 |
+
"max": 0.0
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"current": 3293.031,
|
380 |
+
"min": 0.0,
|
381 |
+
"max": 0.0
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"current": 3027.834,
|
385 |
+
"min": 0.0,
|
386 |
+
"max": 0.0
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"current": 3024.556,
|
390 |
+
"min": 0.0,
|
391 |
+
"max": 0.0
|
392 |
+
},
|
393 |
+
{
|
394 |
+
"current": 3067.379,
|
395 |
+
"min": 0.0,
|
396 |
+
"max": 0.0
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"current": 3010.826,
|
400 |
+
"min": 0.0,
|
401 |
+
"max": 0.0
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"current": 3101.81,
|
405 |
+
"min": 0.0,
|
406 |
+
"max": 0.0
|
407 |
+
},
|
408 |
+
{
|
409 |
+
"current": 2973.599,
|
410 |
+
"min": 0.0,
|
411 |
+
"max": 0.0
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"current": 3061.27,
|
415 |
+
"min": 0.0,
|
416 |
+
"max": 0.0
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"current": 3291.322,
|
420 |
+
"min": 0.0,
|
421 |
+
"max": 0.0
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"current": 3017.723,
|
425 |
+
"min": 0.0,
|
426 |
+
"max": 0.0
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"current": 2660.496,
|
430 |
+
"min": 0.0,
|
431 |
+
"max": 0.0
|
432 |
+
},
|
433 |
+
{
|
434 |
+
"current": 3004.775,
|
435 |
+
"min": 0.0,
|
436 |
+
"max": 0.0
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"current": 3021.086,
|
440 |
+
"min": 0.0,
|
441 |
+
"max": 0.0
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"current": 3027.592,
|
445 |
+
"min": 0.0,
|
446 |
+
"max": 0.0
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"current": 3059.589,
|
450 |
+
"min": 0.0,
|
451 |
+
"max": 0.0
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"current": 3019.568,
|
455 |
+
"min": 0.0,
|
456 |
+
"max": 0.0
|
457 |
+
},
|
458 |
+
{
|
459 |
+
"current": 3029.623,
|
460 |
+
"min": 0.0,
|
461 |
+
"max": 0.0
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"current": 3080.312,
|
465 |
+
"min": 0.0,
|
466 |
+
"max": 0.0
|
467 |
+
},
|
468 |
+
{
|
469 |
+
"current": 3066.263,
|
470 |
+
"min": 0.0,
|
471 |
+
"max": 0.0
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"current": 2998.37,
|
475 |
+
"min": 0.0,
|
476 |
+
"max": 0.0
|
477 |
+
},
|
478 |
+
{
|
479 |
+
"current": 2949.133,
|
480 |
+
"min": 0.0,
|
481 |
+
"max": 0.0
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"current": 2964.0,
|
485 |
+
"min": 0.0,
|
486 |
+
"max": 0.0
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"current": 3222.788,
|
490 |
+
"min": 0.0,
|
491 |
+
"max": 0.0
|
492 |
+
},
|
493 |
+
{
|
494 |
+
"current": 3299.63,
|
495 |
+
"min": 0.0,
|
496 |
+
"max": 0.0
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"current": 2916.281,
|
500 |
+
"min": 0.0,
|
501 |
+
"max": 0.0
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"current": 2825.282,
|
505 |
+
"min": 0.0,
|
506 |
+
"max": 0.0
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"current": 3038.106,
|
510 |
+
"min": 0.0,
|
511 |
+
"max": 0.0
|
512 |
+
},
|
513 |
+
{
|
514 |
+
"current": 2895.235,
|
515 |
+
"min": 0.0,
|
516 |
+
"max": 0.0
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"current": 3092.874,
|
520 |
+
"min": 0.0,
|
521 |
+
"max": 0.0
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"current": 2924.994,
|
525 |
+
"min": 0.0,
|
526 |
+
"max": 0.0
|
527 |
+
},
|
528 |
+
{
|
529 |
+
"current": 2913.404,
|
530 |
+
"min": 0.0,
|
531 |
+
"max": 0.0
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"current": 2935.638,
|
535 |
+
"min": 0.0,
|
536 |
+
"max": 0.0
|
537 |
+
},
|
538 |
+
{
|
539 |
+
"current": 2583.261,
|
540 |
+
"min": 0.0,
|
541 |
+
"max": 0.0
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"current": 3101.162,
|
545 |
+
"min": 0.0,
|
546 |
+
"max": 0.0
|
547 |
+
},
|
548 |
+
{
|
549 |
+
"current": 3063.704,
|
550 |
+
"min": 0.0,
|
551 |
+
"max": 0.0
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"current": 3093.23,
|
555 |
+
"min": 0.0,
|
556 |
+
"max": 0.0
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"current": 3095.386,
|
560 |
+
"min": 0.0,
|
561 |
+
"max": 0.0
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"current": 2925.773,
|
565 |
+
"min": 0.0,
|
566 |
+
"max": 0.0
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"current": 2920.019,
|
570 |
+
"min": 0.0,
|
571 |
+
"max": 0.0
|
572 |
+
},
|
573 |
+
{
|
574 |
+
"current": 2916.15,
|
575 |
+
"min": 0.0,
|
576 |
+
"max": 0.0
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"current": 2944.025,
|
580 |
+
"min": 0.0,
|
581 |
+
"max": 0.0
|
582 |
+
},
|
583 |
+
{
|
584 |
+
"current": 3259.667,
|
585 |
+
"min": 0.0,
|
586 |
+
"max": 0.0
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"current": 3049.572,
|
590 |
+
"min": 0.0,
|
591 |
+
"max": 0.0
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"current": 3263.675,
|
595 |
+
"min": 0.0,
|
596 |
+
"max": 0.0
|
597 |
+
},
|
598 |
+
{
|
599 |
+
"current": 3074.497,
|
600 |
+
"min": 0.0,
|
601 |
+
"max": 0.0
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"current": 2923.985,
|
605 |
+
"min": 0.0,
|
606 |
+
"max": 0.0
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"current": 2910.425,
|
610 |
+
"min": 0.0,
|
611 |
+
"max": 0.0
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"current": 2812.861,
|
615 |
+
"min": 0.0,
|
616 |
+
"max": 0.0
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"current": 2874.988,
|
620 |
+
"min": 0.0,
|
621 |
+
"max": 0.0
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"current": 3120.953,
|
625 |
+
"min": 0.0,
|
626 |
+
"max": 0.0
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"current": 3124.25,
|
630 |
+
"min": 0.0,
|
631 |
+
"max": 0.0
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"current": 3113.753,
|
635 |
+
"min": 0.0,
|
636 |
+
"max": 0.0
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"current": 3119.282,
|
640 |
+
"min": 0.0,
|
641 |
+
"max": 0.0
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"current": 2982.281,
|
645 |
+
"min": 0.0,
|
646 |
+
"max": 0.0
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"current": 3048.291,
|
650 |
+
"min": 0.0,
|
651 |
+
"max": 0.0
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"current": 2987.986,
|
655 |
+
"min": 0.0,
|
656 |
+
"max": 0.0
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"current": 2733.968,
|
660 |
+
"min": 0.0,
|
661 |
+
"max": 0.0
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"current": 3274.202,
|
665 |
+
"min": 0.0,
|
666 |
+
"max": 0.0
|
667 |
+
},
|
668 |
+
{
|
669 |
+
"current": 3120.154,
|
670 |
+
"min": 0.0,
|
671 |
+
"max": 0.0
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"current": 3122.388,
|
675 |
+
"min": 0.0,
|
676 |
+
"max": 0.0
|
677 |
+
},
|
678 |
+
{
|
679 |
+
"current": 2592.46,
|
680 |
+
"min": 0.0,
|
681 |
+
"max": 0.0
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"current": 3121.448,
|
685 |
+
"min": 0.0,
|
686 |
+
"max": 0.0
|
687 |
+
},
|
688 |
+
{
|
689 |
+
"current": 3085.363,
|
690 |
+
"min": 0.0,
|
691 |
+
"max": 0.0
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"current": 3176.23,
|
695 |
+
"min": 0.0,
|
696 |
+
"max": 0.0
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"current": 3098.413,
|
700 |
+
"min": 0.0,
|
701 |
+
"max": 0.0
|
702 |
+
},
|
703 |
+
{
|
704 |
+
"current": 3131.838,
|
705 |
+
"min": 0.0,
|
706 |
+
"max": 0.0
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"current": 3297.418,
|
710 |
+
"min": 0.0,
|
711 |
+
"max": 0.0
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"current": 3144.573,
|
715 |
+
"min": 0.0,
|
716 |
+
"max": 0.0
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"current": 3142.177,
|
720 |
+
"min": 0.0,
|
721 |
+
"max": 0.0
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"current": 3135.089,
|
725 |
+
"min": 0.0,
|
726 |
+
"max": 0.0
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"current": 3124.315,
|
730 |
+
"min": 0.0,
|
731 |
+
"max": 0.0
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"current": 3206.745,
|
735 |
+
"min": 0.0,
|
736 |
+
"max": 0.0
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"current": 3197.608,
|
740 |
+
"min": 0.0,
|
741 |
+
"max": 0.0
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"current": 3271.659,
|
745 |
+
"min": 0.0,
|
746 |
+
"max": 0.0
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"current": 3055.483,
|
750 |
+
"min": 0.0,
|
751 |
+
"max": 0.0
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"current": 3299.813,
|
755 |
+
"min": 0.0,
|
756 |
+
"max": 0.0
|
757 |
+
},
|
758 |
+
{
|
759 |
+
"current": 3299.316,
|
760 |
+
"min": 0.0,
|
761 |
+
"max": 0.0
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"current": 3298.471,
|
765 |
+
"min": 0.0,
|
766 |
+
"max": 0.0
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"current": 3275.344,
|
770 |
+
"min": 0.0,
|
771 |
+
"max": 0.0
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"current": 3298.318,
|
775 |
+
"min": 0.0,
|
776 |
+
"max": 0.0
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"current": 3272.185,
|
780 |
+
"min": 0.0,
|
781 |
+
"max": 0.0
|
782 |
+
},
|
783 |
+
{
|
784 |
+
"current": 3299.032,
|
785 |
+
"min": 0.0,
|
786 |
+
"max": 0.0
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"current": 3273.055,
|
790 |
+
"min": 0.0,
|
791 |
+
"max": 0.0
|
792 |
+
},
|
793 |
+
{
|
794 |
+
"current": 3277.573,
|
795 |
+
"min": 0.0,
|
796 |
+
"max": 0.0
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"current": 3274.44,
|
800 |
+
"min": 0.0,
|
801 |
+
"max": 0.0
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"current": 3275.925,
|
805 |
+
"min": 0.0,
|
806 |
+
"max": 0.0
|
807 |
+
},
|
808 |
+
{
|
809 |
+
"current": 3279.092,
|
810 |
+
"min": 0.0,
|
811 |
+
"max": 0.0
|
812 |
+
},
|
813 |
+
{
|
814 |
+
"current": 3275.089,
|
815 |
+
"min": 0.0,
|
816 |
+
"max": 0.0
|
817 |
+
},
|
818 |
+
{
|
819 |
+
"current": 3277.671,
|
820 |
+
"min": 0.0,
|
821 |
+
"max": 0.0
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"current": 3299.135,
|
825 |
+
"min": 0.0,
|
826 |
+
"max": 0.0
|
827 |
+
},
|
828 |
+
{
|
829 |
+
"current": 3299.31,
|
830 |
+
"min": 0.0,
|
831 |
+
"max": 0.0
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"current": 3298.038,
|
835 |
+
"min": 0.0,
|
836 |
+
"max": 0.0
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"current": 3218.557,
|
840 |
+
"min": 0.0,
|
841 |
+
"max": 0.0
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"current": 3298.859,
|
845 |
+
"min": 0.0,
|
846 |
+
"max": 0.0
|
847 |
+
},
|
848 |
+
{
|
849 |
+
"current": 3298.545,
|
850 |
+
"min": 0.0,
|
851 |
+
"max": 0.0
|
852 |
+
},
|
853 |
+
{
|
854 |
+
"current": 3027.843,
|
855 |
+
"min": 0.0,
|
856 |
+
"max": 0.0
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"current": 3299.687,
|
860 |
+
"min": 0.0,
|
861 |
+
"max": 0.0
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"current": 3053.229,
|
865 |
+
"min": 0.0,
|
866 |
+
"max": 0.0
|
867 |
+
},
|
868 |
+
{
|
869 |
+
"current": 3299.26,
|
870 |
+
"min": 0.0,
|
871 |
+
"max": 0.0
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"current": 3059.862,
|
875 |
+
"min": 0.0,
|
876 |
+
"max": 0.0
|
877 |
+
},
|
878 |
+
{
|
879 |
+
"current": 3090.937,
|
880 |
+
"min": 0.0,
|
881 |
+
"max": 0.0
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"current": 3094.897,
|
885 |
+
"min": 0.0,
|
886 |
+
"max": 0.0
|
887 |
+
},
|
888 |
+
{
|
889 |
+
"current": 3083.774,
|
890 |
+
"min": 0.0,
|
891 |
+
"max": 0.0
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"current": 3027.722,
|
895 |
+
"min": 0.0,
|
896 |
+
"max": 0.0
|
897 |
+
},
|
898 |
+
{
|
899 |
+
"current": 3303.02,
|
900 |
+
"min": 0.0,
|
901 |
+
"max": 0.0
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"current": 3069.951,
|
905 |
+
"min": 0.0,
|
906 |
+
"max": 0.0
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"current": 3049.694,
|
910 |
+
"min": 0.0,
|
911 |
+
"max": 0.0
|
912 |
+
},
|
913 |
+
{
|
914 |
+
"current": 2814.624,
|
915 |
+
"min": 0.0,
|
916 |
+
"max": 0.0
|
917 |
+
},
|
918 |
+
{
|
919 |
+
"current": 3097.913,
|
920 |
+
"min": 0.0,
|
921 |
+
"max": 0.0
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"current": 2788.423,
|
925 |
+
"min": 0.0,
|
926 |
+
"max": 0.0
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"current": 3299.195,
|
930 |
+
"min": 0.0,
|
931 |
+
"max": 0.0
|
932 |
+
},
|
933 |
+
{
|
934 |
+
"current": 3069.533,
|
935 |
+
"min": 0.0,
|
936 |
+
"max": 0.0
|
937 |
+
},
|
938 |
+
{
|
939 |
+
"current": 3074.679,
|
940 |
+
"min": 0.0,
|
941 |
+
"max": 0.0
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"current": 3066.308,
|
945 |
+
"min": 0.0,
|
946 |
+
"max": 0.0
|
947 |
+
},
|
948 |
+
{
|
949 |
+
"current": 2598.471,
|
950 |
+
"min": 0.0,
|
951 |
+
"max": 0.0
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"current": 3299.109,
|
955 |
+
"min": 0.0,
|
956 |
+
"max": 0.0
|
957 |
+
},
|
958 |
+
{
|
959 |
+
"current": 3299.455,
|
960 |
+
"min": 0.0,
|
961 |
+
"max": 0.0
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"current": 3298.945,
|
965 |
+
"min": 0.0,
|
966 |
+
"max": 0.0
|
967 |
+
},
|
968 |
+
{
|
969 |
+
"current": 3298.926,
|
970 |
+
"min": 0.0,
|
971 |
+
"max": 0.0
|
972 |
+
},
|
973 |
+
{
|
974 |
+
"current": 3299.003,
|
975 |
+
"min": 0.0,
|
976 |
+
"max": 0.0
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"current": 3299.535,
|
980 |
+
"min": 0.0,
|
981 |
+
"max": 0.0
|
982 |
+
}
|
983 |
+
],
|
984 |
+
"disk": {
|
985 |
+
"/": {
|
986 |
+
"total": 32.0,
|
987 |
+
"used": 0.01256561279296875
|
988 |
+
}
|
989 |
+
},
|
990 |
+
"gpu": "NVIDIA A10G",
|
991 |
+
"gpu_count": 8,
|
992 |
+
"gpu_devices": [
|
993 |
+
{
|
994 |
+
"name": "NVIDIA A10G",
|
995 |
+
"memory_total": 24146608128
|
996 |
+
},
|
997 |
+
{
|
998 |
+
"name": "NVIDIA A10G",
|
999 |
+
"memory_total": 24146608128
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"name": "NVIDIA A10G",
|
1003 |
+
"memory_total": 24146608128
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"name": "NVIDIA A10G",
|
1007 |
+
"memory_total": 24146608128
|
1008 |
+
},
|
1009 |
+
{
|
1010 |
+
"name": "NVIDIA A10G",
|
1011 |
+
"memory_total": 24146608128
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"name": "NVIDIA A10G",
|
1015 |
+
"memory_total": 24146608128
|
1016 |
+
},
|
1017 |
+
{
|
1018 |
+
"name": "NVIDIA A10G",
|
1019 |
+
"memory_total": 24146608128
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"name": "NVIDIA A10G",
|
1023 |
+
"memory_total": 24146608128
|
1024 |
+
}
|
1025 |
+
],
|
1026 |
+
"memory": {
|
1027 |
+
"total": 747.9597625732422
|
1028 |
+
}
|
1029 |
+
}
|
wandb/run-20240208_185311-5uym8l7w/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 17}}
|