applied-ai-018 commited on
Commit
1fc334a
·
verified ·
1 Parent(s): ab67afc

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. ckpts/universal/global_step20/zero/17.post_attention_layernorm.weight/fp32.pt +3 -0
  3. ckpts/universal/global_step20/zero/25.mlp.dense_4h_to_h.weight/exp_avg_sq.pt +3 -0
  4. ckpts/universal/global_step20/zero/25.mlp.dense_4h_to_h.weight/fp32.pt +3 -0
  5. ckpts/universal/global_step20/zero/9.post_attention_layernorm.weight/exp_avg.pt +3 -0
  6. lm-evaluation-harness/tests/testdata/gpt3_test_8025023377febbd8c5f2b9f26705c394ff375d0cad7c89c10fd9b8e1eb66ff1c.pkl +3 -0
  7. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/config.yaml +86 -0
  8. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json +1 -0
  9. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log +33 -0
  10. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/requirements.txt +163 -0
  11. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-metadata.json +810 -0
  12. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/logs/debug-internal.log +227 -0
  13. lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/logs/debug.log +36 -0
  14. lm-evaluation-harness/wandb/run-20240514_114140-3myl7vfa/run-3myl7vfa.wandb +0 -0
  15. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/config.yaml +43 -0
  16. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log +33 -0
  17. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/requirements.txt +163 -0
  18. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-metadata.json +810 -0
  19. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-summary.json +1 -0
  20. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/logs/debug-internal.log +182 -0
  21. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/logs/debug.log +29 -0
  22. lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/run-6ikrp0kk.wandb +0 -0
  23. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/config.yaml +43 -0
  24. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log +34 -0
  25. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/requirements.txt +155 -0
  26. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-metadata.json +850 -0
  27. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-summary.json +1 -0
  28. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/logs/debug-internal.log +182 -0
  29. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/logs/debug.log +29 -0
  30. lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/run-i5wqccww.wandb +0 -0
  31. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/config.yaml +44 -0
  32. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log +38 -0
  33. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/requirements.txt +154 -0
  34. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-metadata.json +850 -0
  35. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-summary.json +1 -0
  36. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/logs/debug-internal.log +194 -0
  37. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/logs/debug.log +29 -0
  38. lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/run-z0193g8n.wandb +0 -0
  39. venv/bin/python +3 -0
  40. venv/lib/python3.10/site-packages/accelerate-0.29.3.dist-info/LICENSE +201 -0
  41. venv/lib/python3.10/site-packages/accelerate-0.29.3.dist-info/RECORD +163 -0
  42. venv/lib/python3.10/site-packages/accelerate-0.29.3.dist-info/WHEEL +5 -0
  43. venv/lib/python3.10/site-packages/pathvalidate/__init__.py +81 -0
  44. venv/lib/python3.10/site-packages/pathvalidate/_base.py +237 -0
  45. venv/lib/python3.10/site-packages/pathvalidate/_common.py +140 -0
  46. venv/lib/python3.10/site-packages/pathvalidate/_const.py +40 -0
  47. venv/lib/python3.10/site-packages/pathvalidate/_filename.py +466 -0
  48. venv/lib/python3.10/site-packages/pathvalidate/_filepath.py +516 -0
  49. venv/lib/python3.10/site-packages/pathvalidate/_ltsv.py +43 -0
  50. venv/lib/python3.10/site-packages/pathvalidate/_symbol.py +92 -0
.gitattributes CHANGED
@@ -107,3 +107,4 @@ venv/lib/python3.10/site-packages/pandas/_libs/interval.cpython-310-x86_64-linux
107
  venv/lib/python3.10/site-packages/nvidia/cusolver/lib/libcusolver.so.11 filter=lfs diff=lfs merge=lfs -text
108
  venv/lib/python3.10/site-packages/pandas/_libs/tslibs/offsets.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
109
  venv/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so filter=lfs diff=lfs merge=lfs -text
 
 
107
  venv/lib/python3.10/site-packages/nvidia/cusolver/lib/libcusolver.so.11 filter=lfs diff=lfs merge=lfs -text
108
  venv/lib/python3.10/site-packages/pandas/_libs/tslibs/offsets.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
109
  venv/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so filter=lfs diff=lfs merge=lfs -text
110
+ venv/bin/python filter=lfs diff=lfs merge=lfs -text
ckpts/universal/global_step20/zero/17.post_attention_layernorm.weight/fp32.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:829fdc40d57e711876b85faffda42464ceec27743f94e681bb196cb770b24690
3
+ size 9293
ckpts/universal/global_step20/zero/25.mlp.dense_4h_to_h.weight/exp_avg_sq.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd254701cf527d2732837bacc2043f57b9c913df4ad4461504560e72fbc038bc
3
+ size 33555627
ckpts/universal/global_step20/zero/25.mlp.dense_4h_to_h.weight/fp32.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6affe892b38bce02cad515f1d1fed1f4dd548a931cb4d1d7690c4976296020b0
3
+ size 33555533
ckpts/universal/global_step20/zero/9.post_attention_layernorm.weight/exp_avg.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6fa8eb359f2a6725f93a6ac8b302cf6f8234348e9df053ef44a2683598b41da
3
+ size 9372
lm-evaluation-harness/tests/testdata/gpt3_test_8025023377febbd8c5f2b9f26705c394ff375d0cad7c89c10fd9b8e1eb66ff1c.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590805560ee790d530c075ad76633eb2e9749440083e0bab63489ff920fdfd33
3
+ size 70917
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/config.yaml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.12
7
+ cli_version: 0.17.0
8
+ framework: huggingface
9
+ huggingface_version: 4.40.2
10
+ is_jupyter_run: false
11
+ is_kaggle_kernel: false
12
+ start_time: 1715682602
13
+ t:
14
+ 1:
15
+ - 1
16
+ - 5
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 53
21
+ - 55
22
+ - 71
23
+ - 98
24
+ - 100
25
+ 2:
26
+ - 1
27
+ - 5
28
+ - 11
29
+ - 49
30
+ - 51
31
+ - 53
32
+ - 55
33
+ - 71
34
+ - 98
35
+ - 100
36
+ 3:
37
+ - 2
38
+ - 23
39
+ - 62
40
+ 4: 3.10.12
41
+ 5: 0.17.0
42
+ 6: 4.40.2
43
+ 8:
44
+ - 5
45
+ 13: linux-x86_64
46
+ task_configs:
47
+ desc: null
48
+ value:
49
+ indiccopa-hi:
50
+ task: indiccopa-hi
51
+ group: ai4bharat/IndicCOPA
52
+ dataset_path: ai4bharat/IndicCOPA
53
+ dataset_name: translation-hi
54
+ test_split: test
55
+ doc_to_text: 'functools.partial(<function doc_to_text at 0x7f396d9691b0>, connector={''cause'':
56
+ ''कारण'', ''effect'': ''परिणाम''})'
57
+ doc_to_target: label
58
+ doc_to_choice: "def doc_to_choice(doc):\n return [convert_choice(doc[\"choice1\"\
59
+ ]), convert_choice(doc[\"choice2\"])]\n"
60
+ description: ''
61
+ target_delimiter: ' '
62
+ fewshot_delimiter: '
63
+
64
+
65
+ '
66
+ num_fewshot: 0
67
+ metric_list:
68
+ - metric: acc
69
+ output_type: multiple_choice
70
+ repeats: 1
71
+ should_decontaminate: false
72
+ metadata:
73
+ version: 1.0
74
+ cli_configs:
75
+ desc: null
76
+ value:
77
+ model: hf
78
+ model_args: pretrained=/data/cronscript/ckpts//hf_ckpt//global_step100
79
+ batch_size: auto
80
+ batch_sizes:
81
+ - 64
82
+ device: null
83
+ use_cache: null
84
+ limit: null
85
+ bootstrap_iters: 100000
86
+ gen_kwargs: null
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"columns": ["Tasks", "Version", "Filter", "num_fewshot", "Metric", "Value", "Stderr"], "data": [["indiccopa-hi", 1.0, "none", 0, "acc", "0.534521158129176", "0.0236"]]}
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ 2024-05-14:10:30:02,606 INFO [__main__.py:251] Verbosity set to INFO
3
+ 2024-05-14:10:30:07,108 INFO [__main__.py:335] Selected Tasks: ['indiccopa-hi']
4
+ 2024-05-14:10:30:07,110 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
5
+ 2024-05-14:10:30:07,111 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/data/cronscript/ckpts//hf_ckpt//global_step100'}
6
+ /usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/gpu_migration/torch/cuda/memory.py:36: UserWarning: No need to call empty_cache on HPU. It manages the memory internally in an effcient way.
7
+ warnings.warn(
8
+ /usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/hpu/__init__.py:158: UserWarning: torch.hpu.setDeterministic is deprecated and will be removed in next release. Please use torch.use_deterministic_algorithms instead.
9
+ warnings.warn(
10
+ You are using the default legacy behaviour of the <class 'transformers.models.llama.tokenization_llama.LlamaTokenizer'>. This is expected, and simply means that the `legacy` (previous) behavior will be used so nothing changes for you. If you want to use the new behaviour, set `legacy=False`. This should only be set if you understand what it means, and thoroughly read the reason why this was added as explained in https://github.com/huggingface/transformers/pull/24565
11
+ 2024-05-14:10:30:13,541 INFO [huggingface.py:334] Using 8 devices with data parallelism
12
+ 2024-05-14:10:30:13,543 WARNING [task.py:763] [Task: indiccopa-hi] metric acc is defined, but aggregation is not. using default aggregation=mean
13
+ 2024-05-14:10:30:13,543 WARNING [task.py:775] [Task: indiccopa-hi] metric acc is defined, but higher_is_better is not. using default higher_is_better=True
14
+ [2024-05-14 10:30:13,162] [INFO] [real_accelerator.py:178:get_accelerator] Setting ds_accelerator to hpu (auto detect)
15
+ /usr/local/lib/python3.10/dist-packages/datasets/load.py:1486: FutureWarning: The repository for ai4bharat/IndicCOPA contains custom code which must be executed to correctly load the dataset. You can inspect the repository content at https://hf.co/datasets/ai4bharat/IndicCOPA
16
+ You can avoid this message in future by passing the argument `trust_remote_code=True`.
17
+ Passing `trust_remote_code=True` will be mandatory to load this dataset from the next major release of `datasets`.
18
+ warnings.warn(
19
+ 2024-05-14:10:30:15,028 WARNING [task.py:322] [Task: indiccopa-hi] has_training_docs and has_validation_docs are False, using test_docs as fewshot_docs but this is not recommended.
20
+ 2024-05-14:10:30:15,028 WARNING [task.py:322] [Task: indiccopa-hi] has_training_docs and has_validation_docs are False, using test_docs as fewshot_docs but this is not recommended.
21
+ 2024-05-14:10:30:15,047 INFO [task.py:395] Building contexts for indiccopa-hi on rank 0...
22
+ 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 57/57 [00:00<00:00, 100875.67it/s]
23
+ Passed argument batch_size = auto:1. Detecting largest batch size
24
+ 2024-05-14:10:30:16,729 INFO [evaluator.py:379] Running loglikelihood requests
25
+ Running loglikelihood requests: 0%| | 0/114 [00:00<?, ?it/s]/usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/gpu_migration/torch/cuda/memory.py:36: UserWarning: No need to call empty_cache on HPU. It manages the memory internally in an effcient way.
26
+ warnings.warn(
27
+ Determined largest batch size: 64
28
+
29
+ Running loglikelihood requests: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████| 114/114 [00:07<00:00, 15.99it/s]
30
+ hf (pretrained=/data/cronscript/ckpts//hf_ckpt//global_step100), gen_kwargs: (None), limit: None, num_fewshot: None, batch_size: auto (64)
31
+ | Tasks |Version|Filter|n-shot|Metric|Value | |Stderr|
32
+ |------------|------:|------|-----:|------|-----:|---|-----:|
33
+ |indiccopa-hi| 1|none | 0|acc |0.5345|± |0.0236|
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/requirements.txt ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DataProperty==1.0.1
2
+ GitPython==3.1.43
3
+ Jinja2==3.1.3
4
+ Markdown==3.6
5
+ MarkupSafe==2.1.5
6
+ Pillow-SIMD==7.0.0.post3
7
+ PyYAML==6.0
8
+ Werkzeug==3.0.2
9
+ absl-py==2.1.0
10
+ accelerate==0.30.1
11
+ aiohttp==3.9.4
12
+ aiosignal==1.3.1
13
+ antlr4-python3-runtime==4.9.3
14
+ anyio==4.3.0
15
+ async-timeout==4.0.3
16
+ attrs==23.2.0
17
+ av==9.2.0
18
+ cachetools==5.3.3
19
+ certifi==2024.2.2
20
+ cffi==1.15.1
21
+ cfgv==3.4.0
22
+ chardet==5.2.0
23
+ charset-normalizer==3.3.2
24
+ click==8.1.7
25
+ cmake==3.29.2
26
+ colorama==0.4.6
27
+ datasets==2.19.1
28
+ deepspeed==0.12.4+hpu.synapse.v1.15.1
29
+ dill==0.3.8
30
+ distlib==0.3.8
31
+ distro==1.9.0
32
+ docker-pycreds==0.4.0
33
+ einops==0.8.0
34
+ evaluate==0.4.2
35
+ exceptiongroup==1.2.0
36
+ expecttest==0.2.1
37
+ filelock==3.13.4
38
+ frozenlist==1.4.1
39
+ fsspec==2024.3.1
40
+ gitdb==4.0.11
41
+ google-auth-oauthlib==0.4.6
42
+ google-auth==2.29.0
43
+ grpcio==1.62.1
44
+ h11==0.14.0
45
+ habana-media-loader==1.15.1.15
46
+ habana-pyhlml==1.15.1.15
47
+ habana-torch-dataloader==1.15.1.15
48
+ habana-torch-plugin==1.15.1.15
49
+ habana_gpu_migration==1.15.1.15
50
+ habana_quantization_toolkit==1.15.1.15
51
+ hjson==3.1.0
52
+ httpcore==1.0.5
53
+ httpx==0.27.0
54
+ huggingface-hub==0.23.0
55
+ identify==2.5.35
56
+ idna==3.7
57
+ importlib_resources==6.4.0
58
+ iniconfig==2.0.0
59
+ joblib==1.4.2
60
+ jsonlines==4.0.0
61
+ lightning-habana==1.4.0
62
+ lightning-utilities==0.11.2
63
+ lightning==2.2.0.post0
64
+ lm_eval==0.3.0
65
+ lm_eval==0.4.2
66
+ lm_eval==0.4.2
67
+ lm_eval==0.4.2
68
+ mbstrdecoder==1.1.3
69
+ more-itertools==10.2.0
70
+ mpi4py==3.1.4
71
+ mpmath==1.3.0
72
+ multidict==6.0.5
73
+ multiprocess==0.70.16
74
+ networkx==3.3
75
+ ninja==1.11.1.1
76
+ nltk==3.8.1
77
+ nodeenv==1.8.0
78
+ numexpr==2.10.0
79
+ numpy==1.23.5
80
+ oauthlib==3.2.2
81
+ omegaconf==2.3.0
82
+ openai==1.29.0
83
+ packaging==24.0
84
+ pandas==2.0.1
85
+ pathspec==0.12.1
86
+ pathvalidate==3.2.0
87
+ peft==0.10.0
88
+ perfetto==0.7.0
89
+ pip==22.0.2
90
+ pip==23.3.1
91
+ platformdirs==4.2.0
92
+ pluggy==1.4.0
93
+ portalocker==2.8.2
94
+ pre-commit==3.3.3
95
+ protobuf==3.20.3
96
+ psutil==5.9.8
97
+ py-cpuinfo==9.0.0
98
+ pyarrow-hotfix==0.6
99
+ pyarrow==16.0.0
100
+ pyasn1==0.6.0
101
+ pyasn1_modules==0.4.0
102
+ pybind11==2.10.4
103
+ pycountry==23.12.11
104
+ pycparser==2.22
105
+ pydantic==1.10.13
106
+ pynvml==8.0.4
107
+ pytablewriter==1.2.0
108
+ pytest==8.1.1
109
+ python-dateutil==2.9.0.post0
110
+ pytorch-lightning==2.2.2
111
+ pytz==2024.1
112
+ regex==2023.5.5
113
+ requests-oauthlib==2.0.0
114
+ requests==2.31.0
115
+ rouge_score==0.1.2
116
+ rsa==4.9
117
+ sacrebleu==1.5.0
118
+ safetensors==0.4.3
119
+ scikit-learn==1.4.2
120
+ scipy==1.13.0
121
+ sentencepiece==0.2.0
122
+ sentry-sdk==2.1.1
123
+ setproctitle==1.3.3
124
+ setuptools==59.6.0
125
+ setuptools==69.5.1
126
+ six==1.16.0
127
+ smmap==5.0.1
128
+ sniffio==1.3.1
129
+ sqlitedict==2.1.0
130
+ symengine==0.11.0
131
+ sympy==1.12
132
+ tabledata==1.3.3
133
+ tcolorpy==0.1.6
134
+ tdqm==0.0.1
135
+ tensorboard-data-server==0.6.1
136
+ tensorboard-plugin-wit==1.8.1
137
+ tensorboard==2.11.2
138
+ threadpoolctl==3.5.0
139
+ tokenizers==0.19.1
140
+ tomli==2.0.1
141
+ torch==2.2.0a0+git8964477
142
+ torch_tb_profiler==0.4.0
143
+ torchaudio==2.2.0+08901ad
144
+ torchdata==0.7.1+5e6f7b7
145
+ torchmetrics==1.3.2
146
+ torchtext==0.17.0+400da5c
147
+ torchvision==0.17.0+b2383d4
148
+ tqdm-multiprocess==0.0.11
149
+ tqdm==4.66.2
150
+ transformers==4.40.2
151
+ typepy==1.3.2
152
+ typing_extensions==4.11.0
153
+ tzdata==2024.1
154
+ urllib3==1.26.18
155
+ virtualenv==20.25.1
156
+ wandb==0.17.0
157
+ wheel==0.37.1
158
+ wheel==0.43.0
159
+ word2number==1.1
160
+ xxhash==3.4.1
161
+ yamllint==1.35.1
162
+ yarl==1.9.4
163
+ zstandard==0.22.0
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-metadata.json ADDED
@@ -0,0 +1,810 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
3
+ "python": "3.10.12",
4
+ "heartbeatAt": "2024-05-14T10:30:02.469661",
5
+ "startedAt": "2024-05-14T10:30:02.107670",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [
9
+ "--model",
10
+ "hf",
11
+ "--model_args",
12
+ "pretrained=/data/cronscript/ckpts//hf_ckpt//global_step100",
13
+ "--tasks",
14
+ "indiccopa-hi",
15
+ "--batch_size",
16
+ "auto",
17
+ "--wandb_args",
18
+ "project=bharatgpt"
19
+ ],
20
+ "state": "running",
21
+ "program": "-m lm_eval.__main__",
22
+ "codePathLocal": null,
23
+ "git": {
24
+ "remote": "https://github.com/EleutherAI/lm-evaluation-harness",
25
+ "commit": null
26
+ },
27
+ "email": null,
28
+ "root": "/data/cronscript/lm-evaluation-harness",
29
+ "host": "vizzhy-150-3",
30
+ "username": "root",
31
+ "executable": "/usr/bin/python3",
32
+ "cpu_count": 76,
33
+ "cpu_count_logical": 152,
34
+ "cpu_freq": {
35
+ "current": 3394.7152763157897,
36
+ "min": 800.0,
37
+ "max": 3400.0
38
+ },
39
+ "cpu_freq_per_core": [
40
+ {
41
+ "current": 3300.0,
42
+ "min": 800.0,
43
+ "max": 3400.0
44
+ },
45
+ {
46
+ "current": 3300.0,
47
+ "min": 800.0,
48
+ "max": 3400.0
49
+ },
50
+ {
51
+ "current": 3300.0,
52
+ "min": 800.0,
53
+ "max": 3400.0
54
+ },
55
+ {
56
+ "current": 3400.0,
57
+ "min": 800.0,
58
+ "max": 3400.0
59
+ },
60
+ {
61
+ "current": 3300.0,
62
+ "min": 800.0,
63
+ "max": 3400.0
64
+ },
65
+ {
66
+ "current": 3400.0,
67
+ "min": 800.0,
68
+ "max": 3400.0
69
+ },
70
+ {
71
+ "current": 3400.0,
72
+ "min": 800.0,
73
+ "max": 3400.0
74
+ },
75
+ {
76
+ "current": 3400.0,
77
+ "min": 800.0,
78
+ "max": 3400.0
79
+ },
80
+ {
81
+ "current": 3400.0,
82
+ "min": 800.0,
83
+ "max": 3400.0
84
+ },
85
+ {
86
+ "current": 3400.0,
87
+ "min": 800.0,
88
+ "max": 3400.0
89
+ },
90
+ {
91
+ "current": 3400.0,
92
+ "min": 800.0,
93
+ "max": 3400.0
94
+ },
95
+ {
96
+ "current": 3400.0,
97
+ "min": 800.0,
98
+ "max": 3400.0
99
+ },
100
+ {
101
+ "current": 3400.0,
102
+ "min": 800.0,
103
+ "max": 3400.0
104
+ },
105
+ {
106
+ "current": 3400.0,
107
+ "min": 800.0,
108
+ "max": 3400.0
109
+ },
110
+ {
111
+ "current": 3400.0,
112
+ "min": 800.0,
113
+ "max": 3400.0
114
+ },
115
+ {
116
+ "current": 3400.0,
117
+ "min": 800.0,
118
+ "max": 3400.0
119
+ },
120
+ {
121
+ "current": 3400.0,
122
+ "min": 800.0,
123
+ "max": 3400.0
124
+ },
125
+ {
126
+ "current": 3400.0,
127
+ "min": 800.0,
128
+ "max": 3400.0
129
+ },
130
+ {
131
+ "current": 3400.0,
132
+ "min": 800.0,
133
+ "max": 3400.0
134
+ },
135
+ {
136
+ "current": 3400.0,
137
+ "min": 800.0,
138
+ "max": 3400.0
139
+ },
140
+ {
141
+ "current": 3300.003,
142
+ "min": 800.0,
143
+ "max": 3400.0
144
+ },
145
+ {
146
+ "current": 3400.0,
147
+ "min": 800.0,
148
+ "max": 3400.0
149
+ },
150
+ {
151
+ "current": 3400.0,
152
+ "min": 800.0,
153
+ "max": 3400.0
154
+ },
155
+ {
156
+ "current": 3400.0,
157
+ "min": 800.0,
158
+ "max": 3400.0
159
+ },
160
+ {
161
+ "current": 3400.0,
162
+ "min": 800.0,
163
+ "max": 3400.0
164
+ },
165
+ {
166
+ "current": 3400.0,
167
+ "min": 800.0,
168
+ "max": 3400.0
169
+ },
170
+ {
171
+ "current": 3400.0,
172
+ "min": 800.0,
173
+ "max": 3400.0
174
+ },
175
+ {
176
+ "current": 3400.0,
177
+ "min": 800.0,
178
+ "max": 3400.0
179
+ },
180
+ {
181
+ "current": 3400.0,
182
+ "min": 800.0,
183
+ "max": 3400.0
184
+ },
185
+ {
186
+ "current": 3400.0,
187
+ "min": 800.0,
188
+ "max": 3400.0
189
+ },
190
+ {
191
+ "current": 3400.0,
192
+ "min": 800.0,
193
+ "max": 3400.0
194
+ },
195
+ {
196
+ "current": 3400.0,
197
+ "min": 800.0,
198
+ "max": 3400.0
199
+ },
200
+ {
201
+ "current": 3400.0,
202
+ "min": 800.0,
203
+ "max": 3400.0
204
+ },
205
+ {
206
+ "current": 3400.0,
207
+ "min": 800.0,
208
+ "max": 3400.0
209
+ },
210
+ {
211
+ "current": 3400.0,
212
+ "min": 800.0,
213
+ "max": 3400.0
214
+ },
215
+ {
216
+ "current": 3400.0,
217
+ "min": 800.0,
218
+ "max": 3400.0
219
+ },
220
+ {
221
+ "current": 3400.0,
222
+ "min": 800.0,
223
+ "max": 3400.0
224
+ },
225
+ {
226
+ "current": 3300.0,
227
+ "min": 800.0,
228
+ "max": 3400.0
229
+ },
230
+ {
231
+ "current": 3300.0,
232
+ "min": 800.0,
233
+ "max": 3400.0
234
+ },
235
+ {
236
+ "current": 3300.003,
237
+ "min": 800.0,
238
+ "max": 3400.0
239
+ },
240
+ {
241
+ "current": 3400.0,
242
+ "min": 800.0,
243
+ "max": 3400.0
244
+ },
245
+ {
246
+ "current": 3300.0,
247
+ "min": 800.0,
248
+ "max": 3400.0
249
+ },
250
+ {
251
+ "current": 3400.0,
252
+ "min": 800.0,
253
+ "max": 3400.0
254
+ },
255
+ {
256
+ "current": 3400.0,
257
+ "min": 800.0,
258
+ "max": 3400.0
259
+ },
260
+ {
261
+ "current": 3300.0,
262
+ "min": 800.0,
263
+ "max": 3400.0
264
+ },
265
+ {
266
+ "current": 3400.0,
267
+ "min": 800.0,
268
+ "max": 3400.0
269
+ },
270
+ {
271
+ "current": 3400.0,
272
+ "min": 800.0,
273
+ "max": 3400.0
274
+ },
275
+ {
276
+ "current": 3400.0,
277
+ "min": 800.0,
278
+ "max": 3400.0
279
+ },
280
+ {
281
+ "current": 3400.0,
282
+ "min": 800.0,
283
+ "max": 3400.0
284
+ },
285
+ {
286
+ "current": 3400.0,
287
+ "min": 800.0,
288
+ "max": 3400.0
289
+ },
290
+ {
291
+ "current": 3400.0,
292
+ "min": 800.0,
293
+ "max": 3400.0
294
+ },
295
+ {
296
+ "current": 3400.0,
297
+ "min": 800.0,
298
+ "max": 3400.0
299
+ },
300
+ {
301
+ "current": 3400.0,
302
+ "min": 800.0,
303
+ "max": 3400.0
304
+ },
305
+ {
306
+ "current": 3400.0,
307
+ "min": 800.0,
308
+ "max": 3400.0
309
+ },
310
+ {
311
+ "current": 3400.0,
312
+ "min": 800.0,
313
+ "max": 3400.0
314
+ },
315
+ {
316
+ "current": 3400.0,
317
+ "min": 800.0,
318
+ "max": 3400.0
319
+ },
320
+ {
321
+ "current": 3400.0,
322
+ "min": 800.0,
323
+ "max": 3400.0
324
+ },
325
+ {
326
+ "current": 3400.0,
327
+ "min": 800.0,
328
+ "max": 3400.0
329
+ },
330
+ {
331
+ "current": 3400.0,
332
+ "min": 800.0,
333
+ "max": 3400.0
334
+ },
335
+ {
336
+ "current": 3400.0,
337
+ "min": 800.0,
338
+ "max": 3400.0
339
+ },
340
+ {
341
+ "current": 3400.0,
342
+ "min": 800.0,
343
+ "max": 3400.0
344
+ },
345
+ {
346
+ "current": 3400.0,
347
+ "min": 800.0,
348
+ "max": 3400.0
349
+ },
350
+ {
351
+ "current": 3400.0,
352
+ "min": 800.0,
353
+ "max": 3400.0
354
+ },
355
+ {
356
+ "current": 3400.0,
357
+ "min": 800.0,
358
+ "max": 3400.0
359
+ },
360
+ {
361
+ "current": 3400.0,
362
+ "min": 800.0,
363
+ "max": 3400.0
364
+ },
365
+ {
366
+ "current": 3400.0,
367
+ "min": 800.0,
368
+ "max": 3400.0
369
+ },
370
+ {
371
+ "current": 3400.0,
372
+ "min": 800.0,
373
+ "max": 3400.0
374
+ },
375
+ {
376
+ "current": 3400.0,
377
+ "min": 800.0,
378
+ "max": 3400.0
379
+ },
380
+ {
381
+ "current": 3400.0,
382
+ "min": 800.0,
383
+ "max": 3400.0
384
+ },
385
+ {
386
+ "current": 3400.0,
387
+ "min": 800.0,
388
+ "max": 3400.0
389
+ },
390
+ {
391
+ "current": 3400.0,
392
+ "min": 800.0,
393
+ "max": 3400.0
394
+ },
395
+ {
396
+ "current": 3400.0,
397
+ "min": 800.0,
398
+ "max": 3400.0
399
+ },
400
+ {
401
+ "current": 3400.0,
402
+ "min": 800.0,
403
+ "max": 3400.0
404
+ },
405
+ {
406
+ "current": 3400.0,
407
+ "min": 800.0,
408
+ "max": 3400.0
409
+ },
410
+ {
411
+ "current": 3400.0,
412
+ "min": 800.0,
413
+ "max": 3400.0
414
+ },
415
+ {
416
+ "current": 3400.0,
417
+ "min": 800.0,
418
+ "max": 3400.0
419
+ },
420
+ {
421
+ "current": 3400.0,
422
+ "min": 800.0,
423
+ "max": 3400.0
424
+ },
425
+ {
426
+ "current": 3400.0,
427
+ "min": 800.0,
428
+ "max": 3400.0
429
+ },
430
+ {
431
+ "current": 3400.0,
432
+ "min": 800.0,
433
+ "max": 3400.0
434
+ },
435
+ {
436
+ "current": 3300.0,
437
+ "min": 800.0,
438
+ "max": 3400.0
439
+ },
440
+ {
441
+ "current": 3400.0,
442
+ "min": 800.0,
443
+ "max": 3400.0
444
+ },
445
+ {
446
+ "current": 3400.0,
447
+ "min": 800.0,
448
+ "max": 3400.0
449
+ },
450
+ {
451
+ "current": 3400.0,
452
+ "min": 800.0,
453
+ "max": 3400.0
454
+ },
455
+ {
456
+ "current": 3300.0,
457
+ "min": 800.0,
458
+ "max": 3400.0
459
+ },
460
+ {
461
+ "current": 3400.0,
462
+ "min": 800.0,
463
+ "max": 3400.0
464
+ },
465
+ {
466
+ "current": 3400.0,
467
+ "min": 800.0,
468
+ "max": 3400.0
469
+ },
470
+ {
471
+ "current": 3400.0,
472
+ "min": 800.0,
473
+ "max": 3400.0
474
+ },
475
+ {
476
+ "current": 3400.0,
477
+ "min": 800.0,
478
+ "max": 3400.0
479
+ },
480
+ {
481
+ "current": 3400.0,
482
+ "min": 800.0,
483
+ "max": 3400.0
484
+ },
485
+ {
486
+ "current": 3400.0,
487
+ "min": 800.0,
488
+ "max": 3400.0
489
+ },
490
+ {
491
+ "current": 3400.0,
492
+ "min": 800.0,
493
+ "max": 3400.0
494
+ },
495
+ {
496
+ "current": 3400.0,
497
+ "min": 800.0,
498
+ "max": 3400.0
499
+ },
500
+ {
501
+ "current": 3400.0,
502
+ "min": 800.0,
503
+ "max": 3400.0
504
+ },
505
+ {
506
+ "current": 3400.0,
507
+ "min": 800.0,
508
+ "max": 3400.0
509
+ },
510
+ {
511
+ "current": 3400.0,
512
+ "min": 800.0,
513
+ "max": 3400.0
514
+ },
515
+ {
516
+ "current": 3400.0,
517
+ "min": 800.0,
518
+ "max": 3400.0
519
+ },
520
+ {
521
+ "current": 3400.0,
522
+ "min": 800.0,
523
+ "max": 3400.0
524
+ },
525
+ {
526
+ "current": 3400.0,
527
+ "min": 800.0,
528
+ "max": 3400.0
529
+ },
530
+ {
531
+ "current": 3400.0,
532
+ "min": 800.0,
533
+ "max": 3400.0
534
+ },
535
+ {
536
+ "current": 3400.0,
537
+ "min": 800.0,
538
+ "max": 3400.0
539
+ },
540
+ {
541
+ "current": 3400.0,
542
+ "min": 800.0,
543
+ "max": 3400.0
544
+ },
545
+ {
546
+ "current": 3400.0,
547
+ "min": 800.0,
548
+ "max": 3400.0
549
+ },
550
+ {
551
+ "current": 3400.0,
552
+ "min": 800.0,
553
+ "max": 3400.0
554
+ },
555
+ {
556
+ "current": 3400.0,
557
+ "min": 800.0,
558
+ "max": 3400.0
559
+ },
560
+ {
561
+ "current": 3400.0,
562
+ "min": 800.0,
563
+ "max": 3400.0
564
+ },
565
+ {
566
+ "current": 3400.0,
567
+ "min": 800.0,
568
+ "max": 3400.0
569
+ },
570
+ {
571
+ "current": 3400.0,
572
+ "min": 800.0,
573
+ "max": 3400.0
574
+ },
575
+ {
576
+ "current": 3400.0,
577
+ "min": 800.0,
578
+ "max": 3400.0
579
+ },
580
+ {
581
+ "current": 3400.0,
582
+ "min": 800.0,
583
+ "max": 3400.0
584
+ },
585
+ {
586
+ "current": 3400.0,
587
+ "min": 800.0,
588
+ "max": 3400.0
589
+ },
590
+ {
591
+ "current": 3400.0,
592
+ "min": 800.0,
593
+ "max": 3400.0
594
+ },
595
+ {
596
+ "current": 3400.0,
597
+ "min": 800.0,
598
+ "max": 3400.0
599
+ },
600
+ {
601
+ "current": 3400.0,
602
+ "min": 800.0,
603
+ "max": 3400.0
604
+ },
605
+ {
606
+ "current": 3400.0,
607
+ "min": 800.0,
608
+ "max": 3400.0
609
+ },
610
+ {
611
+ "current": 3400.0,
612
+ "min": 800.0,
613
+ "max": 3400.0
614
+ },
615
+ {
616
+ "current": 3400.0,
617
+ "min": 800.0,
618
+ "max": 3400.0
619
+ },
620
+ {
621
+ "current": 3400.0,
622
+ "min": 800.0,
623
+ "max": 3400.0
624
+ },
625
+ {
626
+ "current": 3400.0,
627
+ "min": 800.0,
628
+ "max": 3400.0
629
+ },
630
+ {
631
+ "current": 3400.0,
632
+ "min": 800.0,
633
+ "max": 3400.0
634
+ },
635
+ {
636
+ "current": 3400.0,
637
+ "min": 800.0,
638
+ "max": 3400.0
639
+ },
640
+ {
641
+ "current": 3400.0,
642
+ "min": 800.0,
643
+ "max": 3400.0
644
+ },
645
+ {
646
+ "current": 3400.0,
647
+ "min": 800.0,
648
+ "max": 3400.0
649
+ },
650
+ {
651
+ "current": 3400.0,
652
+ "min": 800.0,
653
+ "max": 3400.0
654
+ },
655
+ {
656
+ "current": 3400.0,
657
+ "min": 800.0,
658
+ "max": 3400.0
659
+ },
660
+ {
661
+ "current": 3400.0,
662
+ "min": 800.0,
663
+ "max": 3400.0
664
+ },
665
+ {
666
+ "current": 3400.0,
667
+ "min": 800.0,
668
+ "max": 3400.0
669
+ },
670
+ {
671
+ "current": 3400.0,
672
+ "min": 800.0,
673
+ "max": 3400.0
674
+ },
675
+ {
676
+ "current": 3400.0,
677
+ "min": 800.0,
678
+ "max": 3400.0
679
+ },
680
+ {
681
+ "current": 3400.0,
682
+ "min": 800.0,
683
+ "max": 3400.0
684
+ },
685
+ {
686
+ "current": 3400.0,
687
+ "min": 800.0,
688
+ "max": 3400.0
689
+ },
690
+ {
691
+ "current": 3400.0,
692
+ "min": 800.0,
693
+ "max": 3400.0
694
+ },
695
+ {
696
+ "current": 3400.0,
697
+ "min": 800.0,
698
+ "max": 3400.0
699
+ },
700
+ {
701
+ "current": 3400.0,
702
+ "min": 800.0,
703
+ "max": 3400.0
704
+ },
705
+ {
706
+ "current": 3400.0,
707
+ "min": 800.0,
708
+ "max": 3400.0
709
+ },
710
+ {
711
+ "current": 3400.0,
712
+ "min": 800.0,
713
+ "max": 3400.0
714
+ },
715
+ {
716
+ "current": 3400.0,
717
+ "min": 800.0,
718
+ "max": 3400.0
719
+ },
720
+ {
721
+ "current": 3400.0,
722
+ "min": 800.0,
723
+ "max": 3400.0
724
+ },
725
+ {
726
+ "current": 3400.0,
727
+ "min": 800.0,
728
+ "max": 3400.0
729
+ },
730
+ {
731
+ "current": 3400.0,
732
+ "min": 800.0,
733
+ "max": 3400.0
734
+ },
735
+ {
736
+ "current": 3400.0,
737
+ "min": 800.0,
738
+ "max": 3400.0
739
+ },
740
+ {
741
+ "current": 3400.0,
742
+ "min": 800.0,
743
+ "max": 3400.0
744
+ },
745
+ {
746
+ "current": 3400.0,
747
+ "min": 800.0,
748
+ "max": 3400.0
749
+ },
750
+ {
751
+ "current": 3400.0,
752
+ "min": 800.0,
753
+ "max": 3400.0
754
+ },
755
+ {
756
+ "current": 3400.0,
757
+ "min": 800.0,
758
+ "max": 3400.0
759
+ },
760
+ {
761
+ "current": 3400.0,
762
+ "min": 800.0,
763
+ "max": 3400.0
764
+ },
765
+ {
766
+ "current": 3400.0,
767
+ "min": 800.0,
768
+ "max": 3400.0
769
+ },
770
+ {
771
+ "current": 3400.0,
772
+ "min": 800.0,
773
+ "max": 3400.0
774
+ },
775
+ {
776
+ "current": 3400.0,
777
+ "min": 800.0,
778
+ "max": 3400.0
779
+ },
780
+ {
781
+ "current": 3400.0,
782
+ "min": 800.0,
783
+ "max": 3400.0
784
+ },
785
+ {
786
+ "current": 3400.0,
787
+ "min": 800.0,
788
+ "max": 3400.0
789
+ },
790
+ {
791
+ "current": 3400.0,
792
+ "min": 800.0,
793
+ "max": 3400.0
794
+ },
795
+ {
796
+ "current": 3400.0,
797
+ "min": 800.0,
798
+ "max": 3400.0
799
+ }
800
+ ],
801
+ "disk": {
802
+ "/": {
803
+ "total": 866.4415092468262,
804
+ "used": 76.92179107666016
805
+ }
806
+ },
807
+ "memory": {
808
+ "total": 1007.5000267028809
809
+ }
810
+ }
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/logs/debug-internal.log ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-14 10:30:02,118 INFO StreamThr :1851 [internal.py:wandb_internal():85] W&B internal server running at pid: 1851, started at: 2024-05-14 10:30:02.118075
2
+ 2024-05-14 10:30:02,120 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: status
3
+ 2024-05-14 10:30:02,121 INFO WriterThread:1851 [datastore.py:open_for_write():87] open: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/run-b0385ab4.wandb
4
+ 2024-05-14 10:30:02,122 DEBUG SenderThread:1851 [sender.py:send():378] send: header
5
+ 2024-05-14 10:30:02,133 DEBUG SenderThread:1851 [sender.py:send():378] send: run
6
+ 2024-05-14 10:30:02,351 INFO SenderThread:1851 [dir_watcher.py:__init__():211] watching files in: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files
7
+ 2024-05-14 10:30:02,351 INFO SenderThread:1851 [sender.py:_start_run_threads():1123] run started: b0385ab4 with start time 1715682602.118258
8
+ 2024-05-14 10:30:02,358 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: check_version
9
+ 2024-05-14 10:30:02,358 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: check_version
10
+ 2024-05-14 10:30:02,438 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: run_start
11
+ 2024-05-14 10:30:02,440 DEBUG HandlerThread:1851 [system_info.py:__init__():26] System info init
12
+ 2024-05-14 10:30:02,440 DEBUG HandlerThread:1851 [system_info.py:__init__():41] System info init done
13
+ 2024-05-14 10:30:02,440 INFO HandlerThread:1851 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-05-14 10:30:02,440 INFO SystemMonitor:1851 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-05-14 10:30:02,440 INFO HandlerThread:1851 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-05-14 10:30:02,440 INFO SystemMonitor:1851 [interfaces.py:start():188] Started cpu monitoring
17
+ 2024-05-14 10:30:02,441 INFO SystemMonitor:1851 [interfaces.py:start():188] Started disk monitoring
18
+ 2024-05-14 10:30:02,441 INFO SystemMonitor:1851 [interfaces.py:start():188] Started memory monitoring
19
+ 2024-05-14 10:30:02,442 INFO SystemMonitor:1851 [interfaces.py:start():188] Started network monitoring
20
+ 2024-05-14 10:30:02,469 DEBUG HandlerThread:1851 [system_info.py:probe():150] Probing system
21
+ 2024-05-14 10:30:02,478 DEBUG HandlerThread:1851 [system_info.py:_probe_git():135] Probing git
22
+ 2024-05-14 10:30:02,498 ERROR HandlerThread:1851 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
23
+ cmdline: git rev-parse --show-toplevel
24
+ stderr: 'fatal: detected dubious ownership in repository at '/data/cronscript/lm-evaluation-harness'
25
+ To add an exception for this directory, call:
26
+
27
+ git config --global --add safe.directory /data/cronscript/lm-evaluation-harness'
28
+ 2024-05-14 10:30:02,498 DEBUG HandlerThread:1851 [system_info.py:_probe_git():143] Probing git done
29
+ 2024-05-14 10:30:02,498 DEBUG HandlerThread:1851 [system_info.py:probe():198] Probing system done
30
+ 2024-05-14 10:30:02,498 DEBUG HandlerThread:1851 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-14T10:30:02.469661', 'startedAt': '2024-05-14T10:30:02.107670', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/data/cronscript/ckpts//hf_ckpt//global_step100', '--tasks', 'indiccopa-hi', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/data/cronscript/lm-evaluation-harness', 'host': 'vizzhy-150-3', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 76, 'cpu_count_logical': 152, 'cpu_freq': {'current': 3394.7152763157897, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.003, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.003, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 866.4415092468262, 'used': 76.92179107666016}}, 'memory': {'total': 1007.5000267028809}}
31
+ 2024-05-14 10:30:02,498 INFO HandlerThread:1851 [system_monitor.py:probe():224] Finished collecting system info
32
+ 2024-05-14 10:30:02,498 INFO HandlerThread:1851 [system_monitor.py:probe():227] Publishing system info
33
+ 2024-05-14 10:30:02,499 INFO HandlerThread:1851 [system_monitor.py:probe():229] Finished publishing system info
34
+ 2024-05-14 10:30:02,502 DEBUG SenderThread:1851 [sender.py:send():378] send: files
35
+ 2024-05-14 10:30:02,503 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
36
+ 2024-05-14 10:30:02,601 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: python_packages
37
+ 2024-05-14 10:30:02,601 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: python_packages
38
+ 2024-05-14 10:30:02,601 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: stop_status
39
+ 2024-05-14 10:30:02,602 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: stop_status
40
+ 2024-05-14 10:30:02,790 DEBUG SenderThread:1851 [sender.py:send():378] send: telemetry
41
+ 2024-05-14 10:30:02,986 INFO wandb-upload_0:1851 [upload_job.py:push():130] Uploaded file /tmp/tmp6ra3u6mwwandb/3ux2yygp-wandb-metadata.json
42
+ 2024-05-14 10:30:03,352 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
43
+ 2024-05-14 10:30:03,352 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/requirements.txt
44
+ 2024-05-14 10:30:03,352 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-metadata.json
45
+ 2024-05-14 10:30:05,352 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
46
+ 2024-05-14 10:30:08,111 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: status_report
47
+ 2024-05-14 10:30:09,377 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
48
+ 2024-05-14 10:30:13,116 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: status_report
49
+ 2024-05-14 10:30:13,415 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
50
+ 2024-05-14 10:30:15,417 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
51
+ 2024-05-14 10:30:17,418 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
52
+ 2024-05-14 10:30:17,602 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: stop_status
53
+ 2024-05-14 10:30:17,602 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: stop_status
54
+ 2024-05-14 10:30:18,744 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: status_report
55
+ 2024-05-14 10:30:19,420 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
56
+ 2024-05-14 10:30:23,424 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
57
+ 2024-05-14 10:30:23,768 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: status_report
58
+ 2024-05-14 10:30:24,647 DEBUG SenderThread:1851 [sender.py:send():378] send: config
59
+ 2024-05-14 10:30:24,647 DEBUG SenderThread:1851 [sender.py:send():378] send: telemetry
60
+ 2024-05-14 10:30:24,647 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: partial_history
61
+ 2024-05-14 10:30:24,647 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: summary_record
62
+ 2024-05-14 10:30:24,649 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
63
+ 2024-05-14 10:30:24,649 DEBUG SenderThread:1851 [sender.py:send():378] send: history
64
+ 2024-05-14 10:30:24,649 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: summary_record
65
+ 2024-05-14 10:30:24,650 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
66
+ 2024-05-14 10:30:24,806 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: log_artifact
67
+ 2024-05-14 10:30:24,807 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: log_artifact
68
+ 2024-05-14 10:30:25,003 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: partial_history
69
+ 2024-05-14 10:30:25,127 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: log_artifact
70
+ 2024-05-14 10:30:25,428 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
71
+ 2024-05-14 10:30:25,428 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json
72
+ 2024-05-14 10:30:25,428 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-summary.json
73
+ 2024-05-14 10:30:25,429 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media
74
+ 2024-05-14 10:30:25,429 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media/table/evaluation
75
+ 2024-05-14 10:30:25,429 INFO Thread-12 :1851 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media/table
76
+ 2024-05-14 10:30:25,469 INFO wandb-upload_0:1851 [upload_job.py:push():88] Uploaded file /root/.local/share/wandb/artifacts/staging/tmpyhm4kzx4
77
+ 2024-05-14 10:30:25,669 INFO wandb-upload_1:1851 [upload_job.py:push():130] Uploaded file /tmp/tmp6ra3u6mwwandb/x0dzp6nd-media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json
78
+ 2024-05-14 10:30:26,152 INFO SenderThread:1851 [sender.py:send_request_log_artifact():1455] logged artifact run-b0385ab4-evaluationeval_results - {'id': 'QXJ0aWZhY3Q6ODM1ODQ2OTc2', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE3NDY1ODEwMw==', 'latestArtifact': None}}
79
+ 2024-05-14 10:30:26,152 DEBUG SenderThread:1851 [sender.py:send():378] send: files
80
+ 2024-05-14 10:30:26,152 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json with policy now
81
+ 2024-05-14 10:30:26,152 DEBUG SenderThread:1851 [sender.py:send():378] send: history
82
+ 2024-05-14 10:30:26,152 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: summary_record
83
+ 2024-05-14 10:30:26,154 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
84
+ 2024-05-14 10:30:26,155 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: log_artifact
85
+ 2024-05-14 10:30:26,201 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: poll_exit
86
+ 2024-05-14 10:30:26,429 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-summary.json
87
+ 2024-05-14 10:30:26,488 INFO wandb-upload_0:1851 [upload_job.py:push():130] Uploaded file /tmp/tmp6ra3u6mwwandb/ok1jytsq-media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json
88
+ 2024-05-14 10:30:26,697 INFO wandb-upload_1:1851 [upload_job.py:push():88] Uploaded file /tmp/tmp7__pxsra/results.json
89
+ 2024-05-14 10:30:27,165 INFO SenderThread:1851 [sender.py:send_request_log_artifact():1455] logged artifact results - {'id': 'QXJ0aWZhY3Q6ODM1ODQ3MDE5', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjE3NDY1ODEyNw==', 'latestArtifact': None}}
90
+ 2024-05-14 10:30:27,165 DEBUG SenderThread:1851 [sender.py:send():378] send: telemetry
91
+ 2024-05-14 10:30:27,165 DEBUG SenderThread:1851 [sender.py:send():378] send: exit
92
+ 2024-05-14 10:30:27,165 INFO SenderThread:1851 [sender.py:send_exit():585] handling exit code: 0
93
+ 2024-05-14 10:30:27,165 INFO SenderThread:1851 [sender.py:send_exit():587] handling runtime: 22
94
+ 2024-05-14 10:30:27,168 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
95
+ 2024-05-14 10:30:27,168 INFO SenderThread:1851 [sender.py:send_exit():593] send defer
96
+ 2024-05-14 10:30:27,168 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: poll_exit
97
+ 2024-05-14 10:30:27,168 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
98
+ 2024-05-14 10:30:27,168 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 0
99
+ 2024-05-14 10:30:27,168 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
100
+ 2024-05-14 10:30:27,168 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 0
101
+ 2024-05-14 10:30:27,168 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 1
102
+ 2024-05-14 10:30:27,169 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
103
+ 2024-05-14 10:30:27,169 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 1
104
+ 2024-05-14 10:30:27,169 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
105
+ 2024-05-14 10:30:27,169 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 1
106
+ 2024-05-14 10:30:27,169 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 2
107
+ 2024-05-14 10:30:27,169 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
108
+ 2024-05-14 10:30:27,169 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 2
109
+ 2024-05-14 10:30:27,169 INFO HandlerThread:1851 [system_monitor.py:finish():203] Stopping system monitor
110
+ 2024-05-14 10:30:27,169 DEBUG SystemMonitor:1851 [system_monitor.py:_start():172] Starting system metrics aggregation loop
111
+ 2024-05-14 10:30:27,169 INFO HandlerThread:1851 [interfaces.py:finish():200] Joined cpu monitor
112
+ 2024-05-14 10:30:27,169 DEBUG SystemMonitor:1851 [system_monitor.py:_start():179] Finished system metrics aggregation loop
113
+ 2024-05-14 10:30:27,170 INFO HandlerThread:1851 [interfaces.py:finish():200] Joined disk monitor
114
+ 2024-05-14 10:30:27,170 DEBUG SystemMonitor:1851 [system_monitor.py:_start():183] Publishing last batch of metrics
115
+ 2024-05-14 10:30:27,170 INFO HandlerThread:1851 [interfaces.py:finish():200] Joined memory monitor
116
+ 2024-05-14 10:30:27,171 INFO HandlerThread:1851 [interfaces.py:finish():200] Joined network monitor
117
+ 2024-05-14 10:30:27,172 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
118
+ 2024-05-14 10:30:27,172 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 2
119
+ 2024-05-14 10:30:27,172 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 3
120
+ 2024-05-14 10:30:27,172 DEBUG SenderThread:1851 [sender.py:send():378] send: stats
121
+ 2024-05-14 10:30:27,172 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
122
+ 2024-05-14 10:30:27,173 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 3
123
+ 2024-05-14 10:30:27,173 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
124
+ 2024-05-14 10:30:27,173 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 3
125
+ 2024-05-14 10:30:27,173 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 4
126
+ 2024-05-14 10:30:27,173 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
127
+ 2024-05-14 10:30:27,173 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 4
128
+ 2024-05-14 10:30:27,173 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
129
+ 2024-05-14 10:30:27,173 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 4
130
+ 2024-05-14 10:30:27,173 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 5
131
+ 2024-05-14 10:30:27,174 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
132
+ 2024-05-14 10:30:27,174 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 5
133
+ 2024-05-14 10:30:27,174 DEBUG SenderThread:1851 [sender.py:send():378] send: summary
134
+ 2024-05-14 10:30:27,174 INFO SenderThread:1851 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
135
+ 2024-05-14 10:30:27,175 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
136
+ 2024-05-14 10:30:27,175 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 5
137
+ 2024-05-14 10:30:27,175 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 6
138
+ 2024-05-14 10:30:27,175 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
139
+ 2024-05-14 10:30:27,175 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 6
140
+ 2024-05-14 10:30:27,175 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
141
+ 2024-05-14 10:30:27,175 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 6
142
+ 2024-05-14 10:30:27,179 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: status_report
143
+ 2024-05-14 10:30:27,201 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: poll_exit
144
+ 2024-05-14 10:30:27,280 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 7
145
+ 2024-05-14 10:30:27,280 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: poll_exit
146
+ 2024-05-14 10:30:27,280 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
147
+ 2024-05-14 10:30:27,280 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 7
148
+ 2024-05-14 10:30:27,280 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
149
+ 2024-05-14 10:30:27,280 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 7
150
+ 2024-05-14 10:30:27,430 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
151
+ 2024-05-14 10:30:27,431 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/config.yaml
152
+ 2024-05-14 10:30:27,431 INFO Thread-12 :1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-summary.json
153
+ 2024-05-14 10:30:28,201 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: poll_exit
154
+ 2024-05-14 10:30:29,184 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 8
155
+ 2024-05-14 10:30:29,184 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: poll_exit
156
+ 2024-05-14 10:30:29,184 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
157
+ 2024-05-14 10:30:29,184 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 8
158
+ 2024-05-14 10:30:29,185 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
159
+ 2024-05-14 10:30:29,185 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 8
160
+ 2024-05-14 10:30:29,185 INFO SenderThread:1851 [job_builder.py:build():432] Attempting to build job artifact
161
+ 2024-05-14 10:30:29,186 INFO SenderThread:1851 [job_builder.py:_get_source_type():576] no source found
162
+ 2024-05-14 10:30:29,186 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 9
163
+ 2024-05-14 10:30:29,186 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
164
+ 2024-05-14 10:30:29,186 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 9
165
+ 2024-05-14 10:30:29,186 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
166
+ 2024-05-14 10:30:29,186 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 9
167
+ 2024-05-14 10:30:29,186 INFO SenderThread:1851 [dir_watcher.py:finish():358] shutting down directory watcher
168
+ 2024-05-14 10:30:29,202 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: poll_exit
169
+ 2024-05-14 10:30:29,432 INFO SenderThread:1851 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
170
+ 2024-05-14 10:30:29,433 INFO SenderThread:1851 [dir_watcher.py:finish():388] scan: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files
171
+ 2024-05-14 10:30:29,433 INFO SenderThread:1851 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-metadata.json wandb-metadata.json
172
+ 2024-05-14 10:30:29,434 INFO SenderThread:1851 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log output.log
173
+ 2024-05-14 10:30:29,434 INFO SenderThread:1851 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/requirements.txt requirements.txt
174
+ 2024-05-14 10:30:29,434 INFO SenderThread:1851 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-summary.json wandb-summary.json
175
+ 2024-05-14 10:30:29,434 INFO SenderThread:1851 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/config.yaml config.yaml
176
+ 2024-05-14 10:30:29,440 INFO SenderThread:1851 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json media/table/evaluation/eval_results_1_c78c57917f215d296d9d.table.json
177
+ 2024-05-14 10:30:29,440 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 10
178
+ 2024-05-14 10:30:29,440 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: poll_exit
179
+ 2024-05-14 10:30:29,440 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
180
+ 2024-05-14 10:30:29,440 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 10
181
+ 2024-05-14 10:30:29,440 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
182
+ 2024-05-14 10:30:29,441 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 10
183
+ 2024-05-14 10:30:29,441 INFO SenderThread:1851 [file_pusher.py:finish():169] shutting down file pusher
184
+ 2024-05-14 10:30:29,687 INFO wandb-upload_2:1851 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/output.log
185
+ 2024-05-14 10:30:29,699 INFO wandb-upload_0:1851 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/requirements.txt
186
+ 2024-05-14 10:30:29,925 INFO wandb-upload_1:1851 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/wandb-summary.json
187
+ 2024-05-14 10:30:29,931 INFO wandb-upload_3:1851 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/files/config.yaml
188
+ 2024-05-14 10:30:30,132 INFO Thread-11 (_thread_body):1851 [sender.py:transition_state():613] send defer: 11
189
+ 2024-05-14 10:30:30,132 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
190
+ 2024-05-14 10:30:30,132 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 11
191
+ 2024-05-14 10:30:30,132 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
192
+ 2024-05-14 10:30:30,133 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 11
193
+ 2024-05-14 10:30:30,133 INFO SenderThread:1851 [file_pusher.py:join():175] waiting for file pusher
194
+ 2024-05-14 10:30:30,133 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 12
195
+ 2024-05-14 10:30:30,133 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
196
+ 2024-05-14 10:30:30,133 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 12
197
+ 2024-05-14 10:30:30,133 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
198
+ 2024-05-14 10:30:30,133 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 12
199
+ 2024-05-14 10:30:30,133 INFO SenderThread:1851 [file_stream.py:finish():601] file stream finish called
200
+ 2024-05-14 10:30:30,202 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: poll_exit
201
+ 2024-05-14 10:30:30,212 INFO SenderThread:1851 [file_stream.py:finish():605] file stream finish is done
202
+ 2024-05-14 10:30:30,212 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 13
203
+ 2024-05-14 10:30:30,212 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: poll_exit
204
+ 2024-05-14 10:30:30,212 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
205
+ 2024-05-14 10:30:30,213 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 13
206
+ 2024-05-14 10:30:30,213 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
207
+ 2024-05-14 10:30:30,213 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 13
208
+ 2024-05-14 10:30:30,213 INFO SenderThread:1851 [sender.py:transition_state():613] send defer: 14
209
+ 2024-05-14 10:30:30,213 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: defer
210
+ 2024-05-14 10:30:30,213 INFO HandlerThread:1851 [handler.py:handle_request_defer():184] handle defer: 14
211
+ 2024-05-14 10:30:30,213 DEBUG SenderThread:1851 [sender.py:send():378] send: final
212
+ 2024-05-14 10:30:30,213 DEBUG SenderThread:1851 [sender.py:send():378] send: footer
213
+ 2024-05-14 10:30:30,213 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: defer
214
+ 2024-05-14 10:30:30,213 INFO SenderThread:1851 [sender.py:send_request_defer():609] handle sender defer: 14
215
+ 2024-05-14 10:30:30,214 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: poll_exit
216
+ 2024-05-14 10:30:30,214 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: poll_exit
217
+ 2024-05-14 10:30:30,214 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: internal_messages
218
+ 2024-05-14 10:30:30,215 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: server_info
219
+ 2024-05-14 10:30:30,215 DEBUG SenderThread:1851 [sender.py:send_request():405] send_request: server_info
220
+ 2024-05-14 10:30:30,257 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: get_summary
221
+ 2024-05-14 10:30:30,257 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: sampled_history
222
+ 2024-05-14 10:30:30,301 DEBUG HandlerThread:1851 [handler.py:handle_request():158] handle_request: shutdown
223
+ 2024-05-14 10:30:30,301 INFO HandlerThread:1851 [handler.py:finish():882] shutting down handler
224
+ 2024-05-14 10:30:31,215 INFO WriterThread:1851 [datastore.py:close():296] close: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/run-b0385ab4.wandb
225
+ 2024-05-14 10:30:31,277 INFO SenderThread:1851 [sender.py:finish():1545] shutting down sender
226
+ 2024-05-14 10:30:31,277 INFO SenderThread:1851 [file_pusher.py:finish():169] shutting down file pusher
227
+ 2024-05-14 10:30:31,277 INFO SenderThread:1851 [file_pusher.py:join():175] waiting for file pusher
lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/logs/debug.log ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
2
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Configure stats pid to 480
3
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Loading settings from /data/cronscript/lm-evaluation-harness/wandb/settings
5
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-05-14 10:30:02,115 WARNING MainThread:480 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
8
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
9
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_setup.py:_flush():76] Applying login settings: {}
10
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_init.py:_log_setup():520] Logging user logs to /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/logs/debug.log
11
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_init.py:_log_setup():521] Logging internal logs to /data/cronscript/lm-evaluation-harness/wandb/run-20240514_103002-b0385ab4/logs/debug-internal.log
12
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_init.py:init():560] calling init triggers
13
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_init.py:init():610] starting backend
16
+ 2024-05-14 10:30:02,115 INFO MainThread:480 [wandb_init.py:init():614] setting up manager
17
+ 2024-05-14 10:30:02,117 INFO MainThread:480 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-05-14 10:30:02,118 INFO MainThread:480 [wandb_init.py:init():622] backend started and connected
19
+ 2024-05-14 10:30:02,121 INFO MainThread:480 [wandb_init.py:init():711] updated telemetry
20
+ 2024-05-14 10:30:02,132 INFO MainThread:480 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
21
+ 2024-05-14 10:30:02,357 INFO MainThread:480 [wandb_run.py:_on_init():2396] communicating current version
22
+ 2024-05-14 10:30:02,433 INFO MainThread:480 [wandb_run.py:_on_init():2405] got version response
23
+ 2024-05-14 10:30:02,433 INFO MainThread:480 [wandb_init.py:init():795] starting run threads in backend
24
+ 2024-05-14 10:30:02,601 INFO MainThread:480 [wandb_run.py:_console_start():2374] atexit reg
25
+ 2024-05-14 10:30:02,601 INFO MainThread:480 [wandb_run.py:_redirect():2229] redirect: wrap_raw
26
+ 2024-05-14 10:30:02,602 INFO MainThread:480 [wandb_run.py:_redirect():2294] Wrapping output streams.
27
+ 2024-05-14 10:30:02,602 INFO MainThread:480 [wandb_run.py:_redirect():2319] Redirects installed.
28
+ 2024-05-14 10:30:02,603 INFO MainThread:480 [wandb_init.py:init():838] run started, returning control to user process
29
+ 2024-05-14 10:30:24,646 INFO MainThread:480 [wandb_run.py:_config_callback():1376] config_cb None None {'task_configs': {'indiccopa-hi': {'task': 'indiccopa-hi', 'group': 'ai4bharat/IndicCOPA', 'dataset_path': 'ai4bharat/IndicCOPA', 'dataset_name': 'translation-hi', 'test_split': 'test', 'doc_to_text': "functools.partial(<function doc_to_text at 0x7f396d9691b0>, connector={'cause': 'कारण', 'effect': 'परिणाम'})", 'doc_to_target': 'label', 'doc_to_choice': 'def doc_to_choice(doc):\n return [convert_choice(doc["choice1"]), convert_choice(doc["choice2"])]\n', 'description': '', 'target_delimiter': ' ', 'fewshot_delimiter': '\n\n', 'num_fewshot': 0, 'metric_list': [{'metric': 'acc'}], 'output_type': 'multiple_choice', 'repeats': 1, 'should_decontaminate': False, 'metadata': {'version': 1.0}}}, 'cli_configs': {'model': 'hf', 'model_args': 'pretrained=/data/cronscript/ckpts//hf_ckpt//global_step100', 'batch_size': 'auto', 'batch_sizes': [64], 'device': None, 'use_cache': None, 'limit': None, 'bootstrap_iters': 100000, 'gen_kwargs': None}}
30
+ 2024-05-14 10:30:25,199 INFO MainThread:480 [wandb_run.py:_finish():2103] finishing run smlgenai/bharatgpt/b0385ab4
31
+ 2024-05-14 10:30:25,199 INFO MainThread:480 [wandb_run.py:_atexit_cleanup():2343] got exitcode: 0
32
+ 2024-05-14 10:30:25,200 INFO MainThread:480 [wandb_run.py:_restore():2326] restore
33
+ 2024-05-14 10:30:25,200 INFO MainThread:480 [wandb_run.py:_restore():2332] restore done
34
+ 2024-05-14 10:30:31,304 INFO MainThread:480 [wandb_run.py:_footer_history_summary_info():3994] rendering history
35
+ 2024-05-14 10:30:31,304 INFO MainThread:480 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
36
+ 2024-05-14 10:30:31,309 INFO MainThread:480 [wandb_run.py:_footer_sync_info():3953] logging synced files
lm-evaluation-harness/wandb/run-20240514_114140-3myl7vfa/run-3myl7vfa.wandb ADDED
Binary file (7.06 kB). View file
 
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/config.yaml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.12
7
+ cli_version: 0.17.0
8
+ framework: huggingface
9
+ huggingface_version: 4.40.2
10
+ is_jupyter_run: false
11
+ is_kaggle_kernel: false
12
+ start_time: 1715704566
13
+ t:
14
+ 1:
15
+ - 1
16
+ - 5
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 53
21
+ - 55
22
+ - 71
23
+ - 98
24
+ - 100
25
+ 2:
26
+ - 1
27
+ - 5
28
+ - 11
29
+ - 49
30
+ - 51
31
+ - 53
32
+ - 55
33
+ - 71
34
+ - 98
35
+ - 100
36
+ 3:
37
+ - 23
38
+ 4: 3.10.12
39
+ 5: 0.17.0
40
+ 6: 4.40.2
41
+ 8:
42
+ - 5
43
+ 13: linux-x86_64
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ 2024-05-14:16:36:07,480 INFO [__main__.py:251] Verbosity set to INFO
3
+ 2024-05-14:16:36:12,176 INFO [__main__.py:335] Selected Tasks: ['indiccopa-hi']
4
+ 2024-05-14:16:36:12,178 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
5
+ 2024-05-14:16:36:12,178 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/data/cronscript/ckpts//hf_ckpt//global_step120'}
6
+ Traceback (most recent call last):
7
+ File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
8
+ return _run_code(code, main_globals, None,
9
+ File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
10
+ exec(code, run_globals)
11
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
12
+ cli_evaluate()
13
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
14
+ results = evaluator.simple_evaluate(
15
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
16
+ return fn(*args, **kwargs)
17
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
18
+ lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
19
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
20
+ return cls(**args, **args2)
21
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 190, in __init__
22
+ self._get_config(
23
+ File "/data/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 471, in _get_config
24
+ self._config = transformers.AutoConfig.from_pretrained(
25
+ File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 928, in from_pretrained
26
+ config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
27
+ File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 631, in get_config_dict
28
+ config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
29
+ File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 686, in _get_config_dict
30
+ resolved_config_file = cached_file(
31
+ File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 369, in cached_file
32
+ raise EnvironmentError(
33
+ OSError: /data/cronscript/ckpts//hf_ckpt//global_step120 does not appear to have a file named config.json. Checkout 'https://huggingface.co//data/cronscript/ckpts//hf_ckpt//global_step120/tree/main' for available files.
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/requirements.txt ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DataProperty==1.0.1
2
+ GitPython==3.1.43
3
+ Jinja2==3.1.3
4
+ Markdown==3.6
5
+ MarkupSafe==2.1.5
6
+ Pillow-SIMD==7.0.0.post3
7
+ PyYAML==6.0
8
+ Werkzeug==3.0.2
9
+ absl-py==2.1.0
10
+ accelerate==0.30.1
11
+ aiohttp==3.9.4
12
+ aiosignal==1.3.1
13
+ antlr4-python3-runtime==4.9.3
14
+ anyio==4.3.0
15
+ async-timeout==4.0.3
16
+ attrs==23.2.0
17
+ av==9.2.0
18
+ cachetools==5.3.3
19
+ certifi==2024.2.2
20
+ cffi==1.15.1
21
+ cfgv==3.4.0
22
+ chardet==5.2.0
23
+ charset-normalizer==3.3.2
24
+ click==8.1.7
25
+ cmake==3.29.2
26
+ colorama==0.4.6
27
+ datasets==2.19.1
28
+ deepspeed==0.12.4+hpu.synapse.v1.15.1
29
+ dill==0.3.8
30
+ distlib==0.3.8
31
+ distro==1.9.0
32
+ docker-pycreds==0.4.0
33
+ einops==0.8.0
34
+ evaluate==0.4.2
35
+ exceptiongroup==1.2.0
36
+ expecttest==0.2.1
37
+ filelock==3.13.4
38
+ frozenlist==1.4.1
39
+ fsspec==2024.3.1
40
+ gitdb==4.0.11
41
+ google-auth-oauthlib==0.4.6
42
+ google-auth==2.29.0
43
+ grpcio==1.62.1
44
+ h11==0.14.0
45
+ habana-media-loader==1.15.1.15
46
+ habana-pyhlml==1.15.1.15
47
+ habana-torch-dataloader==1.15.1.15
48
+ habana-torch-plugin==1.15.1.15
49
+ habana_gpu_migration==1.15.1.15
50
+ habana_quantization_toolkit==1.15.1.15
51
+ hjson==3.1.0
52
+ httpcore==1.0.5
53
+ httpx==0.27.0
54
+ huggingface-hub==0.23.0
55
+ identify==2.5.35
56
+ idna==3.7
57
+ importlib_resources==6.4.0
58
+ iniconfig==2.0.0
59
+ joblib==1.4.2
60
+ jsonlines==4.0.0
61
+ lightning-habana==1.4.0
62
+ lightning-utilities==0.11.2
63
+ lightning==2.2.0.post0
64
+ lm_eval==0.3.0
65
+ lm_eval==0.4.2
66
+ lm_eval==0.4.2
67
+ lm_eval==0.4.2
68
+ mbstrdecoder==1.1.3
69
+ more-itertools==10.2.0
70
+ mpi4py==3.1.4
71
+ mpmath==1.3.0
72
+ multidict==6.0.5
73
+ multiprocess==0.70.16
74
+ networkx==3.3
75
+ ninja==1.11.1.1
76
+ nltk==3.8.1
77
+ nodeenv==1.8.0
78
+ numexpr==2.10.0
79
+ numpy==1.23.5
80
+ oauthlib==3.2.2
81
+ omegaconf==2.3.0
82
+ openai==1.29.0
83
+ packaging==24.0
84
+ pandas==2.0.1
85
+ pathspec==0.12.1
86
+ pathvalidate==3.2.0
87
+ peft==0.10.0
88
+ perfetto==0.7.0
89
+ pip==22.0.2
90
+ pip==23.3.1
91
+ platformdirs==4.2.0
92
+ pluggy==1.4.0
93
+ portalocker==2.8.2
94
+ pre-commit==3.3.3
95
+ protobuf==3.20.3
96
+ psutil==5.9.8
97
+ py-cpuinfo==9.0.0
98
+ pyarrow-hotfix==0.6
99
+ pyarrow==16.0.0
100
+ pyasn1==0.6.0
101
+ pyasn1_modules==0.4.0
102
+ pybind11==2.10.4
103
+ pycountry==23.12.11
104
+ pycparser==2.22
105
+ pydantic==1.10.13
106
+ pynvml==8.0.4
107
+ pytablewriter==1.2.0
108
+ pytest==8.1.1
109
+ python-dateutil==2.9.0.post0
110
+ pytorch-lightning==2.2.2
111
+ pytz==2024.1
112
+ regex==2023.5.5
113
+ requests-oauthlib==2.0.0
114
+ requests==2.31.0
115
+ rouge_score==0.1.2
116
+ rsa==4.9
117
+ sacrebleu==1.5.0
118
+ safetensors==0.4.3
119
+ scikit-learn==1.4.2
120
+ scipy==1.13.0
121
+ sentencepiece==0.2.0
122
+ sentry-sdk==2.1.1
123
+ setproctitle==1.3.3
124
+ setuptools==59.6.0
125
+ setuptools==69.5.1
126
+ six==1.16.0
127
+ smmap==5.0.1
128
+ sniffio==1.3.1
129
+ sqlitedict==2.1.0
130
+ symengine==0.11.0
131
+ sympy==1.12
132
+ tabledata==1.3.3
133
+ tcolorpy==0.1.6
134
+ tdqm==0.0.1
135
+ tensorboard-data-server==0.6.1
136
+ tensorboard-plugin-wit==1.8.1
137
+ tensorboard==2.11.2
138
+ threadpoolctl==3.5.0
139
+ tokenizers==0.19.1
140
+ tomli==2.0.1
141
+ torch==2.2.0a0+git8964477
142
+ torch_tb_profiler==0.4.0
143
+ torchaudio==2.2.0+08901ad
144
+ torchdata==0.7.1+5e6f7b7
145
+ torchmetrics==1.3.2
146
+ torchtext==0.17.0+400da5c
147
+ torchvision==0.17.0+b2383d4
148
+ tqdm-multiprocess==0.0.11
149
+ tqdm==4.66.2
150
+ transformers==4.40.2
151
+ typepy==1.3.2
152
+ typing_extensions==4.11.0
153
+ tzdata==2024.1
154
+ urllib3==1.26.18
155
+ virtualenv==20.25.1
156
+ wandb==0.17.0
157
+ wheel==0.37.1
158
+ wheel==0.43.0
159
+ word2number==1.1
160
+ xxhash==3.4.1
161
+ yamllint==1.35.1
162
+ yarl==1.9.4
163
+ zstandard==0.22.0
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-metadata.json ADDED
@@ -0,0 +1,810 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
3
+ "python": "3.10.12",
4
+ "heartbeatAt": "2024-05-14T16:36:07.334023",
5
+ "startedAt": "2024-05-14T16:36:06.905531",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [
9
+ "--model",
10
+ "hf",
11
+ "--model_args",
12
+ "pretrained=/data/cronscript/ckpts//hf_ckpt//global_step120",
13
+ "--tasks",
14
+ "indiccopa-hi",
15
+ "--batch_size",
16
+ "auto",
17
+ "--wandb_args",
18
+ "project=bharatgpt,group=trial_expt"
19
+ ],
20
+ "state": "running",
21
+ "program": "-m lm_eval.__main__",
22
+ "codePathLocal": null,
23
+ "git": {
24
+ "remote": "https://github.com/EleutherAI/lm-evaluation-harness",
25
+ "commit": null
26
+ },
27
+ "email": null,
28
+ "root": "/data/cronscript/lm-evaluation-harness",
29
+ "host": "vizzhy-150-3",
30
+ "username": "root",
31
+ "executable": "/usr/bin/python3",
32
+ "cpu_count": 76,
33
+ "cpu_count_logical": 152,
34
+ "cpu_freq": {
35
+ "current": 3389.3346710526316,
36
+ "min": 800.0,
37
+ "max": 3400.0
38
+ },
39
+ "cpu_freq_per_core": [
40
+ {
41
+ "current": 3300.0,
42
+ "min": 800.0,
43
+ "max": 3400.0
44
+ },
45
+ {
46
+ "current": 3300.0,
47
+ "min": 800.0,
48
+ "max": 3400.0
49
+ },
50
+ {
51
+ "current": 3299.935,
52
+ "min": 800.0,
53
+ "max": 3400.0
54
+ },
55
+ {
56
+ "current": 3299.996,
57
+ "min": 800.0,
58
+ "max": 3400.0
59
+ },
60
+ {
61
+ "current": 3400.0,
62
+ "min": 800.0,
63
+ "max": 3400.0
64
+ },
65
+ {
66
+ "current": 3400.0,
67
+ "min": 800.0,
68
+ "max": 3400.0
69
+ },
70
+ {
71
+ "current": 3400.0,
72
+ "min": 800.0,
73
+ "max": 3400.0
74
+ },
75
+ {
76
+ "current": 3400.0,
77
+ "min": 800.0,
78
+ "max": 3400.0
79
+ },
80
+ {
81
+ "current": 3400.0,
82
+ "min": 800.0,
83
+ "max": 3400.0
84
+ },
85
+ {
86
+ "current": 3400.0,
87
+ "min": 800.0,
88
+ "max": 3400.0
89
+ },
90
+ {
91
+ "current": 3400.0,
92
+ "min": 800.0,
93
+ "max": 3400.0
94
+ },
95
+ {
96
+ "current": 3400.0,
97
+ "min": 800.0,
98
+ "max": 3400.0
99
+ },
100
+ {
101
+ "current": 3300.0,
102
+ "min": 800.0,
103
+ "max": 3400.0
104
+ },
105
+ {
106
+ "current": 3400.0,
107
+ "min": 800.0,
108
+ "max": 3400.0
109
+ },
110
+ {
111
+ "current": 3400.0,
112
+ "min": 800.0,
113
+ "max": 3400.0
114
+ },
115
+ {
116
+ "current": 3400.0,
117
+ "min": 800.0,
118
+ "max": 3400.0
119
+ },
120
+ {
121
+ "current": 3400.0,
122
+ "min": 800.0,
123
+ "max": 3400.0
124
+ },
125
+ {
126
+ "current": 3400.0,
127
+ "min": 800.0,
128
+ "max": 3400.0
129
+ },
130
+ {
131
+ "current": 3400.0,
132
+ "min": 800.0,
133
+ "max": 3400.0
134
+ },
135
+ {
136
+ "current": 3400.0,
137
+ "min": 800.0,
138
+ "max": 3400.0
139
+ },
140
+ {
141
+ "current": 3400.0,
142
+ "min": 800.0,
143
+ "max": 3400.0
144
+ },
145
+ {
146
+ "current": 3400.0,
147
+ "min": 800.0,
148
+ "max": 3400.0
149
+ },
150
+ {
151
+ "current": 3400.0,
152
+ "min": 800.0,
153
+ "max": 3400.0
154
+ },
155
+ {
156
+ "current": 3400.0,
157
+ "min": 800.0,
158
+ "max": 3400.0
159
+ },
160
+ {
161
+ "current": 3400.0,
162
+ "min": 800.0,
163
+ "max": 3400.0
164
+ },
165
+ {
166
+ "current": 3400.0,
167
+ "min": 800.0,
168
+ "max": 3400.0
169
+ },
170
+ {
171
+ "current": 3400.0,
172
+ "min": 800.0,
173
+ "max": 3400.0
174
+ },
175
+ {
176
+ "current": 3400.0,
177
+ "min": 800.0,
178
+ "max": 3400.0
179
+ },
180
+ {
181
+ "current": 3400.0,
182
+ "min": 800.0,
183
+ "max": 3400.0
184
+ },
185
+ {
186
+ "current": 3400.0,
187
+ "min": 800.0,
188
+ "max": 3400.0
189
+ },
190
+ {
191
+ "current": 3400.0,
192
+ "min": 800.0,
193
+ "max": 3400.0
194
+ },
195
+ {
196
+ "current": 3400.0,
197
+ "min": 800.0,
198
+ "max": 3400.0
199
+ },
200
+ {
201
+ "current": 3400.0,
202
+ "min": 800.0,
203
+ "max": 3400.0
204
+ },
205
+ {
206
+ "current": 3400.0,
207
+ "min": 800.0,
208
+ "max": 3400.0
209
+ },
210
+ {
211
+ "current": 3400.0,
212
+ "min": 800.0,
213
+ "max": 3400.0
214
+ },
215
+ {
216
+ "current": 3400.0,
217
+ "min": 800.0,
218
+ "max": 3400.0
219
+ },
220
+ {
221
+ "current": 3400.0,
222
+ "min": 800.0,
223
+ "max": 3400.0
224
+ },
225
+ {
226
+ "current": 3299.996,
227
+ "min": 800.0,
228
+ "max": 3400.0
229
+ },
230
+ {
231
+ "current": 3300.0,
232
+ "min": 800.0,
233
+ "max": 3400.0
234
+ },
235
+ {
236
+ "current": 3300.0,
237
+ "min": 800.0,
238
+ "max": 3400.0
239
+ },
240
+ {
241
+ "current": 3400.0,
242
+ "min": 800.0,
243
+ "max": 3400.0
244
+ },
245
+ {
246
+ "current": 3400.0,
247
+ "min": 800.0,
248
+ "max": 3400.0
249
+ },
250
+ {
251
+ "current": 3400.0,
252
+ "min": 800.0,
253
+ "max": 3400.0
254
+ },
255
+ {
256
+ "current": 3400.0,
257
+ "min": 800.0,
258
+ "max": 3400.0
259
+ },
260
+ {
261
+ "current": 3400.0,
262
+ "min": 800.0,
263
+ "max": 3400.0
264
+ },
265
+ {
266
+ "current": 3400.0,
267
+ "min": 800.0,
268
+ "max": 3400.0
269
+ },
270
+ {
271
+ "current": 3400.0,
272
+ "min": 800.0,
273
+ "max": 3400.0
274
+ },
275
+ {
276
+ "current": 3400.0,
277
+ "min": 800.0,
278
+ "max": 3400.0
279
+ },
280
+ {
281
+ "current": 3400.0,
282
+ "min": 800.0,
283
+ "max": 3400.0
284
+ },
285
+ {
286
+ "current": 3400.0,
287
+ "min": 800.0,
288
+ "max": 3400.0
289
+ },
290
+ {
291
+ "current": 3400.0,
292
+ "min": 800.0,
293
+ "max": 3400.0
294
+ },
295
+ {
296
+ "current": 3400.0,
297
+ "min": 800.0,
298
+ "max": 3400.0
299
+ },
300
+ {
301
+ "current": 3400.0,
302
+ "min": 800.0,
303
+ "max": 3400.0
304
+ },
305
+ {
306
+ "current": 3400.0,
307
+ "min": 800.0,
308
+ "max": 3400.0
309
+ },
310
+ {
311
+ "current": 3400.0,
312
+ "min": 800.0,
313
+ "max": 3400.0
314
+ },
315
+ {
316
+ "current": 3400.0,
317
+ "min": 800.0,
318
+ "max": 3400.0
319
+ },
320
+ {
321
+ "current": 3400.0,
322
+ "min": 800.0,
323
+ "max": 3400.0
324
+ },
325
+ {
326
+ "current": 3400.0,
327
+ "min": 800.0,
328
+ "max": 3400.0
329
+ },
330
+ {
331
+ "current": 3400.0,
332
+ "min": 800.0,
333
+ "max": 3400.0
334
+ },
335
+ {
336
+ "current": 3400.0,
337
+ "min": 800.0,
338
+ "max": 3400.0
339
+ },
340
+ {
341
+ "current": 3300.0,
342
+ "min": 800.0,
343
+ "max": 3400.0
344
+ },
345
+ {
346
+ "current": 3400.0,
347
+ "min": 800.0,
348
+ "max": 3400.0
349
+ },
350
+ {
351
+ "current": 3400.0,
352
+ "min": 800.0,
353
+ "max": 3400.0
354
+ },
355
+ {
356
+ "current": 3400.0,
357
+ "min": 800.0,
358
+ "max": 3400.0
359
+ },
360
+ {
361
+ "current": 3400.0,
362
+ "min": 800.0,
363
+ "max": 3400.0
364
+ },
365
+ {
366
+ "current": 3400.0,
367
+ "min": 800.0,
368
+ "max": 3400.0
369
+ },
370
+ {
371
+ "current": 3400.0,
372
+ "min": 800.0,
373
+ "max": 3400.0
374
+ },
375
+ {
376
+ "current": 3300.0,
377
+ "min": 800.0,
378
+ "max": 3400.0
379
+ },
380
+ {
381
+ "current": 3400.0,
382
+ "min": 800.0,
383
+ "max": 3400.0
384
+ },
385
+ {
386
+ "current": 3400.0,
387
+ "min": 800.0,
388
+ "max": 3400.0
389
+ },
390
+ {
391
+ "current": 3400.0,
392
+ "min": 800.0,
393
+ "max": 3400.0
394
+ },
395
+ {
396
+ "current": 3400.0,
397
+ "min": 800.0,
398
+ "max": 3400.0
399
+ },
400
+ {
401
+ "current": 3400.0,
402
+ "min": 800.0,
403
+ "max": 3400.0
404
+ },
405
+ {
406
+ "current": 3400.0,
407
+ "min": 800.0,
408
+ "max": 3400.0
409
+ },
410
+ {
411
+ "current": 3400.0,
412
+ "min": 800.0,
413
+ "max": 3400.0
414
+ },
415
+ {
416
+ "current": 3400.0,
417
+ "min": 800.0,
418
+ "max": 3400.0
419
+ },
420
+ {
421
+ "current": 3400.0,
422
+ "min": 800.0,
423
+ "max": 3400.0
424
+ },
425
+ {
426
+ "current": 3400.0,
427
+ "min": 800.0,
428
+ "max": 3400.0
429
+ },
430
+ {
431
+ "current": 3365.29,
432
+ "min": 800.0,
433
+ "max": 3400.0
434
+ },
435
+ {
436
+ "current": 3300.0,
437
+ "min": 800.0,
438
+ "max": 3400.0
439
+ },
440
+ {
441
+ "current": 3400.0,
442
+ "min": 800.0,
443
+ "max": 3400.0
444
+ },
445
+ {
446
+ "current": 3300.0,
447
+ "min": 800.0,
448
+ "max": 3400.0
449
+ },
450
+ {
451
+ "current": 3400.0,
452
+ "min": 800.0,
453
+ "max": 3400.0
454
+ },
455
+ {
456
+ "current": 3400.0,
457
+ "min": 800.0,
458
+ "max": 3400.0
459
+ },
460
+ {
461
+ "current": 3400.0,
462
+ "min": 800.0,
463
+ "max": 3400.0
464
+ },
465
+ {
466
+ "current": 3400.0,
467
+ "min": 800.0,
468
+ "max": 3400.0
469
+ },
470
+ {
471
+ "current": 3400.0,
472
+ "min": 800.0,
473
+ "max": 3400.0
474
+ },
475
+ {
476
+ "current": 3400.0,
477
+ "min": 800.0,
478
+ "max": 3400.0
479
+ },
480
+ {
481
+ "current": 3400.0,
482
+ "min": 800.0,
483
+ "max": 3400.0
484
+ },
485
+ {
486
+ "current": 3400.0,
487
+ "min": 800.0,
488
+ "max": 3400.0
489
+ },
490
+ {
491
+ "current": 3400.0,
492
+ "min": 800.0,
493
+ "max": 3400.0
494
+ },
495
+ {
496
+ "current": 3400.0,
497
+ "min": 800.0,
498
+ "max": 3400.0
499
+ },
500
+ {
501
+ "current": 3400.0,
502
+ "min": 800.0,
503
+ "max": 3400.0
504
+ },
505
+ {
506
+ "current": 3400.0,
507
+ "min": 800.0,
508
+ "max": 3400.0
509
+ },
510
+ {
511
+ "current": 3400.0,
512
+ "min": 800.0,
513
+ "max": 3400.0
514
+ },
515
+ {
516
+ "current": 3400.0,
517
+ "min": 800.0,
518
+ "max": 3400.0
519
+ },
520
+ {
521
+ "current": 3400.0,
522
+ "min": 800.0,
523
+ "max": 3400.0
524
+ },
525
+ {
526
+ "current": 3400.0,
527
+ "min": 800.0,
528
+ "max": 3400.0
529
+ },
530
+ {
531
+ "current": 3400.0,
532
+ "min": 800.0,
533
+ "max": 3400.0
534
+ },
535
+ {
536
+ "current": 3400.0,
537
+ "min": 800.0,
538
+ "max": 3400.0
539
+ },
540
+ {
541
+ "current": 3400.0,
542
+ "min": 800.0,
543
+ "max": 3400.0
544
+ },
545
+ {
546
+ "current": 3400.0,
547
+ "min": 800.0,
548
+ "max": 3400.0
549
+ },
550
+ {
551
+ "current": 3400.0,
552
+ "min": 800.0,
553
+ "max": 3400.0
554
+ },
555
+ {
556
+ "current": 3400.0,
557
+ "min": 800.0,
558
+ "max": 3400.0
559
+ },
560
+ {
561
+ "current": 3400.0,
562
+ "min": 800.0,
563
+ "max": 3400.0
564
+ },
565
+ {
566
+ "current": 3300.0,
567
+ "min": 800.0,
568
+ "max": 3400.0
569
+ },
570
+ {
571
+ "current": 3400.0,
572
+ "min": 800.0,
573
+ "max": 3400.0
574
+ },
575
+ {
576
+ "current": 3400.0,
577
+ "min": 800.0,
578
+ "max": 3400.0
579
+ },
580
+ {
581
+ "current": 3400.0,
582
+ "min": 800.0,
583
+ "max": 3400.0
584
+ },
585
+ {
586
+ "current": 3400.0,
587
+ "min": 800.0,
588
+ "max": 3400.0
589
+ },
590
+ {
591
+ "current": 3400.0,
592
+ "min": 800.0,
593
+ "max": 3400.0
594
+ },
595
+ {
596
+ "current": 3400.0,
597
+ "min": 800.0,
598
+ "max": 3400.0
599
+ },
600
+ {
601
+ "current": 3400.0,
602
+ "min": 800.0,
603
+ "max": 3400.0
604
+ },
605
+ {
606
+ "current": 3400.0,
607
+ "min": 800.0,
608
+ "max": 3400.0
609
+ },
610
+ {
611
+ "current": 3400.0,
612
+ "min": 800.0,
613
+ "max": 3400.0
614
+ },
615
+ {
616
+ "current": 3400.0,
617
+ "min": 800.0,
618
+ "max": 3400.0
619
+ },
620
+ {
621
+ "current": 3400.0,
622
+ "min": 800.0,
623
+ "max": 3400.0
624
+ },
625
+ {
626
+ "current": 3400.0,
627
+ "min": 800.0,
628
+ "max": 3400.0
629
+ },
630
+ {
631
+ "current": 3400.0,
632
+ "min": 800.0,
633
+ "max": 3400.0
634
+ },
635
+ {
636
+ "current": 3400.0,
637
+ "min": 800.0,
638
+ "max": 3400.0
639
+ },
640
+ {
641
+ "current": 3400.0,
642
+ "min": 800.0,
643
+ "max": 3400.0
644
+ },
645
+ {
646
+ "current": 3400.0,
647
+ "min": 800.0,
648
+ "max": 3400.0
649
+ },
650
+ {
651
+ "current": 3400.0,
652
+ "min": 800.0,
653
+ "max": 3400.0
654
+ },
655
+ {
656
+ "current": 3400.0,
657
+ "min": 800.0,
658
+ "max": 3400.0
659
+ },
660
+ {
661
+ "current": 3400.0,
662
+ "min": 800.0,
663
+ "max": 3400.0
664
+ },
665
+ {
666
+ "current": 3400.0,
667
+ "min": 800.0,
668
+ "max": 3400.0
669
+ },
670
+ {
671
+ "current": 3300.0,
672
+ "min": 800.0,
673
+ "max": 3400.0
674
+ },
675
+ {
676
+ "current": 3400.0,
677
+ "min": 800.0,
678
+ "max": 3400.0
679
+ },
680
+ {
681
+ "current": 3400.0,
682
+ "min": 800.0,
683
+ "max": 3400.0
684
+ },
685
+ {
686
+ "current": 3400.0,
687
+ "min": 800.0,
688
+ "max": 3400.0
689
+ },
690
+ {
691
+ "current": 3400.0,
692
+ "min": 800.0,
693
+ "max": 3400.0
694
+ },
695
+ {
696
+ "current": 3400.0,
697
+ "min": 800.0,
698
+ "max": 3400.0
699
+ },
700
+ {
701
+ "current": 3400.0,
702
+ "min": 800.0,
703
+ "max": 3400.0
704
+ },
705
+ {
706
+ "current": 3400.0,
707
+ "min": 800.0,
708
+ "max": 3400.0
709
+ },
710
+ {
711
+ "current": 3400.0,
712
+ "min": 800.0,
713
+ "max": 3400.0
714
+ },
715
+ {
716
+ "current": 3400.0,
717
+ "min": 800.0,
718
+ "max": 3400.0
719
+ },
720
+ {
721
+ "current": 3400.0,
722
+ "min": 800.0,
723
+ "max": 3400.0
724
+ },
725
+ {
726
+ "current": 3400.0,
727
+ "min": 800.0,
728
+ "max": 3400.0
729
+ },
730
+ {
731
+ "current": 3400.0,
732
+ "min": 800.0,
733
+ "max": 3400.0
734
+ },
735
+ {
736
+ "current": 3400.0,
737
+ "min": 800.0,
738
+ "max": 3400.0
739
+ },
740
+ {
741
+ "current": 3400.0,
742
+ "min": 800.0,
743
+ "max": 3400.0
744
+ },
745
+ {
746
+ "current": 3400.0,
747
+ "min": 800.0,
748
+ "max": 3400.0
749
+ },
750
+ {
751
+ "current": 3400.0,
752
+ "min": 800.0,
753
+ "max": 3400.0
754
+ },
755
+ {
756
+ "current": 3400.0,
757
+ "min": 800.0,
758
+ "max": 3400.0
759
+ },
760
+ {
761
+ "current": 3400.0,
762
+ "min": 800.0,
763
+ "max": 3400.0
764
+ },
765
+ {
766
+ "current": 3400.0,
767
+ "min": 800.0,
768
+ "max": 3400.0
769
+ },
770
+ {
771
+ "current": 3400.0,
772
+ "min": 800.0,
773
+ "max": 3400.0
774
+ },
775
+ {
776
+ "current": 3400.0,
777
+ "min": 800.0,
778
+ "max": 3400.0
779
+ },
780
+ {
781
+ "current": 3400.0,
782
+ "min": 800.0,
783
+ "max": 3400.0
784
+ },
785
+ {
786
+ "current": 3400.0,
787
+ "min": 800.0,
788
+ "max": 3400.0
789
+ },
790
+ {
791
+ "current": 3400.0,
792
+ "min": 800.0,
793
+ "max": 3400.0
794
+ },
795
+ {
796
+ "current": 3400.0,
797
+ "min": 800.0,
798
+ "max": 3400.0
799
+ }
800
+ ],
801
+ "disk": {
802
+ "/": {
803
+ "total": 866.4415092468262,
804
+ "used": 863.4254722595215
805
+ }
806
+ },
807
+ "memory": {
808
+ "total": 1007.5000267028809
809
+ }
810
+ }
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_wandb": {"runtime": 5}}
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/logs/debug-internal.log ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-14 16:36:06,918 INFO StreamThr :125134 [internal.py:wandb_internal():85] W&B internal server running at pid: 125134, started at: 2024-05-14 16:36:06.917912
2
+ 2024-05-14 16:36:06,920 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: status
3
+ 2024-05-14 16:36:06,921 INFO WriterThread:125134 [datastore.py:open_for_write():87] open: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/run-6ikrp0kk.wandb
4
+ 2024-05-14 16:36:06,922 DEBUG SenderThread:125134 [sender.py:send():378] send: header
5
+ 2024-05-14 16:36:06,933 DEBUG SenderThread:125134 [sender.py:send():378] send: run
6
+ 2024-05-14 16:36:07,194 INFO SenderThread:125134 [dir_watcher.py:__init__():211] watching files in: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files
7
+ 2024-05-14 16:36:07,194 INFO SenderThread:125134 [sender.py:_start_run_threads():1123] run started: 6ikrp0kk with start time 1715704566.917641
8
+ 2024-05-14 16:36:07,202 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: check_version
9
+ 2024-05-14 16:36:07,202 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: check_version
10
+ 2024-05-14 16:36:07,286 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: run_start
11
+ 2024-05-14 16:36:07,287 DEBUG HandlerThread:125134 [system_info.py:__init__():26] System info init
12
+ 2024-05-14 16:36:07,288 DEBUG HandlerThread:125134 [system_info.py:__init__():41] System info init done
13
+ 2024-05-14 16:36:07,288 INFO HandlerThread:125134 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-05-14 16:36:07,288 INFO SystemMonitor:125134 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-05-14 16:36:07,288 INFO HandlerThread:125134 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-05-14 16:36:07,288 INFO SystemMonitor:125134 [interfaces.py:start():188] Started cpu monitoring
17
+ 2024-05-14 16:36:07,288 INFO SystemMonitor:125134 [interfaces.py:start():188] Started disk monitoring
18
+ 2024-05-14 16:36:07,289 INFO SystemMonitor:125134 [interfaces.py:start():188] Started memory monitoring
19
+ 2024-05-14 16:36:07,289 INFO SystemMonitor:125134 [interfaces.py:start():188] Started network monitoring
20
+ 2024-05-14 16:36:07,333 DEBUG HandlerThread:125134 [system_info.py:probe():150] Probing system
21
+ 2024-05-14 16:36:07,354 DEBUG HandlerThread:125134 [system_info.py:_probe_git():135] Probing git
22
+ 2024-05-14 16:36:07,374 ERROR HandlerThread:125134 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
23
+ cmdline: git rev-parse --show-toplevel
24
+ stderr: 'fatal: detected dubious ownership in repository at '/data/cronscript/lm-evaluation-harness'
25
+ To add an exception for this directory, call:
26
+
27
+ git config --global --add safe.directory /data/cronscript/lm-evaluation-harness'
28
+ 2024-05-14 16:36:07,374 DEBUG HandlerThread:125134 [system_info.py:_probe_git():143] Probing git done
29
+ 2024-05-14 16:36:07,374 DEBUG HandlerThread:125134 [system_info.py:probe():198] Probing system done
30
+ 2024-05-14 16:36:07,374 DEBUG HandlerThread:125134 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-14T16:36:07.334023', 'startedAt': '2024-05-14T16:36:06.905531', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/data/cronscript/ckpts//hf_ckpt//global_step120', '--tasks', 'indiccopa-hi', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt,group=trial_expt'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/data/cronscript/lm-evaluation-harness', 'host': 'vizzhy-150-3', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 76, 'cpu_count_logical': 152, 'cpu_freq': {'current': 3389.3346710526316, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3299.935, 'min': 800.0, 'max': 3400.0}, {'current': 3299.996, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3299.996, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3365.29, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 866.4415092468262, 'used': 863.4254722595215}}, 'memory': {'total': 1007.5000267028809}}
31
+ 2024-05-14 16:36:07,375 INFO HandlerThread:125134 [system_monitor.py:probe():224] Finished collecting system info
32
+ 2024-05-14 16:36:07,375 INFO HandlerThread:125134 [system_monitor.py:probe():227] Publishing system info
33
+ 2024-05-14 16:36:07,376 INFO HandlerThread:125134 [system_monitor.py:probe():229] Finished publishing system info
34
+ 2024-05-14 16:36:07,380 DEBUG SenderThread:125134 [sender.py:send():378] send: files
35
+ 2024-05-14 16:36:07,380 INFO SenderThread:125134 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
36
+ 2024-05-14 16:36:07,476 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: python_packages
37
+ 2024-05-14 16:36:07,477 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: python_packages
38
+ 2024-05-14 16:36:07,477 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: stop_status
39
+ 2024-05-14 16:36:07,478 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: stop_status
40
+ 2024-05-14 16:36:07,683 DEBUG SenderThread:125134 [sender.py:send():378] send: telemetry
41
+ 2024-05-14 16:36:07,926 INFO wandb-upload_0:125134 [upload_job.py:push():130] Uploaded file /tmp/tmpkiqc7vm7wandb/pbabnvzr-wandb-metadata.json
42
+ 2024-05-14 16:36:08,196 INFO Thread-12 :125134 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-metadata.json
43
+ 2024-05-14 16:36:08,196 INFO Thread-12 :125134 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log
44
+ 2024-05-14 16:36:08,196 INFO Thread-12 :125134 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/requirements.txt
45
+ 2024-05-14 16:36:10,196 INFO Thread-12 :125134 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log
46
+ 2024-05-14 16:36:12,178 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: status_report
47
+ 2024-05-14 16:36:13,264 DEBUG SenderThread:125134 [sender.py:send():378] send: exit
48
+ 2024-05-14 16:36:13,264 INFO SenderThread:125134 [sender.py:send_exit():585] handling exit code: 1
49
+ 2024-05-14 16:36:13,264 INFO SenderThread:125134 [sender.py:send_exit():587] handling runtime: 5
50
+ 2024-05-14 16:36:13,265 INFO SenderThread:125134 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
51
+ 2024-05-14 16:36:13,265 INFO SenderThread:125134 [sender.py:send_exit():593] send defer
52
+ 2024-05-14 16:36:13,265 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
53
+ 2024-05-14 16:36:13,265 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 0
54
+ 2024-05-14 16:36:13,266 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
55
+ 2024-05-14 16:36:13,266 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 0
56
+ 2024-05-14 16:36:13,266 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 1
57
+ 2024-05-14 16:36:13,266 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
58
+ 2024-05-14 16:36:13,266 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 1
59
+ 2024-05-14 16:36:13,266 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
60
+ 2024-05-14 16:36:13,266 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 1
61
+ 2024-05-14 16:36:13,266 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 2
62
+ 2024-05-14 16:36:13,266 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
63
+ 2024-05-14 16:36:13,266 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 2
64
+ 2024-05-14 16:36:13,266 INFO HandlerThread:125134 [system_monitor.py:finish():203] Stopping system monitor
65
+ 2024-05-14 16:36:13,266 DEBUG SystemMonitor:125134 [system_monitor.py:_start():172] Starting system metrics aggregation loop
66
+ 2024-05-14 16:36:13,266 DEBUG SystemMonitor:125134 [system_monitor.py:_start():179] Finished system metrics aggregation loop
67
+ 2024-05-14 16:36:13,266 DEBUG SystemMonitor:125134 [system_monitor.py:_start():183] Publishing last batch of metrics
68
+ 2024-05-14 16:36:13,267 INFO HandlerThread:125134 [interfaces.py:finish():200] Joined cpu monitor
69
+ 2024-05-14 16:36:13,267 INFO HandlerThread:125134 [interfaces.py:finish():200] Joined disk monitor
70
+ 2024-05-14 16:36:13,267 INFO HandlerThread:125134 [interfaces.py:finish():200] Joined memory monitor
71
+ 2024-05-14 16:36:13,268 INFO HandlerThread:125134 [interfaces.py:finish():200] Joined network monitor
72
+ 2024-05-14 16:36:13,268 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
73
+ 2024-05-14 16:36:13,268 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 2
74
+ 2024-05-14 16:36:13,268 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 3
75
+ 2024-05-14 16:36:13,268 DEBUG SenderThread:125134 [sender.py:send():378] send: stats
76
+ 2024-05-14 16:36:13,268 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
77
+ 2024-05-14 16:36:13,268 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 3
78
+ 2024-05-14 16:36:13,268 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
79
+ 2024-05-14 16:36:13,268 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 3
80
+ 2024-05-14 16:36:13,268 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 4
81
+ 2024-05-14 16:36:13,268 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
82
+ 2024-05-14 16:36:13,268 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 4
83
+ 2024-05-14 16:36:13,268 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
84
+ 2024-05-14 16:36:13,268 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 4
85
+ 2024-05-14 16:36:13,268 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 5
86
+ 2024-05-14 16:36:13,268 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
87
+ 2024-05-14 16:36:13,268 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 5
88
+ 2024-05-14 16:36:13,269 DEBUG SenderThread:125134 [sender.py:send():378] send: summary
89
+ 2024-05-14 16:36:13,269 INFO SenderThread:125134 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
90
+ 2024-05-14 16:36:13,269 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
91
+ 2024-05-14 16:36:13,269 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 5
92
+ 2024-05-14 16:36:13,269 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 6
93
+ 2024-05-14 16:36:13,269 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
94
+ 2024-05-14 16:36:13,269 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 6
95
+ 2024-05-14 16:36:13,270 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
96
+ 2024-05-14 16:36:13,270 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 6
97
+ 2024-05-14 16:36:13,272 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: status_report
98
+ 2024-05-14 16:36:13,345 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 7
99
+ 2024-05-14 16:36:13,345 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
100
+ 2024-05-14 16:36:13,345 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 7
101
+ 2024-05-14 16:36:13,346 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
102
+ 2024-05-14 16:36:13,346 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 7
103
+ 2024-05-14 16:36:14,199 INFO Thread-12 :125134 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/config.yaml
104
+ 2024-05-14 16:36:14,199 INFO Thread-12 :125134 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log
105
+ 2024-05-14 16:36:14,199 INFO Thread-12 :125134 [dir_watcher.py:_on_file_created():271] file/dir created: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-summary.json
106
+ 2024-05-14 16:36:14,264 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: poll_exit
107
+ 2024-05-14 16:36:15,698 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 8
108
+ 2024-05-14 16:36:15,698 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: poll_exit
109
+ 2024-05-14 16:36:15,698 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
110
+ 2024-05-14 16:36:15,698 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 8
111
+ 2024-05-14 16:36:15,698 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
112
+ 2024-05-14 16:36:15,698 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 8
113
+ 2024-05-14 16:36:15,698 INFO SenderThread:125134 [job_builder.py:build():432] Attempting to build job artifact
114
+ 2024-05-14 16:36:15,699 INFO SenderThread:125134 [job_builder.py:_get_source_type():576] no source found
115
+ 2024-05-14 16:36:15,699 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 9
116
+ 2024-05-14 16:36:15,699 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
117
+ 2024-05-14 16:36:15,699 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 9
118
+ 2024-05-14 16:36:15,699 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
119
+ 2024-05-14 16:36:15,699 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 9
120
+ 2024-05-14 16:36:15,699 INFO SenderThread:125134 [dir_watcher.py:finish():358] shutting down directory watcher
121
+ 2024-05-14 16:36:16,200 INFO SenderThread:125134 [dir_watcher.py:_on_file_modified():288] file/dir modified: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log
122
+ 2024-05-14 16:36:16,201 INFO SenderThread:125134 [dir_watcher.py:finish():388] scan: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files
123
+ 2024-05-14 16:36:16,201 INFO SenderThread:125134 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/requirements.txt requirements.txt
124
+ 2024-05-14 16:36:16,201 INFO SenderThread:125134 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-metadata.json wandb-metadata.json
125
+ 2024-05-14 16:36:16,201 INFO SenderThread:125134 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/config.yaml config.yaml
126
+ 2024-05-14 16:36:16,201 INFO SenderThread:125134 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log output.log
127
+ 2024-05-14 16:36:16,201 INFO SenderThread:125134 [dir_watcher.py:finish():402] scan save: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-summary.json wandb-summary.json
128
+ 2024-05-14 16:36:16,202 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 10
129
+ 2024-05-14 16:36:16,202 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
130
+ 2024-05-14 16:36:16,204 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 10
131
+ 2024-05-14 16:36:16,207 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
132
+ 2024-05-14 16:36:16,208 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 10
133
+ 2024-05-14 16:36:16,208 INFO SenderThread:125134 [file_pusher.py:finish():169] shutting down file pusher
134
+ 2024-05-14 16:36:16,264 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: poll_exit
135
+ 2024-05-14 16:36:16,265 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: poll_exit
136
+ 2024-05-14 16:36:16,452 INFO wandb-upload_1:125134 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/requirements.txt
137
+ 2024-05-14 16:36:16,600 INFO wandb-upload_0:125134 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/config.yaml
138
+ 2024-05-14 16:36:16,698 INFO wandb-upload_3:125134 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/wandb-summary.json
139
+ 2024-05-14 16:36:16,704 INFO wandb-upload_2:125134 [upload_job.py:push():130] Uploaded file /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/files/output.log
140
+ 2024-05-14 16:36:16,905 INFO Thread-11 (_thread_body):125134 [sender.py:transition_state():613] send defer: 11
141
+ 2024-05-14 16:36:16,905 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
142
+ 2024-05-14 16:36:16,905 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 11
143
+ 2024-05-14 16:36:16,906 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
144
+ 2024-05-14 16:36:16,906 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 11
145
+ 2024-05-14 16:36:16,906 INFO SenderThread:125134 [file_pusher.py:join():175] waiting for file pusher
146
+ 2024-05-14 16:36:16,906 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 12
147
+ 2024-05-14 16:36:16,906 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
148
+ 2024-05-14 16:36:16,906 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 12
149
+ 2024-05-14 16:36:16,906 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
150
+ 2024-05-14 16:36:16,906 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 12
151
+ 2024-05-14 16:36:16,906 INFO SenderThread:125134 [file_stream.py:finish():601] file stream finish called
152
+ 2024-05-14 16:36:17,113 INFO SenderThread:125134 [file_stream.py:finish():605] file stream finish is done
153
+ 2024-05-14 16:36:17,113 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 13
154
+ 2024-05-14 16:36:17,113 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
155
+ 2024-05-14 16:36:17,113 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 13
156
+ 2024-05-14 16:36:17,113 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
157
+ 2024-05-14 16:36:17,113 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 13
158
+ 2024-05-14 16:36:17,113 INFO SenderThread:125134 [sender.py:transition_state():613] send defer: 14
159
+ 2024-05-14 16:36:17,114 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: defer
160
+ 2024-05-14 16:36:17,114 DEBUG SenderThread:125134 [sender.py:send():378] send: final
161
+ 2024-05-14 16:36:17,114 INFO HandlerThread:125134 [handler.py:handle_request_defer():184] handle defer: 14
162
+ 2024-05-14 16:36:17,114 DEBUG SenderThread:125134 [sender.py:send():378] send: footer
163
+ 2024-05-14 16:36:17,114 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: defer
164
+ 2024-05-14 16:36:17,114 INFO SenderThread:125134 [sender.py:send_request_defer():609] handle sender defer: 14
165
+ 2024-05-14 16:36:17,114 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: poll_exit
166
+ 2024-05-14 16:36:17,115 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: poll_exit
167
+ 2024-05-14 16:36:17,115 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: poll_exit
168
+ 2024-05-14 16:36:17,115 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: poll_exit
169
+ 2024-05-14 16:36:17,115 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: server_info
170
+ 2024-05-14 16:36:17,115 DEBUG SenderThread:125134 [sender.py:send_request():405] send_request: server_info
171
+ 2024-05-14 16:36:17,116 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: get_summary
172
+ 2024-05-14 16:36:17,116 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: sampled_history
173
+ 2024-05-14 16:36:17,117 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: internal_messages
174
+ 2024-05-14 16:36:17,169 INFO MainThread:125134 [wandb_run.py:_footer_history_summary_info():3994] rendering history
175
+ 2024-05-14 16:36:17,169 INFO MainThread:125134 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
176
+ 2024-05-14 16:36:17,169 INFO MainThread:125134 [wandb_run.py:_footer_sync_info():3953] logging synced files
177
+ 2024-05-14 16:36:17,170 DEBUG HandlerThread:125134 [handler.py:handle_request():158] handle_request: shutdown
178
+ 2024-05-14 16:36:17,170 INFO HandlerThread:125134 [handler.py:finish():882] shutting down handler
179
+ 2024-05-14 16:36:18,115 INFO WriterThread:125134 [datastore.py:close():296] close: /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/run-6ikrp0kk.wandb
180
+ 2024-05-14 16:36:18,169 INFO SenderThread:125134 [sender.py:finish():1545] shutting down sender
181
+ 2024-05-14 16:36:18,169 INFO SenderThread:125134 [file_pusher.py:finish():169] shutting down file pusher
182
+ 2024-05-14 16:36:18,169 INFO SenderThread:125134 [file_pusher.py:join():175] waiting for file pusher
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/logs/debug.log ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
2
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Configure stats pid to 123910
3
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Loading settings from /data/cronscript/lm-evaluation-harness/wandb/settings
5
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-05-14 16:36:06,914 WARNING MainThread:123910 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
8
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
9
+ 2024-05-14 16:36:06,914 INFO MainThread:123910 [wandb_setup.py:_flush():76] Applying login settings: {}
10
+ 2024-05-14 16:36:06,915 INFO MainThread:123910 [wandb_init.py:_log_setup():520] Logging user logs to /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/logs/debug.log
11
+ 2024-05-14 16:36:06,915 INFO MainThread:123910 [wandb_init.py:_log_setup():521] Logging internal logs to /data/cronscript/lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/logs/debug-internal.log
12
+ 2024-05-14 16:36:06,915 INFO MainThread:123910 [wandb_init.py:init():560] calling init triggers
13
+ 2024-05-14 16:36:06,915 INFO MainThread:123910 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-05-14 16:36:06,915 INFO MainThread:123910 [wandb_init.py:init():610] starting backend
16
+ 2024-05-14 16:36:06,915 INFO MainThread:123910 [wandb_init.py:init():614] setting up manager
17
+ 2024-05-14 16:36:06,916 INFO MainThread:123910 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-05-14 16:36:06,917 INFO MainThread:123910 [wandb_init.py:init():622] backend started and connected
19
+ 2024-05-14 16:36:06,921 INFO MainThread:123910 [wandb_init.py:init():711] updated telemetry
20
+ 2024-05-14 16:36:06,932 INFO MainThread:123910 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
21
+ 2024-05-14 16:36:07,201 INFO MainThread:123910 [wandb_run.py:_on_init():2396] communicating current version
22
+ 2024-05-14 16:36:07,279 INFO MainThread:123910 [wandb_run.py:_on_init():2405] got version response
23
+ 2024-05-14 16:36:07,279 INFO MainThread:123910 [wandb_init.py:init():795] starting run threads in backend
24
+ 2024-05-14 16:36:07,477 INFO MainThread:123910 [wandb_run.py:_console_start():2374] atexit reg
25
+ 2024-05-14 16:36:07,477 INFO MainThread:123910 [wandb_run.py:_redirect():2229] redirect: wrap_raw
26
+ 2024-05-14 16:36:07,477 INFO MainThread:123910 [wandb_run.py:_redirect():2294] Wrapping output streams.
27
+ 2024-05-14 16:36:07,477 INFO MainThread:123910 [wandb_run.py:_redirect():2319] Redirects installed.
28
+ 2024-05-14 16:36:07,478 INFO MainThread:123910 [wandb_init.py:init():838] run started, returning control to user process
29
+ 2024-05-14 16:36:18,170 WARNING MsgRouterThr:123910 [router.py:message_loop():77] message_loop has been closed
lm-evaluation-harness/wandb/run-20240514_163606-6ikrp0kk/run-6ikrp0kk.wandb ADDED
Binary file (5.9 kB). View file
 
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/config.yaml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.12
7
+ cli_version: 0.17.0
8
+ framework: huggingface
9
+ huggingface_version: 4.41.1
10
+ is_jupyter_run: false
11
+ is_kaggle_kernel: false
12
+ start_time: 1716451216
13
+ t:
14
+ 1:
15
+ - 1
16
+ - 5
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 53
21
+ - 55
22
+ - 71
23
+ - 98
24
+ - 100
25
+ 2:
26
+ - 1
27
+ - 5
28
+ - 11
29
+ - 49
30
+ - 51
31
+ - 53
32
+ - 55
33
+ - 71
34
+ - 98
35
+ - 100
36
+ 3:
37
+ - 23
38
+ 4: 3.10.12
39
+ 5: 0.17.0
40
+ 6: 4.41.1
41
+ 8:
42
+ - 5
43
+ 13: linux-x86_64
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ 2024-05-23:08:00:17,000 INFO [__main__.py:251] Verbosity set to INFO
3
+ 2024-05-23:08:00:25,444 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'hellaswag', 'mrpc', 'openbookqa', 'sst2', 'winogrande']
4
+ 2024-05-23:08:00:25,444 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
5
+ 2024-05-23:08:00:25,445 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step20000'}
6
+ 2024-05-23:08:00:27,741 INFO [huggingface.py:164] Using device 'cuda'
7
+ Traceback (most recent call last):
8
+ File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
9
+ return _run_code(code, main_globals, None,
10
+ File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
11
+ exec(code, run_globals)
12
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
13
+ cli_evaluate()
14
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
15
+ results = evaluator.simple_evaluate(
16
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
17
+ return fn(*args, **kwargs)
18
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
19
+ lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
20
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
21
+ return cls(**args, **args2)
22
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 190, in __init__
23
+ self._get_config(
24
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 471, in _get_config
25
+ self._config = transformers.AutoConfig.from_pretrained(
26
+ File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 934, in from_pretrained
27
+ config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
28
+ File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 632, in get_config_dict
29
+ config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
30
+ File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 689, in _get_config_dict
31
+ resolved_config_file = cached_file(
32
+ File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 370, in cached_file
33
+ raise EnvironmentError(
34
+ OSError: /mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step20000 does not appear to have a file named config.json. Checkout 'https://huggingface.co//mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step20000/tree/main' for available files.
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/requirements.txt ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DataProperty==1.0.1
2
+ GitPython==3.1.43
3
+ Jinja2==3.1.4
4
+ Markdown==3.6
5
+ MarkupSafe==2.1.5
6
+ Pillow-SIMD==7.0.0.post3
7
+ PyYAML==6.0
8
+ Werkzeug==3.0.3
9
+ absl-py==2.1.0
10
+ accelerate==0.30.1
11
+ aiohttp==3.9.5
12
+ aiosignal==1.3.1
13
+ async-timeout==4.0.3
14
+ attrs==23.2.0
15
+ av==9.2.0
16
+ cachetools==5.3.3
17
+ certifi==2024.2.2
18
+ cffi==1.15.1
19
+ cfgv==3.4.0
20
+ chardet==5.2.0
21
+ charset-normalizer==3.3.2
22
+ click==8.1.7
23
+ cmake==3.29.2
24
+ colorama==0.4.6
25
+ datasets==2.19.1
26
+ deepspeed==0.12.4+hpu.synapse.v1.15.1
27
+ dill==0.3.8
28
+ distlib==0.3.8
29
+ docker-pycreds==0.4.0
30
+ einops==0.8.0
31
+ evaluate==0.4.2
32
+ exceptiongroup==1.2.1
33
+ expecttest==0.2.1
34
+ filelock==3.14.0
35
+ frozenlist==1.4.1
36
+ fsspec==2024.3.1
37
+ gitdb==4.0.11
38
+ google-auth-oauthlib==0.4.6
39
+ google-auth==2.29.0
40
+ grpcio==1.63.0
41
+ habana-media-loader==1.15.1.15
42
+ habana-pyhlml==1.15.1.15
43
+ habana-torch-dataloader==1.15.1.15
44
+ habana-torch-plugin==1.15.1.15
45
+ habana_gpu_migration==1.15.1.15
46
+ habana_quantization_toolkit==1.15.1.15
47
+ hjson==3.1.0
48
+ huggingface-hub==0.23.1
49
+ identify==2.5.36
50
+ idna==3.7
51
+ iniconfig==2.0.0
52
+ joblib==1.4.2
53
+ jsonlines==4.0.0
54
+ lightning-habana==1.4.0
55
+ lightning-utilities==0.11.2
56
+ lightning==2.2.0.post0
57
+ lm_eval==0.4.2
58
+ lm_eval==0.4.2
59
+ lm_eval==0.4.2
60
+ lxml==5.2.2
61
+ mbstrdecoder==1.1.3
62
+ more-itertools==10.2.0
63
+ mpi4py==3.1.4
64
+ mpmath==1.3.0
65
+ multidict==6.0.5
66
+ multiprocess==0.70.16
67
+ networkx==3.3
68
+ ninja==1.11.1.1
69
+ nltk==3.8.1
70
+ nodeenv==1.8.0
71
+ numexpr==2.10.0
72
+ numpy==1.23.5
73
+ oauthlib==3.2.2
74
+ packaging==24.0
75
+ pandas==2.0.1
76
+ pathspec==0.12.1
77
+ pathvalidate==3.2.0
78
+ peft==0.11.1
79
+ perfetto==0.7.0
80
+ pillow==10.3.0
81
+ pip==22.0.2
82
+ pip==23.3.1
83
+ platformdirs==4.2.1
84
+ pluggy==1.5.0
85
+ portalocker==2.8.2
86
+ pre-commit==3.3.3
87
+ pretty-errors==1.2.25
88
+ protobuf==3.20.3
89
+ psutil==5.9.8
90
+ py-cpuinfo==9.0.0
91
+ pyarrow-hotfix==0.6
92
+ pyarrow==16.1.0
93
+ pyasn1==0.6.0
94
+ pyasn1_modules==0.4.0
95
+ pybind11==2.10.4
96
+ pycparser==2.22
97
+ pydantic==1.10.13
98
+ pynvml==8.0.4
99
+ pytablewriter==1.2.0
100
+ pytest==8.2.0
101
+ python-dateutil==2.9.0.post0
102
+ pytorch-lightning==2.2.4
103
+ pytz==2024.1
104
+ regex==2023.5.5
105
+ requests-oauthlib==2.0.0
106
+ requests==2.31.0
107
+ rouge_score==0.1.2
108
+ rsa==4.9
109
+ sacrebleu==2.4.2
110
+ safetensors==0.4.3
111
+ scikit-learn==1.5.0
112
+ scipy==1.13.1
113
+ sentencepiece==0.2.0
114
+ sentry-sdk==2.2.1
115
+ setproctitle==1.3.3
116
+ setuptools==59.6.0
117
+ setuptools==69.5.1
118
+ six==1.16.0
119
+ smmap==5.0.1
120
+ sqlitedict==2.1.0
121
+ symengine==0.11.0
122
+ sympy==1.12
123
+ tabledata==1.3.3
124
+ tabulate==0.9.0
125
+ tcolorpy==0.1.6
126
+ tdqm==0.0.1
127
+ tensorboard-data-server==0.6.1
128
+ tensorboard-plugin-wit==1.8.1
129
+ tensorboard==2.11.2
130
+ threadpoolctl==3.5.0
131
+ tokenizers==0.19.1
132
+ tomli==2.0.1
133
+ torch==2.2.0a0+git8964477
134
+ torch_tb_profiler==0.4.0
135
+ torchaudio==2.2.0+08901ad
136
+ torchdata==0.7.1+5e6f7b7
137
+ torchmetrics==1.4.0
138
+ torchtext==0.17.0+400da5c
139
+ torchvision==0.17.0+b2383d4
140
+ tqdm-multiprocess==0.0.11
141
+ tqdm==4.66.4
142
+ transformers==4.41.1
143
+ typepy==1.3.2
144
+ typing_extensions==4.11.0
145
+ tzdata==2024.1
146
+ urllib3==1.26.18
147
+ virtualenv==20.26.1
148
+ wandb==0.17.0
149
+ wheel==0.37.1
150
+ wheel==0.43.0
151
+ word2number==1.1
152
+ xxhash==3.4.1
153
+ yamllint==1.35.1
154
+ yarl==1.9.4
155
+ zstandard==0.22.0
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-metadata.json ADDED
@@ -0,0 +1,850 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
3
+ "python": "3.10.12",
4
+ "heartbeatAt": "2024-05-23T08:00:16.800877",
5
+ "startedAt": "2024-05-23T08:00:16.091228",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [
9
+ "--model",
10
+ "hf",
11
+ "--model_args",
12
+ "pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step20000",
13
+ "--tasks",
14
+ "hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc",
15
+ "--batch_size",
16
+ "auto",
17
+ "--wandb_args",
18
+ "project=bharatgpt,group=trial_expt_2"
19
+ ],
20
+ "state": "running",
21
+ "program": "-m lm_eval.__main__",
22
+ "codePathLocal": null,
23
+ "git": {
24
+ "remote": "https://github.com/EleutherAI/lm-evaluation-harness",
25
+ "commit": null
26
+ },
27
+ "email": null,
28
+ "root": "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness",
29
+ "host": "peacock-evaluation-worker-0",
30
+ "username": "root",
31
+ "executable": "/usr/bin/python3",
32
+ "cpu_count": 80,
33
+ "cpu_count_logical": 160,
34
+ "cpu_freq": {
35
+ "current": 2327.4999875000003,
36
+ "min": 800.0,
37
+ "max": 3400.0
38
+ },
39
+ "cpu_freq_per_core": [
40
+ {
41
+ "current": 3400.0,
42
+ "min": 800.0,
43
+ "max": 3400.0
44
+ },
45
+ {
46
+ "current": 3400.0,
47
+ "min": 800.0,
48
+ "max": 3400.0
49
+ },
50
+ {
51
+ "current": 3391.994,
52
+ "min": 800.0,
53
+ "max": 3400.0
54
+ },
55
+ {
56
+ "current": 2300.0,
57
+ "min": 800.0,
58
+ "max": 3400.0
59
+ },
60
+ {
61
+ "current": 2300.0,
62
+ "min": 800.0,
63
+ "max": 3400.0
64
+ },
65
+ {
66
+ "current": 2300.0,
67
+ "min": 800.0,
68
+ "max": 3400.0
69
+ },
70
+ {
71
+ "current": 2300.0,
72
+ "min": 800.0,
73
+ "max": 3400.0
74
+ },
75
+ {
76
+ "current": 2300.0,
77
+ "min": 800.0,
78
+ "max": 3400.0
79
+ },
80
+ {
81
+ "current": 2300.0,
82
+ "min": 800.0,
83
+ "max": 3400.0
84
+ },
85
+ {
86
+ "current": 2300.0,
87
+ "min": 800.0,
88
+ "max": 3400.0
89
+ },
90
+ {
91
+ "current": 2300.0,
92
+ "min": 800.0,
93
+ "max": 3400.0
94
+ },
95
+ {
96
+ "current": 2300.0,
97
+ "min": 800.0,
98
+ "max": 3400.0
99
+ },
100
+ {
101
+ "current": 2300.0,
102
+ "min": 800.0,
103
+ "max": 3400.0
104
+ },
105
+ {
106
+ "current": 2300.0,
107
+ "min": 800.0,
108
+ "max": 3400.0
109
+ },
110
+ {
111
+ "current": 2300.0,
112
+ "min": 800.0,
113
+ "max": 3400.0
114
+ },
115
+ {
116
+ "current": 2300.0,
117
+ "min": 800.0,
118
+ "max": 3400.0
119
+ },
120
+ {
121
+ "current": 2300.0,
122
+ "min": 800.0,
123
+ "max": 3400.0
124
+ },
125
+ {
126
+ "current": 2300.0,
127
+ "min": 800.0,
128
+ "max": 3400.0
129
+ },
130
+ {
131
+ "current": 2300.0,
132
+ "min": 800.0,
133
+ "max": 3400.0
134
+ },
135
+ {
136
+ "current": 2300.0,
137
+ "min": 800.0,
138
+ "max": 3400.0
139
+ },
140
+ {
141
+ "current": 2300.0,
142
+ "min": 800.0,
143
+ "max": 3400.0
144
+ },
145
+ {
146
+ "current": 2300.0,
147
+ "min": 800.0,
148
+ "max": 3400.0
149
+ },
150
+ {
151
+ "current": 2300.0,
152
+ "min": 800.0,
153
+ "max": 3400.0
154
+ },
155
+ {
156
+ "current": 2300.0,
157
+ "min": 800.0,
158
+ "max": 3400.0
159
+ },
160
+ {
161
+ "current": 2300.0,
162
+ "min": 800.0,
163
+ "max": 3400.0
164
+ },
165
+ {
166
+ "current": 2300.0,
167
+ "min": 800.0,
168
+ "max": 3400.0
169
+ },
170
+ {
171
+ "current": 2300.0,
172
+ "min": 800.0,
173
+ "max": 3400.0
174
+ },
175
+ {
176
+ "current": 2300.0,
177
+ "min": 800.0,
178
+ "max": 3400.0
179
+ },
180
+ {
181
+ "current": 2300.0,
182
+ "min": 800.0,
183
+ "max": 3400.0
184
+ },
185
+ {
186
+ "current": 2300.0,
187
+ "min": 800.0,
188
+ "max": 3400.0
189
+ },
190
+ {
191
+ "current": 2300.0,
192
+ "min": 800.0,
193
+ "max": 3400.0
194
+ },
195
+ {
196
+ "current": 2300.0,
197
+ "min": 800.0,
198
+ "max": 3400.0
199
+ },
200
+ {
201
+ "current": 2300.0,
202
+ "min": 800.0,
203
+ "max": 3400.0
204
+ },
205
+ {
206
+ "current": 2300.0,
207
+ "min": 800.0,
208
+ "max": 3400.0
209
+ },
210
+ {
211
+ "current": 2300.0,
212
+ "min": 800.0,
213
+ "max": 3400.0
214
+ },
215
+ {
216
+ "current": 2300.0,
217
+ "min": 800.0,
218
+ "max": 3400.0
219
+ },
220
+ {
221
+ "current": 2300.0,
222
+ "min": 800.0,
223
+ "max": 3400.0
224
+ },
225
+ {
226
+ "current": 2300.0,
227
+ "min": 800.0,
228
+ "max": 3400.0
229
+ },
230
+ {
231
+ "current": 2300.0,
232
+ "min": 800.0,
233
+ "max": 3400.0
234
+ },
235
+ {
236
+ "current": 2300.0,
237
+ "min": 800.0,
238
+ "max": 3400.0
239
+ },
240
+ {
241
+ "current": 3400.0,
242
+ "min": 800.0,
243
+ "max": 3400.0
244
+ },
245
+ {
246
+ "current": 2300.0,
247
+ "min": 800.0,
248
+ "max": 3400.0
249
+ },
250
+ {
251
+ "current": 2300.0,
252
+ "min": 800.0,
253
+ "max": 3400.0
254
+ },
255
+ {
256
+ "current": 2300.0,
257
+ "min": 800.0,
258
+ "max": 3400.0
259
+ },
260
+ {
261
+ "current": 2300.0,
262
+ "min": 800.0,
263
+ "max": 3400.0
264
+ },
265
+ {
266
+ "current": 2300.0,
267
+ "min": 800.0,
268
+ "max": 3400.0
269
+ },
270
+ {
271
+ "current": 2300.0,
272
+ "min": 800.0,
273
+ "max": 3400.0
274
+ },
275
+ {
276
+ "current": 2300.0,
277
+ "min": 800.0,
278
+ "max": 3400.0
279
+ },
280
+ {
281
+ "current": 2300.0,
282
+ "min": 800.0,
283
+ "max": 3400.0
284
+ },
285
+ {
286
+ "current": 2300.0,
287
+ "min": 800.0,
288
+ "max": 3400.0
289
+ },
290
+ {
291
+ "current": 2300.0,
292
+ "min": 800.0,
293
+ "max": 3400.0
294
+ },
295
+ {
296
+ "current": 2300.0,
297
+ "min": 800.0,
298
+ "max": 3400.0
299
+ },
300
+ {
301
+ "current": 2300.0,
302
+ "min": 800.0,
303
+ "max": 3400.0
304
+ },
305
+ {
306
+ "current": 2300.0,
307
+ "min": 800.0,
308
+ "max": 3400.0
309
+ },
310
+ {
311
+ "current": 2300.0,
312
+ "min": 800.0,
313
+ "max": 3400.0
314
+ },
315
+ {
316
+ "current": 2300.0,
317
+ "min": 800.0,
318
+ "max": 3400.0
319
+ },
320
+ {
321
+ "current": 2300.0,
322
+ "min": 800.0,
323
+ "max": 3400.0
324
+ },
325
+ {
326
+ "current": 2300.0,
327
+ "min": 800.0,
328
+ "max": 3400.0
329
+ },
330
+ {
331
+ "current": 2300.0,
332
+ "min": 800.0,
333
+ "max": 3400.0
334
+ },
335
+ {
336
+ "current": 2300.0,
337
+ "min": 800.0,
338
+ "max": 3400.0
339
+ },
340
+ {
341
+ "current": 2300.0,
342
+ "min": 800.0,
343
+ "max": 3400.0
344
+ },
345
+ {
346
+ "current": 2300.0,
347
+ "min": 800.0,
348
+ "max": 3400.0
349
+ },
350
+ {
351
+ "current": 2300.0,
352
+ "min": 800.0,
353
+ "max": 3400.0
354
+ },
355
+ {
356
+ "current": 2300.0,
357
+ "min": 800.0,
358
+ "max": 3400.0
359
+ },
360
+ {
361
+ "current": 2300.0,
362
+ "min": 800.0,
363
+ "max": 3400.0
364
+ },
365
+ {
366
+ "current": 2300.0,
367
+ "min": 800.0,
368
+ "max": 3400.0
369
+ },
370
+ {
371
+ "current": 2300.0,
372
+ "min": 800.0,
373
+ "max": 3400.0
374
+ },
375
+ {
376
+ "current": 2300.0,
377
+ "min": 800.0,
378
+ "max": 3400.0
379
+ },
380
+ {
381
+ "current": 2300.0,
382
+ "min": 800.0,
383
+ "max": 3400.0
384
+ },
385
+ {
386
+ "current": 2300.0,
387
+ "min": 800.0,
388
+ "max": 3400.0
389
+ },
390
+ {
391
+ "current": 2300.0,
392
+ "min": 800.0,
393
+ "max": 3400.0
394
+ },
395
+ {
396
+ "current": 2300.0,
397
+ "min": 800.0,
398
+ "max": 3400.0
399
+ },
400
+ {
401
+ "current": 2300.0,
402
+ "min": 800.0,
403
+ "max": 3400.0
404
+ },
405
+ {
406
+ "current": 2300.0,
407
+ "min": 800.0,
408
+ "max": 3400.0
409
+ },
410
+ {
411
+ "current": 2300.0,
412
+ "min": 800.0,
413
+ "max": 3400.0
414
+ },
415
+ {
416
+ "current": 2300.0,
417
+ "min": 800.0,
418
+ "max": 3400.0
419
+ },
420
+ {
421
+ "current": 2300.0,
422
+ "min": 800.0,
423
+ "max": 3400.0
424
+ },
425
+ {
426
+ "current": 2300.0,
427
+ "min": 800.0,
428
+ "max": 3400.0
429
+ },
430
+ {
431
+ "current": 2300.0,
432
+ "min": 800.0,
433
+ "max": 3400.0
434
+ },
435
+ {
436
+ "current": 2300.0,
437
+ "min": 800.0,
438
+ "max": 3400.0
439
+ },
440
+ {
441
+ "current": 3400.0,
442
+ "min": 800.0,
443
+ "max": 3400.0
444
+ },
445
+ {
446
+ "current": 2300.0,
447
+ "min": 800.0,
448
+ "max": 3400.0
449
+ },
450
+ {
451
+ "current": 2300.0,
452
+ "min": 800.0,
453
+ "max": 3400.0
454
+ },
455
+ {
456
+ "current": 2300.0,
457
+ "min": 800.0,
458
+ "max": 3400.0
459
+ },
460
+ {
461
+ "current": 2300.0,
462
+ "min": 800.0,
463
+ "max": 3400.0
464
+ },
465
+ {
466
+ "current": 2300.0,
467
+ "min": 800.0,
468
+ "max": 3400.0
469
+ },
470
+ {
471
+ "current": 2300.0,
472
+ "min": 800.0,
473
+ "max": 3400.0
474
+ },
475
+ {
476
+ "current": 2300.0,
477
+ "min": 800.0,
478
+ "max": 3400.0
479
+ },
480
+ {
481
+ "current": 2300.0,
482
+ "min": 800.0,
483
+ "max": 3400.0
484
+ },
485
+ {
486
+ "current": 2300.0,
487
+ "min": 800.0,
488
+ "max": 3400.0
489
+ },
490
+ {
491
+ "current": 2300.0,
492
+ "min": 800.0,
493
+ "max": 3400.0
494
+ },
495
+ {
496
+ "current": 2300.0,
497
+ "min": 800.0,
498
+ "max": 3400.0
499
+ },
500
+ {
501
+ "current": 2300.0,
502
+ "min": 800.0,
503
+ "max": 3400.0
504
+ },
505
+ {
506
+ "current": 2300.0,
507
+ "min": 800.0,
508
+ "max": 3400.0
509
+ },
510
+ {
511
+ "current": 2300.0,
512
+ "min": 800.0,
513
+ "max": 3400.0
514
+ },
515
+ {
516
+ "current": 2300.0,
517
+ "min": 800.0,
518
+ "max": 3400.0
519
+ },
520
+ {
521
+ "current": 2300.0,
522
+ "min": 800.0,
523
+ "max": 3400.0
524
+ },
525
+ {
526
+ "current": 2300.0,
527
+ "min": 800.0,
528
+ "max": 3400.0
529
+ },
530
+ {
531
+ "current": 2300.0,
532
+ "min": 800.0,
533
+ "max": 3400.0
534
+ },
535
+ {
536
+ "current": 2300.0,
537
+ "min": 800.0,
538
+ "max": 3400.0
539
+ },
540
+ {
541
+ "current": 2300.0,
542
+ "min": 800.0,
543
+ "max": 3400.0
544
+ },
545
+ {
546
+ "current": 2300.0,
547
+ "min": 800.0,
548
+ "max": 3400.0
549
+ },
550
+ {
551
+ "current": 2300.0,
552
+ "min": 800.0,
553
+ "max": 3400.0
554
+ },
555
+ {
556
+ "current": 2300.0,
557
+ "min": 800.0,
558
+ "max": 3400.0
559
+ },
560
+ {
561
+ "current": 2300.0,
562
+ "min": 800.0,
563
+ "max": 3400.0
564
+ },
565
+ {
566
+ "current": 2300.0,
567
+ "min": 800.0,
568
+ "max": 3400.0
569
+ },
570
+ {
571
+ "current": 2300.0,
572
+ "min": 800.0,
573
+ "max": 3400.0
574
+ },
575
+ {
576
+ "current": 2300.0,
577
+ "min": 800.0,
578
+ "max": 3400.0
579
+ },
580
+ {
581
+ "current": 2300.0,
582
+ "min": 800.0,
583
+ "max": 3400.0
584
+ },
585
+ {
586
+ "current": 2300.0,
587
+ "min": 800.0,
588
+ "max": 3400.0
589
+ },
590
+ {
591
+ "current": 2300.0,
592
+ "min": 800.0,
593
+ "max": 3400.0
594
+ },
595
+ {
596
+ "current": 2300.0,
597
+ "min": 800.0,
598
+ "max": 3400.0
599
+ },
600
+ {
601
+ "current": 2300.0,
602
+ "min": 800.0,
603
+ "max": 3400.0
604
+ },
605
+ {
606
+ "current": 2300.0,
607
+ "min": 800.0,
608
+ "max": 3400.0
609
+ },
610
+ {
611
+ "current": 2300.0,
612
+ "min": 800.0,
613
+ "max": 3400.0
614
+ },
615
+ {
616
+ "current": 2300.0,
617
+ "min": 800.0,
618
+ "max": 3400.0
619
+ },
620
+ {
621
+ "current": 2300.0,
622
+ "min": 800.0,
623
+ "max": 3400.0
624
+ },
625
+ {
626
+ "current": 2300.0,
627
+ "min": 800.0,
628
+ "max": 3400.0
629
+ },
630
+ {
631
+ "current": 2300.0,
632
+ "min": 800.0,
633
+ "max": 3400.0
634
+ },
635
+ {
636
+ "current": 2300.0,
637
+ "min": 800.0,
638
+ "max": 3400.0
639
+ },
640
+ {
641
+ "current": 2300.0,
642
+ "min": 800.0,
643
+ "max": 3400.0
644
+ },
645
+ {
646
+ "current": 2300.0,
647
+ "min": 800.0,
648
+ "max": 3400.0
649
+ },
650
+ {
651
+ "current": 2300.0,
652
+ "min": 800.0,
653
+ "max": 3400.0
654
+ },
655
+ {
656
+ "current": 2300.0,
657
+ "min": 800.0,
658
+ "max": 3400.0
659
+ },
660
+ {
661
+ "current": 2300.0,
662
+ "min": 800.0,
663
+ "max": 3400.0
664
+ },
665
+ {
666
+ "current": 2300.0,
667
+ "min": 800.0,
668
+ "max": 3400.0
669
+ },
670
+ {
671
+ "current": 2300.0,
672
+ "min": 800.0,
673
+ "max": 3400.0
674
+ },
675
+ {
676
+ "current": 2300.0,
677
+ "min": 800.0,
678
+ "max": 3400.0
679
+ },
680
+ {
681
+ "current": 2300.0,
682
+ "min": 800.0,
683
+ "max": 3400.0
684
+ },
685
+ {
686
+ "current": 2300.0,
687
+ "min": 800.0,
688
+ "max": 3400.0
689
+ },
690
+ {
691
+ "current": 2300.0,
692
+ "min": 800.0,
693
+ "max": 3400.0
694
+ },
695
+ {
696
+ "current": 2300.0,
697
+ "min": 800.0,
698
+ "max": 3400.0
699
+ },
700
+ {
701
+ "current": 2300.0,
702
+ "min": 800.0,
703
+ "max": 3400.0
704
+ },
705
+ {
706
+ "current": 2300.0,
707
+ "min": 800.0,
708
+ "max": 3400.0
709
+ },
710
+ {
711
+ "current": 2300.0,
712
+ "min": 800.0,
713
+ "max": 3400.0
714
+ },
715
+ {
716
+ "current": 2300.0,
717
+ "min": 800.0,
718
+ "max": 3400.0
719
+ },
720
+ {
721
+ "current": 2300.0,
722
+ "min": 800.0,
723
+ "max": 3400.0
724
+ },
725
+ {
726
+ "current": 2300.0,
727
+ "min": 800.0,
728
+ "max": 3400.0
729
+ },
730
+ {
731
+ "current": 2300.0,
732
+ "min": 800.0,
733
+ "max": 3400.0
734
+ },
735
+ {
736
+ "current": 2300.0,
737
+ "min": 800.0,
738
+ "max": 3400.0
739
+ },
740
+ {
741
+ "current": 2300.0,
742
+ "min": 800.0,
743
+ "max": 3400.0
744
+ },
745
+ {
746
+ "current": 2300.0,
747
+ "min": 800.0,
748
+ "max": 3400.0
749
+ },
750
+ {
751
+ "current": 2300.0,
752
+ "min": 800.0,
753
+ "max": 3400.0
754
+ },
755
+ {
756
+ "current": 2300.0,
757
+ "min": 800.0,
758
+ "max": 3400.0
759
+ },
760
+ {
761
+ "current": 2300.0,
762
+ "min": 800.0,
763
+ "max": 3400.0
764
+ },
765
+ {
766
+ "current": 2300.0,
767
+ "min": 800.0,
768
+ "max": 3400.0
769
+ },
770
+ {
771
+ "current": 2300.0,
772
+ "min": 800.0,
773
+ "max": 3400.0
774
+ },
775
+ {
776
+ "current": 2300.0,
777
+ "min": 800.0,
778
+ "max": 3400.0
779
+ },
780
+ {
781
+ "current": 2300.0,
782
+ "min": 800.0,
783
+ "max": 3400.0
784
+ },
785
+ {
786
+ "current": 2300.0,
787
+ "min": 800.0,
788
+ "max": 3400.0
789
+ },
790
+ {
791
+ "current": 2300.0,
792
+ "min": 800.0,
793
+ "max": 3400.0
794
+ },
795
+ {
796
+ "current": 2300.0,
797
+ "min": 800.0,
798
+ "max": 3400.0
799
+ },
800
+ {
801
+ "current": 2300.0,
802
+ "min": 800.0,
803
+ "max": 3400.0
804
+ },
805
+ {
806
+ "current": 2300.0,
807
+ "min": 800.0,
808
+ "max": 3400.0
809
+ },
810
+ {
811
+ "current": 2300.0,
812
+ "min": 800.0,
813
+ "max": 3400.0
814
+ },
815
+ {
816
+ "current": 2300.0,
817
+ "min": 800.0,
818
+ "max": 3400.0
819
+ },
820
+ {
821
+ "current": 2300.0,
822
+ "min": 800.0,
823
+ "max": 3400.0
824
+ },
825
+ {
826
+ "current": 2300.0,
827
+ "min": 800.0,
828
+ "max": 3400.0
829
+ },
830
+ {
831
+ "current": 2300.0,
832
+ "min": 800.0,
833
+ "max": 3400.0
834
+ },
835
+ {
836
+ "current": 2300.0,
837
+ "min": 800.0,
838
+ "max": 3400.0
839
+ }
840
+ ],
841
+ "disk": {
842
+ "/": {
843
+ "total": 877.6341285705566,
844
+ "used": 211.6374168395996
845
+ }
846
+ },
847
+ "memory": {
848
+ "total": 1007.4379806518555
849
+ }
850
+ }
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_wandb": {"runtime": 11}}
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/logs/debug-internal.log ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-23 08:00:16,111 INFO StreamThr :2566 [internal.py:wandb_internal():85] W&B internal server running at pid: 2566, started at: 2024-05-23 08:00:16.109850
2
+ 2024-05-23 08:00:16,116 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: status
3
+ 2024-05-23 08:00:16,116 INFO WriterThread:2566 [datastore.py:open_for_write():87] open: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/run-i5wqccww.wandb
4
+ 2024-05-23 08:00:16,119 DEBUG SenderThread:2566 [sender.py:send():378] send: header
5
+ 2024-05-23 08:00:16,122 DEBUG SenderThread:2566 [sender.py:send():378] send: run
6
+ 2024-05-23 08:00:16,603 INFO SenderThread:2566 [dir_watcher.py:__init__():211] watching files in: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files
7
+ 2024-05-23 08:00:16,603 INFO SenderThread:2566 [sender.py:_start_run_threads():1123] run started: i5wqccww with start time 1716451216.109939
8
+ 2024-05-23 08:00:16,607 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: check_version
9
+ 2024-05-23 08:00:16,607 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: check_version
10
+ 2024-05-23 08:00:16,725 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: run_start
11
+ 2024-05-23 08:00:16,727 DEBUG HandlerThread:2566 [system_info.py:__init__():26] System info init
12
+ 2024-05-23 08:00:16,727 DEBUG HandlerThread:2566 [system_info.py:__init__():41] System info init done
13
+ 2024-05-23 08:00:16,727 INFO HandlerThread:2566 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-05-23 08:00:16,727 INFO SystemMonitor:2566 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-05-23 08:00:16,728 INFO HandlerThread:2566 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-05-23 08:00:16,734 INFO SystemMonitor:2566 [interfaces.py:start():188] Started cpu monitoring
17
+ 2024-05-23 08:00:16,735 INFO SystemMonitor:2566 [interfaces.py:start():188] Started disk monitoring
18
+ 2024-05-23 08:00:16,735 INFO SystemMonitor:2566 [interfaces.py:start():188] Started memory monitoring
19
+ 2024-05-23 08:00:16,735 INFO SystemMonitor:2566 [interfaces.py:start():188] Started network monitoring
20
+ 2024-05-23 08:00:16,800 DEBUG HandlerThread:2566 [system_info.py:probe():150] Probing system
21
+ 2024-05-23 08:00:16,804 DEBUG HandlerThread:2566 [system_info.py:_probe_git():135] Probing git
22
+ 2024-05-23 08:00:16,813 ERROR HandlerThread:2566 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
23
+ cmdline: git rev-parse --show-toplevel
24
+ stderr: 'fatal: detected dubious ownership in repository at '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
25
+ To add an exception for this directory, call:
26
+
27
+ git config --global --add safe.directory /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
28
+ 2024-05-23 08:00:16,813 DEBUG HandlerThread:2566 [system_info.py:_probe_git():143] Probing git done
29
+ 2024-05-23 08:00:16,813 DEBUG HandlerThread:2566 [system_info.py:probe():198] Probing system done
30
+ 2024-05-23 08:00:16,813 DEBUG HandlerThread:2566 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-23T08:00:16.800877', 'startedAt': '2024-05-23T08:00:16.091228', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/mnt/weka/peacock/experiments/llama/checkpoint/llamav2-3b//hf_ckpt//global_step20000', '--tasks', 'hellaswag,arc_easy,openbookqa,winogrande,sst2,mrpc', '--batch_size', 'auto', '--wandb_args', 'project=bharatgpt,group=trial_expt_2'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness', 'host': 'peacock-evaluation-worker-0', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 80, 'cpu_count_logical': 160, 'cpu_freq': {'current': 2327.4999875000003, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 3391.994, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 877.6341285705566, 'used': 211.6374168395996}}, 'memory': {'total': 1007.4379806518555}}
31
+ 2024-05-23 08:00:16,813 INFO HandlerThread:2566 [system_monitor.py:probe():224] Finished collecting system info
32
+ 2024-05-23 08:00:16,813 INFO HandlerThread:2566 [system_monitor.py:probe():227] Publishing system info
33
+ 2024-05-23 08:00:16,816 INFO HandlerThread:2566 [system_monitor.py:probe():229] Finished publishing system info
34
+ 2024-05-23 08:00:16,821 DEBUG SenderThread:2566 [sender.py:send():378] send: files
35
+ 2024-05-23 08:00:16,821 INFO SenderThread:2566 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
36
+ 2024-05-23 08:00:16,993 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: python_packages
37
+ 2024-05-23 08:00:16,993 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: python_packages
38
+ 2024-05-23 08:00:16,994 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: stop_status
39
+ 2024-05-23 08:00:16,995 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: stop_status
40
+ 2024-05-23 08:00:17,114 DEBUG SenderThread:2566 [sender.py:send():378] send: telemetry
41
+ 2024-05-23 08:00:17,451 INFO wandb-upload_0:2566 [upload_job.py:push():130] Uploaded file /tmp/tmpod_tnz34wandb/66is5q3l-wandb-metadata.json
42
+ 2024-05-23 08:00:17,606 INFO Thread-12 :2566 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/requirements.txt
43
+ 2024-05-23 08:00:17,606 INFO Thread-12 :2566 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log
44
+ 2024-05-23 08:00:17,606 INFO Thread-12 :2566 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-metadata.json
45
+ 2024-05-23 08:00:19,606 INFO Thread-12 :2566 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log
46
+ 2024-05-23 08:00:22,116 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: status_report
47
+ 2024-05-23 08:00:27,445 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: status_report
48
+ 2024-05-23 08:00:27,611 INFO Thread-12 :2566 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log
49
+ 2024-05-23 08:00:27,749 DEBUG SenderThread:2566 [sender.py:send():378] send: exit
50
+ 2024-05-23 08:00:27,749 INFO SenderThread:2566 [sender.py:send_exit():585] handling exit code: 1
51
+ 2024-05-23 08:00:27,749 INFO SenderThread:2566 [sender.py:send_exit():587] handling runtime: 11
52
+ 2024-05-23 08:00:27,751 INFO SenderThread:2566 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
53
+ 2024-05-23 08:00:27,751 INFO SenderThread:2566 [sender.py:send_exit():593] send defer
54
+ 2024-05-23 08:00:27,751 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
55
+ 2024-05-23 08:00:27,751 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 0
56
+ 2024-05-23 08:00:27,751 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
57
+ 2024-05-23 08:00:27,751 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 0
58
+ 2024-05-23 08:00:27,751 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 1
59
+ 2024-05-23 08:00:27,752 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
60
+ 2024-05-23 08:00:27,752 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 1
61
+ 2024-05-23 08:00:27,752 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
62
+ 2024-05-23 08:00:27,752 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 1
63
+ 2024-05-23 08:00:27,752 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 2
64
+ 2024-05-23 08:00:27,752 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
65
+ 2024-05-23 08:00:27,752 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 2
66
+ 2024-05-23 08:00:27,752 INFO HandlerThread:2566 [system_monitor.py:finish():203] Stopping system monitor
67
+ 2024-05-23 08:00:27,752 DEBUG SystemMonitor:2566 [system_monitor.py:_start():172] Starting system metrics aggregation loop
68
+ 2024-05-23 08:00:27,752 DEBUG SystemMonitor:2566 [system_monitor.py:_start():179] Finished system metrics aggregation loop
69
+ 2024-05-23 08:00:27,752 DEBUG SystemMonitor:2566 [system_monitor.py:_start():183] Publishing last batch of metrics
70
+ 2024-05-23 08:00:27,753 INFO HandlerThread:2566 [interfaces.py:finish():200] Joined cpu monitor
71
+ 2024-05-23 08:00:27,753 INFO HandlerThread:2566 [interfaces.py:finish():200] Joined disk monitor
72
+ 2024-05-23 08:00:27,753 INFO HandlerThread:2566 [interfaces.py:finish():200] Joined memory monitor
73
+ 2024-05-23 08:00:27,753 INFO HandlerThread:2566 [interfaces.py:finish():200] Joined network monitor
74
+ 2024-05-23 08:00:27,753 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
75
+ 2024-05-23 08:00:27,753 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 2
76
+ 2024-05-23 08:00:27,753 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 3
77
+ 2024-05-23 08:00:27,753 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
78
+ 2024-05-23 08:00:27,754 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 3
79
+ 2024-05-23 08:00:27,754 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
80
+ 2024-05-23 08:00:27,754 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 3
81
+ 2024-05-23 08:00:27,754 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 4
82
+ 2024-05-23 08:00:27,754 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
83
+ 2024-05-23 08:00:27,754 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 4
84
+ 2024-05-23 08:00:27,754 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
85
+ 2024-05-23 08:00:27,754 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 4
86
+ 2024-05-23 08:00:27,754 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 5
87
+ 2024-05-23 08:00:27,754 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
88
+ 2024-05-23 08:00:27,754 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 5
89
+ 2024-05-23 08:00:27,754 DEBUG SenderThread:2566 [sender.py:send():378] send: summary
90
+ 2024-05-23 08:00:27,755 INFO SenderThread:2566 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
91
+ 2024-05-23 08:00:27,755 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
92
+ 2024-05-23 08:00:27,755 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 5
93
+ 2024-05-23 08:00:27,755 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 6
94
+ 2024-05-23 08:00:27,755 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
95
+ 2024-05-23 08:00:27,756 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 6
96
+ 2024-05-23 08:00:27,756 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
97
+ 2024-05-23 08:00:27,756 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 6
98
+ 2024-05-23 08:00:27,760 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: status_report
99
+ 2024-05-23 08:00:27,834 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 7
100
+ 2024-05-23 08:00:27,834 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
101
+ 2024-05-23 08:00:27,834 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 7
102
+ 2024-05-23 08:00:27,835 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
103
+ 2024-05-23 08:00:27,835 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 7
104
+ 2024-05-23 08:00:28,613 INFO Thread-12 :2566 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/config.yaml
105
+ 2024-05-23 08:00:28,613 INFO Thread-12 :2566 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-summary.json
106
+ 2024-05-23 08:00:28,749 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: poll_exit
107
+ 2024-05-23 08:00:29,137 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 8
108
+ 2024-05-23 08:00:29,137 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: poll_exit
109
+ 2024-05-23 08:00:29,137 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
110
+ 2024-05-23 08:00:29,138 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 8
111
+ 2024-05-23 08:00:29,138 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
112
+ 2024-05-23 08:00:29,138 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 8
113
+ 2024-05-23 08:00:29,138 INFO SenderThread:2566 [job_builder.py:build():432] Attempting to build job artifact
114
+ 2024-05-23 08:00:29,138 INFO SenderThread:2566 [job_builder.py:_get_source_type():576] no source found
115
+ 2024-05-23 08:00:29,138 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 9
116
+ 2024-05-23 08:00:29,138 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
117
+ 2024-05-23 08:00:29,139 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 9
118
+ 2024-05-23 08:00:29,139 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
119
+ 2024-05-23 08:00:29,139 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 9
120
+ 2024-05-23 08:00:29,139 INFO SenderThread:2566 [dir_watcher.py:finish():358] shutting down directory watcher
121
+ 2024-05-23 08:00:29,614 INFO SenderThread:2566 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log
122
+ 2024-05-23 08:00:29,614 INFO SenderThread:2566 [dir_watcher.py:finish():388] scan: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files
123
+ 2024-05-23 08:00:29,614 INFO SenderThread:2566 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/config.yaml config.yaml
124
+ 2024-05-23 08:00:29,615 INFO SenderThread:2566 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log output.log
125
+ 2024-05-23 08:00:29,617 INFO SenderThread:2566 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/requirements.txt requirements.txt
126
+ 2024-05-23 08:00:29,619 INFO SenderThread:2566 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-summary.json wandb-summary.json
127
+ 2024-05-23 08:00:29,619 INFO SenderThread:2566 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-metadata.json wandb-metadata.json
128
+ 2024-05-23 08:00:29,619 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 10
129
+ 2024-05-23 08:00:29,619 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
130
+ 2024-05-23 08:00:29,619 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 10
131
+ 2024-05-23 08:00:29,620 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
132
+ 2024-05-23 08:00:29,620 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 10
133
+ 2024-05-23 08:00:29,620 INFO SenderThread:2566 [file_pusher.py:finish():169] shutting down file pusher
134
+ 2024-05-23 08:00:29,749 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: poll_exit
135
+ 2024-05-23 08:00:29,750 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: poll_exit
136
+ 2024-05-23 08:00:29,954 INFO wandb-upload_0:2566 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/config.yaml
137
+ 2024-05-23 08:00:30,216 INFO wandb-upload_1:2566 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/output.log
138
+ 2024-05-23 08:00:30,220 INFO wandb-upload_2:2566 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/requirements.txt
139
+ 2024-05-23 08:00:30,231 INFO wandb-upload_3:2566 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/files/wandb-summary.json
140
+ 2024-05-23 08:00:30,432 INFO Thread-11 (_thread_body):2566 [sender.py:transition_state():613] send defer: 11
141
+ 2024-05-23 08:00:30,432 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
142
+ 2024-05-23 08:00:30,432 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 11
143
+ 2024-05-23 08:00:30,432 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
144
+ 2024-05-23 08:00:30,432 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 11
145
+ 2024-05-23 08:00:30,432 INFO SenderThread:2566 [file_pusher.py:join():175] waiting for file pusher
146
+ 2024-05-23 08:00:30,432 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 12
147
+ 2024-05-23 08:00:30,432 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
148
+ 2024-05-23 08:00:30,432 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 12
149
+ 2024-05-23 08:00:30,433 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
150
+ 2024-05-23 08:00:30,433 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 12
151
+ 2024-05-23 08:00:30,433 INFO SenderThread:2566 [file_stream.py:finish():601] file stream finish called
152
+ 2024-05-23 08:00:30,506 INFO SenderThread:2566 [file_stream.py:finish():605] file stream finish is done
153
+ 2024-05-23 08:00:30,506 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 13
154
+ 2024-05-23 08:00:30,507 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
155
+ 2024-05-23 08:00:30,507 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 13
156
+ 2024-05-23 08:00:30,507 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
157
+ 2024-05-23 08:00:30,507 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 13
158
+ 2024-05-23 08:00:30,507 INFO SenderThread:2566 [sender.py:transition_state():613] send defer: 14
159
+ 2024-05-23 08:00:30,507 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: defer
160
+ 2024-05-23 08:00:30,507 INFO HandlerThread:2566 [handler.py:handle_request_defer():184] handle defer: 14
161
+ 2024-05-23 08:00:30,507 DEBUG SenderThread:2566 [sender.py:send():378] send: final
162
+ 2024-05-23 08:00:30,507 DEBUG SenderThread:2566 [sender.py:send():378] send: footer
163
+ 2024-05-23 08:00:30,507 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: defer
164
+ 2024-05-23 08:00:30,507 INFO SenderThread:2566 [sender.py:send_request_defer():609] handle sender defer: 14
165
+ 2024-05-23 08:00:30,508 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: poll_exit
166
+ 2024-05-23 08:00:30,508 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: poll_exit
167
+ 2024-05-23 08:00:30,508 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: server_info
168
+ 2024-05-23 08:00:30,508 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: get_summary
169
+ 2024-05-23 08:00:30,508 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: sampled_history
170
+ 2024-05-23 08:00:30,508 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: internal_messages
171
+ 2024-05-23 08:00:30,509 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: poll_exit
172
+ 2024-05-23 08:00:30,509 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: poll_exit
173
+ 2024-05-23 08:00:30,509 DEBUG SenderThread:2566 [sender.py:send_request():405] send_request: server_info
174
+ 2024-05-23 08:00:30,563 INFO MainThread:2566 [wandb_run.py:_footer_history_summary_info():3994] rendering history
175
+ 2024-05-23 08:00:30,563 INFO MainThread:2566 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
176
+ 2024-05-23 08:00:30,563 INFO MainThread:2566 [wandb_run.py:_footer_sync_info():3953] logging synced files
177
+ 2024-05-23 08:00:30,563 DEBUG HandlerThread:2566 [handler.py:handle_request():158] handle_request: shutdown
178
+ 2024-05-23 08:00:30,563 INFO HandlerThread:2566 [handler.py:finish():882] shutting down handler
179
+ 2024-05-23 08:00:31,509 INFO WriterThread:2566 [datastore.py:close():296] close: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/run-i5wqccww.wandb
180
+ 2024-05-23 08:00:31,563 INFO SenderThread:2566 [sender.py:finish():1545] shutting down sender
181
+ 2024-05-23 08:00:31,563 INFO SenderThread:2566 [file_pusher.py:finish():169] shutting down file pusher
182
+ 2024-05-23 08:00:31,563 INFO SenderThread:2566 [file_pusher.py:join():175] waiting for file pusher
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/logs/debug.log ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
2
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Configure stats pid to 2411
3
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Loading settings from /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/settings
5
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-05-23 08:00:16,104 WARNING MainThread:2411 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
8
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
9
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_setup.py:_flush():76] Applying login settings: {}
10
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/logs/debug.log
11
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/logs/debug-internal.log
12
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_init.py:init():560] calling init triggers
13
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_init.py:init():610] starting backend
16
+ 2024-05-23 08:00:16,104 INFO MainThread:2411 [wandb_init.py:init():614] setting up manager
17
+ 2024-05-23 08:00:16,108 INFO MainThread:2411 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-05-23 08:00:16,109 INFO MainThread:2411 [wandb_init.py:init():622] backend started and connected
19
+ 2024-05-23 08:00:16,113 INFO MainThread:2411 [wandb_init.py:init():711] updated telemetry
20
+ 2024-05-23 08:00:16,122 INFO MainThread:2411 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
21
+ 2024-05-23 08:00:16,607 INFO MainThread:2411 [wandb_run.py:_on_init():2396] communicating current version
22
+ 2024-05-23 08:00:16,719 INFO MainThread:2411 [wandb_run.py:_on_init():2405] got version response
23
+ 2024-05-23 08:00:16,719 INFO MainThread:2411 [wandb_init.py:init():795] starting run threads in backend
24
+ 2024-05-23 08:00:16,994 INFO MainThread:2411 [wandb_run.py:_console_start():2374] atexit reg
25
+ 2024-05-23 08:00:16,994 INFO MainThread:2411 [wandb_run.py:_redirect():2229] redirect: wrap_raw
26
+ 2024-05-23 08:00:16,994 INFO MainThread:2411 [wandb_run.py:_redirect():2294] Wrapping output streams.
27
+ 2024-05-23 08:00:16,994 INFO MainThread:2411 [wandb_run.py:_redirect():2319] Redirects installed.
28
+ 2024-05-23 08:00:16,997 INFO MainThread:2411 [wandb_init.py:init():838] run started, returning control to user process
29
+ 2024-05-23 08:00:31,564 WARNING MsgRouterThr:2411 [router.py:message_loop():77] message_loop has been closed
lm-evaluation-harness/wandb/run-20240523_080016-i5wqccww/run-i5wqccww.wandb ADDED
Binary file (6.3 kB). View file
 
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/config.yaml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.12
7
+ cli_version: 0.17.0
8
+ framework: huggingface
9
+ huggingface_version: 4.36.2
10
+ is_jupyter_run: false
11
+ is_kaggle_kernel: false
12
+ start_time: 1717052684
13
+ t:
14
+ 1:
15
+ - 1
16
+ - 5
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 53
21
+ - 55
22
+ - 71
23
+ - 98
24
+ - 100
25
+ 2:
26
+ - 1
27
+ - 5
28
+ - 11
29
+ - 49
30
+ - 51
31
+ - 53
32
+ - 55
33
+ - 71
34
+ - 98
35
+ - 100
36
+ 3:
37
+ - 13
38
+ - 23
39
+ 4: 3.10.12
40
+ 5: 0.17.0
41
+ 6: 4.36.2
42
+ 8:
43
+ - 5
44
+ 13: linux-x86_64
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ 2024-05-30:07:04:45,449 INFO [__main__.py:251] Verbosity set to INFO
3
+ 2024-05-30:07:04:54,634 INFO [__main__.py:335] Selected Tasks: ['arc_easy', 'boolq', 'copa', 'mrpc', 'piqa', 'sst2', 'winogrande']
4
+ 2024-05-30:07:04:54,635 INFO [evaluator.py:131] Setting random seed to 0 | Setting numpy seed to 1234 | Setting torch manual seed to 1234
5
+ 2024-05-30:07:04:54,636 INFO [evaluator.py:177] Initializing hf model, with arguments: {'pretrained': '/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step10000', 'tokenizer': '/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k/'}
6
+ 2024-05-30:07:04:56,924 INFO [huggingface.py:164] Using device 'cuda'
7
+ /usr/local/lib/python3.10/dist-packages/habana_frameworks/torch/gpu_migration/torch/cuda/memory.py:36: UserWarning: No need to call empty_cache on HPU. It manages the memory internally in an effcient way.
8
+ warnings.warn(
9
+ Traceback (most recent call last):
10
+ File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
11
+ return _run_code(code, main_globals, None,
12
+ File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
13
+ exec(code, run_globals)
14
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 417, in <module>
15
+ cli_evaluate()
16
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/__main__.py", line 341, in cli_evaluate
17
+ results = evaluator.simple_evaluate(
18
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/utils.py", line 288, in _wrapper
19
+ return fn(*args, **kwargs)
20
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/evaluator.py", line 180, in simple_evaluate
21
+ lm = lm_eval.api.registry.get_model(model).create_from_arg_string(
22
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/api/model.py", line 134, in create_from_arg_string
23
+ return cls(**args, **args2)
24
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 237, in __init__
25
+ self._create_tokenizer(
26
+ File "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/lm_eval/models/huggingface.py", line 630, in _create_tokenizer
27
+ self.tokenizer = transformers.AutoTokenizer.from_pretrained(
28
+ File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/tokenization_auto.py", line 752, in from_pretrained
29
+ config = AutoConfig.from_pretrained(
30
+ File "/usr/local/lib/python3.10/dist-packages/transformers/models/auto/configuration_auto.py", line 1082, in from_pretrained
31
+ config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs)
32
+ File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 644, in get_config_dict
33
+ config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
34
+ File "/usr/local/lib/python3.10/dist-packages/transformers/configuration_utils.py", line 699, in _get_config_dict
35
+ resolved_config_file = cached_file(
36
+ File "/usr/local/lib/python3.10/dist-packages/transformers/utils/hub.py", line 360, in cached_file
37
+ raise EnvironmentError(
38
+ OSError: /mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k/ does not appear to have a file named config.json. Checkout 'https://huggingface.co//mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k//main' for available files.
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/requirements.txt ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DataProperty==1.0.1
2
+ GitPython==3.1.43
3
+ Jinja2==3.1.4
4
+ Markdown==3.6
5
+ MarkupSafe==2.1.5
6
+ Pillow-SIMD==7.0.0.post3
7
+ PyYAML==6.0
8
+ Werkzeug==3.0.3
9
+ absl-py==2.1.0
10
+ accelerate==0.30.1
11
+ aiohttp==3.9.5
12
+ aiosignal==1.3.1
13
+ async-timeout==4.0.3
14
+ attrs==23.2.0
15
+ av==9.2.0
16
+ cachetools==5.3.3
17
+ certifi==2024.2.2
18
+ cffi==1.15.1
19
+ cfgv==3.4.0
20
+ chardet==5.2.0
21
+ charset-normalizer==3.3.2
22
+ click==8.1.7
23
+ cmake==3.29.2
24
+ colorama==0.4.6
25
+ datasets==2.19.1
26
+ deepspeed==0.12.4+hpu.synapse.v1.15.1
27
+ dill==0.3.8
28
+ distlib==0.3.8
29
+ docker-pycreds==0.4.0
30
+ einops==0.8.0
31
+ evaluate==0.4.2
32
+ exceptiongroup==1.2.1
33
+ expecttest==0.2.1
34
+ filelock==3.14.0
35
+ frozenlist==1.4.1
36
+ fsspec==2024.3.1
37
+ gitdb==4.0.11
38
+ google-auth-oauthlib==0.4.6
39
+ google-auth==2.29.0
40
+ grpcio==1.63.0
41
+ habana-media-loader==1.15.1.15
42
+ habana-pyhlml==1.15.1.15
43
+ habana-torch-dataloader==1.15.1.15
44
+ habana-torch-plugin==1.15.1.15
45
+ habana_gpu_migration==1.15.1.15
46
+ habana_quantization_toolkit==1.15.1.15
47
+ hjson==3.1.0
48
+ huggingface-hub==0.23.2
49
+ identify==2.5.36
50
+ idna==3.7
51
+ iniconfig==2.0.0
52
+ joblib==1.4.2
53
+ jsonlines==4.0.0
54
+ lightning-habana==1.4.0
55
+ lightning-utilities==0.11.2
56
+ lightning==2.2.0.post0
57
+ lm_eval==0.4.2
58
+ lm_eval==0.4.2
59
+ lm_eval==0.4.2
60
+ lxml==5.2.2
61
+ mbstrdecoder==1.1.3
62
+ more-itertools==10.2.0
63
+ mpi4py==3.1.4
64
+ mpmath==1.3.0
65
+ multidict==6.0.5
66
+ multiprocess==0.70.16
67
+ networkx==3.3
68
+ ninja==1.11.1.1
69
+ nltk==3.8.1
70
+ nodeenv==1.8.0
71
+ numexpr==2.10.0
72
+ numpy==1.23.5
73
+ oauthlib==3.2.2
74
+ packaging==24.0
75
+ pandas==2.0.1
76
+ pathspec==0.12.1
77
+ pathvalidate==3.2.0
78
+ peft==0.11.1
79
+ perfetto==0.7.0
80
+ pip==22.0.2
81
+ pip==23.3.1
82
+ platformdirs==4.2.1
83
+ pluggy==1.5.0
84
+ portalocker==2.8.2
85
+ pre-commit==3.3.3
86
+ pretty-errors==1.2.25
87
+ protobuf==3.20.3
88
+ psutil==5.9.8
89
+ py-cpuinfo==9.0.0
90
+ pyarrow-hotfix==0.6
91
+ pyarrow==16.1.0
92
+ pyasn1==0.6.0
93
+ pyasn1_modules==0.4.0
94
+ pybind11==2.10.4
95
+ pycparser==2.22
96
+ pydantic==1.10.13
97
+ pynvml==8.0.4
98
+ pytablewriter==1.2.0
99
+ pytest==8.2.0
100
+ python-dateutil==2.9.0.post0
101
+ pytorch-lightning==2.2.4
102
+ pytz==2024.1
103
+ regex==2023.5.5
104
+ requests-oauthlib==2.0.0
105
+ requests==2.31.0
106
+ rouge_score==0.1.2
107
+ rsa==4.9
108
+ sacrebleu==2.4.2
109
+ safetensors==0.4.3
110
+ scikit-learn==1.5.0
111
+ scipy==1.13.1
112
+ sentencepiece==0.2.0
113
+ sentry-sdk==2.3.1
114
+ setproctitle==1.3.3
115
+ setuptools==59.6.0
116
+ setuptools==69.5.1
117
+ six==1.16.0
118
+ smmap==5.0.1
119
+ sqlitedict==2.1.0
120
+ symengine==0.11.0
121
+ sympy==1.12
122
+ tabledata==1.3.3
123
+ tabulate==0.9.0
124
+ tcolorpy==0.1.6
125
+ tdqm==0.0.1
126
+ tensorboard-data-server==0.6.1
127
+ tensorboard-plugin-wit==1.8.1
128
+ tensorboard==2.11.2
129
+ threadpoolctl==3.5.0
130
+ tokenizers==0.15.2
131
+ tomli==2.0.1
132
+ torch==2.2.0a0+git8964477
133
+ torch_tb_profiler==0.4.0
134
+ torchaudio==2.2.0+08901ad
135
+ torchdata==0.7.1+5e6f7b7
136
+ torchmetrics==1.4.0
137
+ torchtext==0.17.0+400da5c
138
+ torchvision==0.17.0+b2383d4
139
+ tqdm-multiprocess==0.0.11
140
+ tqdm==4.66.4
141
+ transformers==4.36.2
142
+ typepy==1.3.2
143
+ typing_extensions==4.11.0
144
+ tzdata==2024.1
145
+ urllib3==1.26.18
146
+ virtualenv==20.26.1
147
+ wandb==0.17.0
148
+ wheel==0.37.1
149
+ wheel==0.43.0
150
+ word2number==1.1
151
+ xxhash==3.4.1
152
+ yamllint==1.35.1
153
+ yarl==1.9.4
154
+ zstandard==0.22.0
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-metadata.json ADDED
@@ -0,0 +1,850 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-92-generic-x86_64-with-glibc2.35",
3
+ "python": "3.10.12",
4
+ "heartbeatAt": "2024-05-30T07:04:45.242301",
5
+ "startedAt": "2024-05-30T07:04:44.753569",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [
9
+ "--model",
10
+ "hf",
11
+ "--model_args",
12
+ "pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step10000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k/",
13
+ "--tasks",
14
+ "winogrande,sst2,mrpc,arc_easy,copa,piqa,boolq",
15
+ "--batch_size",
16
+ "auto",
17
+ "--wandb_args",
18
+ "project=english-eval,group=exp2,name=global_step10000"
19
+ ],
20
+ "state": "running",
21
+ "program": "-m lm_eval.__main__",
22
+ "codePathLocal": null,
23
+ "git": {
24
+ "remote": "https://github.com/EleutherAI/lm-evaluation-harness",
25
+ "commit": null
26
+ },
27
+ "email": null,
28
+ "root": "/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness",
29
+ "host": "peacock-evaluation-debug-5-worker-0",
30
+ "username": "root",
31
+ "executable": "/usr/bin/python3",
32
+ "cpu_count": 80,
33
+ "cpu_count_logical": 160,
34
+ "cpu_freq": {
35
+ "current": 2334.3043875,
36
+ "min": 800.0,
37
+ "max": 3400.0
38
+ },
39
+ "cpu_freq_per_core": [
40
+ {
41
+ "current": 3399.997,
42
+ "min": 800.0,
43
+ "max": 3400.0
44
+ },
45
+ {
46
+ "current": 3400.0,
47
+ "min": 800.0,
48
+ "max": 3400.0
49
+ },
50
+ {
51
+ "current": 2300.0,
52
+ "min": 800.0,
53
+ "max": 3400.0
54
+ },
55
+ {
56
+ "current": 2300.0,
57
+ "min": 800.0,
58
+ "max": 3400.0
59
+ },
60
+ {
61
+ "current": 2300.0,
62
+ "min": 800.0,
63
+ "max": 3400.0
64
+ },
65
+ {
66
+ "current": 2300.0,
67
+ "min": 800.0,
68
+ "max": 3400.0
69
+ },
70
+ {
71
+ "current": 2300.0,
72
+ "min": 800.0,
73
+ "max": 3400.0
74
+ },
75
+ {
76
+ "current": 2300.0,
77
+ "min": 800.0,
78
+ "max": 3400.0
79
+ },
80
+ {
81
+ "current": 2300.0,
82
+ "min": 800.0,
83
+ "max": 3400.0
84
+ },
85
+ {
86
+ "current": 2300.0,
87
+ "min": 800.0,
88
+ "max": 3400.0
89
+ },
90
+ {
91
+ "current": 2300.0,
92
+ "min": 800.0,
93
+ "max": 3400.0
94
+ },
95
+ {
96
+ "current": 2300.0,
97
+ "min": 800.0,
98
+ "max": 3400.0
99
+ },
100
+ {
101
+ "current": 2300.0,
102
+ "min": 800.0,
103
+ "max": 3400.0
104
+ },
105
+ {
106
+ "current": 2300.0,
107
+ "min": 800.0,
108
+ "max": 3400.0
109
+ },
110
+ {
111
+ "current": 2300.0,
112
+ "min": 800.0,
113
+ "max": 3400.0
114
+ },
115
+ {
116
+ "current": 2300.0,
117
+ "min": 800.0,
118
+ "max": 3400.0
119
+ },
120
+ {
121
+ "current": 2300.0,
122
+ "min": 800.0,
123
+ "max": 3400.0
124
+ },
125
+ {
126
+ "current": 2300.0,
127
+ "min": 800.0,
128
+ "max": 3400.0
129
+ },
130
+ {
131
+ "current": 2300.0,
132
+ "min": 800.0,
133
+ "max": 3400.0
134
+ },
135
+ {
136
+ "current": 2300.0,
137
+ "min": 800.0,
138
+ "max": 3400.0
139
+ },
140
+ {
141
+ "current": 2300.0,
142
+ "min": 800.0,
143
+ "max": 3400.0
144
+ },
145
+ {
146
+ "current": 2300.0,
147
+ "min": 800.0,
148
+ "max": 3400.0
149
+ },
150
+ {
151
+ "current": 2300.0,
152
+ "min": 800.0,
153
+ "max": 3400.0
154
+ },
155
+ {
156
+ "current": 2300.0,
157
+ "min": 800.0,
158
+ "max": 3400.0
159
+ },
160
+ {
161
+ "current": 2300.0,
162
+ "min": 800.0,
163
+ "max": 3400.0
164
+ },
165
+ {
166
+ "current": 2300.0,
167
+ "min": 800.0,
168
+ "max": 3400.0
169
+ },
170
+ {
171
+ "current": 2300.0,
172
+ "min": 800.0,
173
+ "max": 3400.0
174
+ },
175
+ {
176
+ "current": 2300.0,
177
+ "min": 800.0,
178
+ "max": 3400.0
179
+ },
180
+ {
181
+ "current": 2300.0,
182
+ "min": 800.0,
183
+ "max": 3400.0
184
+ },
185
+ {
186
+ "current": 2300.0,
187
+ "min": 800.0,
188
+ "max": 3400.0
189
+ },
190
+ {
191
+ "current": 2300.0,
192
+ "min": 800.0,
193
+ "max": 3400.0
194
+ },
195
+ {
196
+ "current": 2300.0,
197
+ "min": 800.0,
198
+ "max": 3400.0
199
+ },
200
+ {
201
+ "current": 2300.0,
202
+ "min": 800.0,
203
+ "max": 3400.0
204
+ },
205
+ {
206
+ "current": 2300.0,
207
+ "min": 800.0,
208
+ "max": 3400.0
209
+ },
210
+ {
211
+ "current": 2300.0,
212
+ "min": 800.0,
213
+ "max": 3400.0
214
+ },
215
+ {
216
+ "current": 2300.0,
217
+ "min": 800.0,
218
+ "max": 3400.0
219
+ },
220
+ {
221
+ "current": 2300.0,
222
+ "min": 800.0,
223
+ "max": 3400.0
224
+ },
225
+ {
226
+ "current": 2300.0,
227
+ "min": 800.0,
228
+ "max": 3400.0
229
+ },
230
+ {
231
+ "current": 2300.0,
232
+ "min": 800.0,
233
+ "max": 3400.0
234
+ },
235
+ {
236
+ "current": 2300.0,
237
+ "min": 800.0,
238
+ "max": 3400.0
239
+ },
240
+ {
241
+ "current": 3400.0,
242
+ "min": 800.0,
243
+ "max": 3400.0
244
+ },
245
+ {
246
+ "current": 2300.0,
247
+ "min": 800.0,
248
+ "max": 3400.0
249
+ },
250
+ {
251
+ "current": 2300.0,
252
+ "min": 800.0,
253
+ "max": 3400.0
254
+ },
255
+ {
256
+ "current": 2300.0,
257
+ "min": 800.0,
258
+ "max": 3400.0
259
+ },
260
+ {
261
+ "current": 2300.0,
262
+ "min": 800.0,
263
+ "max": 3400.0
264
+ },
265
+ {
266
+ "current": 2300.0,
267
+ "min": 800.0,
268
+ "max": 3400.0
269
+ },
270
+ {
271
+ "current": 2300.0,
272
+ "min": 800.0,
273
+ "max": 3400.0
274
+ },
275
+ {
276
+ "current": 2300.0,
277
+ "min": 800.0,
278
+ "max": 3400.0
279
+ },
280
+ {
281
+ "current": 2300.0,
282
+ "min": 800.0,
283
+ "max": 3400.0
284
+ },
285
+ {
286
+ "current": 2300.0,
287
+ "min": 800.0,
288
+ "max": 3400.0
289
+ },
290
+ {
291
+ "current": 2300.0,
292
+ "min": 800.0,
293
+ "max": 3400.0
294
+ },
295
+ {
296
+ "current": 2300.0,
297
+ "min": 800.0,
298
+ "max": 3400.0
299
+ },
300
+ {
301
+ "current": 2300.0,
302
+ "min": 800.0,
303
+ "max": 3400.0
304
+ },
305
+ {
306
+ "current": 2300.0,
307
+ "min": 800.0,
308
+ "max": 3400.0
309
+ },
310
+ {
311
+ "current": 2300.0,
312
+ "min": 800.0,
313
+ "max": 3400.0
314
+ },
315
+ {
316
+ "current": 2300.0,
317
+ "min": 800.0,
318
+ "max": 3400.0
319
+ },
320
+ {
321
+ "current": 2300.0,
322
+ "min": 800.0,
323
+ "max": 3400.0
324
+ },
325
+ {
326
+ "current": 2300.0,
327
+ "min": 800.0,
328
+ "max": 3400.0
329
+ },
330
+ {
331
+ "current": 2300.0,
332
+ "min": 800.0,
333
+ "max": 3400.0
334
+ },
335
+ {
336
+ "current": 2300.0,
337
+ "min": 800.0,
338
+ "max": 3400.0
339
+ },
340
+ {
341
+ "current": 2300.0,
342
+ "min": 800.0,
343
+ "max": 3400.0
344
+ },
345
+ {
346
+ "current": 2300.0,
347
+ "min": 800.0,
348
+ "max": 3400.0
349
+ },
350
+ {
351
+ "current": 2300.0,
352
+ "min": 800.0,
353
+ "max": 3400.0
354
+ },
355
+ {
356
+ "current": 2300.0,
357
+ "min": 800.0,
358
+ "max": 3400.0
359
+ },
360
+ {
361
+ "current": 2300.0,
362
+ "min": 800.0,
363
+ "max": 3400.0
364
+ },
365
+ {
366
+ "current": 2300.0,
367
+ "min": 800.0,
368
+ "max": 3400.0
369
+ },
370
+ {
371
+ "current": 2300.0,
372
+ "min": 800.0,
373
+ "max": 3400.0
374
+ },
375
+ {
376
+ "current": 2300.0,
377
+ "min": 800.0,
378
+ "max": 3400.0
379
+ },
380
+ {
381
+ "current": 2300.0,
382
+ "min": 800.0,
383
+ "max": 3400.0
384
+ },
385
+ {
386
+ "current": 2300.0,
387
+ "min": 800.0,
388
+ "max": 3400.0
389
+ },
390
+ {
391
+ "current": 2300.0,
392
+ "min": 800.0,
393
+ "max": 3400.0
394
+ },
395
+ {
396
+ "current": 2300.0,
397
+ "min": 800.0,
398
+ "max": 3400.0
399
+ },
400
+ {
401
+ "current": 2300.0,
402
+ "min": 800.0,
403
+ "max": 3400.0
404
+ },
405
+ {
406
+ "current": 2300.0,
407
+ "min": 800.0,
408
+ "max": 3400.0
409
+ },
410
+ {
411
+ "current": 2300.0,
412
+ "min": 800.0,
413
+ "max": 3400.0
414
+ },
415
+ {
416
+ "current": 2300.0,
417
+ "min": 800.0,
418
+ "max": 3400.0
419
+ },
420
+ {
421
+ "current": 2300.0,
422
+ "min": 800.0,
423
+ "max": 3400.0
424
+ },
425
+ {
426
+ "current": 2300.0,
427
+ "min": 800.0,
428
+ "max": 3400.0
429
+ },
430
+ {
431
+ "current": 2300.0,
432
+ "min": 800.0,
433
+ "max": 3400.0
434
+ },
435
+ {
436
+ "current": 2300.0,
437
+ "min": 800.0,
438
+ "max": 3400.0
439
+ },
440
+ {
441
+ "current": 3400.0,
442
+ "min": 800.0,
443
+ "max": 3400.0
444
+ },
445
+ {
446
+ "current": 2300.0,
447
+ "min": 800.0,
448
+ "max": 3400.0
449
+ },
450
+ {
451
+ "current": 2300.0,
452
+ "min": 800.0,
453
+ "max": 3400.0
454
+ },
455
+ {
456
+ "current": 2300.0,
457
+ "min": 800.0,
458
+ "max": 3400.0
459
+ },
460
+ {
461
+ "current": 2300.0,
462
+ "min": 800.0,
463
+ "max": 3400.0
464
+ },
465
+ {
466
+ "current": 2300.0,
467
+ "min": 800.0,
468
+ "max": 3400.0
469
+ },
470
+ {
471
+ "current": 2300.0,
472
+ "min": 800.0,
473
+ "max": 3400.0
474
+ },
475
+ {
476
+ "current": 2300.0,
477
+ "min": 800.0,
478
+ "max": 3400.0
479
+ },
480
+ {
481
+ "current": 2300.0,
482
+ "min": 800.0,
483
+ "max": 3400.0
484
+ },
485
+ {
486
+ "current": 2300.0,
487
+ "min": 800.0,
488
+ "max": 3400.0
489
+ },
490
+ {
491
+ "current": 2300.0,
492
+ "min": 800.0,
493
+ "max": 3400.0
494
+ },
495
+ {
496
+ "current": 2300.0,
497
+ "min": 800.0,
498
+ "max": 3400.0
499
+ },
500
+ {
501
+ "current": 2300.0,
502
+ "min": 800.0,
503
+ "max": 3400.0
504
+ },
505
+ {
506
+ "current": 2300.0,
507
+ "min": 800.0,
508
+ "max": 3400.0
509
+ },
510
+ {
511
+ "current": 2300.0,
512
+ "min": 800.0,
513
+ "max": 3400.0
514
+ },
515
+ {
516
+ "current": 2300.0,
517
+ "min": 800.0,
518
+ "max": 3400.0
519
+ },
520
+ {
521
+ "current": 2300.0,
522
+ "min": 800.0,
523
+ "max": 3400.0
524
+ },
525
+ {
526
+ "current": 2300.0,
527
+ "min": 800.0,
528
+ "max": 3400.0
529
+ },
530
+ {
531
+ "current": 2300.0,
532
+ "min": 800.0,
533
+ "max": 3400.0
534
+ },
535
+ {
536
+ "current": 2300.0,
537
+ "min": 800.0,
538
+ "max": 3400.0
539
+ },
540
+ {
541
+ "current": 2300.0,
542
+ "min": 800.0,
543
+ "max": 3400.0
544
+ },
545
+ {
546
+ "current": 2300.0,
547
+ "min": 800.0,
548
+ "max": 3400.0
549
+ },
550
+ {
551
+ "current": 2300.0,
552
+ "min": 800.0,
553
+ "max": 3400.0
554
+ },
555
+ {
556
+ "current": 2300.0,
557
+ "min": 800.0,
558
+ "max": 3400.0
559
+ },
560
+ {
561
+ "current": 2300.0,
562
+ "min": 800.0,
563
+ "max": 3400.0
564
+ },
565
+ {
566
+ "current": 2300.0,
567
+ "min": 800.0,
568
+ "max": 3400.0
569
+ },
570
+ {
571
+ "current": 2300.0,
572
+ "min": 800.0,
573
+ "max": 3400.0
574
+ },
575
+ {
576
+ "current": 2300.0,
577
+ "min": 800.0,
578
+ "max": 3400.0
579
+ },
580
+ {
581
+ "current": 2300.0,
582
+ "min": 800.0,
583
+ "max": 3400.0
584
+ },
585
+ {
586
+ "current": 2300.0,
587
+ "min": 800.0,
588
+ "max": 3400.0
589
+ },
590
+ {
591
+ "current": 2300.0,
592
+ "min": 800.0,
593
+ "max": 3400.0
594
+ },
595
+ {
596
+ "current": 2300.0,
597
+ "min": 800.0,
598
+ "max": 3400.0
599
+ },
600
+ {
601
+ "current": 2300.0,
602
+ "min": 800.0,
603
+ "max": 3400.0
604
+ },
605
+ {
606
+ "current": 2300.0,
607
+ "min": 800.0,
608
+ "max": 3400.0
609
+ },
610
+ {
611
+ "current": 2300.0,
612
+ "min": 800.0,
613
+ "max": 3400.0
614
+ },
615
+ {
616
+ "current": 2300.0,
617
+ "min": 800.0,
618
+ "max": 3400.0
619
+ },
620
+ {
621
+ "current": 2300.0,
622
+ "min": 800.0,
623
+ "max": 3400.0
624
+ },
625
+ {
626
+ "current": 2300.0,
627
+ "min": 800.0,
628
+ "max": 3400.0
629
+ },
630
+ {
631
+ "current": 2300.0,
632
+ "min": 800.0,
633
+ "max": 3400.0
634
+ },
635
+ {
636
+ "current": 2300.0,
637
+ "min": 800.0,
638
+ "max": 3400.0
639
+ },
640
+ {
641
+ "current": 2300.0,
642
+ "min": 800.0,
643
+ "max": 3400.0
644
+ },
645
+ {
646
+ "current": 2300.0,
647
+ "min": 800.0,
648
+ "max": 3400.0
649
+ },
650
+ {
651
+ "current": 2300.0,
652
+ "min": 800.0,
653
+ "max": 3400.0
654
+ },
655
+ {
656
+ "current": 2300.0,
657
+ "min": 800.0,
658
+ "max": 3400.0
659
+ },
660
+ {
661
+ "current": 2300.0,
662
+ "min": 800.0,
663
+ "max": 3400.0
664
+ },
665
+ {
666
+ "current": 2300.0,
667
+ "min": 800.0,
668
+ "max": 3400.0
669
+ },
670
+ {
671
+ "current": 2300.0,
672
+ "min": 800.0,
673
+ "max": 3400.0
674
+ },
675
+ {
676
+ "current": 2300.0,
677
+ "min": 800.0,
678
+ "max": 3400.0
679
+ },
680
+ {
681
+ "current": 2300.0,
682
+ "min": 800.0,
683
+ "max": 3400.0
684
+ },
685
+ {
686
+ "current": 2300.0,
687
+ "min": 800.0,
688
+ "max": 3400.0
689
+ },
690
+ {
691
+ "current": 2300.0,
692
+ "min": 800.0,
693
+ "max": 3400.0
694
+ },
695
+ {
696
+ "current": 2300.0,
697
+ "min": 800.0,
698
+ "max": 3400.0
699
+ },
700
+ {
701
+ "current": 2300.0,
702
+ "min": 800.0,
703
+ "max": 3400.0
704
+ },
705
+ {
706
+ "current": 2300.0,
707
+ "min": 800.0,
708
+ "max": 3400.0
709
+ },
710
+ {
711
+ "current": 2300.0,
712
+ "min": 800.0,
713
+ "max": 3400.0
714
+ },
715
+ {
716
+ "current": 2300.0,
717
+ "min": 800.0,
718
+ "max": 3400.0
719
+ },
720
+ {
721
+ "current": 2300.0,
722
+ "min": 800.0,
723
+ "max": 3400.0
724
+ },
725
+ {
726
+ "current": 2300.0,
727
+ "min": 800.0,
728
+ "max": 3400.0
729
+ },
730
+ {
731
+ "current": 2300.0,
732
+ "min": 800.0,
733
+ "max": 3400.0
734
+ },
735
+ {
736
+ "current": 2300.0,
737
+ "min": 800.0,
738
+ "max": 3400.0
739
+ },
740
+ {
741
+ "current": 2300.0,
742
+ "min": 800.0,
743
+ "max": 3400.0
744
+ },
745
+ {
746
+ "current": 2300.0,
747
+ "min": 800.0,
748
+ "max": 3400.0
749
+ },
750
+ {
751
+ "current": 2300.0,
752
+ "min": 800.0,
753
+ "max": 3400.0
754
+ },
755
+ {
756
+ "current": 2300.0,
757
+ "min": 800.0,
758
+ "max": 3400.0
759
+ },
760
+ {
761
+ "current": 2300.0,
762
+ "min": 800.0,
763
+ "max": 3400.0
764
+ },
765
+ {
766
+ "current": 2300.0,
767
+ "min": 800.0,
768
+ "max": 3400.0
769
+ },
770
+ {
771
+ "current": 2300.0,
772
+ "min": 800.0,
773
+ "max": 3400.0
774
+ },
775
+ {
776
+ "current": 2300.0,
777
+ "min": 800.0,
778
+ "max": 3400.0
779
+ },
780
+ {
781
+ "current": 2300.0,
782
+ "min": 800.0,
783
+ "max": 3400.0
784
+ },
785
+ {
786
+ "current": 2300.0,
787
+ "min": 800.0,
788
+ "max": 3400.0
789
+ },
790
+ {
791
+ "current": 2300.0,
792
+ "min": 800.0,
793
+ "max": 3400.0
794
+ },
795
+ {
796
+ "current": 2300.0,
797
+ "min": 800.0,
798
+ "max": 3400.0
799
+ },
800
+ {
801
+ "current": 2300.0,
802
+ "min": 800.0,
803
+ "max": 3400.0
804
+ },
805
+ {
806
+ "current": 2300.0,
807
+ "min": 800.0,
808
+ "max": 3400.0
809
+ },
810
+ {
811
+ "current": 2300.0,
812
+ "min": 800.0,
813
+ "max": 3400.0
814
+ },
815
+ {
816
+ "current": 2300.0,
817
+ "min": 800.0,
818
+ "max": 3400.0
819
+ },
820
+ {
821
+ "current": 2300.0,
822
+ "min": 800.0,
823
+ "max": 3400.0
824
+ },
825
+ {
826
+ "current": 2300.0,
827
+ "min": 800.0,
828
+ "max": 3400.0
829
+ },
830
+ {
831
+ "current": 2300.0,
832
+ "min": 800.0,
833
+ "max": 3400.0
834
+ },
835
+ {
836
+ "current": 2300.0,
837
+ "min": 800.0,
838
+ "max": 3400.0
839
+ }
840
+ ],
841
+ "disk": {
842
+ "/": {
843
+ "total": 877.6341285705566,
844
+ "used": 212.06907272338867
845
+ }
846
+ },
847
+ "memory": {
848
+ "total": 1007.4379348754883
849
+ }
850
+ }
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_wandb": {"runtime": 38}}
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/logs/debug-internal.log ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-30 07:04:44,779 INFO StreamThr :900 [internal.py:wandb_internal():85] W&B internal server running at pid: 900, started at: 2024-05-30 07:04:44.774031
2
+ 2024-05-30 07:04:44,780 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status
3
+ 2024-05-30 07:04:44,781 INFO WriterThread:900 [datastore.py:open_for_write():87] open: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/run-z0193g8n.wandb
4
+ 2024-05-30 07:04:44,783 DEBUG SenderThread:900 [sender.py:send():378] send: header
5
+ 2024-05-30 07:04:44,787 DEBUG SenderThread:900 [sender.py:send():378] send: run
6
+ 2024-05-30 07:04:45,050 INFO SenderThread:900 [dir_watcher.py:__init__():211] watching files in: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files
7
+ 2024-05-30 07:04:45,050 INFO SenderThread:900 [sender.py:_start_run_threads():1123] run started: z0193g8n with start time 1717052684.7741
8
+ 2024-05-30 07:04:45,050 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: check_version
9
+ 2024-05-30 07:04:45,051 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: check_version
10
+ 2024-05-30 07:04:45,166 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: run_start
11
+ 2024-05-30 07:04:45,169 DEBUG HandlerThread:900 [system_info.py:__init__():26] System info init
12
+ 2024-05-30 07:04:45,169 DEBUG HandlerThread:900 [system_info.py:__init__():41] System info init done
13
+ 2024-05-30 07:04:45,169 INFO HandlerThread:900 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-05-30 07:04:45,169 INFO SystemMonitor:900 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-05-30 07:04:45,169 INFO HandlerThread:900 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-05-30 07:04:45,176 INFO SystemMonitor:900 [interfaces.py:start():188] Started cpu monitoring
17
+ 2024-05-30 07:04:45,176 INFO SystemMonitor:900 [interfaces.py:start():188] Started disk monitoring
18
+ 2024-05-30 07:04:45,177 INFO SystemMonitor:900 [interfaces.py:start():188] Started memory monitoring
19
+ 2024-05-30 07:04:45,179 INFO SystemMonitor:900 [interfaces.py:start():188] Started network monitoring
20
+ 2024-05-30 07:04:45,242 DEBUG HandlerThread:900 [system_info.py:probe():150] Probing system
21
+ 2024-05-30 07:04:45,245 DEBUG HandlerThread:900 [system_info.py:_probe_git():135] Probing git
22
+ 2024-05-30 07:04:45,256 ERROR HandlerThread:900 [gitlib.py:root():92] git root error: Cmd('git') failed due to: exit code(128)
23
+ cmdline: git rev-parse --show-toplevel
24
+ stderr: 'fatal: detected dubious ownership in repository at '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
25
+ To add an exception for this directory, call:
26
+
27
+ git config --global --add safe.directory /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness'
28
+ 2024-05-30 07:04:45,256 DEBUG HandlerThread:900 [system_info.py:_probe_git():143] Probing git done
29
+ 2024-05-30 07:04:45,256 DEBUG HandlerThread:900 [system_info.py:probe():198] Probing system done
30
+ 2024-05-30 07:04:45,256 DEBUG HandlerThread:900 [system_monitor.py:probe():223] {'os': 'Linux-5.15.0-92-generic-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-05-30T07:04:45.242301', 'startedAt': '2024-05-30T07:04:44.753569', 'docker': None, 'cuda': None, 'args': ('--model', 'hf', '--model_args', 'pretrained=/mnt/weka/peacock/experiments/llama/eval/checkpoint-english/llamav2-3b/hf/global_step10000,tokenizer=/mnt/weka/peacock/tokenization/trained-tokenizer/enhiben_50k/', '--tasks', 'winogrande,sst2,mrpc,arc_easy,copa,piqa,boolq', '--batch_size', 'auto', '--wandb_args', 'project=english-eval,group=exp2,name=global_step10000'), 'state': 'running', 'program': '-m lm_eval.__main__', 'codePathLocal': None, 'git': {'remote': 'https://github.com/EleutherAI/lm-evaluation-harness', 'commit': None}, 'email': None, 'root': '/mnt/weka/peacock/idc/cronscript/lm-evaluation-harness', 'host': 'peacock-evaluation-debug-5-worker-0', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 80, 'cpu_count_logical': 160, 'cpu_freq': {'current': 2334.3043875, 'min': 800.0, 'max': 3400.0}, 'cpu_freq_per_core': [{'current': 3399.997, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 3400.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}, {'current': 2300.0, 'min': 800.0, 'max': 3400.0}], 'disk': {'/': {'total': 877.6341285705566, 'used': 212.06907272338867}}, 'memory': {'total': 1007.4379348754883}}
31
+ 2024-05-30 07:04:45,256 INFO HandlerThread:900 [system_monitor.py:probe():224] Finished collecting system info
32
+ 2024-05-30 07:04:45,256 INFO HandlerThread:900 [system_monitor.py:probe():227] Publishing system info
33
+ 2024-05-30 07:04:45,260 INFO HandlerThread:900 [system_monitor.py:probe():229] Finished publishing system info
34
+ 2024-05-30 07:04:45,267 DEBUG SenderThread:900 [sender.py:send():378] send: files
35
+ 2024-05-30 07:04:45,267 INFO SenderThread:900 [sender.py:_save_file():1389] saving file wandb-metadata.json with policy now
36
+ 2024-05-30 07:04:45,440 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: python_packages
37
+ 2024-05-30 07:04:45,441 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: python_packages
38
+ 2024-05-30 07:04:45,441 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: stop_status
39
+ 2024-05-30 07:04:45,444 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: stop_status
40
+ 2024-05-30 07:04:45,586 DEBUG SenderThread:900 [sender.py:send():378] send: telemetry
41
+ 2024-05-30 07:04:45,875 INFO wandb-upload_0:900 [upload_job.py:push():130] Uploaded file /tmp/tmp82kuj3okwandb/jhd1abkj-wandb-metadata.json
42
+ 2024-05-30 07:04:46,051 INFO Thread-12 :900 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
43
+ 2024-05-30 07:04:46,051 INFO Thread-12 :900 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-metadata.json
44
+ 2024-05-30 07:04:46,051 INFO Thread-12 :900 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/requirements.txt
45
+ 2024-05-30 07:04:48,050 INFO Thread-12 :900 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
46
+ 2024-05-30 07:04:50,590 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
47
+ 2024-05-30 07:04:55,636 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
48
+ 2024-05-30 07:04:56,056 INFO Thread-12 :900 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
49
+ 2024-05-30 07:04:58,061 INFO Thread-12 :900 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
50
+ 2024-05-30 07:05:00,442 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: stop_status
51
+ 2024-05-30 07:05:00,442 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: stop_status
52
+ 2024-05-30 07:05:01,600 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
53
+ 2024-05-30 07:05:06,601 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
54
+ 2024-05-30 07:05:11,601 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
55
+ 2024-05-30 07:05:15,442 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: stop_status
56
+ 2024-05-30 07:05:15,443 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: stop_status
57
+ 2024-05-30 07:05:17,606 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
58
+ 2024-05-30 07:05:18,128 INFO Thread-12 :900 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/config.yaml
59
+ 2024-05-30 07:05:22,337 INFO Thread-12 :900 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
60
+ 2024-05-30 07:05:23,254 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
61
+ 2024-05-30 07:05:23,264 DEBUG SenderThread:900 [sender.py:send():378] send: exit
62
+ 2024-05-30 07:05:23,264 INFO SenderThread:900 [sender.py:send_exit():585] handling exit code: 1
63
+ 2024-05-30 07:05:23,264 INFO SenderThread:900 [sender.py:send_exit():587] handling runtime: 38
64
+ 2024-05-30 07:05:23,266 INFO SenderThread:900 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
65
+ 2024-05-30 07:05:23,266 INFO SenderThread:900 [sender.py:send_exit():593] send defer
66
+ 2024-05-30 07:05:23,266 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
67
+ 2024-05-30 07:05:23,266 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 0
68
+ 2024-05-30 07:05:23,267 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
69
+ 2024-05-30 07:05:23,267 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 0
70
+ 2024-05-30 07:05:23,267 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 1
71
+ 2024-05-30 07:05:23,267 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
72
+ 2024-05-30 07:05:23,267 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 1
73
+ 2024-05-30 07:05:23,267 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
74
+ 2024-05-30 07:05:23,267 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 1
75
+ 2024-05-30 07:05:23,267 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 2
76
+ 2024-05-30 07:05:23,267 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
77
+ 2024-05-30 07:05:23,267 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 2
78
+ 2024-05-30 07:05:23,267 INFO HandlerThread:900 [system_monitor.py:finish():203] Stopping system monitor
79
+ 2024-05-30 07:05:23,268 DEBUG SystemMonitor:900 [system_monitor.py:_start():172] Starting system metrics aggregation loop
80
+ 2024-05-30 07:05:23,268 DEBUG SystemMonitor:900 [system_monitor.py:_start():179] Finished system metrics aggregation loop
81
+ 2024-05-30 07:05:23,268 DEBUG SystemMonitor:900 [system_monitor.py:_start():183] Publishing last batch of metrics
82
+ 2024-05-30 07:05:23,270 INFO HandlerThread:900 [interfaces.py:finish():200] Joined cpu monitor
83
+ 2024-05-30 07:05:23,270 INFO HandlerThread:900 [interfaces.py:finish():200] Joined disk monitor
84
+ 2024-05-30 07:05:23,270 INFO HandlerThread:900 [interfaces.py:finish():200] Joined memory monitor
85
+ 2024-05-30 07:05:23,270 INFO HandlerThread:900 [interfaces.py:finish():200] Joined network monitor
86
+ 2024-05-30 07:05:23,271 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
87
+ 2024-05-30 07:05:23,271 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 2
88
+ 2024-05-30 07:05:23,271 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 3
89
+ 2024-05-30 07:05:23,271 DEBUG SenderThread:900 [sender.py:send():378] send: stats
90
+ 2024-05-30 07:05:23,272 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
91
+ 2024-05-30 07:05:23,272 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 3
92
+ 2024-05-30 07:05:23,272 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
93
+ 2024-05-30 07:05:23,272 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 3
94
+ 2024-05-30 07:05:23,272 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 4
95
+ 2024-05-30 07:05:23,272 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
96
+ 2024-05-30 07:05:23,272 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 4
97
+ 2024-05-30 07:05:23,272 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
98
+ 2024-05-30 07:05:23,273 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 4
99
+ 2024-05-30 07:05:23,273 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 5
100
+ 2024-05-30 07:05:23,273 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
101
+ 2024-05-30 07:05:23,273 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 5
102
+ 2024-05-30 07:05:23,273 DEBUG SenderThread:900 [sender.py:send():378] send: summary
103
+ 2024-05-30 07:05:23,273 INFO SenderThread:900 [sender.py:_save_file():1389] saving file wandb-summary.json with policy end
104
+ 2024-05-30 07:05:23,274 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
105
+ 2024-05-30 07:05:23,274 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 5
106
+ 2024-05-30 07:05:23,274 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 6
107
+ 2024-05-30 07:05:23,274 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
108
+ 2024-05-30 07:05:23,274 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 6
109
+ 2024-05-30 07:05:23,274 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
110
+ 2024-05-30 07:05:23,274 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 6
111
+ 2024-05-30 07:05:23,274 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 7
112
+ 2024-05-30 07:05:23,274 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: status_report
113
+ 2024-05-30 07:05:23,274 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
114
+ 2024-05-30 07:05:23,274 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 7
115
+ 2024-05-30 07:05:23,274 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
116
+ 2024-05-30 07:05:23,274 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 7
117
+ 2024-05-30 07:05:23,338 INFO Thread-12 :900 [dir_watcher.py:_on_file_created():271] file/dir created: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-summary.json
118
+ 2024-05-30 07:05:23,964 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 8
119
+ 2024-05-30 07:05:23,964 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
120
+ 2024-05-30 07:05:23,965 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 8
121
+ 2024-05-30 07:05:23,965 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
122
+ 2024-05-30 07:05:23,965 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 8
123
+ 2024-05-30 07:05:23,965 INFO SenderThread:900 [job_builder.py:build():432] Attempting to build job artifact
124
+ 2024-05-30 07:05:23,966 INFO SenderThread:900 [job_builder.py:_get_source_type():576] no source found
125
+ 2024-05-30 07:05:23,966 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 9
126
+ 2024-05-30 07:05:23,966 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
127
+ 2024-05-30 07:05:23,966 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 9
128
+ 2024-05-30 07:05:23,966 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
129
+ 2024-05-30 07:05:23,966 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 9
130
+ 2024-05-30 07:05:23,966 INFO SenderThread:900 [dir_watcher.py:finish():358] shutting down directory watcher
131
+ 2024-05-30 07:05:24,264 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: poll_exit
132
+ 2024-05-30 07:05:24,339 INFO SenderThread:900 [dir_watcher.py:_on_file_modified():288] file/dir modified: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
133
+ 2024-05-30 07:05:24,340 INFO SenderThread:900 [dir_watcher.py:finish():388] scan: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files
134
+ 2024-05-30 07:05:24,340 INFO SenderThread:900 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-metadata.json wandb-metadata.json
135
+ 2024-05-30 07:05:24,340 INFO SenderThread:900 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/config.yaml config.yaml
136
+ 2024-05-30 07:05:24,340 INFO SenderThread:900 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log output.log
137
+ 2024-05-30 07:05:24,342 INFO SenderThread:900 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-summary.json wandb-summary.json
138
+ 2024-05-30 07:05:24,343 INFO SenderThread:900 [dir_watcher.py:finish():402] scan save: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/requirements.txt requirements.txt
139
+ 2024-05-30 07:05:24,343 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 10
140
+ 2024-05-30 07:05:24,343 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: poll_exit
141
+ 2024-05-30 07:05:24,343 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
142
+ 2024-05-30 07:05:24,343 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 10
143
+ 2024-05-30 07:05:24,343 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
144
+ 2024-05-30 07:05:24,343 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 10
145
+ 2024-05-30 07:05:24,343 INFO SenderThread:900 [file_pusher.py:finish():169] shutting down file pusher
146
+ 2024-05-30 07:05:24,601 INFO wandb-upload_0:900 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/config.yaml
147
+ 2024-05-30 07:05:25,021 INFO wandb-upload_2:900 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/wandb-summary.json
148
+ 2024-05-30 07:05:25,040 INFO wandb-upload_3:900 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/requirements.txt
149
+ 2024-05-30 07:05:25,078 INFO wandb-upload_1:900 [upload_job.py:push():130] Uploaded file /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/files/output.log
150
+ 2024-05-30 07:05:25,264 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: poll_exit
151
+ 2024-05-30 07:05:25,264 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: poll_exit
152
+ 2024-05-30 07:05:25,278 INFO Thread-11 (_thread_body):900 [sender.py:transition_state():613] send defer: 11
153
+ 2024-05-30 07:05:25,278 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
154
+ 2024-05-30 07:05:25,278 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 11
155
+ 2024-05-30 07:05:25,279 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
156
+ 2024-05-30 07:05:25,279 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 11
157
+ 2024-05-30 07:05:25,279 INFO SenderThread:900 [file_pusher.py:join():175] waiting for file pusher
158
+ 2024-05-30 07:05:25,279 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 12
159
+ 2024-05-30 07:05:25,279 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
160
+ 2024-05-30 07:05:25,279 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 12
161
+ 2024-05-30 07:05:25,279 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
162
+ 2024-05-30 07:05:25,279 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 12
163
+ 2024-05-30 07:05:25,279 INFO SenderThread:900 [file_stream.py:finish():601] file stream finish called
164
+ 2024-05-30 07:05:25,353 INFO SenderThread:900 [file_stream.py:finish():605] file stream finish is done
165
+ 2024-05-30 07:05:25,353 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 13
166
+ 2024-05-30 07:05:25,353 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
167
+ 2024-05-30 07:05:25,353 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 13
168
+ 2024-05-30 07:05:25,353 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
169
+ 2024-05-30 07:05:25,353 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 13
170
+ 2024-05-30 07:05:25,353 INFO SenderThread:900 [sender.py:transition_state():613] send defer: 14
171
+ 2024-05-30 07:05:25,353 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: defer
172
+ 2024-05-30 07:05:25,353 INFO HandlerThread:900 [handler.py:handle_request_defer():184] handle defer: 14
173
+ 2024-05-30 07:05:25,354 DEBUG SenderThread:900 [sender.py:send():378] send: final
174
+ 2024-05-30 07:05:25,354 DEBUG SenderThread:900 [sender.py:send():378] send: footer
175
+ 2024-05-30 07:05:25,354 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: defer
176
+ 2024-05-30 07:05:25,354 INFO SenderThread:900 [sender.py:send_request_defer():609] handle sender defer: 14
177
+ 2024-05-30 07:05:25,354 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: poll_exit
178
+ 2024-05-30 07:05:25,354 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: poll_exit
179
+ 2024-05-30 07:05:25,355 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: poll_exit
180
+ 2024-05-30 07:05:25,355 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: server_info
181
+ 2024-05-30 07:05:25,355 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: get_summary
182
+ 2024-05-30 07:05:25,355 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: sampled_history
183
+ 2024-05-30 07:05:25,355 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: internal_messages
184
+ 2024-05-30 07:05:25,355 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: poll_exit
185
+ 2024-05-30 07:05:25,355 DEBUG SenderThread:900 [sender.py:send_request():405] send_request: server_info
186
+ 2024-05-30 07:05:25,408 INFO MainThread:900 [wandb_run.py:_footer_history_summary_info():3994] rendering history
187
+ 2024-05-30 07:05:25,408 INFO MainThread:900 [wandb_run.py:_footer_history_summary_info():4026] rendering summary
188
+ 2024-05-30 07:05:25,408 INFO MainThread:900 [wandb_run.py:_footer_sync_info():3953] logging synced files
189
+ 2024-05-30 07:05:25,409 DEBUG HandlerThread:900 [handler.py:handle_request():158] handle_request: shutdown
190
+ 2024-05-30 07:05:25,409 INFO HandlerThread:900 [handler.py:finish():882] shutting down handler
191
+ 2024-05-30 07:05:26,355 INFO WriterThread:900 [datastore.py:close():296] close: /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/run-z0193g8n.wandb
192
+ 2024-05-30 07:05:26,408 INFO SenderThread:900 [sender.py:finish():1545] shutting down sender
193
+ 2024-05-30 07:05:26,408 INFO SenderThread:900 [file_pusher.py:finish():169] shutting down file pusher
194
+ 2024-05-30 07:05:26,408 INFO SenderThread:900 [file_pusher.py:join():175] waiting for file pusher
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/logs/debug.log ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Current SDK version is 0.17.0
2
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Configure stats pid to 744
3
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Loading settings from /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/settings
5
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-05-30 07:04:44,768 WARNING MainThread:744 [wandb_setup.py:_flush():76] Could not find program at -m lm_eval.__main__
8
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program_relpath': None, 'program': '-m lm_eval.__main__'}
9
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_setup.py:_flush():76] Applying login settings: {}
10
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_init.py:_log_setup():520] Logging user logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/logs/debug.log
11
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_init.py:_log_setup():521] Logging internal logs to /mnt/weka/peacock/idc/cronscript/lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/logs/debug-internal.log
12
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_init.py:init():560] calling init triggers
13
+ 2024-05-30 07:04:44,768 INFO MainThread:744 [wandb_init.py:init():567] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-05-30 07:04:44,769 INFO MainThread:744 [wandb_init.py:init():610] starting backend
16
+ 2024-05-30 07:04:44,769 INFO MainThread:744 [wandb_init.py:init():614] setting up manager
17
+ 2024-05-30 07:04:44,773 INFO MainThread:744 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-05-30 07:04:44,773 INFO MainThread:744 [wandb_init.py:init():622] backend started and connected
19
+ 2024-05-30 07:04:44,777 INFO MainThread:744 [wandb_init.py:init():711] updated telemetry
20
+ 2024-05-30 07:04:44,786 INFO MainThread:744 [wandb_init.py:init():744] communicating run to backend with 90.0 second timeout
21
+ 2024-05-30 07:04:45,050 INFO MainThread:744 [wandb_run.py:_on_init():2396] communicating current version
22
+ 2024-05-30 07:04:45,160 INFO MainThread:744 [wandb_run.py:_on_init():2405] got version response
23
+ 2024-05-30 07:04:45,161 INFO MainThread:744 [wandb_init.py:init():795] starting run threads in backend
24
+ 2024-05-30 07:04:45,442 INFO MainThread:744 [wandb_run.py:_console_start():2374] atexit reg
25
+ 2024-05-30 07:04:45,442 INFO MainThread:744 [wandb_run.py:_redirect():2229] redirect: wrap_raw
26
+ 2024-05-30 07:04:45,442 INFO MainThread:744 [wandb_run.py:_redirect():2294] Wrapping output streams.
27
+ 2024-05-30 07:04:45,442 INFO MainThread:744 [wandb_run.py:_redirect():2319] Redirects installed.
28
+ 2024-05-30 07:04:45,446 INFO MainThread:744 [wandb_init.py:init():838] run started, returning control to user process
29
+ 2024-05-30 07:05:26,410 WARNING MsgRouterThr:744 [router.py:message_loop():77] message_loop has been closed
lm-evaluation-harness/wandb/run-20240530_070444-z0193g8n/run-z0193g8n.wandb ADDED
Binary file (11.8 kB). View file
 
venv/bin/python ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45692c3da2492563eabf0a8f5dc18d20dc9c34ffe3a18202563e00bae684be91
3
+ size 5904904
venv/lib/python3.10/site-packages/accelerate-0.29.3.dist-info/LICENSE ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
venv/lib/python3.10/site-packages/accelerate-0.29.3.dist-info/RECORD ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ../../../bin/accelerate,sha256=LgZXmEHjJPZ2aFn20UFn--3xou6O--NhlD7cEFKIkCk,262
2
+ ../../../bin/accelerate-config,sha256=XmI-Ruh2UNKOFB-hQjTOw5V5gCVjoCBqAU-tkW7TRuk,254
3
+ ../../../bin/accelerate-estimate-memory,sha256=JiaILN1tzI_0gXCaVi97m3c0XkPhumhQMQph_yHGIEo,256
4
+ ../../../bin/accelerate-launch,sha256=rCwKRBWCoNP0usF_G3iKt3JqN5dO0-ZOH9p07eb2A_k,254
5
+ accelerate-0.29.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
6
+ accelerate-0.29.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
7
+ accelerate-0.29.3.dist-info/METADATA,sha256=DNiQffLlP8RQMZZvHtnR0loDVK60yC3FhB8UQKkthgo,18942
8
+ accelerate-0.29.3.dist-info/RECORD,,
9
+ accelerate-0.29.3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
10
+ accelerate-0.29.3.dist-info/entry_points.txt,sha256=Z_KV59tIt4oZtUDEQ0w8JThJ6_1dd8vR8heH24DeAXI,238
11
+ accelerate-0.29.3.dist-info/top_level.txt,sha256=esVfdxTidsjQ90zsN_rPpjLFJ4ijRlx4mnLrG09hlt4,11
12
+ accelerate/__init__.py,sha256=UUqSsQQDFMm6aAZGCgNyrbTFPtwkguZA2KnoPb0XbWo,1456
13
+ accelerate/__pycache__/__init__.cpython-310.pyc,,
14
+ accelerate/__pycache__/accelerator.cpython-310.pyc,,
15
+ accelerate/__pycache__/big_modeling.cpython-310.pyc,,
16
+ accelerate/__pycache__/checkpointing.cpython-310.pyc,,
17
+ accelerate/__pycache__/data_loader.cpython-310.pyc,,
18
+ accelerate/__pycache__/hooks.cpython-310.pyc,,
19
+ accelerate/__pycache__/inference.cpython-310.pyc,,
20
+ accelerate/__pycache__/launchers.cpython-310.pyc,,
21
+ accelerate/__pycache__/local_sgd.cpython-310.pyc,,
22
+ accelerate/__pycache__/logging.cpython-310.pyc,,
23
+ accelerate/__pycache__/memory_utils.cpython-310.pyc,,
24
+ accelerate/__pycache__/optimizer.cpython-310.pyc,,
25
+ accelerate/__pycache__/scheduler.cpython-310.pyc,,
26
+ accelerate/__pycache__/state.cpython-310.pyc,,
27
+ accelerate/__pycache__/tracking.cpython-310.pyc,,
28
+ accelerate/accelerator.py,sha256=rh4-KBMCkCGLldjKo1CRtBIbsXG76fJqYWdgOugaw7w,143024
29
+ accelerate/big_modeling.py,sha256=pmtLTKTf8mJK1E2o51E3H5TBAuw_zLX_7pWtogtbP1w,29278
30
+ accelerate/checkpointing.py,sha256=vFyLNg9-8qsPBYhAkcm-WwKEeK5Lrq9qLrQWNGFKoPk,11378
31
+ accelerate/commands/__init__.py,sha256=m1PPTDT4ziIAvM0-FDSgIMIZ69Konn126s6LwuzH6v8,606
32
+ accelerate/commands/__pycache__/__init__.cpython-310.pyc,,
33
+ accelerate/commands/__pycache__/accelerate_cli.cpython-310.pyc,,
34
+ accelerate/commands/__pycache__/env.cpython-310.pyc,,
35
+ accelerate/commands/__pycache__/estimate.cpython-310.pyc,,
36
+ accelerate/commands/__pycache__/launch.cpython-310.pyc,,
37
+ accelerate/commands/__pycache__/test.cpython-310.pyc,,
38
+ accelerate/commands/__pycache__/tpu.cpython-310.pyc,,
39
+ accelerate/commands/__pycache__/utils.cpython-310.pyc,,
40
+ accelerate/commands/accelerate_cli.py,sha256=i3nge5Wj8i4zkV0CVIk9P8veleRZbTZY0AU4fJOrKF8,1749
41
+ accelerate/commands/config/__init__.py,sha256=iJK8dgj3pc5Vdr1E7UuGoFu-BlybyXLxYDoTg9gXngE,1645
42
+ accelerate/commands/config/__pycache__/__init__.cpython-310.pyc,,
43
+ accelerate/commands/config/__pycache__/cluster.cpython-310.pyc,,
44
+ accelerate/commands/config/__pycache__/config.cpython-310.pyc,,
45
+ accelerate/commands/config/__pycache__/config_args.cpython-310.pyc,,
46
+ accelerate/commands/config/__pycache__/config_utils.cpython-310.pyc,,
47
+ accelerate/commands/config/__pycache__/default.cpython-310.pyc,,
48
+ accelerate/commands/config/__pycache__/sagemaker.cpython-310.pyc,,
49
+ accelerate/commands/config/__pycache__/update.cpython-310.pyc,,
50
+ accelerate/commands/config/cluster.py,sha256=lA55beGeo0fAowfffKhf8nGcy6lBjaOxTtV-Yg_Rz6s,29926
51
+ accelerate/commands/config/config.py,sha256=FuRlQvOjgATEtyqOSsGD-KEtOCvACOHjs2C-krrtldk,3035
52
+ accelerate/commands/config/config_args.py,sha256=hE42coVnn0UU-ysqp2ZH-jlqaXoPaHt5E_3qxT42GIM,10024
53
+ accelerate/commands/config/config_utils.py,sha256=DcjIV1mDInFmct2_XQ-9KYAkREINs6YuHRbZe5HFjT8,2926
54
+ accelerate/commands/config/default.py,sha256=3-SdEhl_zXM9S3f-FxkSVtiBQ5VY-QNsC4O26u60bss,5350
55
+ accelerate/commands/config/sagemaker.py,sha256=GjHE2-h4tRr1P_PFtMF3miiAtJlzkbHbMb6kFXqn8eo,10341
56
+ accelerate/commands/config/update.py,sha256=NXW1J7GkUHpg71QlIXsmMB_0z8S8IZo2FWax5POwrhc,2395
57
+ accelerate/commands/env.py,sha256=HXXUozMFlxs0b-bU2a3nEcXwYz-5EBkfCvE9svqeN2U,3595
58
+ accelerate/commands/estimate.py,sha256=shEn2nXyHmz94zpAzV2R8__lcNYW9f9djl7bOHoo04k,12398
59
+ accelerate/commands/launch.py,sha256=rYmkdc0Kbcux4TOqBG_sJN-NNc4nmV90vuwHqhGNfWw,41439
60
+ accelerate/commands/menu/__init__.py,sha256=uqSlBM0TFHBwzdv3p3SXfpAk1lZFp4h1a7mbBdscPHs,645
61
+ accelerate/commands/menu/__pycache__/__init__.cpython-310.pyc,,
62
+ accelerate/commands/menu/__pycache__/cursor.cpython-310.pyc,,
63
+ accelerate/commands/menu/__pycache__/helpers.cpython-310.pyc,,
64
+ accelerate/commands/menu/__pycache__/input.cpython-310.pyc,,
65
+ accelerate/commands/menu/__pycache__/keymap.cpython-310.pyc,,
66
+ accelerate/commands/menu/__pycache__/selection_menu.cpython-310.pyc,,
67
+ accelerate/commands/menu/cursor.py,sha256=-lmpJVAzvNc0c3EOtSuLoKB59zqylVCbYyWLPnrOmvQ,2028
68
+ accelerate/commands/menu/helpers.py,sha256=KrSB5fJjH4MUEUAQJ6bYaN16AYcnl9UalDrPD3DYeeg,1483
69
+ accelerate/commands/menu/input.py,sha256=Uj9eDp8-Mb0Fe49nuogqo9W_RCfYd6udfjiPKx7Wjmg,2537
70
+ accelerate/commands/menu/keymap.py,sha256=eXj-suyYs1m5dEHoUKN4mKAMLc8DWHnwhP6G6JSU0jQ,4086
71
+ accelerate/commands/menu/selection_menu.py,sha256=bxy-DHaKKC6SCToOlMBv5_z0MdUzylEg6Sio9OuV3GM,4921
72
+ accelerate/commands/test.py,sha256=YrPYEaAACOGZ6btn2MV6NbMSEdBUcMWADLbQWaZSHtk,2149
73
+ accelerate/commands/tpu.py,sha256=KyxDP7IuveidZrbW4rx2s8Ku3o_ptI6tzwr_R7ck0os,5548
74
+ accelerate/commands/utils.py,sha256=ilcfE32oHh28EToM00nc_SR6upfZiuxUI0AjjZu8KYY,3995
75
+ accelerate/data_loader.py,sha256=qQojnHAW0cjTL7jLQN_g-oHlRZBkKzti3ifk84Izuw4,48307
76
+ accelerate/hooks.py,sha256=x0FBwwoy6PKSwulavYTpc4gERIoB7RHGPF0Qe6qjXNA,31244
77
+ accelerate/inference.py,sha256=Ci7kkw2cocNpuvmbo1ytW2QgcI_HKWoXkIdonFOr0tg,7977
78
+ accelerate/launchers.py,sha256=iFDZ7seDdRwHAHy1BbVPmPccAONiPdV2aBOHNuT2ZD8,11375
79
+ accelerate/local_sgd.py,sha256=v0-AxldUSCYCI-rqjLiEHsVtSqyEIWTC5ppn7CW7qfY,4002
80
+ accelerate/logging.py,sha256=kvUvk33r_7T2BNzIwqRZBOhuC-50Ju4rm4HbsM6h2G8,4897
81
+ accelerate/memory_utils.py,sha256=3R5LoeHl6GgTZ-IMPrDZMdaEehWarGdPqODushb-6pg,862
82
+ accelerate/optimizer.py,sha256=H7e1XwEysZ_GFR8V_3bHjFAY7zzrzO8samCyW_r7dZo,7453
83
+ accelerate/scheduler.py,sha256=des_4M_Tt1W8gCYZZbLla0GHBEgJY3Wx2EGBQPTzeiY,4238
84
+ accelerate/state.py,sha256=yOpKq0xf-yY7qPeQMKWqG05PiU_uUsIkyGqyAlOIJNQ,50409
85
+ accelerate/test_utils/__init__.py,sha256=amEDYw-ztgIvHkYT3mv3ixk1QJirUnf6jfPJzqUUYkQ,1459
86
+ accelerate/test_utils/__pycache__/__init__.cpython-310.pyc,,
87
+ accelerate/test_utils/__pycache__/examples.cpython-310.pyc,,
88
+ accelerate/test_utils/__pycache__/testing.cpython-310.pyc,,
89
+ accelerate/test_utils/__pycache__/training.cpython-310.pyc,,
90
+ accelerate/test_utils/examples.py,sha256=jRm1S9TkmeoLaqprBvtVFN4LesiaDZtKMNIoLNY2euw,7281
91
+ accelerate/test_utils/scripts/__init__.py,sha256=m1PPTDT4ziIAvM0-FDSgIMIZ69Konn126s6LwuzH6v8,606
92
+ accelerate/test_utils/scripts/__pycache__/__init__.cpython-310.pyc,,
93
+ accelerate/test_utils/scripts/__pycache__/test_cli.cpython-310.pyc,,
94
+ accelerate/test_utils/scripts/__pycache__/test_distributed_data_loop.cpython-310.pyc,,
95
+ accelerate/test_utils/scripts/__pycache__/test_notebook.cpython-310.pyc,,
96
+ accelerate/test_utils/scripts/__pycache__/test_ops.cpython-310.pyc,,
97
+ accelerate/test_utils/scripts/__pycache__/test_script.cpython-310.pyc,,
98
+ accelerate/test_utils/scripts/__pycache__/test_sync.cpython-310.pyc,,
99
+ accelerate/test_utils/scripts/external_deps/__init__.py,sha256=m1PPTDT4ziIAvM0-FDSgIMIZ69Konn126s6LwuzH6v8,606
100
+ accelerate/test_utils/scripts/external_deps/__pycache__/__init__.cpython-310.pyc,,
101
+ accelerate/test_utils/scripts/external_deps/__pycache__/test_checkpointing.cpython-310.pyc,,
102
+ accelerate/test_utils/scripts/external_deps/__pycache__/test_metrics.cpython-310.pyc,,
103
+ accelerate/test_utils/scripts/external_deps/__pycache__/test_peak_memory_usage.cpython-310.pyc,,
104
+ accelerate/test_utils/scripts/external_deps/__pycache__/test_performance.cpython-310.pyc,,
105
+ accelerate/test_utils/scripts/external_deps/__pycache__/test_pippy.cpython-310.pyc,,
106
+ accelerate/test_utils/scripts/external_deps/__pycache__/test_zero3_integration.cpython-310.pyc,,
107
+ accelerate/test_utils/scripts/external_deps/test_checkpointing.py,sha256=zILzHevzqxB1NPPDrJ1furaitI8MTvhBeG9QzzL0bmE,10668
108
+ accelerate/test_utils/scripts/external_deps/test_metrics.py,sha256=67-S1qeCpCL9ceaH22RsIsBJscMS7VQWaO4Krcszzbw,12133
109
+ accelerate/test_utils/scripts/external_deps/test_peak_memory_usage.py,sha256=D0YnKCxkI4ZwDOmZ5Ev6hL9jPyP7SU4WffpVFiK14bs,11072
110
+ accelerate/test_utils/scripts/external_deps/test_performance.py,sha256=8fV3wCM1H9HVRRyC5C4EGWt-9aHILX_y3-E7LfSiv7M,9803
111
+ accelerate/test_utils/scripts/external_deps/test_pippy.py,sha256=RdMoD1rlLKMyjyl0soSqR3iDbGidS6-z5GHo3bJUOw8,4647
112
+ accelerate/test_utils/scripts/external_deps/test_zero3_integration.py,sha256=bJ0Jio-6OCyS2FIgFmZi3duqG1gbkOoTEcHsrORYIL4,1503
113
+ accelerate/test_utils/scripts/test_cli.py,sha256=qfk1aYFtdvYFCYPkl05602SNGvk08QTv0xZVVcFVtzM,833
114
+ accelerate/test_utils/scripts/test_distributed_data_loop.py,sha256=VqFPKNRu8yx2MoZ4nHy5wRocEthSymcIA2mg1knqDq8,8315
115
+ accelerate/test_utils/scripts/test_notebook.py,sha256=Q4OOWHa_GMmzwfiq71BTpKYmhCHLC02J42OO94ut9xk,1629
116
+ accelerate/test_utils/scripts/test_ops.py,sha256=BcGn3xJT2wUJ0Yk_6VLNkneSv9z24JeAoQjsgdIIRr4,6170
117
+ accelerate/test_utils/scripts/test_script.py,sha256=QyHRWvHQm1XWkAH7YilQ0gZe3zwvEkyqD6JXmneWqak,32059
118
+ accelerate/test_utils/scripts/test_sync.py,sha256=3kltq-GuUjOVuo6_FOuWiPyc5f3pGiqiwEAbex5x_-o,18263
119
+ accelerate/test_utils/testing.py,sha256=HIp7n6qPMh8KPbwEzNWu5mzfxnQRcU15EQ1AQKehpo0,20571
120
+ accelerate/test_utils/training.py,sha256=8k_YAQ21MzUdb2aFWq1t2fihW1b-iBGh1OJSL3whY68,4019
121
+ accelerate/tracking.py,sha256=WLY-H1DTsxrz4BVzle7QZMp0Irg84yFMbA1e6JaY3pM,39789
122
+ accelerate/utils/__init__.py,sha256=SEP34Od2TbTZt7AbhPJoWWDxFoNMeNEyAuVfaPgVu7k,6065
123
+ accelerate/utils/__pycache__/__init__.cpython-310.pyc,,
124
+ accelerate/utils/__pycache__/bnb.cpython-310.pyc,,
125
+ accelerate/utils/__pycache__/constants.cpython-310.pyc,,
126
+ accelerate/utils/__pycache__/dataclasses.cpython-310.pyc,,
127
+ accelerate/utils/__pycache__/deepspeed.cpython-310.pyc,,
128
+ accelerate/utils/__pycache__/environment.cpython-310.pyc,,
129
+ accelerate/utils/__pycache__/fsdp_utils.cpython-310.pyc,,
130
+ accelerate/utils/__pycache__/imports.cpython-310.pyc,,
131
+ accelerate/utils/__pycache__/launch.cpython-310.pyc,,
132
+ accelerate/utils/__pycache__/megatron_lm.cpython-310.pyc,,
133
+ accelerate/utils/__pycache__/memory.cpython-310.pyc,,
134
+ accelerate/utils/__pycache__/modeling.cpython-310.pyc,,
135
+ accelerate/utils/__pycache__/offload.cpython-310.pyc,,
136
+ accelerate/utils/__pycache__/operations.cpython-310.pyc,,
137
+ accelerate/utils/__pycache__/other.cpython-310.pyc,,
138
+ accelerate/utils/__pycache__/random.cpython-310.pyc,,
139
+ accelerate/utils/__pycache__/rich.cpython-310.pyc,,
140
+ accelerate/utils/__pycache__/torch_xla.cpython-310.pyc,,
141
+ accelerate/utils/__pycache__/tqdm.cpython-310.pyc,,
142
+ accelerate/utils/__pycache__/transformer_engine.cpython-310.pyc,,
143
+ accelerate/utils/__pycache__/versions.cpython-310.pyc,,
144
+ accelerate/utils/bnb.py,sha256=3i59dy8EcBYJEnT2alJ5_M-zeIpFsrceQ4bImiJJKOk,20570
145
+ accelerate/utils/constants.py,sha256=e6Bpf7gSZLFkvfr-1B1841b6lVoKJ5uyyf5kefe0aT4,2566
146
+ accelerate/utils/dataclasses.py,sha256=QSP-gYjXz68s0PAseKwLHRBQUnzcBQwPk80otV4X20k,74253
147
+ accelerate/utils/deepspeed.py,sha256=1JFnz-dY6xP9yHywnX8bzZNq-d-8Cpg5CvVNLZ74b_0,10276
148
+ accelerate/utils/environment.py,sha256=8eVGMCu7xT1y0Hxochnxz_RghDePtWo2TghDlOm5Gf0,10409
149
+ accelerate/utils/fsdp_utils.py,sha256=QURWBtK8D00zppqJko0yeznEovXvnkRLI0NpPPkog1Q,10667
150
+ accelerate/utils/imports.py,sha256=gYj_W3E5V83dYlSqqYE89OAK6JonzwhlcEjsJcOpB3E,12232
151
+ accelerate/utils/launch.py,sha256=hHpcnR0NrSmqaT7AIaeIeXOAJVIhWnWdq3kA1XSnOYs,27459
152
+ accelerate/utils/megatron_lm.py,sha256=IfHrtMiPSwuzh5ri96rTTIcEluuMNuIj3O8Y4jW6Fzk,57124
153
+ accelerate/utils/memory.py,sha256=VxJCU-tMX8uE34GbJnxtDXYPHh4D9p2Y-d6rkGxqSa0,5200
154
+ accelerate/utils/modeling.py,sha256=OfTHPg7oM9-jzYotLZjJKj6TrhCTFV3qOtQAOhKXmzQ,80246
155
+ accelerate/utils/offload.py,sha256=qjaVai81wbkA0YH2WkmOXvZT0BRphygfRV_4Ua4j4U4,7837
156
+ accelerate/utils/operations.py,sha256=zsmRx8mP2eoImPc42pOmBIqaHX7RDugw8AZ_HF3onpg,30610
157
+ accelerate/utils/other.py,sha256=kgON65EhzQN3oQZqzgAOmmNC2vsQkeO77qEuzN7Zv7c,12283
158
+ accelerate/utils/random.py,sha256=t-HsLQRm8etSiLSyONCU9wNhj-0VjDUyDme9p6RxDNU,4881
159
+ accelerate/utils/rich.py,sha256=8JZX_uGMQX-BufdXxJpdne7BWd1KyLHSgbiGxrDMYr8,847
160
+ accelerate/utils/torch_xla.py,sha256=Pq1tuqN0X_pWDVza6YgjfO45uoJdoRVRForLeLQzFus,1908
161
+ accelerate/utils/tqdm.py,sha256=9Ovx4GL8AvjSaBd_OysoUGPW9ZJ3ZBOde6776HMEMOA,1344
162
+ accelerate/utils/transformer_engine.py,sha256=gNPkOv_D1SDLm6nVZtxWIjyA6snxWtAQeBWUZLIErJE,3582
163
+ accelerate/utils/versions.py,sha256=UgmcbjBm--6CIx1ZamSAMjAK_B_2l48LbeaNygqej8M,2149
venv/lib/python3.10/site-packages/accelerate-0.29.3.dist-info/WHEEL ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.37.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
venv/lib/python3.10/site-packages/pathvalidate/__init__.py ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ from .__version__ import __author__, __copyright__, __email__, __license__, __version__
6
+ from ._base import AbstractSanitizer, AbstractValidator
7
+ from ._common import (
8
+ ascii_symbols,
9
+ normalize_platform,
10
+ replace_ansi_escape,
11
+ replace_unprintable_char,
12
+ unprintable_ascii_chars,
13
+ validate_pathtype,
14
+ validate_unprintable_char,
15
+ )
16
+ from ._const import Platform
17
+ from ._filename import (
18
+ FileNameSanitizer,
19
+ FileNameValidator,
20
+ is_valid_filename,
21
+ sanitize_filename,
22
+ validate_filename,
23
+ )
24
+ from ._filepath import (
25
+ FilePathSanitizer,
26
+ FilePathValidator,
27
+ is_valid_filepath,
28
+ sanitize_filepath,
29
+ validate_filepath,
30
+ )
31
+ from ._ltsv import sanitize_ltsv_label, validate_ltsv_label
32
+ from ._symbol import replace_symbol, validate_symbol
33
+ from .error import (
34
+ ErrorReason,
35
+ InvalidCharError,
36
+ InvalidReservedNameError,
37
+ NullNameError,
38
+ ReservedNameError,
39
+ ValidationError,
40
+ ValidReservedNameError,
41
+ )
42
+
43
+
44
+ __all__ = (
45
+ "__author__",
46
+ "__copyright__",
47
+ "__email__",
48
+ "__license__",
49
+ "__version__",
50
+ "AbstractSanitizer",
51
+ "AbstractValidator",
52
+ "Platform",
53
+ "ascii_symbols",
54
+ "normalize_platform",
55
+ "replace_ansi_escape",
56
+ "replace_unprintable_char",
57
+ "unprintable_ascii_chars",
58
+ "validate_pathtype",
59
+ "validate_unprintable_char",
60
+ "FileNameSanitizer",
61
+ "FileNameValidator",
62
+ "is_valid_filename",
63
+ "sanitize_filename",
64
+ "validate_filename",
65
+ "FilePathSanitizer",
66
+ "FilePathValidator",
67
+ "is_valid_filepath",
68
+ "sanitize_filepath",
69
+ "validate_filepath",
70
+ "sanitize_ltsv_label",
71
+ "validate_ltsv_label",
72
+ "replace_symbol",
73
+ "validate_symbol",
74
+ "ErrorReason",
75
+ "InvalidCharError",
76
+ "InvalidReservedNameError",
77
+ "NullNameError",
78
+ "ReservedNameError",
79
+ "ValidationError",
80
+ "ValidReservedNameError",
81
+ )
venv/lib/python3.10/site-packages/pathvalidate/_base.py ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ import abc
6
+ import os
7
+ import sys
8
+ from typing import ClassVar, Optional, Sequence, Tuple
9
+
10
+ from ._common import normalize_platform, unprintable_ascii_chars
11
+ from ._const import DEFAULT_MIN_LEN, Platform
12
+ from ._types import PathType, PlatformType
13
+ from .error import ReservedNameError, ValidationError
14
+ from .handler import NullValueHandler, ReservedNameHandler, ValidationErrorHandler
15
+
16
+
17
+ class BaseFile:
18
+ _INVALID_PATH_CHARS: ClassVar[str] = "".join(unprintable_ascii_chars)
19
+ _INVALID_FILENAME_CHARS: ClassVar[str] = _INVALID_PATH_CHARS + "/"
20
+ _INVALID_WIN_PATH_CHARS: ClassVar[str] = _INVALID_PATH_CHARS + ':*?"<>|\t\n\r\x0b\x0c'
21
+ _INVALID_WIN_FILENAME_CHARS: ClassVar[str] = (
22
+ _INVALID_FILENAME_CHARS + _INVALID_WIN_PATH_CHARS + "\\"
23
+ )
24
+
25
+ @property
26
+ def platform(self) -> Platform:
27
+ return self.__platform
28
+
29
+ @property
30
+ def reserved_keywords(self) -> Tuple[str, ...]:
31
+ return self._additional_reserved_names
32
+
33
+ @property
34
+ def max_len(self) -> int:
35
+ return self._max_len
36
+
37
+ def __init__(
38
+ self,
39
+ max_len: int,
40
+ fs_encoding: Optional[str],
41
+ additional_reserved_names: Optional[Sequence[str]] = None,
42
+ platform_max_len: Optional[int] = None,
43
+ platform: Optional[PlatformType] = None,
44
+ ) -> None:
45
+ if additional_reserved_names is None:
46
+ additional_reserved_names = tuple()
47
+ self._additional_reserved_names = tuple(n.upper() for n in additional_reserved_names)
48
+
49
+ self.__platform = normalize_platform(platform)
50
+
51
+ if platform_max_len is None:
52
+ platform_max_len = self._get_default_max_path_len()
53
+
54
+ if max_len <= 0:
55
+ self._max_len = platform_max_len
56
+ else:
57
+ self._max_len = max_len
58
+
59
+ self._max_len = min(self._max_len, platform_max_len)
60
+
61
+ if fs_encoding:
62
+ self._fs_encoding = fs_encoding
63
+ else:
64
+ self._fs_encoding = sys.getfilesystemencoding()
65
+
66
+ def _is_posix(self) -> bool:
67
+ return self.platform == Platform.POSIX
68
+
69
+ def _is_universal(self) -> bool:
70
+ return self.platform == Platform.UNIVERSAL
71
+
72
+ def _is_linux(self, include_universal: bool = False) -> bool:
73
+ if include_universal:
74
+ return self.platform in (Platform.UNIVERSAL, Platform.LINUX)
75
+
76
+ return self.platform == Platform.LINUX
77
+
78
+ def _is_windows(self, include_universal: bool = False) -> bool:
79
+ if include_universal:
80
+ return self.platform in (Platform.UNIVERSAL, Platform.WINDOWS)
81
+
82
+ return self.platform == Platform.WINDOWS
83
+
84
+ def _is_macos(self, include_universal: bool = False) -> bool:
85
+ if include_universal:
86
+ return self.platform in (Platform.UNIVERSAL, Platform.MACOS)
87
+
88
+ return self.platform == Platform.MACOS
89
+
90
+ def _get_default_max_path_len(self) -> int:
91
+ if self._is_linux():
92
+ return 4096
93
+
94
+ if self._is_windows():
95
+ return 260
96
+
97
+ if self._is_posix() or self._is_macos():
98
+ return 1024
99
+
100
+ return 260 # universal
101
+
102
+
103
+ class AbstractValidator(BaseFile, metaclass=abc.ABCMeta):
104
+ def __init__(
105
+ self,
106
+ max_len: int,
107
+ fs_encoding: Optional[str],
108
+ check_reserved: bool,
109
+ additional_reserved_names: Optional[Sequence[str]] = None,
110
+ platform_max_len: Optional[int] = None,
111
+ platform: Optional[PlatformType] = None,
112
+ ) -> None:
113
+ self._check_reserved = check_reserved
114
+
115
+ super().__init__(
116
+ max_len,
117
+ fs_encoding,
118
+ additional_reserved_names=additional_reserved_names,
119
+ platform_max_len=platform_max_len,
120
+ platform=platform,
121
+ )
122
+
123
+ @abc.abstractproperty
124
+ def min_len(self) -> int: # pragma: no cover
125
+ pass
126
+
127
+ @abc.abstractmethod
128
+ def validate(self, value: PathType) -> None: # pragma: no cover
129
+ pass
130
+
131
+ def is_valid(self, value: PathType) -> bool:
132
+ try:
133
+ self.validate(value)
134
+ except (TypeError, ValidationError):
135
+ return False
136
+
137
+ return True
138
+
139
+ def _is_reserved_keyword(self, value: str) -> bool:
140
+ return value in self.reserved_keywords
141
+
142
+
143
+ class AbstractSanitizer(BaseFile, metaclass=abc.ABCMeta):
144
+ def __init__(
145
+ self,
146
+ validator: AbstractValidator,
147
+ max_len: int,
148
+ fs_encoding: Optional[str],
149
+ validate_after_sanitize: bool,
150
+ null_value_handler: Optional[ValidationErrorHandler] = None,
151
+ reserved_name_handler: Optional[ValidationErrorHandler] = None,
152
+ additional_reserved_names: Optional[Sequence[str]] = None,
153
+ platform_max_len: Optional[int] = None,
154
+ platform: Optional[PlatformType] = None,
155
+ ) -> None:
156
+ super().__init__(
157
+ max_len=max_len,
158
+ fs_encoding=fs_encoding,
159
+ additional_reserved_names=additional_reserved_names,
160
+ platform_max_len=platform_max_len,
161
+ platform=platform,
162
+ )
163
+
164
+ if null_value_handler is None:
165
+ null_value_handler = NullValueHandler.return_null_string
166
+ self._null_value_handler = null_value_handler
167
+
168
+ if reserved_name_handler is None:
169
+ reserved_name_handler = ReservedNameHandler.add_trailing_underscore
170
+ self._reserved_name_handler = reserved_name_handler
171
+
172
+ self._validate_after_sanitize = validate_after_sanitize
173
+
174
+ self._validator = validator
175
+
176
+ @abc.abstractmethod
177
+ def sanitize(self, value: PathType, replacement_text: str = "") -> PathType: # pragma: no cover
178
+ pass
179
+
180
+
181
+ class BaseValidator(AbstractValidator):
182
+ @property
183
+ def min_len(self) -> int:
184
+ return self._min_len
185
+
186
+ def __init__(
187
+ self,
188
+ min_len: int,
189
+ max_len: int,
190
+ fs_encoding: Optional[str],
191
+ check_reserved: bool,
192
+ additional_reserved_names: Optional[Sequence[str]] = None,
193
+ platform_max_len: Optional[int] = None,
194
+ platform: Optional[PlatformType] = None,
195
+ ) -> None:
196
+ if min_len <= 0:
197
+ min_len = DEFAULT_MIN_LEN
198
+ self._min_len = max(min_len, 1)
199
+
200
+ super().__init__(
201
+ max_len=max_len,
202
+ fs_encoding=fs_encoding,
203
+ check_reserved=check_reserved,
204
+ additional_reserved_names=additional_reserved_names,
205
+ platform_max_len=platform_max_len,
206
+ platform=platform,
207
+ )
208
+
209
+ self._validate_max_len()
210
+
211
+ def _validate_reserved_keywords(self, name: str) -> None:
212
+ if not self._check_reserved:
213
+ return
214
+
215
+ root_name = self.__extract_root_name(name)
216
+ base_name = os.path.basename(name).upper()
217
+
218
+ if self._is_reserved_keyword(root_name.upper()) or self._is_reserved_keyword(
219
+ base_name.upper()
220
+ ):
221
+ raise ReservedNameError(
222
+ f"'{root_name}' is a reserved name",
223
+ reusable_name=False,
224
+ reserved_name=root_name,
225
+ platform=self.platform,
226
+ )
227
+
228
+ def _validate_max_len(self) -> None:
229
+ if self.max_len < 1:
230
+ raise ValueError("max_len must be greater or equal to one")
231
+
232
+ if self.min_len > self.max_len:
233
+ raise ValueError("min_len must be lower than max_len")
234
+
235
+ @staticmethod
236
+ def __extract_root_name(path: str) -> str:
237
+ return os.path.splitext(os.path.basename(path))[0]
venv/lib/python3.10/site-packages/pathvalidate/_common.py ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ import platform
6
+ import re
7
+ import string
8
+ from pathlib import PurePath
9
+ from typing import Any, List, Optional
10
+
11
+ from ._const import Platform
12
+ from ._types import PathType, PlatformType
13
+
14
+
15
+ _re_whitespaces = re.compile(r"^[\s]+$")
16
+
17
+
18
+ def validate_pathtype(
19
+ text: PathType, allow_whitespaces: bool = False, error_msg: Optional[str] = None
20
+ ) -> None:
21
+ from .error import ErrorReason, ValidationError
22
+
23
+ if _is_not_null_string(text) or isinstance(text, PurePath):
24
+ return
25
+
26
+ if allow_whitespaces and _re_whitespaces.search(str(text)):
27
+ return
28
+
29
+ if is_null_string(text):
30
+ raise ValidationError(reason=ErrorReason.NULL_NAME)
31
+
32
+ raise TypeError(f"text must be a string: actual={type(text)}")
33
+
34
+
35
+ def to_str(name: PathType) -> str:
36
+ if isinstance(name, PurePath):
37
+ return str(name)
38
+
39
+ return name
40
+
41
+
42
+ def is_null_string(value: Any) -> bool:
43
+ if value is None:
44
+ return True
45
+
46
+ try:
47
+ return len(value.strip()) == 0
48
+ except AttributeError:
49
+ return False
50
+
51
+
52
+ def _is_not_null_string(value: Any) -> bool:
53
+ try:
54
+ return len(value.strip()) > 0
55
+ except AttributeError:
56
+ return False
57
+
58
+
59
+ def _get_unprintable_ascii_chars() -> List[str]:
60
+ return [chr(c) for c in range(128) if chr(c) not in string.printable]
61
+
62
+
63
+ unprintable_ascii_chars = tuple(_get_unprintable_ascii_chars())
64
+
65
+
66
+ def _get_ascii_symbols() -> List[str]:
67
+ symbol_list: List[str] = []
68
+
69
+ for i in range(128):
70
+ c = chr(i)
71
+
72
+ if c in unprintable_ascii_chars or c in string.digits + string.ascii_letters:
73
+ continue
74
+
75
+ symbol_list.append(c)
76
+
77
+ return symbol_list
78
+
79
+
80
+ ascii_symbols = tuple(_get_ascii_symbols())
81
+
82
+ __RE_UNPRINTABLE_CHARS = re.compile(
83
+ "[{}]".format(re.escape("".join(unprintable_ascii_chars))), re.UNICODE
84
+ )
85
+ __RE_ANSI_ESCAPE = re.compile(
86
+ r"(?:\x1B[@-Z\\-_]|[\x80-\x9A\x9C-\x9F]|(?:\x1B\[|\x9B)[0-?]*[ -/]*[@-~])"
87
+ )
88
+
89
+
90
+ def validate_unprintable_char(text: str) -> None:
91
+ from .error import InvalidCharError
92
+
93
+ match_list = __RE_UNPRINTABLE_CHARS.findall(to_str(text))
94
+ if match_list:
95
+ raise InvalidCharError(f"unprintable character found: {match_list}")
96
+
97
+
98
+ def replace_unprintable_char(text: str, replacement_text: str = "") -> str:
99
+ try:
100
+ return __RE_UNPRINTABLE_CHARS.sub(replacement_text, text)
101
+ except (TypeError, AttributeError):
102
+ raise TypeError("text must be a string")
103
+
104
+
105
+ def replace_ansi_escape(text: str, replacement_text: str = "") -> str:
106
+ try:
107
+ return __RE_ANSI_ESCAPE.sub(replacement_text, text)
108
+ except (TypeError, AttributeError):
109
+ raise TypeError("text must be a string")
110
+
111
+
112
+ def normalize_platform(name: Optional[PlatformType]) -> Platform:
113
+ if isinstance(name, Platform):
114
+ return name
115
+
116
+ if not name:
117
+ return Platform.UNIVERSAL
118
+
119
+ name = name.strip().casefold()
120
+
121
+ if name == "posix":
122
+ return Platform.POSIX
123
+
124
+ if name == "auto":
125
+ name = platform.system().casefold()
126
+
127
+ if name in ["linux"]:
128
+ return Platform.LINUX
129
+
130
+ if name and name.startswith("win"):
131
+ return Platform.WINDOWS
132
+
133
+ if name in ["mac", "macos", "darwin"]:
134
+ return Platform.MACOS
135
+
136
+ return Platform.UNIVERSAL
137
+
138
+
139
+ def findall_to_str(match: List[Any]) -> str:
140
+ return ", ".join([repr(text) for text in match])
venv/lib/python3.10/site-packages/pathvalidate/_const.py ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import enum
2
+
3
+
4
+ DEFAULT_MIN_LEN = 1
5
+ INVALID_CHAR_ERR_MSG_TMPL = "invalids=({invalid}), value={value}"
6
+
7
+
8
+ _NTFS_RESERVED_FILE_NAMES = (
9
+ "$Mft",
10
+ "$MftMirr",
11
+ "$LogFile",
12
+ "$Volume",
13
+ "$AttrDef",
14
+ "$Bitmap",
15
+ "$Boot",
16
+ "$BadClus",
17
+ "$Secure",
18
+ "$Upcase",
19
+ "$Extend",
20
+ "$Quota",
21
+ "$ObjId",
22
+ "$Reparse",
23
+ ) # Only in root directory
24
+
25
+
26
+ @enum.unique
27
+ class Platform(enum.Enum):
28
+ """
29
+ Platform specifier enumeration.
30
+ """
31
+
32
+ #: POSIX compatible platform.
33
+ POSIX = "POSIX"
34
+
35
+ #: platform independent. note that absolute paths cannot specify this.
36
+ UNIVERSAL = "universal"
37
+
38
+ LINUX = "Linux"
39
+ WINDOWS = "Windows"
40
+ MACOS = "macOS"
venv/lib/python3.10/site-packages/pathvalidate/_filename.py ADDED
@@ -0,0 +1,466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ import itertools
6
+ import ntpath
7
+ import posixpath
8
+ import re
9
+ import warnings
10
+ from pathlib import Path, PurePath
11
+ from typing import Optional, Pattern, Sequence, Tuple
12
+
13
+ from ._base import AbstractSanitizer, AbstractValidator, BaseFile, BaseValidator
14
+ from ._common import findall_to_str, to_str, validate_pathtype
15
+ from ._const import DEFAULT_MIN_LEN, INVALID_CHAR_ERR_MSG_TMPL, Platform
16
+ from ._types import PathType, PlatformType
17
+ from .error import ErrorAttrKey, ErrorReason, InvalidCharError, ValidationError
18
+ from .handler import ReservedNameHandler, ValidationErrorHandler
19
+
20
+
21
+ _DEFAULT_MAX_FILENAME_LEN = 255
22
+ _RE_INVALID_FILENAME = re.compile(f"[{re.escape(BaseFile._INVALID_FILENAME_CHARS):s}]", re.UNICODE)
23
+ _RE_INVALID_WIN_FILENAME = re.compile(
24
+ f"[{re.escape(BaseFile._INVALID_WIN_FILENAME_CHARS):s}]", re.UNICODE
25
+ )
26
+
27
+
28
+ class FileNameSanitizer(AbstractSanitizer):
29
+ def __init__(
30
+ self,
31
+ max_len: int = _DEFAULT_MAX_FILENAME_LEN,
32
+ fs_encoding: Optional[str] = None,
33
+ platform: Optional[PlatformType] = None,
34
+ null_value_handler: Optional[ValidationErrorHandler] = None,
35
+ reserved_name_handler: Optional[ValidationErrorHandler] = None,
36
+ additional_reserved_names: Optional[Sequence[str]] = None,
37
+ validate_after_sanitize: bool = False,
38
+ validator: Optional[AbstractValidator] = None,
39
+ ) -> None:
40
+ if validator:
41
+ fname_validator = validator
42
+ else:
43
+ fname_validator = FileNameValidator(
44
+ min_len=DEFAULT_MIN_LEN,
45
+ max_len=max_len,
46
+ fs_encoding=fs_encoding,
47
+ check_reserved=True,
48
+ additional_reserved_names=additional_reserved_names,
49
+ platform=platform,
50
+ )
51
+
52
+ super().__init__(
53
+ max_len=max_len,
54
+ fs_encoding=fs_encoding,
55
+ null_value_handler=null_value_handler,
56
+ reserved_name_handler=reserved_name_handler,
57
+ additional_reserved_names=additional_reserved_names,
58
+ platform_max_len=_DEFAULT_MAX_FILENAME_LEN,
59
+ platform=platform,
60
+ validate_after_sanitize=validate_after_sanitize,
61
+ validator=fname_validator,
62
+ )
63
+
64
+ self._sanitize_regexp = self._get_sanitize_regexp()
65
+
66
+ def sanitize(self, value: PathType, replacement_text: str = "") -> PathType:
67
+ try:
68
+ validate_pathtype(value, allow_whitespaces=not self._is_windows(include_universal=True))
69
+ except ValidationError as e:
70
+ if e.reason == ErrorReason.NULL_NAME:
71
+ if isinstance(value, PurePath):
72
+ raise
73
+
74
+ return self._null_value_handler(e)
75
+ raise
76
+
77
+ sanitized_filename = self._sanitize_regexp.sub(replacement_text, str(value))
78
+ sanitized_filename = sanitized_filename[: self.max_len]
79
+
80
+ try:
81
+ self._validator.validate(sanitized_filename)
82
+ except ValidationError as e:
83
+ if e.reason == ErrorReason.RESERVED_NAME:
84
+ replacement_word = self._reserved_name_handler(e)
85
+ if e.reserved_name != replacement_word:
86
+ sanitized_filename = re.sub(
87
+ re.escape(e.reserved_name), replacement_word, sanitized_filename
88
+ )
89
+ elif e.reason == ErrorReason.INVALID_CHARACTER and self._is_windows(
90
+ include_universal=True
91
+ ):
92
+ # Do not start a file or directory name with a space
93
+ sanitized_filename = sanitized_filename.lstrip(" ")
94
+
95
+ # Do not end a file or directory name with a space or a period
96
+ sanitized_filename = sanitized_filename.rstrip(" ")
97
+ if sanitized_filename not in (".", ".."):
98
+ sanitized_filename = sanitized_filename.rstrip(" .")
99
+ elif e.reason == ErrorReason.NULL_NAME:
100
+ sanitized_filename = self._null_value_handler(e)
101
+
102
+ if self._validate_after_sanitize:
103
+ try:
104
+ self._validator.validate(sanitized_filename)
105
+ except ValidationError as e:
106
+ raise ValidationError(
107
+ description=str(e),
108
+ reason=ErrorReason.INVALID_AFTER_SANITIZE,
109
+ platform=self.platform,
110
+ )
111
+
112
+ if isinstance(value, PurePath):
113
+ return Path(sanitized_filename)
114
+
115
+ return sanitized_filename
116
+
117
+ def _get_sanitize_regexp(self) -> Pattern[str]:
118
+ if self._is_windows(include_universal=True):
119
+ return _RE_INVALID_WIN_FILENAME
120
+
121
+ return _RE_INVALID_FILENAME
122
+
123
+
124
+ class FileNameValidator(BaseValidator):
125
+ _WINDOWS_RESERVED_FILE_NAMES = ("CON", "PRN", "AUX", "CLOCK$", "NUL") + tuple(
126
+ f"{name:s}{num:d}" for name, num in itertools.product(("COM", "LPT"), range(1, 10))
127
+ )
128
+ _MACOS_RESERVED_FILE_NAMES = (":",)
129
+
130
+ @property
131
+ def reserved_keywords(self) -> Tuple[str, ...]:
132
+ common_keywords = super().reserved_keywords
133
+
134
+ if self._is_universal():
135
+ word_set = set(
136
+ common_keywords
137
+ + self._WINDOWS_RESERVED_FILE_NAMES
138
+ + self._MACOS_RESERVED_FILE_NAMES
139
+ )
140
+ elif self._is_windows():
141
+ word_set = set(common_keywords + self._WINDOWS_RESERVED_FILE_NAMES)
142
+ elif self._is_posix() or self._is_macos():
143
+ word_set = set(common_keywords + self._MACOS_RESERVED_FILE_NAMES)
144
+ else:
145
+ word_set = set(common_keywords)
146
+
147
+ return tuple(sorted(word_set))
148
+
149
+ def __init__(
150
+ self,
151
+ min_len: int = DEFAULT_MIN_LEN,
152
+ max_len: int = _DEFAULT_MAX_FILENAME_LEN,
153
+ fs_encoding: Optional[str] = None,
154
+ platform: Optional[PlatformType] = None,
155
+ check_reserved: bool = True,
156
+ additional_reserved_names: Optional[Sequence[str]] = None,
157
+ ) -> None:
158
+ super().__init__(
159
+ min_len=min_len,
160
+ max_len=max_len,
161
+ fs_encoding=fs_encoding,
162
+ check_reserved=check_reserved,
163
+ additional_reserved_names=additional_reserved_names,
164
+ platform_max_len=_DEFAULT_MAX_FILENAME_LEN,
165
+ platform=platform,
166
+ )
167
+
168
+ def validate(self, value: PathType) -> None:
169
+ validate_pathtype(value, allow_whitespaces=not self._is_windows(include_universal=True))
170
+
171
+ unicode_filename = to_str(value)
172
+ byte_ct = len(unicode_filename.encode(self._fs_encoding))
173
+
174
+ self.validate_abspath(unicode_filename)
175
+
176
+ err_kwargs = {
177
+ ErrorAttrKey.REASON: ErrorReason.INVALID_LENGTH,
178
+ ErrorAttrKey.PLATFORM: self.platform,
179
+ ErrorAttrKey.FS_ENCODING: self._fs_encoding,
180
+ ErrorAttrKey.BYTE_COUNT: byte_ct,
181
+ }
182
+ if byte_ct > self.max_len:
183
+ raise ValidationError(
184
+ [
185
+ f"filename is too long: expected<={self.max_len:d} bytes, actual={byte_ct:d} bytes"
186
+ ],
187
+ **err_kwargs,
188
+ )
189
+ if byte_ct < self.min_len:
190
+ raise ValidationError(
191
+ [
192
+ f"filename is too short: expected>={self.min_len:d} bytes, actual={byte_ct:d} bytes"
193
+ ],
194
+ **err_kwargs,
195
+ )
196
+
197
+ self._validate_reserved_keywords(unicode_filename)
198
+ self.__validate_universal_filename(unicode_filename)
199
+
200
+ if self._is_windows(include_universal=True):
201
+ self.__validate_win_filename(unicode_filename)
202
+
203
+ def validate_abspath(self, value: str) -> None:
204
+ err = ValidationError(
205
+ description=f"found an absolute path ({value}), expected a filename",
206
+ platform=self.platform,
207
+ reason=ErrorReason.FOUND_ABS_PATH,
208
+ )
209
+
210
+ if self._is_windows(include_universal=True):
211
+ if ntpath.isabs(value):
212
+ raise err
213
+
214
+ if posixpath.isabs(value):
215
+ raise err
216
+
217
+ def __validate_universal_filename(self, unicode_filename: str) -> None:
218
+ match = _RE_INVALID_FILENAME.findall(unicode_filename)
219
+ if match:
220
+ raise InvalidCharError(
221
+ INVALID_CHAR_ERR_MSG_TMPL.format(
222
+ invalid=findall_to_str(match), value=repr(unicode_filename)
223
+ ),
224
+ platform=Platform.UNIVERSAL,
225
+ )
226
+
227
+ def __validate_win_filename(self, unicode_filename: str) -> None:
228
+ match = _RE_INVALID_WIN_FILENAME.findall(unicode_filename)
229
+ if match:
230
+ raise InvalidCharError(
231
+ INVALID_CHAR_ERR_MSG_TMPL.format(
232
+ invalid=findall_to_str(match), value=repr(unicode_filename)
233
+ ),
234
+ platform=Platform.WINDOWS,
235
+ )
236
+
237
+ if unicode_filename in (".", ".."):
238
+ return
239
+
240
+ KB2829981_err_tmpl = "{}. Refer: https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/file-folder-name-whitespace-characters" # noqa: E501
241
+
242
+ if unicode_filename[-1] in (" ", "."):
243
+ raise InvalidCharError(
244
+ INVALID_CHAR_ERR_MSG_TMPL.format(
245
+ invalid=re.escape(unicode_filename[-1]), value=repr(unicode_filename)
246
+ ),
247
+ platform=Platform.WINDOWS,
248
+ description=KB2829981_err_tmpl.format(
249
+ "Do not end a file or directory name with a space or a period"
250
+ ),
251
+ )
252
+
253
+ if unicode_filename[0] in (" "):
254
+ raise InvalidCharError(
255
+ INVALID_CHAR_ERR_MSG_TMPL.format(
256
+ invalid=re.escape(unicode_filename[0]), value=repr(unicode_filename)
257
+ ),
258
+ platform=Platform.WINDOWS,
259
+ description=KB2829981_err_tmpl.format(
260
+ "Do not start a file or directory name with a space"
261
+ ),
262
+ )
263
+
264
+
265
+ def validate_filename(
266
+ filename: PathType,
267
+ platform: Optional[PlatformType] = None,
268
+ min_len: int = DEFAULT_MIN_LEN,
269
+ max_len: int = _DEFAULT_MAX_FILENAME_LEN,
270
+ fs_encoding: Optional[str] = None,
271
+ check_reserved: bool = True,
272
+ additional_reserved_names: Optional[Sequence[str]] = None,
273
+ ) -> None:
274
+ """Verifying whether the ``filename`` is a valid file name or not.
275
+
276
+ Args:
277
+ filename:
278
+ Filename to validate.
279
+ platform:
280
+ Target platform name of the filename.
281
+
282
+ .. include:: platform.txt
283
+ min_len:
284
+ Minimum byte length of the ``filename``. The value must be greater or equal to one.
285
+ Defaults to ``1``.
286
+ max_len:
287
+ Maximum byte length of the ``filename``. The value must be lower than:
288
+
289
+ - ``Linux``: 4096
290
+ - ``macOS``: 1024
291
+ - ``Windows``: 260
292
+ - ``universal``: 260
293
+
294
+ Defaults to ``255``.
295
+ fs_encoding:
296
+ Filesystem encoding that used to calculate the byte length of the filename.
297
+ If |None|, get the value from the execution environment.
298
+ check_reserved:
299
+ If |True|, check reserved names of the ``platform``.
300
+ additional_reserved_names:
301
+ Additional reserved names to check.
302
+ Case insensitive.
303
+
304
+ Raises:
305
+ ValidationError (ErrorReason.INVALID_LENGTH):
306
+ If the ``filename`` is longer than ``max_len`` characters.
307
+ ValidationError (ErrorReason.INVALID_CHARACTER):
308
+ If the ``filename`` includes invalid character(s) for a filename:
309
+ |invalid_filename_chars|.
310
+ The following characters are also invalid for Windows platforms:
311
+ |invalid_win_filename_chars|.
312
+ ValidationError (ErrorReason.RESERVED_NAME):
313
+ If the ``filename`` equals reserved name by OS.
314
+ Windows reserved name is as follows:
315
+ ``"CON"``, ``"PRN"``, ``"AUX"``, ``"NUL"``, ``"COM[1-9]"``, ``"LPT[1-9]"``.
316
+
317
+ Example:
318
+ :ref:`example-validate-filename`
319
+
320
+ See Also:
321
+ `Naming Files, Paths, and Namespaces - Win32 apps | Microsoft Docs
322
+ <https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file>`__
323
+ """
324
+
325
+ FileNameValidator(
326
+ platform=platform,
327
+ min_len=min_len,
328
+ max_len=max_len,
329
+ fs_encoding=fs_encoding,
330
+ check_reserved=check_reserved,
331
+ additional_reserved_names=additional_reserved_names,
332
+ ).validate(filename)
333
+
334
+
335
+ def is_valid_filename(
336
+ filename: PathType,
337
+ platform: Optional[PlatformType] = None,
338
+ min_len: int = DEFAULT_MIN_LEN,
339
+ max_len: Optional[int] = None,
340
+ fs_encoding: Optional[str] = None,
341
+ check_reserved: bool = True,
342
+ additional_reserved_names: Optional[Sequence[str]] = None,
343
+ ) -> bool:
344
+ """Check whether the ``filename`` is a valid name or not.
345
+
346
+ Args:
347
+ filename:
348
+ A filename to be checked.
349
+ platform:
350
+ Target platform name of the filename.
351
+
352
+ Example:
353
+ :ref:`example-is-valid-filename`
354
+
355
+ See Also:
356
+ :py:func:`.validate_filename()`
357
+ """
358
+
359
+ return FileNameValidator(
360
+ platform=platform,
361
+ min_len=min_len,
362
+ max_len=-1 if max_len is None else max_len,
363
+ fs_encoding=fs_encoding,
364
+ check_reserved=check_reserved,
365
+ additional_reserved_names=additional_reserved_names,
366
+ ).is_valid(filename)
367
+
368
+
369
+ def sanitize_filename(
370
+ filename: PathType,
371
+ replacement_text: str = "",
372
+ platform: Optional[PlatformType] = None,
373
+ max_len: Optional[int] = _DEFAULT_MAX_FILENAME_LEN,
374
+ fs_encoding: Optional[str] = None,
375
+ check_reserved: Optional[bool] = None,
376
+ null_value_handler: Optional[ValidationErrorHandler] = None,
377
+ reserved_name_handler: Optional[ValidationErrorHandler] = None,
378
+ additional_reserved_names: Optional[Sequence[str]] = None,
379
+ validate_after_sanitize: bool = False,
380
+ ) -> PathType:
381
+ """Make a valid filename from a string.
382
+
383
+ To make a valid filename, the function does the following:
384
+
385
+ - Replace invalid characters as file names included in the ``filename``
386
+ with the ``replacement_text``. Invalid characters are:
387
+
388
+ - unprintable characters
389
+ - |invalid_filename_chars|
390
+ - for Windows (or universal) only: |invalid_win_filename_chars|
391
+
392
+ - Replace a value if a sanitized value is a reserved name by operating systems
393
+ with a specified handler by ``reserved_name_handler``.
394
+
395
+ Args:
396
+ filename: Filename to sanitize.
397
+ replacement_text:
398
+ Replacement text for invalid characters. Defaults to ``""``.
399
+ platform:
400
+ Target platform name of the filename.
401
+
402
+ .. include:: platform.txt
403
+ max_len:
404
+ Maximum byte length of the ``filename``.
405
+ Truncate the name length if the ``filename`` length exceeds this value.
406
+ Defaults to ``255``.
407
+ fs_encoding:
408
+ Filesystem encoding that used to calculate the byte length of the filename.
409
+ If |None|, get the value from the execution environment.
410
+ check_reserved:
411
+ [Deprecated] Use 'reserved_name_handler' instead.
412
+ null_value_handler:
413
+ Function called when a value after sanitization is an empty string.
414
+ You can specify predefined handlers:
415
+
416
+ - :py:func:`~.handler.NullValueHandler.return_null_string`
417
+ - :py:func:`~.handler.NullValueHandler.return_timestamp`
418
+ - :py:func:`~.handler.raise_error`
419
+
420
+ Defaults to :py:func:`.handler.NullValueHandler.return_null_string` that just return ``""``.
421
+ reserved_name_handler:
422
+ Function called when a value after sanitization is a reserved name.
423
+ You can specify predefined handlers:
424
+
425
+ - :py:meth:`~.handler.ReservedNameHandler.add_leading_underscore`
426
+ - :py:meth:`~.handler.ReservedNameHandler.add_trailing_underscore`
427
+ - :py:meth:`~.handler.ReservedNameHandler.as_is`
428
+ - :py:func:`~.handler.raise_error`
429
+
430
+ Defaults to :py:func:`.handler.add_trailing_underscore`.
431
+ additional_reserved_names:
432
+ Additional reserved names to sanitize.
433
+ Case insensitive.
434
+ validate_after_sanitize:
435
+ Execute validation after sanitization to the file name.
436
+
437
+ Returns:
438
+ Same type as the ``filename`` (str or PathLike object):
439
+ Sanitized filename.
440
+
441
+ Raises:
442
+ ValueError:
443
+ If the ``filename`` is an invalid filename.
444
+
445
+ Example:
446
+ :ref:`example-sanitize-filename`
447
+ """
448
+
449
+ if check_reserved is not None:
450
+ warnings.warn(
451
+ "'check_reserved' is deprecated. Use 'reserved_name_handler' instead.",
452
+ DeprecationWarning,
453
+ )
454
+
455
+ if check_reserved is False:
456
+ reserved_name_handler = ReservedNameHandler.as_is
457
+
458
+ return FileNameSanitizer(
459
+ platform=platform,
460
+ max_len=-1 if max_len is None else max_len,
461
+ fs_encoding=fs_encoding,
462
+ null_value_handler=null_value_handler,
463
+ reserved_name_handler=reserved_name_handler,
464
+ additional_reserved_names=additional_reserved_names,
465
+ validate_after_sanitize=validate_after_sanitize,
466
+ ).sanitize(filename, replacement_text)
venv/lib/python3.10/site-packages/pathvalidate/_filepath.py ADDED
@@ -0,0 +1,516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ import ntpath
6
+ import os.path
7
+ import posixpath
8
+ import re
9
+ import warnings
10
+ from pathlib import Path, PurePath
11
+ from typing import List, Optional, Pattern, Sequence, Tuple
12
+
13
+ from ._base import AbstractSanitizer, AbstractValidator, BaseFile, BaseValidator
14
+ from ._common import findall_to_str, to_str, validate_pathtype
15
+ from ._const import _NTFS_RESERVED_FILE_NAMES, DEFAULT_MIN_LEN, INVALID_CHAR_ERR_MSG_TMPL, Platform
16
+ from ._filename import FileNameSanitizer, FileNameValidator
17
+ from ._types import PathType, PlatformType
18
+ from .error import ErrorAttrKey, ErrorReason, InvalidCharError, ReservedNameError, ValidationError
19
+ from .handler import ReservedNameHandler, ValidationErrorHandler
20
+
21
+
22
+ _RE_INVALID_PATH = re.compile(f"[{re.escape(BaseFile._INVALID_PATH_CHARS):s}]", re.UNICODE)
23
+ _RE_INVALID_WIN_PATH = re.compile(f"[{re.escape(BaseFile._INVALID_WIN_PATH_CHARS):s}]", re.UNICODE)
24
+
25
+
26
+ class FilePathSanitizer(AbstractSanitizer):
27
+ def __init__(
28
+ self,
29
+ max_len: int = -1,
30
+ fs_encoding: Optional[str] = None,
31
+ platform: Optional[PlatformType] = None,
32
+ null_value_handler: Optional[ValidationErrorHandler] = None,
33
+ reserved_name_handler: Optional[ValidationErrorHandler] = None,
34
+ additional_reserved_names: Optional[Sequence[str]] = None,
35
+ normalize: bool = True,
36
+ validate_after_sanitize: bool = False,
37
+ validator: Optional[AbstractValidator] = None,
38
+ ) -> None:
39
+ if validator:
40
+ fpath_validator = validator
41
+ else:
42
+ fpath_validator = FilePathValidator(
43
+ min_len=DEFAULT_MIN_LEN,
44
+ max_len=max_len,
45
+ fs_encoding=fs_encoding,
46
+ check_reserved=True,
47
+ additional_reserved_names=additional_reserved_names,
48
+ platform=platform,
49
+ )
50
+ super().__init__(
51
+ max_len=max_len,
52
+ fs_encoding=fs_encoding,
53
+ validator=fpath_validator,
54
+ null_value_handler=null_value_handler,
55
+ reserved_name_handler=reserved_name_handler,
56
+ additional_reserved_names=additional_reserved_names,
57
+ platform=platform,
58
+ validate_after_sanitize=validate_after_sanitize,
59
+ )
60
+
61
+ self._sanitize_regexp = self._get_sanitize_regexp()
62
+ self.__fname_sanitizer = FileNameSanitizer(
63
+ max_len=self.max_len,
64
+ fs_encoding=fs_encoding,
65
+ null_value_handler=null_value_handler,
66
+ reserved_name_handler=reserved_name_handler,
67
+ additional_reserved_names=additional_reserved_names,
68
+ platform=self.platform,
69
+ validate_after_sanitize=validate_after_sanitize,
70
+ )
71
+ self.__normalize = normalize
72
+
73
+ if self._is_windows(include_universal=True):
74
+ self.__split_drive = ntpath.splitdrive
75
+ else:
76
+ self.__split_drive = posixpath.splitdrive
77
+
78
+ def sanitize(self, value: PathType, replacement_text: str = "") -> PathType:
79
+ try:
80
+ validate_pathtype(value, allow_whitespaces=not self._is_windows(include_universal=True))
81
+ except ValidationError as e:
82
+ if e.reason == ErrorReason.NULL_NAME:
83
+ if isinstance(value, PurePath):
84
+ raise
85
+
86
+ return self._null_value_handler(e)
87
+ raise
88
+
89
+ unicode_filepath = to_str(value)
90
+
91
+ drive, unicode_filepath = self.__split_drive(unicode_filepath)
92
+ unicode_filepath = self._sanitize_regexp.sub(replacement_text, unicode_filepath)
93
+ if self.__normalize and unicode_filepath:
94
+ unicode_filepath = os.path.normpath(unicode_filepath)
95
+ sanitized_path = unicode_filepath
96
+
97
+ sanitized_entries: List[str] = []
98
+ if drive:
99
+ sanitized_entries.append(drive)
100
+ for entry in sanitized_path.replace("\\", "/").split("/"):
101
+ if entry in _NTFS_RESERVED_FILE_NAMES:
102
+ sanitized_entries.append(f"{entry}_")
103
+ continue
104
+
105
+ sanitized_entry = str(
106
+ self.__fname_sanitizer.sanitize(entry, replacement_text=replacement_text)
107
+ )
108
+ if not sanitized_entry:
109
+ if not sanitized_entries:
110
+ sanitized_entries.append("")
111
+ continue
112
+
113
+ sanitized_entries.append(sanitized_entry)
114
+
115
+ sanitized_path = self.__get_path_separator().join(sanitized_entries)
116
+ try:
117
+ self._validator.validate(sanitized_path)
118
+ except ValidationError as e:
119
+ if e.reason == ErrorReason.NULL_NAME:
120
+ sanitized_path = self._null_value_handler(e)
121
+
122
+ if self._validate_after_sanitize:
123
+ self._validator.validate(sanitized_path)
124
+
125
+ if isinstance(value, PurePath):
126
+ return Path(sanitized_path)
127
+
128
+ return sanitized_path
129
+
130
+ def _get_sanitize_regexp(self) -> Pattern[str]:
131
+ if self._is_windows(include_universal=True):
132
+ return _RE_INVALID_WIN_PATH
133
+
134
+ return _RE_INVALID_PATH
135
+
136
+ def __get_path_separator(self) -> str:
137
+ if self._is_windows():
138
+ return "\\"
139
+
140
+ return "/"
141
+
142
+
143
+ class FilePathValidator(BaseValidator):
144
+ _RE_NTFS_RESERVED = re.compile(
145
+ "|".join(f"^/{re.escape(pattern)}$" for pattern in _NTFS_RESERVED_FILE_NAMES),
146
+ re.IGNORECASE,
147
+ )
148
+ _MACOS_RESERVED_FILE_PATHS = ("/", ":")
149
+
150
+ @property
151
+ def reserved_keywords(self) -> Tuple[str, ...]:
152
+ common_keywords = super().reserved_keywords
153
+
154
+ if any([self._is_universal(), self._is_posix(), self._is_macos()]):
155
+ return common_keywords + self._MACOS_RESERVED_FILE_PATHS
156
+
157
+ if self._is_linux():
158
+ return common_keywords + ("/",)
159
+
160
+ return common_keywords
161
+
162
+ def __init__(
163
+ self,
164
+ min_len: int = DEFAULT_MIN_LEN,
165
+ max_len: int = -1,
166
+ fs_encoding: Optional[str] = None,
167
+ platform: Optional[PlatformType] = None,
168
+ check_reserved: bool = True,
169
+ additional_reserved_names: Optional[Sequence[str]] = None,
170
+ ) -> None:
171
+ super().__init__(
172
+ min_len=min_len,
173
+ max_len=max_len,
174
+ fs_encoding=fs_encoding,
175
+ check_reserved=check_reserved,
176
+ additional_reserved_names=additional_reserved_names,
177
+ platform=platform,
178
+ )
179
+
180
+ self.__fname_validator = FileNameValidator(
181
+ min_len=min_len,
182
+ max_len=max_len,
183
+ check_reserved=check_reserved,
184
+ additional_reserved_names=additional_reserved_names,
185
+ platform=platform,
186
+ )
187
+
188
+ if self._is_windows(include_universal=True):
189
+ self.__split_drive = ntpath.splitdrive
190
+ else:
191
+ self.__split_drive = posixpath.splitdrive
192
+
193
+ def validate(self, value: PathType) -> None:
194
+ validate_pathtype(value, allow_whitespaces=not self._is_windows(include_universal=True))
195
+ self.validate_abspath(value)
196
+
197
+ _drive, tail = self.__split_drive(value)
198
+ if not tail:
199
+ return
200
+
201
+ unicode_filepath = to_str(tail)
202
+ byte_ct = len(unicode_filepath.encode(self._fs_encoding))
203
+ err_kwargs = {
204
+ ErrorAttrKey.REASON: ErrorReason.INVALID_LENGTH,
205
+ ErrorAttrKey.PLATFORM: self.platform,
206
+ ErrorAttrKey.FS_ENCODING: self._fs_encoding,
207
+ ErrorAttrKey.BYTE_COUNT: byte_ct,
208
+ }
209
+
210
+ if byte_ct > self.max_len:
211
+ raise ValidationError(
212
+ [
213
+ f"file path is too long: expected<={self.max_len:d} bytes, actual={byte_ct:d} bytes"
214
+ ],
215
+ **err_kwargs,
216
+ )
217
+ if byte_ct < self.min_len:
218
+ raise ValidationError(
219
+ [
220
+ "file path is too short: expected>={:d} bytes, actual={:d} bytes".format(
221
+ self.min_len, byte_ct
222
+ )
223
+ ],
224
+ **err_kwargs,
225
+ )
226
+
227
+ self._validate_reserved_keywords(unicode_filepath)
228
+ unicode_filepath = unicode_filepath.replace("\\", "/")
229
+ for entry in unicode_filepath.split("/"):
230
+ if not entry or entry in (".", ".."):
231
+ continue
232
+
233
+ self.__fname_validator._validate_reserved_keywords(entry)
234
+
235
+ if self._is_windows(include_universal=True):
236
+ self.__validate_win_filepath(unicode_filepath)
237
+ else:
238
+ self.__validate_unix_filepath(unicode_filepath)
239
+
240
+ def validate_abspath(self, value: PathType) -> None:
241
+ is_posix_abs = posixpath.isabs(value)
242
+ is_nt_abs = ntpath.isabs(value)
243
+ err_object = ValidationError(
244
+ description=(
245
+ "an invalid absolute file path ({}) for the platform ({}).".format(
246
+ value, self.platform.value
247
+ )
248
+ + " to avoid the error, specify an appropriate platform corresponding to"
249
+ + " the path format or 'auto'."
250
+ ),
251
+ platform=self.platform,
252
+ reason=ErrorReason.MALFORMED_ABS_PATH,
253
+ )
254
+
255
+ if any([self._is_windows() and is_nt_abs, self._is_linux() and is_posix_abs]):
256
+ return
257
+
258
+ if self._is_universal() and any([is_posix_abs, is_nt_abs]):
259
+ ValidationError(
260
+ description=(
261
+ ("POSIX style" if is_posix_abs else "NT style")
262
+ + " absolute file path found. expected a platform-independent file path."
263
+ ),
264
+ platform=self.platform,
265
+ reason=ErrorReason.MALFORMED_ABS_PATH,
266
+ )
267
+
268
+ if self._is_windows(include_universal=True) and is_posix_abs:
269
+ raise err_object
270
+
271
+ drive, _tail = ntpath.splitdrive(value)
272
+ if not self._is_windows() and drive and is_nt_abs:
273
+ raise err_object
274
+
275
+ def __validate_unix_filepath(self, unicode_filepath: str) -> None:
276
+ match = _RE_INVALID_PATH.findall(unicode_filepath)
277
+ if match:
278
+ raise InvalidCharError(
279
+ INVALID_CHAR_ERR_MSG_TMPL.format(
280
+ invalid=findall_to_str(match), value=repr(unicode_filepath)
281
+ )
282
+ )
283
+
284
+ def __validate_win_filepath(self, unicode_filepath: str) -> None:
285
+ match = _RE_INVALID_WIN_PATH.findall(unicode_filepath)
286
+ if match:
287
+ raise InvalidCharError(
288
+ INVALID_CHAR_ERR_MSG_TMPL.format(
289
+ invalid=findall_to_str(match), value=repr(unicode_filepath)
290
+ ),
291
+ platform=Platform.WINDOWS,
292
+ )
293
+
294
+ _drive, value = self.__split_drive(unicode_filepath)
295
+ if value:
296
+ match_reserved = self._RE_NTFS_RESERVED.search(value)
297
+ if match_reserved:
298
+ reserved_name = match_reserved.group()
299
+ raise ReservedNameError(
300
+ f"'{reserved_name}' is a reserved name",
301
+ reusable_name=False,
302
+ reserved_name=reserved_name,
303
+ platform=self.platform,
304
+ )
305
+
306
+
307
+ def validate_filepath(
308
+ file_path: PathType,
309
+ platform: Optional[PlatformType] = None,
310
+ min_len: int = DEFAULT_MIN_LEN,
311
+ max_len: Optional[int] = None,
312
+ fs_encoding: Optional[str] = None,
313
+ check_reserved: bool = True,
314
+ additional_reserved_names: Optional[Sequence[str]] = None,
315
+ ) -> None:
316
+ """Verifying whether the ``file_path`` is a valid file path or not.
317
+
318
+ Args:
319
+ file_path (PathType):
320
+ File path to be validated.
321
+ platform (Optional[PlatformType], optional):
322
+ Target platform name of the file path.
323
+
324
+ .. include:: platform.txt
325
+ min_len (int, optional):
326
+ Minimum byte length of the ``file_path``. The value must be greater or equal to one.
327
+ Defaults to ``1``.
328
+ max_len (Optional[int], optional):
329
+ Maximum byte length of the ``file_path``. If the value is |None| or minus,
330
+ automatically determined by the ``platform``:
331
+
332
+ - ``Linux``: 4096
333
+ - ``macOS``: 1024
334
+ - ``Windows``: 260
335
+ - ``universal``: 260
336
+ fs_encoding (Optional[str], optional):
337
+ Filesystem encoding that used to calculate the byte length of the file path.
338
+ If |None|, get the value from the execution environment.
339
+ check_reserved (bool, optional):
340
+ If |True|, check reserved names of the ``platform``.
341
+ Defaults to |True|.
342
+ additional_reserved_names (Optional[Sequence[str]], optional):
343
+ Additional reserved names to check.
344
+
345
+ Raises:
346
+ ValidationError (ErrorReason.INVALID_CHARACTER):
347
+ If the ``file_path`` includes invalid char(s):
348
+ |invalid_file_path_chars|.
349
+ The following characters are also invalid for Windows platforms:
350
+ |invalid_win_file_path_chars|
351
+ ValidationError (ErrorReason.INVALID_LENGTH):
352
+ If the ``file_path`` is longer than ``max_len`` characters.
353
+ ValidationError:
354
+ If ``file_path`` include invalid values.
355
+
356
+ Example:
357
+ :ref:`example-validate-file-path`
358
+
359
+ See Also:
360
+ `Naming Files, Paths, and Namespaces - Win32 apps | Microsoft Docs
361
+ <https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file>`__
362
+ """
363
+
364
+ FilePathValidator(
365
+ platform=platform,
366
+ min_len=min_len,
367
+ max_len=-1 if max_len is None else max_len,
368
+ fs_encoding=fs_encoding,
369
+ check_reserved=check_reserved,
370
+ additional_reserved_names=additional_reserved_names,
371
+ ).validate(file_path)
372
+
373
+
374
+ def is_valid_filepath(
375
+ file_path: PathType,
376
+ platform: Optional[PlatformType] = None,
377
+ min_len: int = DEFAULT_MIN_LEN,
378
+ max_len: Optional[int] = None,
379
+ fs_encoding: Optional[str] = None,
380
+ check_reserved: bool = True,
381
+ additional_reserved_names: Optional[Sequence[str]] = None,
382
+ ) -> bool:
383
+ """Check whether the ``file_path`` is a valid name or not.
384
+
385
+ Args:
386
+ file_path:
387
+ A filepath to be checked.
388
+ platform:
389
+ Target platform name of the file path.
390
+
391
+ Example:
392
+ :ref:`example-is-valid-filepath`
393
+
394
+ See Also:
395
+ :py:func:`.validate_filepath()`
396
+ """
397
+
398
+ return FilePathValidator(
399
+ platform=platform,
400
+ min_len=min_len,
401
+ max_len=-1 if max_len is None else max_len,
402
+ fs_encoding=fs_encoding,
403
+ check_reserved=check_reserved,
404
+ additional_reserved_names=additional_reserved_names,
405
+ ).is_valid(file_path)
406
+
407
+
408
+ def sanitize_filepath(
409
+ file_path: PathType,
410
+ replacement_text: str = "",
411
+ platform: Optional[PlatformType] = None,
412
+ max_len: Optional[int] = None,
413
+ fs_encoding: Optional[str] = None,
414
+ check_reserved: Optional[bool] = None,
415
+ null_value_handler: Optional[ValidationErrorHandler] = None,
416
+ reserved_name_handler: Optional[ValidationErrorHandler] = None,
417
+ additional_reserved_names: Optional[Sequence[str]] = None,
418
+ normalize: bool = True,
419
+ validate_after_sanitize: bool = False,
420
+ ) -> PathType:
421
+ """Make a valid file path from a string.
422
+
423
+ To make a valid file path, the function does the following:
424
+
425
+ - Replace invalid characters for a file path within the ``file_path``
426
+ with the ``replacement_text``. Invalid characters are as follows:
427
+
428
+ - unprintable characters
429
+ - |invalid_file_path_chars|
430
+ - for Windows (or universal) only: |invalid_win_file_path_chars|
431
+
432
+ - Replace a value if a sanitized value is a reserved name by operating systems
433
+ with a specified handler by ``reserved_name_handler``.
434
+
435
+ Args:
436
+ file_path:
437
+ File path to sanitize.
438
+ replacement_text:
439
+ Replacement text for invalid characters.
440
+ Defaults to ``""``.
441
+ platform:
442
+ Target platform name of the file path.
443
+
444
+ .. include:: platform.txt
445
+ max_len:
446
+ Maximum byte length of the file path.
447
+ Truncate the path if the value length exceeds the `max_len`.
448
+ If the value is |None| or minus, ``max_len`` will automatically determined by the ``platform``:
449
+
450
+ - ``Linux``: 4096
451
+ - ``macOS``: 1024
452
+ - ``Windows``: 260
453
+ - ``universal``: 260
454
+ fs_encoding:
455
+ Filesystem encoding that used to calculate the byte length of the file path.
456
+ If |None|, get the value from the execution environment.
457
+ check_reserved:
458
+ [Deprecated] Use 'reserved_name_handler' instead.
459
+ null_value_handler:
460
+ Function called when a value after sanitization is an empty string.
461
+ You can specify predefined handlers:
462
+
463
+ - :py:func:`.handler.NullValueHandler.return_null_string`
464
+ - :py:func:`.handler.NullValueHandler.return_timestamp`
465
+ - :py:func:`.handler.raise_error`
466
+
467
+ Defaults to :py:func:`.handler.NullValueHandler.return_null_string` that just return ``""``.
468
+ reserved_name_handler:
469
+ Function called when a value after sanitization is one of the reserved names.
470
+ You can specify predefined handlers:
471
+
472
+ - :py:meth:`~.handler.ReservedNameHandler.add_leading_underscore`
473
+ - :py:meth:`~.handler.ReservedNameHandler.add_trailing_underscore`
474
+ - :py:meth:`~.handler.ReservedNameHandler.as_is`
475
+ - :py:func:`~.handler.raise_error`
476
+
477
+ Defaults to :py:func:`.handler.add_trailing_underscore`.
478
+ additional_reserved_names:
479
+ Additional reserved names to sanitize.
480
+ Case insensitive.
481
+ normalize:
482
+ If |True|, normalize the the file path.
483
+ validate_after_sanitize:
484
+ Execute validation after sanitization to the file path.
485
+
486
+ Returns:
487
+ Same type as the argument (str or PathLike object):
488
+ Sanitized filepath.
489
+
490
+ Raises:
491
+ ValueError:
492
+ If the ``file_path`` is an invalid file path.
493
+
494
+ Example:
495
+ :ref:`example-sanitize-file-path`
496
+ """
497
+
498
+ if check_reserved is not None:
499
+ warnings.warn(
500
+ "'check_reserved' is deprecated. Use 'reserved_name_handler' instead.",
501
+ DeprecationWarning,
502
+ )
503
+
504
+ if check_reserved is False:
505
+ reserved_name_handler = ReservedNameHandler.as_is
506
+
507
+ return FilePathSanitizer(
508
+ platform=platform,
509
+ max_len=-1 if max_len is None else max_len,
510
+ fs_encoding=fs_encoding,
511
+ normalize=normalize,
512
+ null_value_handler=null_value_handler,
513
+ reserved_name_handler=reserved_name_handler,
514
+ additional_reserved_names=additional_reserved_names,
515
+ validate_after_sanitize=validate_after_sanitize,
516
+ ).sanitize(file_path, replacement_text)
venv/lib/python3.10/site-packages/pathvalidate/_ltsv.py ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ import re
6
+
7
+ from ._common import to_str, validate_pathtype
8
+ from .error import InvalidCharError
9
+
10
+
11
+ __RE_INVALID_LTSV_LABEL = re.compile("[^0-9A-Za-z_.-]", re.UNICODE)
12
+
13
+
14
+ def validate_ltsv_label(label: str) -> None:
15
+ """
16
+ Verifying whether ``label`` is a valid
17
+ `Labeled Tab-separated Values (LTSV) <http://ltsv.org/>`__ label or not.
18
+
19
+ :param label: Label to validate.
20
+ :raises pathvalidate.ValidationError:
21
+ If invalid character(s) found in the ``label`` for a LTSV format label.
22
+ """
23
+
24
+ validate_pathtype(label, allow_whitespaces=False)
25
+
26
+ match_list = __RE_INVALID_LTSV_LABEL.findall(to_str(label))
27
+ if match_list:
28
+ raise InvalidCharError(f"invalid character found for a LTSV format label: {match_list}")
29
+
30
+
31
+ def sanitize_ltsv_label(label: str, replacement_text: str = "") -> str:
32
+ """
33
+ Replace all of the symbols in text.
34
+
35
+ :param label: Input text.
36
+ :param replacement_text: Replacement text.
37
+ :return: A replacement string.
38
+ :rtype: str
39
+ """
40
+
41
+ validate_pathtype(label, allow_whitespaces=False)
42
+
43
+ return __RE_INVALID_LTSV_LABEL.sub(replacement_text, to_str(label))
venv/lib/python3.10/site-packages/pathvalidate/_symbol.py ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ .. codeauthor:: Tsuyoshi Hombashi <[email protected]>
3
+ """
4
+
5
+ import re
6
+ from typing import Sequence
7
+
8
+ from ._common import ascii_symbols, to_str, unprintable_ascii_chars
9
+ from .error import InvalidCharError
10
+
11
+
12
+ __RE_SYMBOL = re.compile(
13
+ "[{}]".format(re.escape("".join(ascii_symbols + unprintable_ascii_chars))), re.UNICODE
14
+ )
15
+
16
+
17
+ def validate_symbol(text: str) -> None:
18
+ """
19
+ Verifying whether symbol(s) included in the ``text`` or not.
20
+
21
+ Args:
22
+ text:
23
+ Input text to validate.
24
+
25
+ Raises:
26
+ ValidationError (ErrorReason.INVALID_CHARACTER):
27
+ If symbol(s) included in the ``text``.
28
+ """
29
+
30
+ match_list = __RE_SYMBOL.findall(to_str(text))
31
+ if match_list:
32
+ raise InvalidCharError(f"invalid symbols found: {match_list}")
33
+
34
+
35
+ def replace_symbol(
36
+ text: str,
37
+ replacement_text: str = "",
38
+ exclude_symbols: Sequence[str] = [],
39
+ is_replace_consecutive_chars: bool = False,
40
+ is_strip: bool = False,
41
+ ) -> str:
42
+ """
43
+ Replace all of the symbols in the ``text``.
44
+
45
+ Args:
46
+ text:
47
+ Input text.
48
+ replacement_text:
49
+ Replacement text.
50
+ exclude_symbols:
51
+ Symbols that exclude from the replacement.
52
+ is_replace_consecutive_chars:
53
+ If |True|, replace consecutive multiple ``replacement_text`` characters
54
+ to a single character.
55
+ is_strip:
56
+ If |True|, strip ``replacement_text`` from the beginning/end of the replacement text.
57
+
58
+ Returns:
59
+ A replacement string.
60
+
61
+ Example:
62
+
63
+ :ref:`example-sanitize-symbol`
64
+ """
65
+
66
+ if exclude_symbols:
67
+ regexp = re.compile(
68
+ "[{}]".format(
69
+ re.escape(
70
+ "".join(set(ascii_symbols + unprintable_ascii_chars) - set(exclude_symbols))
71
+ )
72
+ ),
73
+ re.UNICODE,
74
+ )
75
+ else:
76
+ regexp = __RE_SYMBOL
77
+
78
+ try:
79
+ new_text = regexp.sub(replacement_text, to_str(text))
80
+ except TypeError:
81
+ raise TypeError("text must be a string")
82
+
83
+ if not replacement_text:
84
+ return new_text
85
+
86
+ if is_replace_consecutive_chars:
87
+ new_text = re.sub(f"{re.escape(replacement_text)}+", replacement_text, new_text)
88
+
89
+ if is_strip:
90
+ new_text = new_text.strip(replacement_text)
91
+
92
+ return new_text