Text Generation
Transformers
TensorBoard
Safetensors
gpt_neox
Generated from Trainer
trl
sft
text-generation-inference
Instructions to use chardizard/Pythia410mRE-WILD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chardizard/Pythia410mRE-WILD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="chardizard/Pythia410mRE-WILD")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("chardizard/Pythia410mRE-WILD") model = AutoModelForCausalLM.from_pretrained("chardizard/Pythia410mRE-WILD") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use chardizard/Pythia410mRE-WILD with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "chardizard/Pythia410mRE-WILD" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "chardizard/Pythia410mRE-WILD", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/chardizard/Pythia410mRE-WILD
- SGLang
How to use chardizard/Pythia410mRE-WILD with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "chardizard/Pythia410mRE-WILD" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "chardizard/Pythia410mRE-WILD", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "chardizard/Pythia410mRE-WILD" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "chardizard/Pythia410mRE-WILD", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use chardizard/Pythia410mRE-WILD with Docker Model Runner:
docker model run hf.co/chardizard/Pythia410mRE-WILD
Training in progress, step 500
Browse files- config.json +31 -0
- dap_multiplexer.INFO +22 -0
- dap_multiplexer.f63b1d7fa3fb.root.log.INFO.20250506-174255.132 +22 -0
- directoryprefetcher_binary.INFO +22 -0
- directoryprefetcher_binary.f63b1d7fa3fb.root.log.INFO.20250506-174753.1740 +22 -0
- drive.ERROR +25 -0
- drive.INFO +49 -0
- drive.WARNING +25 -0
- drive.f63b1d7fa3fb.root.log.ERROR.20250506-174748.1567 +10 -0
- drive.f63b1d7fa3fb.root.log.ERROR.20250506-174752.1660 +25 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1556 +24 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1567 +32 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1556 +26 -0
- drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1660 +49 -0
- drive.f63b1d7fa3fb.root.log.WARNING.20250506-174748.1567 +10 -0
- drive.f63b1d7fa3fb.root.log.WARNING.20250506-174752.1660 +25 -0
- initgoogle_syslog_dir.0/__research_colab_dap_multiplexer:dap_multiplexer +0 -0
- initgoogle_syslog_dir.0/__research_colab_datalab_directoryprefetcher:directoryprefetcher_binary +0 -0
- initgoogle_syslog_dir.0/__research_colab_datalab_kernel_manager_proxy:kernel_manager_proxy +0 -0
- initgoogle_syslog_dir.0/__research_colab_datalab_language_service:language_service +0 -0
- language_service.INFO +32 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-174519.798 +29 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1217 +7 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1240 +42 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-181801.9660 +29 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-181813.9740 +7 -0
- language_service.f63b1d7fa3fb.root.log.INFO.20250506-181813.9762 +32 -0
- model.safetensors +3 -0
- special_tokens_map.json +23 -0
- tmpd0hvda45/__pycache__/_remote_module_non_scriptable.cpython-311.pyc +0 -0
- tmpd0hvda45/_remote_module_non_scriptable.py +81 -0
- tokenizer.json +0 -0
- tokenizer_config.json +215 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GPTNeoXForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": true,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": 0.1,
|
| 9 |
+
"eos_token_id": 0,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout": 0.0,
|
| 12 |
+
"hidden_size": 1024,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 4096,
|
| 15 |
+
"layer_norm_eps": 1e-05,
|
| 16 |
+
"max_position_embeddings": 2048,
|
| 17 |
+
"model_type": "gpt_neox",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"partial_rotary_factor": 0.25,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 10000,
|
| 23 |
+
"rotary_emb_base": 10000,
|
| 24 |
+
"rotary_pct": 0.25,
|
| 25 |
+
"tie_word_embeddings": false,
|
| 26 |
+
"torch_dtype": "float32",
|
| 27 |
+
"transformers_version": "4.51.3",
|
| 28 |
+
"use_cache": true,
|
| 29 |
+
"use_parallel_residual": true,
|
| 30 |
+
"vocab_size": 50304
|
| 31 |
+
}
|
dap_multiplexer.INFO
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:42:55
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 17:42:55.557560 1 log_spam.go:43] Process id 132
|
| 9 |
+
I0506 17:42:55.558138 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 17:42:55.558148 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:42:55.558186 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:42:55.558194 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:42:55.558198 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 17:42:55.558202 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_1na0ccibl'
|
dap_multiplexer.f63b1d7fa3fb.root.log.INFO.20250506-174255.132
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:42:55
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 17:42:55.557560 1 log_spam.go:43] Process id 132
|
| 9 |
+
I0506 17:42:55.558138 1 log_spam.go:47] Current working directory /
|
| 10 |
+
I0506 17:42:55.558148 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:42:55.558186 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/dap_multiplexer:dap_multiplexer
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/dap_multiplexer:dap_multiplexer
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:42:55.558194 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:42:55.558198 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer'
|
| 22 |
+
I0506 17:42:55.558202 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_1na0ccibl'
|
directoryprefetcher_binary.INFO
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:53
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 17:47:53.366874 1 log_spam.go:43] Process id 1740
|
| 9 |
+
I0506 17:47:53.367202 1 log_spam.go:47] Current working directory /content
|
| 10 |
+
I0506 17:47:53.367209 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:53.367240 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:47:53.367243 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:47:53.367246 1 log_spam.go:53] argv[0]: '/opt/google/drive/directoryprefetcher_binary'
|
| 22 |
+
I0506 17:47:53.367248 1 log_spam.go:53] argv[1]: '-mountpoint=/content/drive'
|
directoryprefetcher_binary.f63b1d7fa3fb.root.log.INFO.20250506-174753.1740
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:53
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 17:47:53.366874 1 log_spam.go:43] Process id 1740
|
| 9 |
+
I0506 17:47:53.367202 1 log_spam.go:47] Current working directory /content
|
| 10 |
+
I0506 17:47:53.367209 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:53.367240 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/directoryprefetcher:directoryprefetcher_binary
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:47:53.367243 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:47:53.367246 1 log_spam.go:53] argv[0]: '/opt/google/drive/directoryprefetcher_binary'
|
| 22 |
+
I0506 17:47:53.367248 1 log_spam.go:53] argv[1]: '-mountpoint=/content/drive'
|
drive.ERROR
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.INFO
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:52.552899 1660 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:52.553212 1660 init_google.cc:842] Process id 1660
|
| 9 |
+
I0506 17:47:52.553231 1660 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:52.553233 1660 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:52.553236 1660 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:52.553237 1660 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:52.553238 1660 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:52.553239 1660 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:52.553240 1660 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:52.553242 1660 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:52.553243 1660 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:52.553244 1660 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:52.553245 1660 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:52.553245 1660 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:52.553252 1660 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:52.553254 1660 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:52.553255 1660 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:52.553256 1660 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:52.553257 1660 init_google.cc:875] argv[5]: '--auto_restart_count=1'
|
| 26 |
+
I0506 17:47:52.553258 1660 init_google.cc:875] argv[6]: '--first_auto_restart_timestamp=326'
|
| 27 |
+
I0506 17:47:52.553259 1660 init_google.cc:875] argv[7]: '--single_process'
|
| 28 |
+
I0506 17:47:52.553260 1660 init_google.cc:875] argv[8]: '--parent_version=106.0.4.0'
|
| 29 |
+
I0506 17:47:52.553727 1660 logger.cc:310] Enabling threaded logging for severity WARNING
|
| 30 |
+
I0506 17:47:52.553912 1660 mlock.cc:219] mlock()-ed 8192 bytes for BuildID, using 2 syscalls.
|
| 31 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 32 |
+
=== Source Location Trace: ===
|
| 33 |
+
apps/drive/cello/util/file_system.cc:497
|
| 34 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 35 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 36 |
+
=== Source Location Trace: ===
|
| 37 |
+
apps/drive/cello/util/file_system.cc:497
|
| 38 |
+
apps/drive/cello/util/file_system.h:355
|
| 39 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 40 |
+
=== Source Location Trace: ===
|
| 41 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 42 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 43 |
+
=== Source Location Trace: ===
|
| 44 |
+
apps/drive/cello/util/file_system.cc:497
|
| 45 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 46 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 47 |
+
=== Source Location Trace: ===
|
| 48 |
+
apps/drive/cello/util/file_system.cc:497
|
| 49 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.WARNING
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.f63b1d7fa3fb.root.log.ERROR.20250506-174748.1567
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:48.625540 1578 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.h:355
|
drive.f63b1d7fa3fb.root.log.ERROR.20250506-174752.1660
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1556
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:48.151545 1556 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:48.155165 1556 init_google.cc:842] Process id 1556
|
| 9 |
+
I0506 17:47:48.155193 1556 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:48.155195 1556 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:48.155199 1556 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:48.155200 1556 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:48.155201 1556 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:48.155220 1556 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:48.155221 1556 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:48.155222 1556 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:48.155223 1556 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:48.155224 1556 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:48.155225 1556 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:48.155226 1556 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:48.155240 1556 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:48.155242 1556 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:48.155243 1556 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:48.155244 1556 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174748.1567
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:48.225097 1567 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:48.225434 1567 init_google.cc:842] Process id 1567
|
| 9 |
+
I0506 17:47:48.225455 1567 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:48.225457 1567 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:48.225461 1567 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:48.225462 1567 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:48.225463 1567 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:48.225464 1567 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:48.225465 1567 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:48.225466 1567 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:48.225467 1567 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:48.225468 1567 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:48.225469 1567 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:48.225470 1567 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:48.225476 1567 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:48.225478 1567 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:48.225479 1567 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:48.225481 1567 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:48.225482 1567 init_google.cc:875] argv[5]: '--single_process'
|
| 26 |
+
I0506 17:47:48.225483 1567 init_google.cc:875] argv[6]: '--parent_version=106.0.4.0'
|
| 27 |
+
I0506 17:47:48.225985 1567 logger.cc:310] Enabling threaded logging for severity WARNING
|
| 28 |
+
I0506 17:47:48.226187 1567 mlock.cc:219] mlock()-ed 8192 bytes for BuildID, using 2 syscalls.
|
| 29 |
+
E0506 17:47:48.625540 1578 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 30 |
+
=== Source Location Trace: ===
|
| 31 |
+
apps/drive/cello/util/file_system.cc:497
|
| 32 |
+
apps/drive/cello/util/file_system.h:355
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1556
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:52.531765 1556 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:52.532068 1556 init_google.cc:842] Process id 1556
|
| 9 |
+
I0506 17:47:52.532088 1556 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:52.532090 1556 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:52.532093 1556 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:52.532094 1556 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:52.532095 1556 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:52.532096 1556 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:52.532097 1556 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:52.532098 1556 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:52.532099 1556 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:52.532100 1556 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:52.532101 1556 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:52.532102 1556 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:52.532110 1556 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:52.532111 1556 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:52.532112 1556 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:52.532113 1556 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:52.532115 1556 init_google.cc:875] argv[5]: '--auto_restart_count=1'
|
| 26 |
+
I0506 17:47:52.532116 1556 init_google.cc:875] argv[6]: '--first_auto_restart_timestamp=326'
|
drive.f63b1d7fa3fb.root.log.INFO.20250506-174752.1660
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
I0506 17:47:52.552899 1660 init_google.cc:760] Linux version 6.1.123+ (builder@78b5818cbf22) (Chromium OS 16.0_pre484197_p20230405-r10 clang version 16.0.0 (/var/tmp/portage/sys-devel/llvm-16.0_pre484197_p20230405-r10/work/llvm-16.0_pre484197_p20230405/clang 2916b99182752b1aece8cc4479d8d6a20b5e02da), LLD 16.0.0) #1 SMP PREEMPT_DYNAMIC Sun Mar 30 16:01:29 UTC 2025
|
| 8 |
+
I0506 17:47:52.553212 1660 init_google.cc:842] Process id 1660
|
| 9 |
+
I0506 17:47:52.553231 1660 init_google.cc:847] Current working directory /content
|
| 10 |
+
I0506 17:47:52.553233 1660 init_google.cc:849] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:47:52.553236 1660 init_google.cc:853] Built on Mar 25 2025 17:45:25 (1742949925)
|
| 12 |
+
I0506 17:47:52.553237 1660 init_google.cc:854] at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 13 |
+
I0506 17:47:52.553238 1660 init_google.cc:855] as //apps/drive/fs:drive_fs
|
| 14 |
+
I0506 17:47:52.553239 1660 init_google.cc:856] for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 15 |
+
I0506 17:47:52.553240 1660 init_google.cc:859] from changelist 740548515 with baseline 736951441 in a mint client based on //depot/branches/drive_fs_release_branch/736951441.1/google3
|
| 16 |
+
I0506 17:47:52.553242 1660 init_google.cc:863] Build label: 106.0.4
|
| 17 |
+
I0506 17:47:52.553243 1660 init_google.cc:865] Build tool: Blaze, release blaze-2025.03.07-1 (mainline @734307892)
|
| 18 |
+
I0506 17:47:52.553244 1660 init_google.cc:866] Build target: blaze-out/k8-opt/bin/apps/drive/fs/drive_fs
|
| 19 |
+
I0506 17:47:52.553245 1660 init_google.cc:873] Command line arguments:
|
| 20 |
+
I0506 17:47:52.553245 1660 init_google.cc:875] argv[0]: '/opt/google/drive/drive'
|
| 21 |
+
I0506 17:47:52.553252 1660 init_google.cc:875] argv[1]: '--features=crash_throttle_percentage:100,fuse_max_background:1000,max_read_qps:1000,max_write_qps:1000,max_operation_batch_size:15,max_parallel_push_task_instances:10,opendir_timeout_ms:120000,punctual_poll_for_changes:off,virtual_folders_omit_spaces:true,read_only_mode:false'
|
| 22 |
+
I0506 17:47:52.553254 1660 init_google.cc:875] argv[2]: '--inet_family=IPV4_ONLY'
|
| 23 |
+
I0506 17:47:52.553255 1660 init_google.cc:875] argv[3]: '--metadata_server_auth_uri=172.28.0.1:8009/computeMetadata/v1'
|
| 24 |
+
I0506 17:47:52.553256 1660 init_google.cc:875] argv[4]: '--preferences=trusted_root_certs_file_path:/opt/google/drive/roots.pem,feature_flag_restart_seconds:129600,mount_point_path:/content/drive'
|
| 25 |
+
I0506 17:47:52.553257 1660 init_google.cc:875] argv[5]: '--auto_restart_count=1'
|
| 26 |
+
I0506 17:47:52.553258 1660 init_google.cc:875] argv[6]: '--first_auto_restart_timestamp=326'
|
| 27 |
+
I0506 17:47:52.553259 1660 init_google.cc:875] argv[7]: '--single_process'
|
| 28 |
+
I0506 17:47:52.553260 1660 init_google.cc:875] argv[8]: '--parent_version=106.0.4.0'
|
| 29 |
+
I0506 17:47:52.553727 1660 logger.cc:310] Enabling threaded logging for severity WARNING
|
| 30 |
+
I0506 17:47:52.553912 1660 mlock.cc:219] mlock()-ed 8192 bytes for BuildID, using 2 syscalls.
|
| 31 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 32 |
+
=== Source Location Trace: ===
|
| 33 |
+
apps/drive/cello/util/file_system.cc:497
|
| 34 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 35 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 36 |
+
=== Source Location Trace: ===
|
| 37 |
+
apps/drive/cello/util/file_system.cc:497
|
| 38 |
+
apps/drive/cello/util/file_system.h:355
|
| 39 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 40 |
+
=== Source Location Trace: ===
|
| 41 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 42 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 43 |
+
=== Source Location Trace: ===
|
| 44 |
+
apps/drive/cello/util/file_system.cc:497
|
| 45 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 46 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 47 |
+
=== Source Location Trace: ===
|
| 48 |
+
apps/drive/cello/util/file_system.cc:497
|
| 49 |
+
apps/drive/cello/util/file_system.cc:1388
|
drive.f63b1d7fa3fb.root.log.WARNING.20250506-174748.1567
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:48
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:48.625540 1578 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.h:355
|
drive.f63b1d7fa3fb.root.log.WARNING.20250506-174752.1660
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:47:52
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Mar 25 2025 17:45:25 (1742949925)
|
| 4 |
+
Binary: Built at rbex-enqueue-targets@vnle2.prod.google.com:/google/src/cloud/buildrabbit-username/buildrabbit-client/google3
|
| 5 |
+
Binary: Built for gcc-4.X.Y-crosstool-v18-llvm-grtev4-k8.k8
|
| 6 |
+
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
|
| 7 |
+
E0506 17:47:52.576685 1687 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 8 |
+
=== Source Location Trace: ===
|
| 9 |
+
apps/drive/cello/util/file_system.cc:497
|
| 10 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 11 |
+
E0506 17:47:52.744934 1671 client.cc:6965] NOT_FOUND: Cannot open file: No such file or directory; Failed to update account features file, path:/root/.config/Google/DriveFS/Crashpad/account_features [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 12 |
+
=== Source Location Trace: ===
|
| 13 |
+
apps/drive/cello/util/file_system.cc:497
|
| 14 |
+
apps/drive/cello/util/file_system.h:355
|
| 15 |
+
E0506 17:47:53.086606 1687 metrics_recorder_base.h:627] INTERNAL: Metrics database is not initialized.
|
| 16 |
+
=== Source Location Trace: ===
|
| 17 |
+
apps/drive/cello/instrumentation/metrics_transport.cc:342
|
| 18 |
+
E0506 17:47:53.218894 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 19 |
+
=== Source Location Trace: ===
|
| 20 |
+
apps/drive/cello/util/file_system.cc:497
|
| 21 |
+
apps/drive/cello/util/file_system.cc:1388
|
| 22 |
+
E0506 17:47:53.292427 1660 credential_store_linux.cc:42] NOT_FOUND: Cannot open file: No such file or directory; Could not open credential file /root/.config/Google/DriveFS/refresh_token_110432575734220029462 [type.googleapis.com/drive.ds.Status='UNAVAILABLE_RESOURCE']
|
| 23 |
+
=== Source Location Trace: ===
|
| 24 |
+
apps/drive/cello/util/file_system.cc:497
|
| 25 |
+
apps/drive/cello/util/file_system.cc:1388
|
initgoogle_syslog_dir.0/__research_colab_dap_multiplexer:dap_multiplexer
ADDED
|
File without changes
|
initgoogle_syslog_dir.0/__research_colab_datalab_directoryprefetcher:directoryprefetcher_binary
ADDED
|
File without changes
|
initgoogle_syslog_dir.0/__research_colab_datalab_kernel_manager_proxy:kernel_manager_proxy
ADDED
|
File without changes
|
initgoogle_syslog_dir.0/__research_colab_datalab_language_service:language_service
ADDED
|
File without changes
|
language_service.INFO
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:18:13
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 18:18:13.545487 1 log_spam.go:43] Process id 9762
|
| 9 |
+
I0506 18:18:13.545827 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 18:18:13.545834 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 18:18:13.545855 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 18:18:13.545859 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 18:18:13.545862 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 18:18:13.545865 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 18:18:13.545867 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 18:18:13.545869 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 18:18:13.545870 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 18:18:13.545872 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 18:18:13.545873 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 18:18:13.545875 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 18:18:13.545884 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:bb1b69dec5642000c07483f9103bd2da653f31013f'
|
| 30 |
+
I0506 18:19:29.961052 50 ls.go:1241] cancel was requested for: 14, needs to be canceled: false
|
| 31 |
+
I0506 18:19:32.093163 50 ls.go:1241] cancel was requested for: 17, needs to be canceled: false
|
| 32 |
+
I0506 18:19:59.858093 50 ls.go:1241] cancel was requested for: 26, needs to be canceled: false
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-174519.798
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:45:19
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 17:45:19.265866 1 log_spam.go:43] Process id 798
|
| 9 |
+
I0506 17:45:19.266145 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 17:45:19.266152 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:45:19.266173 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:45:19.266176 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:45:19.266179 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 17:45:19.266182 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 17:45:19.266183 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 17:45:19.266185 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 17:45:19.266187 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 17:45:19.266188 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 17:45:19.266190 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 17:45:19.266191 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 17:45:19.266203 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:ba3917dd2e29d13096ddf70f7d714d55be2107e399'
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-174640.1217
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:46:40
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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.f63b1d7fa3fb.root.log.INFO.20250506-174640.1240
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 17:46:40
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 17:46:40.343012 1 log_spam.go:43] Process id 1240
|
| 9 |
+
I0506 17:46:40.343944 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 17:46:40.343955 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 17:46:40.343993 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 17:46:40.343998 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 17:46:40.344000 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 17:46:40.344003 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 17:46:40.344005 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 17:46:40.344006 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 17:46:40.344009 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 17:46:40.344011 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 17:46:40.344012 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 17:46:40.344014 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 17:46:40.344015 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:fc8409a20b7ffa8bd24fb2d5a920058d98f9d188ff'
|
| 30 |
+
I0506 17:47:44.201840 52 ls.go:1241] cancel was requested for: 10, needs to be canceled: false
|
| 31 |
+
I0506 17:47:46.083677 52 ls.go:1241] cancel was requested for: 11, needs to be canceled: false
|
| 32 |
+
I0506 17:48:34.537805 52 ls.go:1241] cancel was requested for: 22, needs to be canceled: false
|
| 33 |
+
I0506 17:48:38.386343 52 ls.go:1241] cancel was requested for: 30, needs to be canceled: false
|
| 34 |
+
I0506 17:48:38.836046 52 ls.go:1241] cancel was requested for: 32, needs to be canceled: false
|
| 35 |
+
I0506 17:49:13.187859 52 ls.go:1241] cancel was requested for: 51, needs to be canceled: false
|
| 36 |
+
I0506 17:49:18.489680 52 ls.go:1241] cancel was requested for: 57, needs to be canceled: false
|
| 37 |
+
I0506 17:50:45.053269 52 ls.go:1241] cancel was requested for: 87, needs to be canceled: false
|
| 38 |
+
I0506 17:50:52.977841 52 ls.go:1241] cancel was requested for: 97, needs to be canceled: false
|
| 39 |
+
I0506 17:50:52.983028 52 ls.go:1241] cancel was requested for: 95, needs to be canceled: false
|
| 40 |
+
I0506 17:50:54.183989 52 ls.go:1241] cancel was requested for: 98, needs to be canceled: false
|
| 41 |
+
I0506 18:13:36.804910 52 ls.go:1241] cancel was requested for: 177, needs to be canceled: false
|
| 42 |
+
I0506 18:14:25.967317 52 ls.go:1241] cancel was requested for: 195, needs to be canceled: false
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-181801.9660
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:18:01
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 18:18:01.892447 1 log_spam.go:43] Process id 9660
|
| 9 |
+
I0506 18:18:01.893083 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 18:18:01.893095 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 18:18:01.893211 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 18:18:01.893230 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 18:18:01.893235 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 18:18:01.893240 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 18:18:01.893243 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 18:18:01.893246 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 18:18:01.893254 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 18:18:01.893257 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 18:18:01.893260 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 18:18:01.893262 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 18:18:01.893265 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:09de8728e3e07f8388f7fc484d56df31448d4bc27f'
|
language_service.f63b1d7fa3fb.root.log.INFO.20250506-181813.9740
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:18:13
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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.f63b1d7fa3fb.root.log.INFO.20250506-181813.9762
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Log file created at: 2025/05/06 18:18:13
|
| 2 |
+
Running on machine: f63b1d7fa3fb
|
| 3 |
+
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 4 |
+
Binary: Built at redacted@redacted:.
|
| 5 |
+
Binary: Built with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 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 |
+
I0506 18:18:13.545487 1 log_spam.go:43] Process id 9762
|
| 9 |
+
I0506 18:18:13.545827 1 log_spam.go:47] Current working directory /datalab/web
|
| 10 |
+
I0506 18:18:13.545834 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
|
| 11 |
+
I0506 18:18:13.545855 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
|
| 12 |
+
at redacted@redacted:.
|
| 13 |
+
as //research/colab/datalab/language_service:language_service
|
| 14 |
+
with gc go1.25-20250420-RC00 cl/749505989 +c893e1cf82 X:fieldtrack,boringcrypto for linux/amd64
|
| 15 |
+
from changelist 0 in a unknown client based on redacted
|
| 16 |
+
Build tool: unknown
|
| 17 |
+
Build target: //research/colab/datalab/language_service:language_service
|
| 18 |
+
Build id: unknown
|
| 19 |
+
Built with PGO profile: unknown
|
| 20 |
+
I0506 18:18:13.545859 1 log_spam.go:51] Command line arguments:
|
| 21 |
+
I0506 18:18:13.545862 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
|
| 22 |
+
I0506 18:18:13.545865 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
|
| 23 |
+
I0506 18:18:13.545867 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
|
| 24 |
+
I0506 18:18:13.545869 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
|
| 25 |
+
I0506 18:18:13.545870 1 log_spam.go:53] argv[4]: '--'
|
| 26 |
+
I0506 18:18:13.545872 1 log_spam.go:53] argv[5]: 'node'
|
| 27 |
+
I0506 18:18:13.545873 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
|
| 28 |
+
I0506 18:18:13.545875 1 log_spam.go:53] argv[7]: '--stdio'
|
| 29 |
+
I0506 18:18:13.545884 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:bb1b69dec5642000c07483f9103bd2da653f31013f'
|
| 30 |
+
I0506 18:19:29.961052 50 ls.go:1241] cancel was requested for: 14, needs to be canceled: false
|
| 31 |
+
I0506 18:19:32.093163 50 ls.go:1241] cancel was requested for: 17, needs to be canceled: false
|
| 32 |
+
I0506 18:19:59.858093 50 ls.go:1241] cancel was requested for: 26, needs to be canceled: false
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5405d1daee43511de44b60c50f36e095b4ca194c49dbfbc74e4306b7746eac19
|
| 3 |
+
size 1621370224
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|endoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"unk_token": {
|
| 17 |
+
"content": "<|endoftext|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
tmpd0hvda45/__pycache__/_remote_module_non_scriptable.cpython-311.pyc
ADDED
|
Binary file (2.77 kB). View file
|
|
|
tmpd0hvda45/_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,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": false,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<|endoftext|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<|padding|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"50254": {
|
| 23 |
+
"content": " ",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": true,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"50255": {
|
| 31 |
+
"content": " ",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": true,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": false
|
| 37 |
+
},
|
| 38 |
+
"50256": {
|
| 39 |
+
"content": " ",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": true,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": false
|
| 45 |
+
},
|
| 46 |
+
"50257": {
|
| 47 |
+
"content": " ",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": true,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": false
|
| 53 |
+
},
|
| 54 |
+
"50258": {
|
| 55 |
+
"content": " ",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": true,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": false
|
| 61 |
+
},
|
| 62 |
+
"50259": {
|
| 63 |
+
"content": " ",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": true,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": false
|
| 69 |
+
},
|
| 70 |
+
"50260": {
|
| 71 |
+
"content": " ",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": true,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": false
|
| 77 |
+
},
|
| 78 |
+
"50261": {
|
| 79 |
+
"content": " ",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": true,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": false
|
| 85 |
+
},
|
| 86 |
+
"50262": {
|
| 87 |
+
"content": " ",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": true,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": false
|
| 93 |
+
},
|
| 94 |
+
"50263": {
|
| 95 |
+
"content": " ",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": true,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": false
|
| 101 |
+
},
|
| 102 |
+
"50264": {
|
| 103 |
+
"content": " ",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": true,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": false
|
| 109 |
+
},
|
| 110 |
+
"50265": {
|
| 111 |
+
"content": " ",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": true,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": false
|
| 117 |
+
},
|
| 118 |
+
"50266": {
|
| 119 |
+
"content": " ",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": true,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": false
|
| 125 |
+
},
|
| 126 |
+
"50267": {
|
| 127 |
+
"content": " ",
|
| 128 |
+
"lstrip": false,
|
| 129 |
+
"normalized": true,
|
| 130 |
+
"rstrip": false,
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"special": false
|
| 133 |
+
},
|
| 134 |
+
"50268": {
|
| 135 |
+
"content": " ",
|
| 136 |
+
"lstrip": false,
|
| 137 |
+
"normalized": true,
|
| 138 |
+
"rstrip": false,
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"special": false
|
| 141 |
+
},
|
| 142 |
+
"50269": {
|
| 143 |
+
"content": " ",
|
| 144 |
+
"lstrip": false,
|
| 145 |
+
"normalized": true,
|
| 146 |
+
"rstrip": false,
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"special": false
|
| 149 |
+
},
|
| 150 |
+
"50270": {
|
| 151 |
+
"content": " ",
|
| 152 |
+
"lstrip": false,
|
| 153 |
+
"normalized": true,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"special": false
|
| 157 |
+
},
|
| 158 |
+
"50271": {
|
| 159 |
+
"content": " ",
|
| 160 |
+
"lstrip": false,
|
| 161 |
+
"normalized": true,
|
| 162 |
+
"rstrip": false,
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"special": false
|
| 165 |
+
},
|
| 166 |
+
"50272": {
|
| 167 |
+
"content": " ",
|
| 168 |
+
"lstrip": false,
|
| 169 |
+
"normalized": true,
|
| 170 |
+
"rstrip": false,
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"special": false
|
| 173 |
+
},
|
| 174 |
+
"50273": {
|
| 175 |
+
"content": " ",
|
| 176 |
+
"lstrip": false,
|
| 177 |
+
"normalized": true,
|
| 178 |
+
"rstrip": false,
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"special": false
|
| 181 |
+
},
|
| 182 |
+
"50274": {
|
| 183 |
+
"content": " ",
|
| 184 |
+
"lstrip": false,
|
| 185 |
+
"normalized": true,
|
| 186 |
+
"rstrip": false,
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"special": false
|
| 189 |
+
},
|
| 190 |
+
"50275": {
|
| 191 |
+
"content": " ",
|
| 192 |
+
"lstrip": false,
|
| 193 |
+
"normalized": true,
|
| 194 |
+
"rstrip": false,
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"special": false
|
| 197 |
+
},
|
| 198 |
+
"50276": {
|
| 199 |
+
"content": " ",
|
| 200 |
+
"lstrip": false,
|
| 201 |
+
"normalized": true,
|
| 202 |
+
"rstrip": false,
|
| 203 |
+
"single_word": false,
|
| 204 |
+
"special": false
|
| 205 |
+
}
|
| 206 |
+
},
|
| 207 |
+
"bos_token": "<|endoftext|>",
|
| 208 |
+
"clean_up_tokenization_spaces": false,
|
| 209 |
+
"eos_token": "<|endoftext|>",
|
| 210 |
+
"extra_special_tokens": {},
|
| 211 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 212 |
+
"pad_token": null,
|
| 213 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
| 214 |
+
"unk_token": "<|endoftext|>"
|
| 215 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f3346c3c14782fb94628edb658423375364a154606216ca19b2a425a280cbd4
|
| 3 |
+
size 5624
|