End of training
Browse files- README.md +65 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- dap_multiplexer.35a0f9cc108d.root.log.INFO.20240703-025558.109 +22 -0
- dap_multiplexer.INFO +22 -0
- initgoogle_syslog_dir.0/unknown +0 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-025624.266 +29 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-025649.408 +7 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-025649.414 +29 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-025809.759 +7 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-025809.776 +29 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-030003.1267 +29 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-030022.1369 +7 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-030022.1381 +124 -0
- language_service.35a0f9cc108d.root.log.INFO.20240703-051802.36003 +56 -0
- language_service.INFO +56 -0
- merges.txt +0 -0
- runs/Jul03_03-01-49_35a0f9cc108d/events.out.tfevents.1719975750.35a0f9cc108d.213.0 +3 -0
- runs/Jul03_03-12-50_35a0f9cc108d/events.out.tfevents.1719976384.35a0f9cc108d.213.1 +3 -0
- special_tokens_map.json +6 -0
- tmpmhv6bb85/__pycache__/_remote_module_non_scriptable.cpython-310.pyc +0 -0
- tmpmhv6bb85/_remote_module_non_scriptable.py +81 -0
- tokenizer.json +0 -0
- tokenizer_config.json +20 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: distilbert/distilgpt2
|
3 |
+
library_name: peft
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: tmp
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# tmp
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [distilbert/distilgpt2](https://huggingface.co/distilbert/distilgpt2) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.2922
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 5
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
52 |
+
| 2.5623 | 1.0 | 2337 | 2.3956 |
|
53 |
+
| 2.4776 | 2.0 | 4674 | 2.3410 |
|
54 |
+
| 2.4591 | 3.0 | 7011 | 2.3128 |
|
55 |
+
| 2.445 | 4.0 | 9348 | 2.2974 |
|
56 |
+
| 2.4492 | 5.0 | 11685 | 2.2922 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- PEFT 0.11.1
|
62 |
+
- Transformers 4.41.2
|
63 |
+
- Pytorch 2.3.0+cu121
|
64 |
+
- Datasets 2.20.0
|
65 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "distilbert/distilgpt2",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"c_attn"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69861cea848ec625e446ade9911845cfb0de146f7d028f2d7d32099580d57552
|
3 |
+
size 1181192
|
dap_multiplexer.35a0f9cc108d.root.log.INFO.20240703-025558.109
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:55:58
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 02:55:58.336996 1 log_spam.go:43] Process id 109
|
9 |
+
I0703 02:55:58.337806 1 log_spam.go:47] Current working directory /
|
10 |
+
I0703 02:55:58.337816 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 02:55:58.337851 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 02:55:58.337855 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 02:55:58.337860 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
22 |
+
I0703 02:55:58.337864 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_2o0dt1z3m4'
|
dap_multiplexer.INFO
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:55:58
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 02:55:58.336996 1 log_spam.go:43] Process id 109
|
9 |
+
I0703 02:55:58.337806 1 log_spam.go:47] Current working directory /
|
10 |
+
I0703 02:55:58.337816 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 02:55:58.337851 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 02:55:58.337855 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 02:55:58.337860 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
22 |
+
I0703 02:55:58.337864 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_2o0dt1z3m4'
|
initgoogle_syslog_dir.0/unknown
ADDED
File without changes
|
language_service.35a0f9cc108d.root.log.INFO.20240703-025624.266
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:56:24
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 02:56:24.170786 1 log_spam.go:43] Process id 266
|
9 |
+
I0703 02:56:24.171400 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 02:56:24.171415 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 02:56:24.171461 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 02:56:24.171467 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 02:56:24.171472 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 02:56:24.171475 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 02:56:24.171477 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 02:56:24.171479 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 02:56:24.171481 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 02:56:24.171483 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 02:56:24.171485 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 02:56:24.171486 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 02:56:24.171488 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:68757ee3713ab85ff901ebce623f936f01f075ac28'
|
language_service.35a0f9cc108d.root.log.INFO.20240703-025649.408
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:56:49
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.35a0f9cc108d.root.log.INFO.20240703-025649.414
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:56:49
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 02:56:49.828372 1 log_spam.go:43] Process id 414
|
9 |
+
I0703 02:56:49.833084 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 02:56:49.833109 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 02:56:49.833175 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 02:56:49.833184 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 02:56:49.833223 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 02:56:49.833228 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 02:56:49.833231 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 02:56:49.833234 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 02:56:49.833237 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 02:56:49.833245 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 02:56:49.833248 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 02:56:49.833251 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 02:56:49.833255 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:f4217f152068d8e2db990ca0dfe0373eb11b2c4ed9'
|
language_service.35a0f9cc108d.root.log.INFO.20240703-025809.759
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:58:09
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.35a0f9cc108d.root.log.INFO.20240703-025809.776
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 02:58:09
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 02:58:09.289271 1 log_spam.go:43] Process id 776
|
9 |
+
I0703 02:58:09.289890 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 02:58:09.289904 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 02:58:09.289982 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 02:58:09.290029 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 02:58:09.290034 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 02:58:09.290045 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 02:58:09.290048 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 02:58:09.290052 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 02:58:09.290055 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 02:58:09.290058 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 02:58:09.290062 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 02:58:09.290065 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 02:58:09.290069 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:cf1e1b04c1edc36f5ef4c6dd6b9892423e00171fb5'
|
language_service.35a0f9cc108d.root.log.INFO.20240703-030003.1267
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 03:00:03
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 03:00:03.034075 1 log_spam.go:43] Process id 1267
|
9 |
+
I0703 03:00:03.034407 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 03:00:03.034413 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 03:00:03.034431 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 03:00:03.034434 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 03:00:03.034437 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 03:00:03.034439 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 03:00:03.034441 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 03:00:03.034443 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 03:00:03.034444 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 03:00:03.034446 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 03:00:03.034447 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 03:00:03.034449 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 03:00:03.034450 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:7619c537791dd471d88cbdb3d8f2e8c20508c6ca7b'
|
language_service.35a0f9cc108d.root.log.INFO.20240703-030022.1369
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 03:00:22
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
language_service.35a0f9cc108d.root.log.INFO.20240703-030022.1381
ADDED
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 03:00:22
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 03:00:22.265655 1 log_spam.go:43] Process id 1381
|
9 |
+
I0703 03:00:22.266089 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 03:00:22.266101 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 03:00:22.266153 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 03:00:22.266158 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 03:00:22.266162 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 03:00:22.266173 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 03:00:22.266176 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 03:00:22.266180 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 03:00:22.266184 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 03:00:22.266365 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 03:00:22.266370 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 03:00:22.266374 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 03:00:22.266377 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:911441375a9304c373eed6a481d318ff8879a27d57'
|
30 |
+
I0703 03:00:29.317331 30 ls.go:1237] cancel was requested for: 2, needs to be canceled: false
|
31 |
+
I0703 03:00:32.506523 30 ls.go:1237] cancel was requested for: 4, needs to be canceled: false
|
32 |
+
I0703 03:01:28.248788 30 ls.go:1237] cancel was requested for: 18, needs to be canceled: false
|
33 |
+
I0703 03:01:45.374800 30 ls.go:1237] cancel was requested for: 20, needs to be canceled: false
|
34 |
+
I0703 03:01:45.794817 30 ls.go:1237] cancel was requested for: 21, needs to be canceled: false
|
35 |
+
I0703 03:01:46.187797 30 ls.go:1237] cancel was requested for: 22, needs to be canceled: false
|
36 |
+
I0703 03:01:52.980562 30 ls.go:1237] cancel was requested for: 29, needs to be canceled: false
|
37 |
+
I0703 03:01:53.437134 30 ls.go:1237] cancel was requested for: 31, needs to be canceled: false
|
38 |
+
I0703 03:01:53.439612 30 ls.go:1237] cancel was requested for: 32, needs to be canceled: false
|
39 |
+
I0703 03:01:53.439650 30 ls.go:1237] cancel was requested for: 33, needs to be canceled: false
|
40 |
+
I0703 03:01:56.911913 30 ls.go:1237] cancel was requested for: 36, needs to be canceled: false
|
41 |
+
I0703 03:02:03.487120 30 ls.go:1237] cancel was requested for: 38, needs to be canceled: false
|
42 |
+
I0703 03:02:17.353387 30 ls.go:1237] cancel was requested for: 40, needs to be canceled: false
|
43 |
+
I0703 03:02:18.132020 30 ls.go:1237] cancel was requested for: 43, needs to be canceled: false
|
44 |
+
I0703 03:02:18.435144 30 ls.go:1237] cancel was requested for: 44, needs to be canceled: false
|
45 |
+
I0703 03:02:18.936326 30 ls.go:1237] cancel was requested for: 45, needs to be canceled: false
|
46 |
+
I0703 03:02:21.150294 30 ls.go:1237] cancel was requested for: 46, needs to be canceled: false
|
47 |
+
I0703 03:02:22.098805 30 ls.go:1237] cancel was requested for: 49, needs to be canceled: false
|
48 |
+
I0703 03:02:22.362630 30 ls.go:1237] cancel was requested for: 51, needs to be canceled: false
|
49 |
+
I0703 03:02:25.301140 30 ls.go:1237] cancel was requested for: 52, needs to be canceled: false
|
50 |
+
I0703 03:02:27.130397 30 ls.go:1237] cancel was requested for: 56, needs to be canceled: false
|
51 |
+
I0703 03:07:46.931353 30 ls.go:1237] cancel was requested for: 62, needs to be canceled: false
|
52 |
+
I0703 03:07:47.133267 30 ls.go:1237] cancel was requested for: 63, needs to be canceled: false
|
53 |
+
I0703 03:07:47.813328 30 ls.go:1237] cancel was requested for: 65, needs to be canceled: false
|
54 |
+
I0703 03:07:47.826306 30 ls.go:1237] cancel was requested for: 66, needs to be canceled: false
|
55 |
+
I0703 03:07:47.830690 30 ls.go:1237] cancel was requested for: 67, needs to be canceled: false
|
56 |
+
I0703 03:12:13.375839 30 ls.go:1237] cancel was requested for: 74, needs to be canceled: false
|
57 |
+
I0703 03:12:14.563044 30 ls.go:1237] cancel was requested for: 76, needs to be canceled: false
|
58 |
+
I0703 03:12:15.815422 30 ls.go:1237] cancel was requested for: 79, needs to be canceled: false
|
59 |
+
I0703 03:12:16.591128 30 ls.go:1237] cancel was requested for: 80, needs to be canceled: false
|
60 |
+
I0703 03:12:16.947678 30 ls.go:1237] cancel was requested for: 82, needs to be canceled: false
|
61 |
+
I0703 03:12:17.083716 30 ls.go:1237] cancel was requested for: 83, needs to be canceled: false
|
62 |
+
I0703 03:12:18.050541 30 ls.go:1237] cancel was requested for: 84, needs to be canceled: false
|
63 |
+
I0703 03:12:29.923386 30 ls.go:1237] cancel was requested for: 92, needs to be canceled: false
|
64 |
+
I0703 03:12:29.923491 30 ls.go:1237] cancel was requested for: 87, needs to be canceled: false
|
65 |
+
I0703 03:19:49.271759 30 ls.go:1237] cancel was requested for: 99, needs to be canceled: false
|
66 |
+
I0703 03:20:38.235034 30 ls.go:1237] cancel was requested for: 100, needs to be canceled: false
|
67 |
+
I0703 03:21:27.226502 30 ls.go:1237] cancel was requested for: 101, needs to be canceled: false
|
68 |
+
I0703 03:21:27.597320 30 ls.go:1237] cancel was requested for: 102, needs to be canceled: false
|
69 |
+
I0703 04:42:39.728761 30 ls.go:1237] cancel was requested for: 104, needs to be canceled: false
|
70 |
+
I0703 04:44:37.431076 30 ls.go:1237] cancel was requested for: 107, needs to be canceled: false
|
71 |
+
I0703 04:44:38.563437 30 ls.go:1237] cancel was requested for: 109, needs to be canceled: false
|
72 |
+
I0703 04:44:39.351491 30 ls.go:1237] cancel was requested for: 110, needs to be canceled: false
|
73 |
+
I0703 04:44:39.593016 30 ls.go:1237] cancel was requested for: 111, needs to be canceled: false
|
74 |
+
I0703 04:44:42.359275 30 ls.go:1237] cancel was requested for: 114, needs to be canceled: false
|
75 |
+
I0703 04:44:44.222884 30 ls.go:1237] cancel was requested for: 117, needs to be canceled: false
|
76 |
+
I0703 04:44:44.323694 30 ls.go:1237] cancel was requested for: 119, needs to be canceled: false
|
77 |
+
I0703 04:44:45.267131 30 ls.go:1237] cancel was requested for: 120, needs to be canceled: false
|
78 |
+
I0703 04:44:46.747377 30 ls.go:1237] cancel was requested for: 122, needs to be canceled: false
|
79 |
+
I0703 04:44:47.919065 30 ls.go:1237] cancel was requested for: 125, needs to be canceled: false
|
80 |
+
I0703 04:44:48.864856 30 ls.go:1237] cancel was requested for: 129, needs to be canceled: false
|
81 |
+
I0703 04:44:49.675543 30 ls.go:1237] cancel was requested for: 130, needs to be canceled: false
|
82 |
+
I0703 04:44:51.915666 30 ls.go:1237] cancel was requested for: 134, needs to be canceled: false
|
83 |
+
I0703 04:44:55.559491 30 ls.go:1237] cancel was requested for: 138, needs to be canceled: false
|
84 |
+
I0703 04:44:58.251943 30 ls.go:1237] cancel was requested for: 140, needs to be canceled: false
|
85 |
+
I0703 04:44:59.927759 30 ls.go:1237] cancel was requested for: 144, needs to be canceled: false
|
86 |
+
I0703 04:45:02.611217 30 ls.go:1237] cancel was requested for: 141, needs to be canceled: false
|
87 |
+
I0703 04:45:02.611495 30 ls.go:1237] cancel was requested for: 147, needs to be canceled: false
|
88 |
+
I0703 04:45:03.447077 30 ls.go:1237] cancel was requested for: 149, needs to be canceled: false
|
89 |
+
I0703 04:45:03.731528 30 ls.go:1237] cancel was requested for: 151, needs to be canceled: false
|
90 |
+
I0703 04:45:07.177331 30 ls.go:1237] cancel was requested for: 152, needs to be canceled: false
|
91 |
+
I0703 04:45:07.847599 30 ls.go:1237] cancel was requested for: 153, needs to be canceled: false
|
92 |
+
I0703 04:50:11.539087 30 ls.go:1237] cancel was requested for: 155, needs to be canceled: false
|
93 |
+
I0703 04:50:13.703759 30 ls.go:1237] cancel was requested for: 156, needs to be canceled: false
|
94 |
+
I0703 04:52:31.655481 30 ls.go:1237] cancel was requested for: 157, needs to be canceled: false
|
95 |
+
I0703 04:52:32.059282 30 ls.go:1237] cancel was requested for: 158, needs to be canceled: false
|
96 |
+
I0703 04:52:32.283411 30 ls.go:1237] cancel was requested for: 159, needs to be canceled: false
|
97 |
+
I0703 04:52:33.891196 30 ls.go:1237] cancel was requested for: 161, needs to be canceled: false
|
98 |
+
I0703 04:52:34.243302 30 ls.go:1237] cancel was requested for: 162, needs to be canceled: false
|
99 |
+
I0703 04:52:56.539418 30 ls.go:1237] cancel was requested for: 183, needs to be canceled: false
|
100 |
+
I0703 04:53:01.400803 30 ls.go:1237] cancel was requested for: 188, needs to be canceled: false
|
101 |
+
I0703 04:53:17.911306 30 ls.go:1237] cancel was requested for: 203, needs to be canceled: false
|
102 |
+
I0703 04:53:20.739383 30 ls.go:1237] cancel was requested for: 205, needs to be canceled: false
|
103 |
+
I0703 04:53:34.892221 30 ls.go:1237] cancel was requested for: 209, needs to be canceled: false
|
104 |
+
I0703 04:53:37.595594 30 ls.go:1237] cancel was requested for: 213, needs to be canceled: false
|
105 |
+
I0703 04:53:38.076446 30 ls.go:1237] cancel was requested for: 215, needs to be canceled: false
|
106 |
+
I0703 04:53:38.667538 30 ls.go:1237] cancel was requested for: 216, needs to be canceled: false
|
107 |
+
I0703 04:53:39.024478 30 ls.go:1237] cancel was requested for: 217, needs to be canceled: false
|
108 |
+
I0703 04:53:40.728347 30 ls.go:1237] cancel was requested for: 220, needs to be canceled: false
|
109 |
+
I0703 04:53:40.728451 30 ls.go:1237] cancel was requested for: 221, needs to be canceled: false
|
110 |
+
I0703 04:53:42.976531 30 ls.go:1237] cancel was requested for: 225, needs to be canceled: false
|
111 |
+
I0703 04:53:43.096552 30 ls.go:1237] cancel was requested for: 226, needs to be canceled: false
|
112 |
+
I0703 04:53:43.803419 30 ls.go:1237] cancel was requested for: 228, needs to be canceled: false
|
113 |
+
I0703 05:03:49.271260 30 ls.go:1237] cancel was requested for: 232, needs to be canceled: false
|
114 |
+
I0703 05:11:52.451687 30 ls.go:1237] cancel was requested for: 252, needs to be canceled: false
|
115 |
+
I0703 05:12:35.529065 30 ls.go:1237] cancel was requested for: 260, needs to be canceled: false
|
116 |
+
I0703 05:12:44.127380 30 ls.go:1237] cancel was requested for: 270, needs to be canceled: false
|
117 |
+
I0703 05:12:46.742204 30 ls.go:1237] cancel was requested for: 273, needs to be canceled: false
|
118 |
+
I0703 05:12:56.483289 30 ls.go:1237] cancel was requested for: 278, needs to be canceled: false
|
119 |
+
I0703 05:12:58.138912 30 ls.go:1237] cancel was requested for: 281, needs to be canceled: false
|
120 |
+
I0703 05:13:00.647663 30 ls.go:1237] cancel was requested for: 284, needs to be canceled: false
|
121 |
+
I0703 05:13:23.179100 30 ls.go:1237] cancel was requested for: 285, needs to be canceled: false
|
122 |
+
I0703 05:13:44.839152 30 ls.go:1237] cancel was requested for: 293, needs to be canceled: false
|
123 |
+
I0703 05:14:27.351589 30 ls.go:1237] cancel was requested for: 299, needs to be canceled: false
|
124 |
+
I0703 05:15:23.715571 30 ls.go:1237] cancel was requested for: 311, needs to be canceled: false
|
language_service.35a0f9cc108d.root.log.INFO.20240703-051802.36003
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 05:18:02
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 05:18:02.243080 1 log_spam.go:43] Process id 36003
|
9 |
+
I0703 05:18:02.243557 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 05:18:02.243564 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 05:18:02.243595 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 05:18:02.243598 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 05:18:02.243600 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 05:18:02.243603 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 05:18:02.243604 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 05:18:02.243606 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 05:18:02.243608 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 05:18:02.243609 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 05:18:02.243625 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 05:18:02.243626 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 05:18:02.243628 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:5e46ffc0980282dddec83d1d8b90a7088e99708e53'
|
30 |
+
I0703 05:19:07.157988 18 ls.go:1237] cancel was requested for: 8, needs to be canceled: false
|
31 |
+
I0703 05:21:04.369271 18 ls.go:1237] cancel was requested for: 14, needs to be canceled: false
|
32 |
+
I0703 05:21:04.402402 18 ls.go:1237] cancel was requested for: 15, needs to be canceled: false
|
33 |
+
I0703 05:21:09.706482 18 ls.go:1237] cancel was requested for: 20, needs to be canceled: false
|
34 |
+
I0703 05:21:32.045748 18 ls.go:1237] cancel was requested for: 27, needs to be canceled: false
|
35 |
+
I0703 05:21:32.046012 18 ls.go:1237] cancel was requested for: 28, needs to be canceled: false
|
36 |
+
I0703 05:21:32.413116 18 ls.go:1237] cancel was requested for: 29, needs to be canceled: false
|
37 |
+
I0703 05:21:32.413392 18 ls.go:1237] cancel was requested for: 30, needs to be canceled: false
|
38 |
+
I0703 05:21:32.821849 18 ls.go:1237] cancel was requested for: 31, needs to be canceled: false
|
39 |
+
I0703 05:21:32.822099 18 ls.go:1237] cancel was requested for: 32, needs to be canceled: false
|
40 |
+
I0703 05:21:32.822347 18 ls.go:1237] cancel was requested for: 33, needs to be canceled: false
|
41 |
+
I0703 05:21:32.822597 18 ls.go:1237] cancel was requested for: 34, needs to be canceled: false
|
42 |
+
I0703 05:21:33.177203 18 ls.go:1237] cancel was requested for: 35, needs to be canceled: false
|
43 |
+
I0703 05:21:33.177471 18 ls.go:1237] cancel was requested for: 36, needs to be canceled: false
|
44 |
+
I0703 05:21:39.943596 18 ls.go:1237] cancel was requested for: 42, needs to be canceled: false
|
45 |
+
I0703 05:21:39.943653 18 ls.go:1237] cancel was requested for: 43, needs to be canceled: false
|
46 |
+
I0703 05:21:39.943872 18 ls.go:1237] cancel was requested for: 44, needs to be canceled: false
|
47 |
+
I0703 05:21:39.944068 18 ls.go:1237] cancel was requested for: 45, needs to be canceled: false
|
48 |
+
I0703 05:21:40.322137 18 ls.go:1237] cancel was requested for: 46, needs to be canceled: false
|
49 |
+
I0703 05:21:40.322219 18 ls.go:1237] cancel was requested for: 47, needs to be canceled: false
|
50 |
+
I0703 05:21:40.526931 18 ls.go:1237] cancel was requested for: 49, needs to be canceled: false
|
51 |
+
I0703 05:22:28.226045 18 ls.go:1237] cancel was requested for: 58, needs to be canceled: false
|
52 |
+
I0703 05:22:29.606100 18 ls.go:1237] cancel was requested for: 61, needs to be canceled: false
|
53 |
+
I0703 05:22:30.238025 18 ls.go:1237] cancel was requested for: 62, needs to be canceled: false
|
54 |
+
I0703 05:22:31.149799 18 ls.go:1237] cancel was requested for: 59, needs to be canceled: false
|
55 |
+
I0703 05:22:35.078398 18 ls.go:1237] cancel was requested for: 64, needs to be canceled: false
|
56 |
+
I0703 05:26:08.757158 18 ls.go:1237] cancel was requested for: 100, needs to be canceled: false
|
language_service.INFO
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Log file created at: 2024/07/03 05:18:02
|
2 |
+
Running on machine: 35a0f9cc108d
|
3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
4 |
+
Binary: Built at redacted@redacted:.
|
5 |
+
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
6 |
+
Previous log: <none>
|
7 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
8 |
+
I0703 05:18:02.243080 1 log_spam.go:43] Process id 36003
|
9 |
+
I0703 05:18:02.243557 1 log_spam.go:47] Current working directory /datalab/web
|
10 |
+
I0703 05:18:02.243564 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
11 |
+
I0703 05:18:02.243595 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
12 |
+
at redacted@redacted:.
|
13 |
+
as unknown
|
14 |
+
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
|
15 |
+
from changelist 0 in a unknown client based on redacted
|
16 |
+
Build tool: unknown
|
17 |
+
Build target: unknown
|
18 |
+
Build id: unknown
|
19 |
+
Built with PGO profile: unknown
|
20 |
+
I0703 05:18:02.243598 1 log_spam.go:51] Command line arguments:
|
21 |
+
I0703 05:18:02.243600 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
22 |
+
I0703 05:18:02.243603 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
23 |
+
I0703 05:18:02.243604 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
24 |
+
I0703 05:18:02.243606 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
25 |
+
I0703 05:18:02.243608 1 log_spam.go:53] argv[4]: '--'
|
26 |
+
I0703 05:18:02.243609 1 log_spam.go:53] argv[5]: 'node'
|
27 |
+
I0703 05:18:02.243625 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
28 |
+
I0703 05:18:02.243626 1 log_spam.go:53] argv[7]: '--stdio'
|
29 |
+
I0703 05:18:02.243628 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:5e46ffc0980282dddec83d1d8b90a7088e99708e53'
|
30 |
+
I0703 05:19:07.157988 18 ls.go:1237] cancel was requested for: 8, needs to be canceled: false
|
31 |
+
I0703 05:21:04.369271 18 ls.go:1237] cancel was requested for: 14, needs to be canceled: false
|
32 |
+
I0703 05:21:04.402402 18 ls.go:1237] cancel was requested for: 15, needs to be canceled: false
|
33 |
+
I0703 05:21:09.706482 18 ls.go:1237] cancel was requested for: 20, needs to be canceled: false
|
34 |
+
I0703 05:21:32.045748 18 ls.go:1237] cancel was requested for: 27, needs to be canceled: false
|
35 |
+
I0703 05:21:32.046012 18 ls.go:1237] cancel was requested for: 28, needs to be canceled: false
|
36 |
+
I0703 05:21:32.413116 18 ls.go:1237] cancel was requested for: 29, needs to be canceled: false
|
37 |
+
I0703 05:21:32.413392 18 ls.go:1237] cancel was requested for: 30, needs to be canceled: false
|
38 |
+
I0703 05:21:32.821849 18 ls.go:1237] cancel was requested for: 31, needs to be canceled: false
|
39 |
+
I0703 05:21:32.822099 18 ls.go:1237] cancel was requested for: 32, needs to be canceled: false
|
40 |
+
I0703 05:21:32.822347 18 ls.go:1237] cancel was requested for: 33, needs to be canceled: false
|
41 |
+
I0703 05:21:32.822597 18 ls.go:1237] cancel was requested for: 34, needs to be canceled: false
|
42 |
+
I0703 05:21:33.177203 18 ls.go:1237] cancel was requested for: 35, needs to be canceled: false
|
43 |
+
I0703 05:21:33.177471 18 ls.go:1237] cancel was requested for: 36, needs to be canceled: false
|
44 |
+
I0703 05:21:39.943596 18 ls.go:1237] cancel was requested for: 42, needs to be canceled: false
|
45 |
+
I0703 05:21:39.943653 18 ls.go:1237] cancel was requested for: 43, needs to be canceled: false
|
46 |
+
I0703 05:21:39.943872 18 ls.go:1237] cancel was requested for: 44, needs to be canceled: false
|
47 |
+
I0703 05:21:39.944068 18 ls.go:1237] cancel was requested for: 45, needs to be canceled: false
|
48 |
+
I0703 05:21:40.322137 18 ls.go:1237] cancel was requested for: 46, needs to be canceled: false
|
49 |
+
I0703 05:21:40.322219 18 ls.go:1237] cancel was requested for: 47, needs to be canceled: false
|
50 |
+
I0703 05:21:40.526931 18 ls.go:1237] cancel was requested for: 49, needs to be canceled: false
|
51 |
+
I0703 05:22:28.226045 18 ls.go:1237] cancel was requested for: 58, needs to be canceled: false
|
52 |
+
I0703 05:22:29.606100 18 ls.go:1237] cancel was requested for: 61, needs to be canceled: false
|
53 |
+
I0703 05:22:30.238025 18 ls.go:1237] cancel was requested for: 62, needs to be canceled: false
|
54 |
+
I0703 05:22:31.149799 18 ls.go:1237] cancel was requested for: 59, needs to be canceled: false
|
55 |
+
I0703 05:22:35.078398 18 ls.go:1237] cancel was requested for: 64, needs to be canceled: false
|
56 |
+
I0703 05:26:08.757158 18 ls.go:1237] cancel was requested for: 100, needs to be canceled: false
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/Jul03_03-01-49_35a0f9cc108d/events.out.tfevents.1719975750.35a0f9cc108d.213.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be711323328ed857b2a3f8edc0a187b0ff29b39fd2cce3cfd427afbc3cfa41fc
|
3 |
+
size 5821
|
runs/Jul03_03-12-50_35a0f9cc108d/events.out.tfevents.1719976384.35a0f9cc108d.213.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c8654f561aba44910035ffef91b070f9ca6661b0bd4b035b8b7f3743e5d3d48
|
3 |
+
size 11963
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"pad_token": "<|endoftext|>",
|
5 |
+
"unk_token": "<|endoftext|>"
|
6 |
+
}
|
tmpmhv6bb85/__pycache__/_remote_module_non_scriptable.cpython-310.pyc
ADDED
Binary file (1.5 kB). View file
|
|
tmpmhv6bb85/_remote_module_non_scriptable.py
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import *
|
2 |
+
|
3 |
+
import torch
|
4 |
+
import torch.distributed.rpc as rpc
|
5 |
+
from torch import Tensor
|
6 |
+
from torch._jit_internal import Future
|
7 |
+
from torch.distributed.rpc import RRef
|
8 |
+
from typing import Tuple # pyre-ignore: unused import
|
9 |
+
|
10 |
+
|
11 |
+
module_interface_cls = None
|
12 |
+
|
13 |
+
|
14 |
+
def forward_async(self, *args, **kwargs):
|
15 |
+
args = (self.module_rref, self.device, self.is_device_map_set, *args)
|
16 |
+
kwargs = {**kwargs}
|
17 |
+
return rpc.rpc_async(
|
18 |
+
self.module_rref.owner(),
|
19 |
+
_remote_forward,
|
20 |
+
args,
|
21 |
+
kwargs,
|
22 |
+
)
|
23 |
+
|
24 |
+
|
25 |
+
def forward(self, *args, **kwargs):
|
26 |
+
args = (self.module_rref, self.device, self.is_device_map_set, *args)
|
27 |
+
kwargs = {**kwargs}
|
28 |
+
ret_fut = rpc.rpc_async(
|
29 |
+
self.module_rref.owner(),
|
30 |
+
_remote_forward,
|
31 |
+
args,
|
32 |
+
kwargs,
|
33 |
+
)
|
34 |
+
return ret_fut.wait()
|
35 |
+
|
36 |
+
|
37 |
+
_generated_methods = [
|
38 |
+
forward_async,
|
39 |
+
forward,
|
40 |
+
]
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
def _remote_forward(
|
46 |
+
module_rref: RRef[module_interface_cls], device: str, is_device_map_set: bool, *args, **kwargs):
|
47 |
+
module = module_rref.local_value()
|
48 |
+
device = torch.device(device)
|
49 |
+
|
50 |
+
if device.type != "cuda":
|
51 |
+
return module.forward(*args, **kwargs)
|
52 |
+
|
53 |
+
# If the module is on a cuda device,
|
54 |
+
# move any CPU tensor in args or kwargs to the same cuda device.
|
55 |
+
# Since torch script does not support generator expression,
|
56 |
+
# have to use concatenation instead of
|
57 |
+
# ``tuple(i.to(device) if isinstance(i, Tensor) else i for i in *args)``.
|
58 |
+
args = (*args,)
|
59 |
+
out_args: Tuple[()] = ()
|
60 |
+
for arg in args:
|
61 |
+
arg = (arg.to(device),) if isinstance(arg, Tensor) else (arg,)
|
62 |
+
out_args = out_args + arg
|
63 |
+
|
64 |
+
kwargs = {**kwargs}
|
65 |
+
for k, v in kwargs.items():
|
66 |
+
if isinstance(v, Tensor):
|
67 |
+
kwargs[k] = kwargs[k].to(device)
|
68 |
+
|
69 |
+
if is_device_map_set:
|
70 |
+
return module.forward(*out_args, **kwargs)
|
71 |
+
|
72 |
+
# If the device map is empty, then only CPU tensors are allowed to send over wire,
|
73 |
+
# so have to move any GPU tensor to CPU in the output.
|
74 |
+
# Since torch script does not support generator expression,
|
75 |
+
# have to use concatenation instead of
|
76 |
+
# ``tuple(i.cpu() if isinstance(i, Tensor) else i for i in module.forward(*out_args, **kwargs))``.
|
77 |
+
ret: Tuple[()] = ()
|
78 |
+
for i in module.forward(*out_args, **kwargs):
|
79 |
+
i = (i.cpu(),) if isinstance(i, Tensor) else (i,)
|
80 |
+
ret = ret + i
|
81 |
+
return ret
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"50256": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"bos_token": "<|endoftext|>",
|
14 |
+
"clean_up_tokenization_spaces": true,
|
15 |
+
"eos_token": "<|endoftext|>",
|
16 |
+
"model_max_length": 1024,
|
17 |
+
"pad_token": "<|endoftext|>",
|
18 |
+
"tokenizer_class": "GPT2Tokenizer",
|
19 |
+
"unk_token": "<|endoftext|>"
|
20 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1601887516dd207ea3d45428aba5b140bc08face2ce8467c932a0fa5602234ca
|
3 |
+
size 5304
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|