Aliguinga01 commited on
Commit
4d35814
·
verified ·
1 Parent(s): 5b0879b

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .config/.last_opt_in_prompt.yaml +1 -0
  2. .config/.last_survey_prompt.yaml +1 -0
  3. .config/.last_update_check.json +1 -0
  4. .config/active_config +1 -0
  5. .config/config_sentinel +0 -0
  6. .config/configurations/config_default +6 -0
  7. .config/default_configs.db +0 -0
  8. .config/gce +1 -0
  9. .config/hidden_gcloud_config_universe_descriptor_data_cache_configs.db +0 -0
  10. .config/logs/2025.10.09/13.34.58.235986.log +765 -0
  11. .config/logs/2025.10.09/13.35.27.125653.log +5 -0
  12. .config/logs/2025.10.09/13.35.34.993389.log +153 -0
  13. .config/logs/2025.10.09/13.35.39.519399.log +5 -0
  14. .config/logs/2025.10.09/13.35.47.653229.log +8 -0
  15. .config/logs/2025.10.09/13.35.48.332393.log +8 -0
  16. .gitattributes +45 -0
  17. huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/13b407c18134995797d9431ac3f5feb0fcfeb4cd.lock +0 -0
  18. huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/31349551d90c7606f325fe0f11bbb8bd5fa0d7c7.lock +0 -0
  19. huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/4783fe10ac3adce15ac8f358ef5462739852c569.lock +0 -0
  20. huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/4af74d4da4da9d32cb6b3753d67c211f10cdbc3b.lock +0 -0
  21. huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4.lock +0 -0
  22. huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/b54f9135e44c1e81047e8d05cb027af8bc039eed.lock +0 -0
  23. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/.no_exist/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/chat_template.jinja +0 -0
  24. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/13b407c18134995797d9431ac3f5feb0fcfeb4cd +240 -0
  25. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/31349551d90c7606f325fe0f11bbb8bd5fa0d7c7 +0 -0
  26. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/4783fe10ac3adce15ac8f358ef5462739852c569 +0 -0
  27. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/4af74d4da4da9d32cb6b3753d67c211f10cdbc3b +31 -0
  28. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4 +3 -0
  29. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/b54f9135e44c1e81047e8d05cb027af8bc039eed +28 -0
  30. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/refs/main +1 -0
  31. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/added_tokens.json +28 -0
  32. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/merges.txt +0 -0
  33. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/special_tokens_map.json +31 -0
  34. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/tokenizer.json +3 -0
  35. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/tokenizer_config.json +240 -0
  36. huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/vocab.json +0 -0
  37. llama.cpp/.clang-format +171 -0
  38. llama.cpp/.clang-tidy +28 -0
  39. llama.cpp/.devops/cann.Dockerfile +130 -0
  40. llama.cpp/.devops/cpu.Dockerfile +88 -0
  41. llama.cpp/.devops/cuda.Dockerfile +94 -0
  42. llama.cpp/.devops/intel.Dockerfile +95 -0
  43. llama.cpp/.devops/llama-cli-cann.Dockerfile +44 -0
  44. llama.cpp/.devops/llama-cpp-cuda.srpm.spec +83 -0
  45. llama.cpp/.devops/llama-cpp.srpm.spec +85 -0
  46. llama.cpp/.devops/musa.Dockerfile +101 -0
  47. llama.cpp/.devops/nix/apps.nix +21 -0
  48. llama.cpp/.devops/nix/devshells.nix +52 -0
  49. llama.cpp/.devops/nix/docker.nix +37 -0
  50. llama.cpp/.devops/nix/jetson-support.nix +39 -0
.config/.last_opt_in_prompt.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
.config/.last_survey_prompt.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ last_prompt_time: 1760016934.412781
.config/.last_update_check.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"last_update_check_time": 1760016939.044753, "last_update_check_revision": 20251003162623, "notifications": [], "last_nag_times": {}}
.config/active_config ADDED
@@ -0,0 +1 @@
 
 
1
+ default
.config/config_sentinel ADDED
File without changes
.config/configurations/config_default ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [component_manager]
2
+ disable_update_check = true
3
+
4
+ [compute]
5
+ gce_metadata_read_timeout_sec = 0
6
+
.config/default_configs.db ADDED
Binary file (12.3 kB). View file
 
.config/gce ADDED
@@ -0,0 +1 @@
 
 
1
+ False
.config/hidden_gcloud_config_universe_descriptor_data_cache_configs.db ADDED
Binary file (12.3 kB). View file
 
.config/logs/2025.10.09/13.34.58.235986.log ADDED
@@ -0,0 +1,765 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-10-09 13:35:10,261 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2025-10-09 13:35:10,265 DEBUG root Loaded Command Group: ['gcloud', 'components', 'update']
3
+ 2025-10-09 13:35:10,266 DEBUG root Running [gcloud.components.update] with arguments: [--compile-python: "True", --quiet: "True", COMPONENT-IDS:6: "['core', 'gcloud-deps', 'bq', 'gcloud', 'gcloud-crc32c', 'gsutil']"]
4
+ 2025-10-09 13:35:10,267 INFO ___FILE_ONLY___ Beginning update. This process may take several minutes.
5
+
6
+ 2025-10-09 13:35:10,299 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
7
+ 2025-10-09 13:35:11,250 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components-2.json HTTP/11" 200 233157
8
+ 2025-10-09 13:35:11,261 INFO ___FILE_ONLY___
9
+
10
+ 2025-10-09 13:35:11,261 INFO ___FILE_ONLY___
11
+ Your current Google Cloud CLI version is: 542.0.0
12
+
13
+ 2025-10-09 13:35:11,261 INFO ___FILE_ONLY___ Installing components from version: 542.0.0
14
+
15
+ 2025-10-09 13:35:11,261 INFO ___FILE_ONLY___
16
+
17
+ 2025-10-09 13:35:11,262 DEBUG root Chosen display Format:table[box,title="These components will be removed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
18
+ 2025-10-09 13:35:11,262 DEBUG root Chosen display Format:table[box,title="These components will be updated."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
19
+ 2025-10-09 13:35:11,263 DEBUG root Chosen display Format:table[box,title="These components will be installed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
20
+ 2025-10-09 13:35:11,302 INFO ___FILE_ONLY___ ┌─────────────────────────────────────────────────────────────────────────────┐
21
+ 2025-10-09 13:35:11,302 INFO ___FILE_ONLY___
22
+
23
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___ │ These components will be installed. │
24
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___
25
+
26
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___ ├─────────────────────────────────────────────────────┬────────────┬──────────┤
27
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___
28
+
29
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___ │ Name │ Version │ Size │
30
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___
31
+
32
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___ ├─────────────────────────────────────────────────────┼────────────┼──────────┤
33
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___
34
+
35
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___ │
36
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___ BigQuery Command Line Tool
37
+ 2025-10-09 13:35:11,303 INFO ___FILE_ONLY___
38
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ │
39
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ 2.1.24
40
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___
41
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ │
42
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ 1.8 MiB
43
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___
44
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ │
45
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___
46
+
47
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ │
48
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ BigQuery Command Line Tool (Platform Specific)
49
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___
50
+ 2025-10-09 13:35:11,304 INFO ___FILE_ONLY___ │
51
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ 2.1.17
52
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___
53
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ │
54
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ < 1 MiB
55
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___
56
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ │
57
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___
58
+
59
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ │
60
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ Bundled Python 3.12 (Platform Specific)
61
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___
62
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ │
63
+ 2025-10-09 13:35:11,305 INFO ___FILE_ONLY___ 3.12.9
64
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___
65
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ │
66
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ 89.3 MiB
67
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___
68
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ │
69
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___
70
+
71
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ │
72
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ Cloud Storage Command Line Tool
73
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___
74
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ │
75
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ 5.35
76
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___
77
+ 2025-10-09 13:35:11,306 INFO ___FILE_ONLY___ │
78
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ 12.4 MiB
79
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___
80
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ │
81
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___
82
+
83
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ │
84
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ Cloud Storage Command Line Tool (Platform Specific)
85
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___
86
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ │
87
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ 5.34
88
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___
89
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ │
90
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ < 1 MiB
91
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___
92
+ 2025-10-09 13:35:11,307 INFO ___FILE_ONLY___ │
93
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___
94
+
95
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ │
96
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ Google Cloud CLI Core Libraries (Platform Specific)
97
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___
98
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ │
99
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ 2025.05.23
100
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___
101
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ │
102
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ < 1 MiB
103
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___
104
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ │
105
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___
106
+
107
+ 2025-10-09 13:35:11,308 INFO ___FILE_ONLY___ │
108
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ Google Cloud CRC32C Hash Tool (Platform Specific)
109
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___
110
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ │
111
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ 1.0.0
112
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___
113
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ │
114
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ 1.5 MiB
115
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___
116
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ │
117
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___
118
+
119
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ │
120
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ gcloud cli dependencies (Platform Specific)
121
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___
122
+ 2025-10-09 13:35:11,309 INFO ___FILE_ONLY___ │
123
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___ 2021.04.16
124
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___
125
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___ │
126
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___ < 1 MiB
127
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___
128
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___ │
129
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___
130
+
131
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___ └─────────────────────────────────────────────────────┴────────────┴──────────┘
132
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___
133
+
134
+ 2025-10-09 13:35:11,310 INFO ___FILE_ONLY___
135
+
136
+ 2025-10-09 13:35:11,313 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
137
+ 2025-10-09 13:35:12,041 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/RELEASE_NOTES HTTP/11" 200 1495872
138
+ 2025-10-09 13:35:12,551 INFO ___FILE_ONLY___ For the latest full release notes, please visit:
139
+ https://cloud.google.com/sdk/release_notes
140
+
141
+
142
+ 2025-10-09 13:35:12,552 INFO ___FILE_ONLY___ Performing in place update...
143
+
144
+
145
+ 2025-10-09 13:35:12,554 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
146
+
147
+ 2025-10-09 13:35:12,554 INFO ___FILE_ONLY___ ╠═ Downloading: BigQuery Command Line Tool ═╣
148
+
149
+ 2025-10-09 13:35:12,554 INFO ___FILE_ONLY___ ╚
150
+ 2025-10-09 13:35:12,556 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
151
+ 2025-10-09 13:35:13,539 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bq-20250929142209.tar.gz HTTP/11" 200 1861858
152
+ 2025-10-09 13:35:13,550 INFO ___FILE_ONLY___ ═
153
+ 2025-10-09 13:35:13,550 INFO ___FILE_ONLY___ ═
154
+ 2025-10-09 13:35:13,551 INFO ___FILE_ONLY___ ═
155
+ 2025-10-09 13:35:13,551 INFO ___FILE_ONLY___ ═
156
+ 2025-10-09 13:35:13,551 INFO ___FILE_ONLY___ ═
157
+ 2025-10-09 13:35:13,551 INFO ___FILE_ONLY___ ═
158
+ 2025-10-09 13:35:13,551 INFO ___FILE_ONLY___ ═
159
+ 2025-10-09 13:35:13,551 INFO ___FILE_ONLY___ ═
160
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
161
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
162
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
163
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
164
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
165
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
166
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
167
+ 2025-10-09 13:35:13,552 INFO ___FILE_ONLY___ ═
168
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
169
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
170
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
171
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
172
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
173
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
174
+ 2025-10-09 13:35:13,553 INFO ___FILE_ONLY___ ═
175
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
176
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
177
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
178
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
179
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
180
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
181
+ 2025-10-09 13:35:13,554 INFO ___FILE_ONLY___ ═
182
+ 2025-10-09 13:35:13,555 INFO ___FILE_ONLY___ ═
183
+ 2025-10-09 13:35:13,555 INFO ___FILE_ONLY___ ═
184
+ 2025-10-09 13:35:13,555 INFO ___FILE_ONLY___ ═
185
+ 2025-10-09 13:35:13,555 INFO ___FILE_ONLY___ ═
186
+ 2025-10-09 13:35:13,555 INFO ___FILE_ONLY___ ═
187
+ 2025-10-09 13:35:13,555 INFO ___FILE_ONLY___ ═
188
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
189
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
190
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
191
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
192
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
193
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
194
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
195
+ 2025-10-09 13:35:13,556 INFO ___FILE_ONLY___ ═
196
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
197
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
198
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
199
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
200
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
201
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
202
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
203
+ 2025-10-09 13:35:13,557 INFO ___FILE_ONLY___ ═
204
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
205
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
206
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
207
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
208
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
209
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
210
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
211
+ 2025-10-09 13:35:13,558 INFO ___FILE_ONLY___ ═
212
+ 2025-10-09 13:35:13,559 INFO ___FILE_ONLY___ ╝
213
+
214
+ 2025-10-09 13:35:13,561 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
215
+
216
+ 2025-10-09 13:35:13,561 INFO ___FILE_ONLY___ ╠═ Downloading: BigQuery Command Line Tool (Platform Spe... ═╣
217
+
218
+ 2025-10-09 13:35:13,561 INFO ___FILE_ONLY___ ╚
219
+ 2025-10-09 13:35:13,563 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
220
+ 2025-10-09 13:35:14,519 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bq-nix-20250523104322.tar.gz HTTP/11" 200 1935
221
+ 2025-10-09 13:35:14,520 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
222
+ 2025-10-09 13:35:14,520 INFO ___FILE_ONLY___ ╝
223
+
224
+ 2025-10-09 13:35:14,522 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
225
+
226
+ 2025-10-09 13:35:14,522 INFO ___FILE_ONLY___ ╠═ Downloading: Bundled Python 3.12 ═╣
227
+
228
+ 2025-10-09 13:35:14,522 INFO ___FILE_ONLY___ ╚
229
+ 2025-10-09 13:35:14,522 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
230
+ 2025-10-09 13:35:14,522 INFO ___FILE_ONLY___ ╝
231
+
232
+ 2025-10-09 13:35:14,524 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════���═══════════════╗
233
+
234
+ 2025-10-09 13:35:14,524 INFO ___FILE_ONLY___ ╠═ Downloading: Bundled Python 3.12 (Platform Specific) ═╣
235
+
236
+ 2025-10-09 13:35:14,524 INFO ___FILE_ONLY___ ╚
237
+ 2025-10-09 13:35:14,527 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
238
+ 2025-10-09 13:35:14,724 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bundled-python3-unix-linux-x86_64-20250502143716.tar.gz HTTP/11" 200 93610468
239
+ 2025-10-09 13:35:15,091 INFO ___FILE_ONLY___ ═
240
+ 2025-10-09 13:35:15,093 INFO ___FILE_ONLY___ ═
241
+ 2025-10-09 13:35:15,095 INFO ___FILE_ONLY___ ═
242
+ 2025-10-09 13:35:15,096 INFO ___FILE_ONLY___ ═
243
+ 2025-10-09 13:35:15,098 INFO ___FILE_ONLY___ ═
244
+ 2025-10-09 13:35:15,100 INFO ___FILE_ONLY___ ═
245
+ 2025-10-09 13:35:15,101 INFO ___FILE_ONLY___ ═
246
+ 2025-10-09 13:35:15,103 INFO ___FILE_ONLY___ ═
247
+ 2025-10-09 13:35:15,105 INFO ___FILE_ONLY___ ═
248
+ 2025-10-09 13:35:15,106 INFO ___FILE_ONLY___ ═
249
+ 2025-10-09 13:35:15,108 INFO ___FILE_ONLY___ ═
250
+ 2025-10-09 13:35:15,110 INFO ___FILE_ONLY___ ═
251
+ 2025-10-09 13:35:15,111 INFO ___FILE_ONLY___ ═
252
+ 2025-10-09 13:35:15,113 INFO ___FILE_ONLY___ ═
253
+ 2025-10-09 13:35:15,114 INFO ___FILE_ONLY___ ═
254
+ 2025-10-09 13:35:15,116 INFO ___FILE_ONLY___ ═
255
+ 2025-10-09 13:35:15,118 INFO ___FILE_ONLY___ ═
256
+ 2025-10-09 13:35:15,120 INFO ___FILE_ONLY___ ═
257
+ 2025-10-09 13:35:15,121 INFO ___FILE_ONLY___ ═
258
+ 2025-10-09 13:35:15,123 INFO ___FILE_ONLY___ ═
259
+ 2025-10-09 13:35:15,125 INFO ___FILE_ONLY___ ═
260
+ 2025-10-09 13:35:15,126 INFO ___FILE_ONLY___ ═
261
+ 2025-10-09 13:35:15,128 INFO ___FILE_ONLY___ ═
262
+ 2025-10-09 13:35:15,129 INFO ___FILE_ONLY___ ═
263
+ 2025-10-09 13:35:15,131 INFO ___FILE_ONLY___ ═
264
+ 2025-10-09 13:35:15,133 INFO ___FILE_ONLY___ ═
265
+ 2025-10-09 13:35:15,135 INFO ___FILE_ONLY___ ═
266
+ 2025-10-09 13:35:15,136 INFO ___FILE_ONLY___ ═
267
+ 2025-10-09 13:35:15,138 INFO ___FILE_ONLY___ ═
268
+ 2025-10-09 13:35:15,140 INFO ___FILE_ONLY___ ═
269
+ 2025-10-09 13:35:15,141 INFO ___FILE_ONLY___ ═
270
+ 2025-10-09 13:35:15,143 INFO ___FILE_ONLY___ ═
271
+ 2025-10-09 13:35:15,144 INFO ___FILE_ONLY___ ═
272
+ 2025-10-09 13:35:15,146 INFO ___FILE_ONLY___ ═
273
+ 2025-10-09 13:35:15,148 INFO ___FILE_ONLY___ ═
274
+ 2025-10-09 13:35:15,149 INFO ___FILE_ONLY___ ═
275
+ 2025-10-09 13:35:15,151 INFO ___FILE_ONLY___ ═
276
+ 2025-10-09 13:35:15,153 INFO ___FILE_ONLY___ ═
277
+ 2025-10-09 13:35:15,154 INFO ___FILE_ONLY___ ═
278
+ 2025-10-09 13:35:15,156 INFO ___FILE_ONLY___ ═
279
+ 2025-10-09 13:35:15,158 INFO ___FILE_ONLY___ ═
280
+ 2025-10-09 13:35:15,159 INFO ___FILE_ONLY___ ═
281
+ 2025-10-09 13:35:15,161 INFO ___FILE_ONLY___ ═
282
+ 2025-10-09 13:35:15,163 INFO ___FILE_ONLY___ ═
283
+ 2025-10-09 13:35:15,164 INFO ___FILE_ONLY___ ═
284
+ 2025-10-09 13:35:15,166 INFO ___FILE_ONLY___ ═
285
+ 2025-10-09 13:35:15,167 INFO ___FILE_ONLY___ ═
286
+ 2025-10-09 13:35:15,169 INFO ___FILE_ONLY___ ═
287
+ 2025-10-09 13:35:15,171 INFO ___FILE_ONLY___ ═
288
+ 2025-10-09 13:35:15,172 INFO ___FILE_ONLY___ ═
289
+ 2025-10-09 13:35:15,174 INFO ___FILE_ONLY___ ═
290
+ 2025-10-09 13:35:15,176 INFO ___FILE_ONLY___ ═
291
+ 2025-10-09 13:35:15,177 INFO ___FILE_ONLY___ ═
292
+ 2025-10-09 13:35:15,179 INFO ___FILE_ONLY___ ═
293
+ 2025-10-09 13:35:15,181 INFO ___FILE_ONLY___ ═
294
+ 2025-10-09 13:35:15,182 INFO ___FILE_ONLY___ ═
295
+ 2025-10-09 13:35:15,184 INFO ___FILE_ONLY___ ═
296
+ 2025-10-09 13:35:15,185 INFO ___FILE_ONLY___ ═
297
+ 2025-10-09 13:35:15,187 INFO ___FILE_ONLY___ ═
298
+ 2025-10-09 13:35:15,189 INFO ___FILE_ONLY___ ═
299
+ 2025-10-09 13:35:15,189 INFO ___FILE_ONLY___ ╝
300
+
301
+ 2025-10-09 13:35:15,191 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
302
+
303
+ 2025-10-09 13:35:15,191 INFO ___FILE_ONLY___ ╠═ Downloading: Cloud Storage Command Line Tool ═╣
304
+
305
+ 2025-10-09 13:35:15,191 INFO ___FILE_ONLY___ ╚
306
+ 2025-10-09 13:35:15,194 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
307
+ 2025-10-09 13:35:16,148 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gsutil-20250627154417.tar.gz HTTP/11" 200 12962791
308
+ 2025-10-09 13:35:16,203 INFO ___FILE_ONLY___ ═
309
+ 2025-10-09 13:35:16,203 INFO ___FILE_ONLY___ ═
310
+ 2025-10-09 13:35:16,204 INFO ___FILE_ONLY___ ═
311
+ 2025-10-09 13:35:16,204 INFO ___FILE_ONLY___ ═
312
+ 2025-10-09 13:35:16,204 INFO ___FILE_ONLY___ ═
313
+ 2025-10-09 13:35:16,205 INFO ___FILE_ONLY___ ═
314
+ 2025-10-09 13:35:16,205 INFO ___FILE_ONLY___ ═
315
+ 2025-10-09 13:35:16,205 INFO ___FILE_ONLY___ ═
316
+ 2025-10-09 13:35:16,206 INFO ___FILE_ONLY___ ═
317
+ 2025-10-09 13:35:16,206 INFO ___FILE_ONLY___ ═
318
+ 2025-10-09 13:35:16,206 INFO ___FILE_ONLY___ ═
319
+ 2025-10-09 13:35:16,207 INFO ___FILE_ONLY___ ═
320
+ 2025-10-09 13:35:16,207 INFO ___FILE_ONLY___ ═
321
+ 2025-10-09 13:35:16,207 INFO ___FILE_ONLY___ ═
322
+ 2025-10-09 13:35:16,208 INFO ___FILE_ONLY___ ═
323
+ 2025-10-09 13:35:16,208 INFO ___FILE_ONLY___ ═
324
+ 2025-10-09 13:35:16,208 INFO ___FILE_ONLY___ ═
325
+ 2025-10-09 13:35:16,209 INFO ___FILE_ONLY___ ═
326
+ 2025-10-09 13:35:16,209 INFO ___FILE_ONLY___ ═
327
+ 2025-10-09 13:35:16,209 INFO ___FILE_ONLY___ ═
328
+ 2025-10-09 13:35:16,210 INFO ___FILE_ONLY___ ═
329
+ 2025-10-09 13:35:16,210 INFO ___FILE_ONLY___ ═
330
+ 2025-10-09 13:35:16,210 INFO ___FILE_ONLY___ ═
331
+ 2025-10-09 13:35:16,211 INFO ___FILE_ONLY___ ═
332
+ 2025-10-09 13:35:16,211 INFO ___FILE_ONLY___ ═
333
+ 2025-10-09 13:35:16,211 INFO ___FILE_ONLY___ ═
334
+ 2025-10-09 13:35:16,212 INFO ___FILE_ONLY___ ═
335
+ 2025-10-09 13:35:16,212 INFO ___FILE_ONLY___ ═
336
+ 2025-10-09 13:35:16,212 INFO ___FILE_ONLY___ ═
337
+ 2025-10-09 13:35:16,213 INFO ___FILE_ONLY___ ═
338
+ 2025-10-09 13:35:16,213 INFO ___FILE_ONLY___ ═
339
+ 2025-10-09 13:35:16,213 INFO ___FILE_ONLY___ ═
340
+ 2025-10-09 13:35:16,214 INFO ___FILE_ONLY___ ═
341
+ 2025-10-09 13:35:16,214 INFO ___FILE_ONLY___ ═
342
+ 2025-10-09 13:35:16,214 INFO ___FILE_ONLY___ ═
343
+ 2025-10-09 13:35:16,215 INFO ___FILE_ONLY___ ═
344
+ 2025-10-09 13:35:16,215 INFO ___FILE_ONLY___ ═
345
+ 2025-10-09 13:35:16,215 INFO ___FILE_ONLY___ ═
346
+ 2025-10-09 13:35:16,216 INFO ___FILE_ONLY___ ═
347
+ 2025-10-09 13:35:16,216 INFO ___FILE_ONLY___ ═
348
+ 2025-10-09 13:35:16,217 INFO ___FILE_ONLY___ ═
349
+ 2025-10-09 13:35:16,217 INFO ___FILE_ONLY___ ═
350
+ 2025-10-09 13:35:16,217 INFO ___FILE_ONLY___ ═
351
+ 2025-10-09 13:35:16,218 INFO ___FILE_ONLY___ ═
352
+ 2025-10-09 13:35:16,218 INFO ___FILE_ONLY___ ═
353
+ 2025-10-09 13:35:16,218 INFO ___FILE_ONLY___ ═
354
+ 2025-10-09 13:35:16,218 INFO ___FILE_ONLY___ ═
355
+ 2025-10-09 13:35:16,219 INFO ___FILE_ONLY___ ═
356
+ 2025-10-09 13:35:16,219 INFO ___FILE_ONLY___ ═
357
+ 2025-10-09 13:35:16,220 INFO ___FILE_ONLY___ ═
358
+ 2025-10-09 13:35:16,220 INFO ___FILE_ONLY___ ═
359
+ 2025-10-09 13:35:16,220 INFO ___FILE_ONLY___ ═
360
+ 2025-10-09 13:35:16,221 INFO ___FILE_ONLY___ ═
361
+ 2025-10-09 13:35:16,221 INFO ___FILE_ONLY___ ═
362
+ 2025-10-09 13:35:16,221 INFO ___FILE_ONLY___ ═
363
+ 2025-10-09 13:35:16,222 INFO ___FILE_ONLY___ ═
364
+ 2025-10-09 13:35:16,222 INFO ___FILE_ONLY___ ═
365
+ 2025-10-09 13:35:16,222 INFO ___FILE_ONLY___ ═
366
+ 2025-10-09 13:35:16,222 INFO ___FILE_ONLY___ ═
367
+ 2025-10-09 13:35:16,223 INFO ___FILE_ONLY___ ═
368
+ 2025-10-09 13:35:16,223 INFO ___FILE_ONLY___ ╝
369
+
370
+ 2025-10-09 13:35:16,225 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
371
+
372
+ 2025-10-09 13:35:16,225 INFO ___FILE_ONLY___ ╠═ Downloading: Cloud Storage Command Line Tool (Platfor... ═╣
373
+
374
+ 2025-10-09 13:35:16,225 INFO ___FILE_ONLY___ ╚
375
+ 2025-10-09 13:35:16,228 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
376
+ 2025-10-09 13:35:17,151 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gsutil-nix-20250523104322.tar.gz HTTP/11" 200 1950
377
+ 2025-10-09 13:35:17,151 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
378
+ 2025-10-09 13:35:17,151 INFO ___FILE_ONLY___ ╝
379
+
380
+ 2025-10-09 13:35:17,153 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
381
+
382
+ 2025-10-09 13:35:17,153 INFO ___FILE_ONLY___ ╠═ Downloading: Default set of gcloud commands ═╣
383
+
384
+ 2025-10-09 13:35:17,153 INFO ___FILE_ONLY___ ╚
385
+ 2025-10-09 13:35:17,154 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
386
+ 2025-10-09 13:35:17,154 INFO ___FILE_ONLY___ ╝
387
+
388
+ 2025-10-09 13:35:17,155 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
389
+
390
+ 2025-10-09 13:35:17,155 INFO ___FILE_ONLY___ ╠═ Downloading: Google Cloud CLI Core Libraries (Platfor... ═╣
391
+
392
+ 2025-10-09 13:35:17,155 INFO ___FILE_ONLY___ ╚
393
+ 2025-10-09 13:35:17,158 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
394
+ 2025-10-09 13:35:18,152 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-core-nix-20250523104322.tar.gz HTTP/11" 200 2325
395
+ 2025-10-09 13:35:18,153 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
396
+ 2025-10-09 13:35:18,153 INFO ___FILE_ONLY___ ╝
397
+
398
+ 2025-10-09 13:35:18,155 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
399
+
400
+ 2025-10-09 13:35:18,155 INFO ___FILE_ONLY___ ╠═ Downloading: Google Cloud CRC32C Hash Tool ═╣
401
+
402
+ 2025-10-09 13:35:18,155 INFO ___FILE_ONLY___ ╚
403
+ 2025-10-09 13:35:18,155 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
404
+ 2025-10-09 13:35:18,155 INFO ___FILE_ONLY___ ╝
405
+
406
+ 2025-10-09 13:35:18,156 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
407
+
408
+ 2025-10-09 13:35:18,157 INFO ___FILE_ONLY___ ╠═ Downloading: Google Cloud CRC32C Hash Tool (Platform ... ═╣
409
+
410
+ 2025-10-09 13:35:18,157 INFO ___FILE_ONLY___ ╚
411
+ 2025-10-09 13:35:18,159 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
412
+ 2025-10-09 13:35:19,099 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gcloud-crc32c-linux-x86_64-20250613150750.tar.gz HTTP/11" 200 1525557
413
+ 2025-10-09 13:35:19,109 INFO ___FILE_ONLY___ ═
414
+ 2025-10-09 13:35:19,109 INFO ___FILE_ONLY___ ═
415
+ 2025-10-09 13:35:19,109 INFO ___FILE_ONLY___ ═
416
+ 2025-10-09 13:35:19,109 INFO ___FILE_ONLY___ ═
417
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
418
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
419
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
420
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
421
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
422
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
423
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
424
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
425
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
426
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
427
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
428
+ 2025-10-09 13:35:19,110 INFO ___FILE_ONLY___ ═
429
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
430
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
431
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
432
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
433
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
434
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
435
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
436
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
437
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
438
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
439
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
440
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
441
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
442
+ 2025-10-09 13:35:19,111 INFO ___FILE_ONLY___ ═
443
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
444
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
445
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
446
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
447
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
448
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
449
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
450
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
451
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
452
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
453
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
454
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
455
+ 2025-10-09 13:35:19,112 INFO ___FILE_ONLY___ ═
456
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
457
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
458
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
459
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
460
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
461
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
462
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
463
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
464
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
465
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
466
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
467
+ 2025-10-09 13:35:19,113 INFO ___FILE_ONLY___ ═
468
+ 2025-10-09 13:35:19,114 INFO ___FILE_ONLY___ ═
469
+ 2025-10-09 13:35:19,114 INFO ___FILE_ONLY___ ═
470
+ 2025-10-09 13:35:19,114 INFO ___FILE_ONLY___ ═
471
+ 2025-10-09 13:35:19,114 INFO ___FILE_ONLY___ ═
472
+ 2025-10-09 13:35:19,114 INFO ___FILE_ONLY___ ═
473
+ 2025-10-09 13:35:19,114 INFO ___FILE_ONLY___ ╝
474
+
475
+ 2025-10-09 13:35:19,116 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
476
+
477
+ 2025-10-09 13:35:19,116 INFO ___FILE_ONLY___ ╠═ Downloading: gcloud cli dependencies (Platform Specific) ═╣
478
+
479
+ 2025-10-09 13:35:19,116 INFO ___FILE_ONLY___ ╚
480
+ 2025-10-09 13:35:19,118 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
481
+ 2025-10-09 13:35:20,097 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gcloud-deps-linux-x86_64-20210416153011.tar.gz HTTP/11" 200 104
482
+ 2025-10-09 13:35:20,098 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
483
+ 2025-10-09 13:35:20,098 INFO ___FILE_ONLY___ ╝
484
+
485
+ 2025-10-09 13:35:20,100 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
486
+
487
+ 2025-10-09 13:35:20,100 INFO ___FILE_ONLY___ ╠═ Installing: BigQuery Command Line Tool ═╣
488
+
489
+ 2025-10-09 13:35:20,100 INFO ___FILE_ONLY___ ╚
490
+ 2025-10-09 13:35:20,191 INFO ___FILE_ONLY___ ═
491
+ 2025-10-09 13:35:20,193 INFO ___FILE_ONLY___ ═
492
+ 2025-10-09 13:35:20,195 INFO ___FILE_ONLY___ ═
493
+ 2025-10-09 13:35:20,197 INFO ___FILE_ONLY___ ═
494
+ 2025-10-09 13:35:20,200 INFO ___FILE_ONLY___ ═
495
+ 2025-10-09 13:35:20,202 INFO ___FILE_ONLY___ ═
496
+ 2025-10-09 13:35:20,204 INFO ___FILE_ONLY___ ═
497
+ 2025-10-09 13:35:20,206 INFO ___FILE_ONLY___ ═
498
+ 2025-10-09 13:35:20,208 INFO ___FILE_ONLY___ ═
499
+ 2025-10-09 13:35:20,210 INFO ___FILE_ONLY___ ═
500
+ 2025-10-09 13:35:20,212 INFO ___FILE_ONLY___ ═
501
+ 2025-10-09 13:35:20,214 INFO ___FILE_ONLY___ ═
502
+ 2025-10-09 13:35:20,216 INFO ___FILE_ONLY___ ═
503
+ 2025-10-09 13:35:20,218 INFO ___FILE_ONLY___ ═
504
+ 2025-10-09 13:35:20,220 INFO ___FILE_ONLY___ ═
505
+ 2025-10-09 13:35:20,222 INFO ___FILE_ONLY___ ═
506
+ 2025-10-09 13:35:20,224 INFO ___FILE_ONLY___ ═
507
+ 2025-10-09 13:35:20,226 INFO ___FILE_ONLY___ ═
508
+ 2025-10-09 13:35:20,228 INFO ___FILE_ONLY___ ═
509
+ 2025-10-09 13:35:20,231 INFO ___FILE_ONLY___ ═
510
+ 2025-10-09 13:35:20,234 INFO ___FILE_ONLY___ ═
511
+ 2025-10-09 13:35:20,235 INFO ___FILE_ONLY___ ═
512
+ 2025-10-09 13:35:20,238 INFO ___FILE_ONLY___ ═
513
+ 2025-10-09 13:35:20,239 INFO ___FILE_ONLY___ ═
514
+ 2025-10-09 13:35:20,241 INFO ___FILE_ONLY___ ═
515
+ 2025-10-09 13:35:20,243 INFO ___FILE_ONLY___ ═
516
+ 2025-10-09 13:35:20,245 INFO ___FILE_ONLY___ ═
517
+ 2025-10-09 13:35:20,247 INFO ___FILE_ONLY___ ═
518
+ 2025-10-09 13:35:20,249 INFO ___FILE_ONLY___ ═
519
+ 2025-10-09 13:35:20,253 INFO ___FILE_ONLY___ ═
520
+ 2025-10-09 13:35:20,254 INFO ___FILE_ONLY___ ═
521
+ 2025-10-09 13:35:20,256 INFO ___FILE_ONLY___ ═
522
+ 2025-10-09 13:35:20,258 INFO ___FILE_ONLY___ ═
523
+ 2025-10-09 13:35:20,261 INFO ___FILE_ONLY___ ═
524
+ 2025-10-09 13:35:20,263 INFO ___FILE_ONLY___ ═
525
+ 2025-10-09 13:35:20,270 INFO ___FILE_ONLY___ ═
526
+ 2025-10-09 13:35:20,275 INFO ___FILE_ONLY___ ═
527
+ 2025-10-09 13:35:20,280 INFO ___FILE_ONLY___ ═
528
+ 2025-10-09 13:35:20,282 INFO ___FILE_ONLY___ ═
529
+ 2025-10-09 13:35:20,284 INFO ___FILE_ONLY___ ═
530
+ 2025-10-09 13:35:20,286 INFO ___FILE_ONLY___ ═
531
+ 2025-10-09 13:35:20,288 INFO ___FILE_ONLY___ ═
532
+ 2025-10-09 13:35:20,291 INFO ___FILE_ONLY___ ═
533
+ 2025-10-09 13:35:20,294 INFO ___FILE_ONLY___ ═
534
+ 2025-10-09 13:35:20,296 INFO ___FILE_ONLY___ ═
535
+ 2025-10-09 13:35:20,299 INFO ___FILE_ONLY___ ═
536
+ 2025-10-09 13:35:20,300 INFO ___FILE_ONLY___ ═
537
+ 2025-10-09 13:35:20,302 INFO ___FILE_ONLY___ ═
538
+ 2025-10-09 13:35:20,304 INFO ___FILE_ONLY___ ═
539
+ 2025-10-09 13:35:20,306 INFO ___FILE_ONLY___ ═
540
+ 2025-10-09 13:35:20,308 INFO ___FILE_ONLY___ ═
541
+ 2025-10-09 13:35:20,310 INFO ___FILE_ONLY___ ═
542
+ 2025-10-09 13:35:20,312 INFO ___FILE_ONLY___ ═
543
+ 2025-10-09 13:35:20,315 INFO ___FILE_ONLY___ ═
544
+ 2025-10-09 13:35:20,316 INFO ___FILE_ONLY___ ═
545
+ 2025-10-09 13:35:20,318 INFO ___FILE_ONLY___ ═
546
+ 2025-10-09 13:35:20,320 INFO ___FILE_ONLY___ ═
547
+ 2025-10-09 13:35:20,322 INFO ___FILE_ONLY___ ═
548
+ 2025-10-09 13:35:20,324 INFO ___FILE_ONLY___ ═
549
+ 2025-10-09 13:35:20,326 INFO ___FILE_ONLY___ ═
550
+ 2025-10-09 13:35:20,326 INFO ___FILE_ONLY___ ╝
551
+
552
+ 2025-10-09 13:35:20,333 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
553
+
554
+ 2025-10-09 13:35:20,334 INFO ___FILE_ONLY___ ╠═ Installing: BigQuery Command Line Tool (Platform Spec... ═╣
555
+
556
+ 2025-10-09 13:35:20,334 INFO ___FILE_ONLY___ ╚
557
+ 2025-10-09 13:35:20,334 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
558
+ 2025-10-09 13:35:20,334 INFO ___FILE_ONLY___ ╝
559
+
560
+ 2025-10-09 13:35:20,338 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
561
+
562
+ 2025-10-09 13:35:20,338 INFO ___FILE_ONLY___ ╠═ Installing: Bundled Python 3.12 ═╣
563
+
564
+ 2025-10-09 13:35:20,338 INFO ___FILE_ONLY___ ╚
565
+ 2025-10-09 13:35:20,341 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
566
+ 2025-10-09 13:35:20,341 INFO ___FILE_ONLY___ ╝
567
+
568
+ 2025-10-09 13:35:20,342 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
569
+
570
+ 2025-10-09 13:35:20,342 INFO ___FILE_ONLY___ ╠═ Installing: Bundled Python 3.12 (Platform Specific) ═╣
571
+
572
+ 2025-10-09 13:35:20,342 INFO ___FILE_ONLY___ ╚
573
+ 2025-10-09 13:35:22,475 INFO ___FILE_ONLY___ ═
574
+ 2025-10-09 13:35:22,487 INFO ___FILE_ONLY___ ═
575
+ 2025-10-09 13:35:22,498 INFO ___FILE_ONLY___ ═
576
+ 2025-10-09 13:35:22,510 INFO ___FILE_ONLY___ ═
577
+ 2025-10-09 13:35:22,522 INFO ___FILE_ONLY___ ═
578
+ 2025-10-09 13:35:22,534 INFO ___FILE_ONLY___ ═
579
+ 2025-10-09 13:35:22,546 INFO ___FILE_ONLY___ ═
580
+ 2025-10-09 13:35:22,558 INFO ___FILE_ONLY___ ═
581
+ 2025-10-09 13:35:22,569 INFO ___FILE_ONLY___ ═
582
+ 2025-10-09 13:35:22,580 INFO ___FILE_ONLY___ ═
583
+ 2025-10-09 13:35:22,592 INFO ___FILE_ONLY___ ═
584
+ 2025-10-09 13:35:22,604 INFO ___FILE_ONLY___ ═
585
+ 2025-10-09 13:35:22,616 INFO ___FILE_ONLY___ ═
586
+ 2025-10-09 13:35:22,627 INFO ___FILE_ONLY___ ═
587
+ 2025-10-09 13:35:22,639 INFO ___FILE_ONLY___ ═
588
+ 2025-10-09 13:35:22,650 INFO ___FILE_ONLY___ ═
589
+ 2025-10-09 13:35:22,662 INFO ___FILE_ONLY___ ═
590
+ 2025-10-09 13:35:22,674 INFO ___FILE_ONLY___ ═
591
+ 2025-10-09 13:35:22,685 INFO ___FILE_ONLY___ ═
592
+ 2025-10-09 13:35:22,697 INFO ___FILE_ONLY___ ═
593
+ 2025-10-09 13:35:22,708 INFO ___FILE_ONLY___ ═
594
+ 2025-10-09 13:35:22,720 INFO ___FILE_ONLY___ ═
595
+ 2025-10-09 13:35:22,731 INFO ___FILE_ONLY___ ═
596
+ 2025-10-09 13:35:22,743 INFO ___FILE_ONLY___ ═
597
+ 2025-10-09 13:35:22,755 INFO ___FILE_ONLY___ ═
598
+ 2025-10-09 13:35:22,766 INFO ___FILE_ONLY___ ═
599
+ 2025-10-09 13:35:22,777 INFO ___FILE_ONLY___ ═
600
+ 2025-10-09 13:35:22,789 INFO ___FILE_ONLY___ ═
601
+ 2025-10-09 13:35:22,800 INFO ___FILE_ONLY___ ═
602
+ 2025-10-09 13:35:22,812 INFO ___FILE_ONLY___ ═
603
+ 2025-10-09 13:35:22,823 INFO ___FILE_ONLY___ ═
604
+ 2025-10-09 13:35:22,835 INFO ___FILE_ONLY___ ═
605
+ 2025-10-09 13:35:22,846 INFO ___FILE_ONLY___ ═
606
+ 2025-10-09 13:35:22,859 INFO ___FILE_ONLY___ ═
607
+ 2025-10-09 13:35:22,874 INFO ___FILE_ONLY___ ═
608
+ 2025-10-09 13:35:22,888 INFO ___FILE_ONLY___ ═
609
+ 2025-10-09 13:35:23,715 INFO ___FILE_ONLY___ ═
610
+ 2025-10-09 13:35:23,738 INFO ___FILE_ONLY___ ═
611
+ 2025-10-09 13:35:24,208 INFO ___FILE_ONLY___ ═
612
+ 2025-10-09 13:35:24,226 INFO ___FILE_ONLY___ ═
613
+ 2025-10-09 13:35:24,246 INFO ___FILE_ONLY___ ═
614
+ 2025-10-09 13:35:24,270 INFO ___FILE_ONLY___ ═
615
+ 2025-10-09 13:35:24,288 INFO ___FILE_ONLY___ ═
616
+ 2025-10-09 13:35:24,314 INFO ___FILE_ONLY___ ═
617
+ 2025-10-09 13:35:24,332 INFO ___FILE_ONLY___ ═
618
+ 2025-10-09 13:35:24,350 INFO ___FILE_ONLY___ ═
619
+ 2025-10-09 13:35:24,366 INFO ___FILE_ONLY___ ═
620
+ 2025-10-09 13:35:24,382 INFO ___FILE_ONLY___ ═
621
+ 2025-10-09 13:35:24,466 INFO ___FILE_ONLY___ ═
622
+ 2025-10-09 13:35:24,483 INFO ___FILE_ONLY___ ═
623
+ 2025-10-09 13:35:24,614 INFO ___FILE_ONLY___ ═
624
+ 2025-10-09 13:35:24,629 INFO ___FILE_ONLY___ ═
625
+ 2025-10-09 13:35:24,645 INFO ___FILE_ONLY___ ═
626
+ 2025-10-09 13:35:24,660 INFO ___FILE_ONLY___ ═
627
+ 2025-10-09 13:35:24,674 INFO ___FILE_ONLY___ ═
628
+ 2025-10-09 13:35:24,691 INFO ___FILE_ONLY___ ═
629
+ 2025-10-09 13:35:24,706 INFO ___FILE_ONLY___ ═
630
+ 2025-10-09 13:35:24,722 INFO ___FILE_ONLY___ ═
631
+ 2025-10-09 13:35:24,748 INFO ___FILE_ONLY___ ═
632
+ 2025-10-09 13:35:25,202 INFO ___FILE_ONLY___ ═
633
+ 2025-10-09 13:35:25,202 INFO ___FILE_ONLY___ ╝
634
+
635
+ 2025-10-09 13:35:25,254 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
636
+
637
+ 2025-10-09 13:35:25,254 INFO ___FILE_ONLY___ ╠═ Installing: Cloud Storage Command Line Tool ═╣
638
+
639
+ 2025-10-09 13:35:25,254 INFO ___FILE_ONLY___ ╚
640
+ 2025-10-09 13:35:25,791 INFO ___FILE_ONLY___ ═
641
+ 2025-10-09 13:35:25,804 INFO ___FILE_ONLY___ ═
642
+ 2025-10-09 13:35:25,815 INFO ___FILE_ONLY___ ═
643
+ 2025-10-09 13:35:25,827 INFO ___FILE_ONLY___ ═
644
+ 2025-10-09 13:35:25,837 INFO ___FILE_ONLY___ ═
645
+ 2025-10-09 13:35:25,870 INFO ___FILE_ONLY___ ═
646
+ 2025-10-09 13:35:25,882 INFO ___FILE_ONLY___ ═
647
+ 2025-10-09 13:35:25,897 INFO ___FILE_ONLY___ ═
648
+ 2025-10-09 13:35:25,911 INFO ___FILE_ONLY___ ═
649
+ 2025-10-09 13:35:25,925 INFO ___FILE_ONLY___ ═
650
+ 2025-10-09 13:35:25,941 INFO ___FILE_ONLY___ ═
651
+ 2025-10-09 13:35:25,952 INFO ___FILE_ONLY___ ═
652
+ 2025-10-09 13:35:25,963 INFO ___FILE_ONLY___ ═
653
+ 2025-10-09 13:35:25,971 INFO ___FILE_ONLY___ ═
654
+ 2025-10-09 13:35:25,980 INFO ___FILE_ONLY___ ═
655
+ 2025-10-09 13:35:25,996 INFO ___FILE_ONLY___ ═
656
+ 2025-10-09 13:35:26,009 INFO ___FILE_ONLY___ ═
657
+ 2025-10-09 13:35:26,017 INFO ___FILE_ONLY___ ═
658
+ 2025-10-09 13:35:26,028 INFO ___FILE_ONLY___ ═
659
+ 2025-10-09 13:35:26,039 INFO ___FILE_ONLY___ ═
660
+ 2025-10-09 13:35:26,048 INFO ___FILE_ONLY___ ═
661
+ 2025-10-09 13:35:26,060 INFO ___FILE_ONLY___ ═
662
+ 2025-10-09 13:35:26,070 INFO ___FILE_ONLY___ ═
663
+ 2025-10-09 13:35:26,080 INFO ___FILE_ONLY___ ═
664
+ 2025-10-09 13:35:26,089 INFO ___FILE_ONLY___ ═
665
+ 2025-10-09 13:35:26,099 INFO ___FILE_ONLY___ ═
666
+ 2025-10-09 13:35:26,109 INFO ___FILE_ONLY___ ═
667
+ 2025-10-09 13:35:26,122 INFO ___FILE_ONLY___ ═
668
+ 2025-10-09 13:35:26,137 INFO ___FILE_ONLY___ ═
669
+ 2025-10-09 13:35:26,148 INFO ___FILE_ONLY___ ═
670
+ 2025-10-09 13:35:26,159 INFO ___FILE_ONLY___ ═
671
+ 2025-10-09 13:35:26,179 INFO ___FILE_ONLY___ ═
672
+ 2025-10-09 13:35:26,194 INFO ___FILE_ONLY___ ═
673
+ 2025-10-09 13:35:26,211 INFO ___FILE_ONLY___ ═
674
+ 2025-10-09 13:35:26,224 INFO ___FILE_ONLY___ ═
675
+ 2025-10-09 13:35:26,240 INFO ___FILE_ONLY___ ═
676
+ 2025-10-09 13:35:26,249 INFO ___FILE_ONLY___ ═
677
+ 2025-10-09 13:35:26,259 INFO ___FILE_ONLY___ ═
678
+ 2025-10-09 13:35:26,293 INFO ___FILE_ONLY___ ═
679
+ 2025-10-09 13:35:26,306 INFO ___FILE_ONLY___ ═
680
+ 2025-10-09 13:35:26,317 INFO ___FILE_ONLY___ ═
681
+ 2025-10-09 13:35:26,326 INFO ___FILE_ONLY___ ═
682
+ 2025-10-09 13:35:26,336 INFO ___FILE_ONLY___ ═
683
+ 2025-10-09 13:35:26,346 INFO ___FILE_ONLY___ ═
684
+ 2025-10-09 13:35:26,356 INFO ___FILE_ONLY___ ═
685
+ 2025-10-09 13:35:26,365 INFO ___FILE_ONLY___ ═
686
+ 2025-10-09 13:35:26,374 INFO ___FILE_ONLY___ ═
687
+ 2025-10-09 13:35:26,383 INFO ___FILE_ONLY___ ═
688
+ 2025-10-09 13:35:26,392 INFO ___FILE_ONLY___ ═
689
+ 2025-10-09 13:35:26,404 INFO ___FILE_ONLY___ ═
690
+ 2025-10-09 13:35:26,418 INFO ___FILE_ONLY___ ═
691
+ 2025-10-09 13:35:26,430 INFO ___FILE_ONLY___ ═
692
+ 2025-10-09 13:35:26,442 INFO ___FILE_ONLY___ ═
693
+ 2025-10-09 13:35:26,455 INFO ___FILE_ONLY___ ═
694
+ 2025-10-09 13:35:26,466 INFO ___FILE_ONLY___ ═
695
+ 2025-10-09 13:35:26,480 INFO ___FILE_ONLY___ ═
696
+ 2025-10-09 13:35:26,496 INFO ___FILE_ONLY___ ═
697
+ 2025-10-09 13:35:26,515 INFO ___FILE_ONLY___ ═
698
+ 2025-10-09 13:35:26,531 INFO ___FILE_ONLY___ ═
699
+ 2025-10-09 13:35:26,547 INFO ___FILE_ONLY___ ═
700
+ 2025-10-09 13:35:26,547 INFO ___FILE_ONLY___ ╝
701
+
702
+ 2025-10-09 13:35:26,577 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
703
+
704
+ 2025-10-09 13:35:26,577 INFO ___FILE_ONLY___ ╠═ Installing: Cloud Storage Command Line Tool (Platform... ═╣
705
+
706
+ 2025-10-09 13:35:26,577 INFO ___FILE_ONLY___ ╚
707
+ 2025-10-09 13:35:26,578 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
708
+ 2025-10-09 13:35:26,578 INFO ___FILE_ONLY___ ╝
709
+
710
+ 2025-10-09 13:35:26,582 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
711
+
712
+ 2025-10-09 13:35:26,582 INFO ___FILE_ONLY___ ╠═ Installing: Default set of gcloud commands ═╣
713
+
714
+ 2025-10-09 13:35:26,582 INFO ___FILE_ONLY___ ╚
715
+ 2025-10-09 13:35:26,584 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
716
+ 2025-10-09 13:35:26,585 INFO ___FILE_ONLY___ ╝
717
+
718
+ 2025-10-09 13:35:26,586 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
719
+
720
+ 2025-10-09 13:35:26,586 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CLI Core Libraries (Platform... ═╣
721
+
722
+ 2025-10-09 13:35:26,586 INFO ___FILE_ONLY___ ╚
723
+ 2025-10-09 13:35:26,587 INFO ___FILE_ONLY___ ══════════════════════════════
724
+ 2025-10-09 13:35:26,587 INFO ___FILE_ONLY___ ══════════════════════════════
725
+ 2025-10-09 13:35:26,587 INFO ___FILE_ONLY___ ╝
726
+
727
+ 2025-10-09 13:35:26,591 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
728
+
729
+ 2025-10-09 13:35:26,591 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CRC32C Hash Tool ═╣
730
+
731
+ 2025-10-09 13:35:26,591 INFO ___FILE_ONLY___ ╚
732
+ 2025-10-09 13:35:26,594 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
733
+ 2025-10-09 13:35:26,594 INFO ___FILE_ONLY___ ╝
734
+
735
+ 2025-10-09 13:35:26,595 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
736
+
737
+ 2025-10-09 13:35:26,595 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CRC32C Hash Tool (Platform S... ═╣
738
+
739
+ 2025-10-09 13:35:26,595 INFO ___FILE_ONLY___ ╚
740
+ 2025-10-09 13:35:26,631 INFO ___FILE_ONLY___ ══════════════════════════════
741
+ 2025-10-09 13:35:26,632 INFO ___FILE_ONLY___ ══════════════════════════════
742
+ 2025-10-09 13:35:26,632 INFO ___FILE_ONLY___ ╝
743
+
744
+ 2025-10-09 13:35:26,636 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
745
+
746
+ 2025-10-09 13:35:26,636 INFO ___FILE_ONLY___ ╠═ Installing: gcloud cli dependencies (Platform Specific) ═╣
747
+
748
+ 2025-10-09 13:35:26,636 INFO ___FILE_ONLY___ ╚
749
+ 2025-10-09 13:35:26,636 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
750
+ 2025-10-09 13:35:26,636 INFO ___FILE_ONLY___ ╝
751
+
752
+ 2025-10-09 13:35:26,641 DEBUG root Updating notification cache...
753
+ 2025-10-09 13:35:26,641 INFO ___FILE_ONLY___
754
+
755
+ 2025-10-09 13:35:26,643 INFO ___FILE_ONLY___ Performing post processing steps...
756
+ 2025-10-09 13:35:26,643 DEBUG root Executing command: ['/tools/google-cloud-sdk/bin/gcloud', 'components', 'post-process']
757
+ 2025-10-09 13:35:34,263 DEBUG ___FILE_ONLY___
758
+ 2025-10-09 13:35:34,263 DEBUG ___FILE_ONLY___
759
+ 2025-10-09 13:35:34,409 INFO root descriptor_list: [{'universeDomain': 'googleapis.com', 'universeShortName': '', 'authenticationDomain': 'auth.cloud.google.com', 'projectPrefix': '', 'cloudWebDomain': 'cloud.google.com', 'documentationDomain': 'cloud.google.com', 'version': '1.0.0', 'state': 'primary', 'artifactRegistryDomain': 'pkg.dev'}]
760
+ 2025-10-09 13:35:34,409 INFO ___FILE_ONLY___
761
+ Update done!
762
+
763
+
764
+ 2025-10-09 13:35:34,412 DEBUG root Chosen display Format:none
765
+ 2025-10-09 13:35:34,412 INFO root Display format: "none"
.config/logs/2025.10.09/13.35.27.125653.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 2025-10-09 13:35:27,126 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2025-10-09 13:35:27,128 DEBUG root Loaded Command Group: ['gcloud', 'components', 'post_process']
3
+ 2025-10-09 13:35:27,129 DEBUG root Running [gcloud.components.post-process] with arguments: []
4
+ 2025-10-09 13:35:34,174 DEBUG root Chosen display Format:none
5
+ 2025-10-09 13:35:34,174 INFO root Display format: "none"
.config/logs/2025.10.09/13.35.34.993389.log ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-10-09 13:35:34,994 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2025-10-09 13:35:35,023 DEBUG root Loaded Command Group: ['gcloud', 'components', 'update']
3
+ 2025-10-09 13:35:35,025 DEBUG root Running [gcloud.components.update] with arguments: [--quiet: "True", COMPONENT-IDS:8: "['gcloud', 'core', 'bq', 'gsutil', 'compute', 'preview', 'alpha', 'beta']"]
4
+ 2025-10-09 13:35:35,026 INFO ___FILE_ONLY___ Beginning update. This process may take several minutes.
5
+
6
+ 2025-10-09 13:35:35,034 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
7
+ 2025-10-09 13:35:35,210 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components-2.json HTTP/11" 200 233157
8
+ 2025-10-09 13:35:35,221 WARNING root Component [compute] no longer exists.
9
+ 2025-10-09 13:35:35,222 INFO ___FILE_ONLY___
10
+
11
+ 2025-10-09 13:35:35,222 INFO ___FILE_ONLY___
12
+ Your current Google Cloud CLI version is: 542.0.0
13
+
14
+ 2025-10-09 13:35:35,222 INFO ___FILE_ONLY___ Installing components from version: 542.0.0
15
+
16
+ 2025-10-09 13:35:35,222 INFO ___FILE_ONLY___
17
+
18
+ 2025-10-09 13:35:35,222 DEBUG root Chosen display Format:table[box,title="These components will be removed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
19
+ 2025-10-09 13:35:35,223 DEBUG root Chosen display Format:table[box,title="These components will be updated."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
20
+ 2025-10-09 13:35:35,223 DEBUG root Chosen display Format:table[box,title="These components will be installed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
21
+ 2025-10-09 13:35:35,238 INFO ___FILE_ONLY___ ┌────────────────────────────────────────────────┐
22
+ 2025-10-09 13:35:35,238 INFO ___FILE_ONLY___
23
+
24
+ 2025-10-09 13:35:35,238 INFO ___FILE_ONLY___ │ These components will be installed. │
25
+ 2025-10-09 13:35:35,238 INFO ___FILE_ONLY___
26
+
27
+ 2025-10-09 13:35:35,238 INFO ___FILE_ONLY___ ├─────────────────────────┬────────────┬─────────┤
28
+ 2025-10-09 13:35:35,238 INFO ___FILE_ONLY___
29
+
30
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │ Name │ Version │ Size │
31
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
32
+
33
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ ├─────────────────────────┼────────────┼─────────┤
34
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
35
+
36
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │
37
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ gcloud Alpha Commands
38
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
39
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │
40
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ 2025.10.03
41
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
42
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │
43
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ < 1 MiB
44
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
45
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │
46
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
47
+
48
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │
49
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ gcloud Beta Commands
50
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___
51
+ 2025-10-09 13:35:35,239 INFO ___FILE_ONLY___ │
52
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ 2025.10.03
53
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
54
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ │
55
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ < 1 MiB
56
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
57
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ │
58
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
59
+
60
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ │
61
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ gcloud Preview Commands
62
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
63
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ │
64
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
65
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
66
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ │
67
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ < 1 MiB
68
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
69
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ │
70
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
71
+
72
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___ └─────────────────────────┴────────────┴─────────┘
73
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
74
+
75
+ 2025-10-09 13:35:35,240 INFO ___FILE_ONLY___
76
+
77
+ 2025-10-09 13:35:35,243 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
78
+ 2025-10-09 13:35:36,199 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/RELEASE_NOTES HTTP/11" 200 1495872
79
+ 2025-10-09 13:35:36,698 INFO ___FILE_ONLY___ For the latest full release notes, please visit:
80
+ https://cloud.google.com/sdk/release_notes
81
+
82
+
83
+ 2025-10-09 13:35:36,698 INFO ___FILE_ONLY___ Performing in place update...
84
+
85
+
86
+ 2025-10-09 13:35:36,700 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
87
+
88
+ 2025-10-09 13:35:36,700 INFO ___FILE_ONLY___ ╠═ Downloading: gcloud Alpha Commands ═╣
89
+
90
+ 2025-10-09 13:35:36,700 INFO ___FILE_ONLY___ ╚
91
+ 2025-10-09 13:35:36,703 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
92
+ 2025-10-09 13:35:37,679 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-alpha-20251003162623.tar.gz HTTP/11" 200 800
93
+ 2025-10-09 13:35:37,679 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
94
+ 2025-10-09 13:35:37,679 INFO ___FILE_ONLY___ ╝
95
+
96
+ 2025-10-09 13:35:37,681 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
97
+
98
+ 2025-10-09 13:35:37,681 INFO ___FILE_ONLY___ ╠═ Downloading: gcloud Beta Commands ═╣
99
+
100
+ 2025-10-09 13:35:37,681 INFO ___FILE_ONLY___ ╚
101
+ 2025-10-09 13:35:37,684 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
102
+ 2025-10-09 13:35:37,847 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-beta-20251003162623.tar.gz HTTP/11" 200 797
103
+ 2025-10-09 13:35:37,847 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
104
+ 2025-10-09 13:35:37,848 INFO ___FILE_ONLY___ ╝
105
+
106
+ 2025-10-09 13:35:37,849 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
107
+
108
+ 2025-10-09 13:35:37,849 INFO ___FILE_ONLY___ ╠═ Downloading: gcloud Preview Commands ═╣
109
+
110
+ 2025-10-09 13:35:37,850 INFO ___FILE_ONLY___ ╚
111
+ 2025-10-09 13:35:37,852 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
112
+ 2025-10-09 13:35:39,026 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-preview-20241115154308.tar.gz HTTP/11" 200 823
113
+ 2025-10-09 13:35:39,026 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
114
+ 2025-10-09 13:35:39,026 INFO ___FILE_ONLY___ ╝
115
+
116
+ 2025-10-09 13:35:39,028 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
117
+
118
+ 2025-10-09 13:35:39,028 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Alpha Commands ═╣
119
+
120
+ 2025-10-09 13:35:39,028 INFO ___FILE_ONLY___ ╚
121
+ 2025-10-09 13:35:39,029 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
122
+ 2025-10-09 13:35:39,029 INFO ___FILE_ONLY___ ╝
123
+
124
+ 2025-10-09 13:35:39,034 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
125
+
126
+ 2025-10-09 13:35:39,034 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Beta Commands ═╣
127
+
128
+ 2025-10-09 13:35:39,034 INFO ___FILE_ONLY___ ╚
129
+ 2025-10-09 13:35:39,035 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
130
+ 2025-10-09 13:35:39,035 INFO ___FILE_ONLY___ ╝
131
+
132
+ 2025-10-09 13:35:39,039 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
133
+
134
+ 2025-10-09 13:35:39,039 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Preview Commands ═╣
135
+
136
+ 2025-10-09 13:35:39,039 INFO ___FILE_ONLY___ ╚
137
+ 2025-10-09 13:35:39,040 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
138
+ 2025-10-09 13:35:39,040 INFO ___FILE_ONLY___ ╝
139
+
140
+ 2025-10-09 13:35:39,044 DEBUG root Updating notification cache...
141
+ 2025-10-09 13:35:39,045 INFO ___FILE_ONLY___
142
+
143
+ 2025-10-09 13:35:39,046 INFO ___FILE_ONLY___ Performing post processing steps...
144
+ 2025-10-09 13:35:39,046 DEBUG root Executing command: ['/tools/google-cloud-sdk/bin/gcloud', 'components', 'post-process']
145
+ 2025-10-09 13:35:46,834 DEBUG ___FILE_ONLY___
146
+ 2025-10-09 13:35:46,835 DEBUG ___FILE_ONLY___
147
+ 2025-10-09 13:35:47,064 INFO root descriptor_list: [{'universeDomain': 'googleapis.com', 'universeShortName': '', 'authenticationDomain': 'auth.cloud.google.com', 'projectPrefix': '', 'cloudWebDomain': 'cloud.google.com', 'documentationDomain': 'cloud.google.com', 'version': '1.0.0', 'state': 'primary', 'artifactRegistryDomain': 'pkg.dev'}]
148
+ 2025-10-09 13:35:47,065 INFO ___FILE_ONLY___
149
+ Update done!
150
+
151
+
152
+ 2025-10-09 13:35:47,067 DEBUG root Chosen display Format:none
153
+ 2025-10-09 13:35:47,068 INFO root Display format: "none"
.config/logs/2025.10.09/13.35.39.519399.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 2025-10-09 13:35:39,520 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2025-10-09 13:35:39,522 DEBUG root Loaded Command Group: ['gcloud', 'components', 'post_process']
3
+ 2025-10-09 13:35:39,524 DEBUG root Running [gcloud.components.post-process] with arguments: []
4
+ 2025-10-09 13:35:46,734 DEBUG root Chosen display Format:none
5
+ 2025-10-09 13:35:46,734 INFO root Display format: "none"
.config/logs/2025.10.09/13.35.47.653229.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 2025-10-09 13:35:47,654 DEBUG root Loaded Command Group: ['gcloud', 'config']
2
+ 2025-10-09 13:35:47,739 DEBUG root Loaded Command Group: ['gcloud', 'config', 'set']
3
+ 2025-10-09 13:35:47,741 DEBUG root Running [gcloud.config.set] with arguments: [SECTION/PROPERTY: "component_manager/disable_update_check", VALUE: "true"]
4
+ 2025-10-09 13:35:47,742 INFO ___FILE_ONLY___ Updated property [component_manager/disable_update_check].
5
+
6
+ 2025-10-09 13:35:47,742 DEBUG root Chosen display Format:default
7
+ 2025-10-09 13:35:47,743 INFO root Display format: "default"
8
+ 2025-10-09 13:35:47,748 DEBUG root SDK update checks are disabled.
.config/logs/2025.10.09/13.35.48.332393.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 2025-10-09 13:35:48,333 DEBUG root Loaded Command Group: ['gcloud', 'config']
2
+ 2025-10-09 13:35:48,413 DEBUG root Loaded Command Group: ['gcloud', 'config', 'set']
3
+ 2025-10-09 13:35:48,415 DEBUG root Running [gcloud.config.set] with arguments: [SECTION/PROPERTY: "compute/gce_metadata_read_timeout_sec", VALUE: "0"]
4
+ 2025-10-09 13:35:48,416 INFO ___FILE_ONLY___ Updated property [compute/gce_metadata_read_timeout_sec].
5
+
6
+ 2025-10-09 13:35:48,417 DEBUG root Chosen display Format:default
7
+ 2025-10-09 13:35:48,417 INFO root Display format: "default"
8
+ 2025-10-09 13:35:48,422 DEBUG root SDK update checks are disabled.
.gitattributes CHANGED
@@ -33,3 +33,48 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4 filter=lfs diff=lfs merge=lfs -text
37
+ huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ llama.cpp/docs/development/llama-star/idea-arch.key filter=lfs diff=lfs merge=lfs -text
39
+ llama.cpp/gguf-py/gguf/__pycache__/constants.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
40
+ llama.cpp/llama-cli filter=lfs diff=lfs merge=lfs -text
41
+ llama.cpp/llama-export-lora filter=lfs diff=lfs merge=lfs -text
42
+ llama.cpp/llama-quantize filter=lfs diff=lfs merge=lfs -text
43
+ llama.cpp/media/llama0-banner.png filter=lfs diff=lfs merge=lfs -text
44
+ llama.cpp/media/llama0-logo.png filter=lfs diff=lfs merge=lfs -text
45
+ llama.cpp/media/matmul.png filter=lfs diff=lfs merge=lfs -text
46
+ llama.cpp/models/ggml-vocab-aquila.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama.cpp/models/ggml-vocab-baichuan.gguf filter=lfs diff=lfs merge=lfs -text
48
+ llama.cpp/models/ggml-vocab-bert-bge.gguf filter=lfs diff=lfs merge=lfs -text
49
+ llama.cpp/models/ggml-vocab-command-r.gguf filter=lfs diff=lfs merge=lfs -text
50
+ llama.cpp/models/ggml-vocab-deepseek-coder.gguf filter=lfs diff=lfs merge=lfs -text
51
+ llama.cpp/models/ggml-vocab-deepseek-llm.gguf filter=lfs diff=lfs merge=lfs -text
52
+ llama.cpp/models/ggml-vocab-falcon.gguf filter=lfs diff=lfs merge=lfs -text
53
+ llama.cpp/models/ggml-vocab-gpt-2.gguf filter=lfs diff=lfs merge=lfs -text
54
+ llama.cpp/models/ggml-vocab-gpt-neox.gguf filter=lfs diff=lfs merge=lfs -text
55
+ llama.cpp/models/ggml-vocab-llama-bpe.gguf filter=lfs diff=lfs merge=lfs -text
56
+ llama.cpp/models/ggml-vocab-llama-spm.gguf filter=lfs diff=lfs merge=lfs -text
57
+ llama.cpp/models/ggml-vocab-mpt.gguf filter=lfs diff=lfs merge=lfs -text
58
+ llama.cpp/models/ggml-vocab-nomic-bert-moe.gguf filter=lfs diff=lfs merge=lfs -text
59
+ llama.cpp/models/ggml-vocab-phi-3.gguf filter=lfs diff=lfs merge=lfs -text
60
+ llama.cpp/models/ggml-vocab-qwen2.gguf filter=lfs diff=lfs merge=lfs -text
61
+ llama.cpp/models/ggml-vocab-refact.gguf filter=lfs diff=lfs merge=lfs -text
62
+ llama.cpp/models/ggml-vocab-starcoder.gguf filter=lfs diff=lfs merge=lfs -text
63
+ llama.cpp/tools/mtmd/test-1.jpeg filter=lfs diff=lfs merge=lfs -text
64
+ llama.cpp/tools/mtmd/test-2.mp3 filter=lfs diff=lfs merge=lfs -text
65
+ llama.cpp/tools/server/themes/buttons-top/buttons_top.png filter=lfs diff=lfs merge=lfs -text
66
+ llama.cpp/tools/server/themes/wild/llamapattern.png filter=lfs diff=lfs merge=lfs -text
67
+ llama.cpp/tools/server/themes/wild/wild.png filter=lfs diff=lfs merge=lfs -text
68
+ llama.cpp/tools/server/webui/src/stories/fixtures/assets/beautiful-flowers-lotus.webp filter=lfs diff=lfs merge=lfs -text
69
+ llama.cpp/tools/server/webui/src/stories/fixtures/assets/example.pdf filter=lfs diff=lfs merge=lfs -text
70
+ outputs/checkpoint-58/tokenizer.json filter=lfs diff=lfs merge=lfs -text
71
+ rule_violation_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
72
+ rule_violation_model_16bit/tokenizer.json filter=lfs diff=lfs merge=lfs -text
73
+ rule_violation_model_gguf/tokenizer.json filter=lfs diff=lfs merge=lfs -text
74
+ rule_violation_model_gguf/unsloth.F16.gguf filter=lfs diff=lfs merge=lfs -text
75
+ rule_violation_model_gguf/unsloth.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
76
+ sample_data/mnist_test.csv filter=lfs diff=lfs merge=lfs -text
77
+ sample_data/mnist_train_small.csv filter=lfs diff=lfs merge=lfs -text
78
+ unsloth_compiled_cache/__pycache__/UnslothDPOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
79
+ unsloth_compiled_cache/__pycache__/UnslothGRPOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
80
+ unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/13b407c18134995797d9431ac3f5feb0fcfeb4cd.lock ADDED
File without changes
huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/31349551d90c7606f325fe0f11bbb8bd5fa0d7c7.lock ADDED
File without changes
huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/4783fe10ac3adce15ac8f358ef5462739852c569.lock ADDED
File without changes
huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/4af74d4da4da9d32cb6b3753d67c211f10cdbc3b.lock ADDED
File without changes
huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4.lock ADDED
File without changes
huggingface_tokenizers_cache/.locks/models--unsloth--Qwen3-4B-Base/b54f9135e44c1e81047e8d05cb027af8bc039eed.lock ADDED
File without changes
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/.no_exist/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/chat_template.jinja ADDED
File without changes
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/13b407c18134995797d9431ac3f5feb0fcfeb4cd ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|endoftext|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 32768,
235
+ "pad_token": "<|vision_pad|>",
236
+ "padding_side": "left",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/31349551d90c7606f325fe0f11bbb8bd5fa0d7c7 ADDED
The diff for this file is too large to render. See raw diff
 
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/4783fe10ac3adce15ac8f358ef5462739852c569 ADDED
The diff for this file is too large to render. See raw diff
 
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/4af74d4da4da9d32cb6b3753d67c211f10cdbc3b ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/blobs/b54f9135e44c1e81047e8d05cb027af8bc039eed ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/refs/main ADDED
@@ -0,0 +1 @@
 
 
1
+ 0573b584bc6b32adc84bb9c91bf9b71bea71fc40
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|endoftext|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 32768,
235
+ "pad_token": "<|vision_pad|>",
236
+ "padding_side": "left",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
huggingface_tokenizers_cache/models--unsloth--Qwen3-4B-Base/snapshots/0573b584bc6b32adc84bb9c91bf9b71bea71fc40/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
llama.cpp/.clang-format ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ Language: Cpp
3
+ AlignAfterOpenBracket: Align
4
+ AlignArrayOfStructures: Left
5
+ AlignConsecutiveAssignments: AcrossComments
6
+ AlignConsecutiveBitFields: AcrossComments
7
+ AlignConsecutiveDeclarations: AcrossComments
8
+ AlignConsecutiveMacros: AcrossComments
9
+ # AlignConsecutiveShortCaseStatements: AcrossComments
10
+ AlignEscapedNewlines: Left # LeftWithLastLine
11
+ AlignOperands: Align
12
+ AlignTrailingComments:
13
+ Kind: Always
14
+ OverEmptyLines: 1
15
+ AllowAllArgumentsOnNextLine: true
16
+ AllowAllParametersOfDeclarationOnNextLine: false
17
+ # AllowBreakBeforeNoexceptSpecifier: OnlyWithParen
18
+ AllowShortBlocksOnASingleLine: Never
19
+ AllowShortCaseLabelsOnASingleLine: false
20
+ AllowShortFunctionsOnASingleLine: Inline
21
+ AllowShortIfStatementsOnASingleLine: Never
22
+ AllowShortLambdasOnASingleLine: Inline
23
+ AllowShortLoopsOnASingleLine: false
24
+ AlwaysBreakBeforeMultilineStrings: true
25
+ # Treat CUDA keywords/attributes as "attribute macros" and avoid breaking lines inside them
26
+ AttributeMacros:
27
+ - __host__
28
+ - __device__
29
+ - __global__
30
+ - __forceinline__
31
+ - __launch_bounds__
32
+ BinPackArguments: true
33
+ BinPackParameters: false # OnePerLine
34
+ BitFieldColonSpacing: Both
35
+ BreakBeforeBraces: Custom # Attach
36
+ BraceWrapping:
37
+ AfterCaseLabel: true
38
+ AfterClass: false
39
+ AfterControlStatement: false
40
+ AfterEnum: false
41
+ AfterFunction: false
42
+ AfterNamespace: false
43
+ AfterObjCDeclaration: false
44
+ AfterStruct: false
45
+ AfterUnion: false
46
+ AfterExternBlock: false
47
+ BeforeCatch: false
48
+ BeforeElse: false
49
+ BeforeLambdaBody: false
50
+ BeforeWhile: false
51
+ IndentBraces: false
52
+ SplitEmptyFunction: false
53
+ SplitEmptyRecord: false
54
+ SplitEmptyNamespace: false
55
+ # BreakAdjacentStringLiterals: true
56
+ BreakAfterAttributes: Never
57
+ BreakBeforeBinaryOperators: None
58
+ BreakBeforeInlineASMColon: OnlyMultiline
59
+ BreakBeforeTernaryOperators: false
60
+ # BreakBinaryOperations: Never
61
+ BreakConstructorInitializers: AfterColon
62
+ # BreakFunctionDefinitionParameters: false
63
+ BreakInheritanceList: AfterComma
64
+ BreakStringLiterals: true
65
+ # BreakTemplateDeclarations: Yes
66
+ ColumnLimit: 120
67
+ CommentPragmas: '^ IWYU pragma:'
68
+ CompactNamespaces: false
69
+ ConstructorInitializerIndentWidth: 4
70
+ ContinuationIndentWidth: 4
71
+ Cpp11BracedListStyle: false
72
+ DerivePointerAlignment: false
73
+ DisableFormat: false
74
+ EmptyLineBeforeAccessModifier: Leave
75
+ EmptyLineAfterAccessModifier: Never
76
+ ExperimentalAutoDetectBinPacking: false
77
+ FixNamespaceComments: true
78
+ IncludeBlocks: Regroup
79
+ IncludeCategories:
80
+ - Regex: '".*"'
81
+ Priority: 1
82
+ SortPriority: 0
83
+ - Regex: '^<.*\.h>'
84
+ Priority: 2
85
+ SortPriority: 0
86
+ - Regex: '^<.*'
87
+ Priority: 3
88
+ SortPriority: 0
89
+ - Regex: '.*'
90
+ Priority: 4
91
+ SortPriority: 0
92
+ IncludeIsMainRegex: '([-_](test|unittest))?$'
93
+ IncludeIsMainSourceRegex: ''
94
+ IndentAccessModifiers: false
95
+ IndentCaseBlocks: true
96
+ IndentCaseLabels: true
97
+ IndentExternBlock: NoIndent
98
+ IndentGotoLabels: false
99
+ IndentPPDirectives: AfterHash
100
+ IndentWidth: 4
101
+ IndentWrappedFunctionNames: false
102
+ InsertBraces: true # NOTE: may lead to incorrect formatting
103
+ InsertNewlineAtEOF: true
104
+ JavaScriptQuotes: Leave
105
+ JavaScriptWrapImports: true
106
+ KeepEmptyLinesAtTheStartOfBlocks: false
107
+ LambdaBodyIndentation: Signature
108
+ LineEnding: LF
109
+ MacroBlockBegin: ''
110
+ MacroBlockEnd: ''
111
+ MaxEmptyLinesToKeep: 1
112
+ NamespaceIndentation: None
113
+ ObjCBinPackProtocolList: Auto
114
+ ObjCBlockIndentWidth: 4
115
+ ObjCSpaceAfterProperty: true
116
+ ObjCSpaceBeforeProtocolList: true
117
+ PPIndentWidth: -1
118
+ PackConstructorInitializers: CurrentLine
119
+ PenaltyBreakAssignment: 2
120
+ PenaltyBreakBeforeFirstCallParameter: 1
121
+ PenaltyBreakComment: 300
122
+ PenaltyBreakFirstLessLess: 120
123
+ PenaltyBreakString: 1000
124
+ PenaltyBreakTemplateDeclaration: 10
125
+ PenaltyExcessCharacter: 1000000
126
+ PenaltyReturnTypeOnItsOwnLine: 200
127
+ PointerAlignment: Middle
128
+ QualifierAlignment: Left
129
+ #QualifierOrder: ['static', 'inline', 'friend', 'constexpr', 'const', 'volatile', 'type', 'restrict']
130
+ RawStringFormats:
131
+ - Language: Cpp
132
+ Delimiters:
133
+ - cc
134
+ - CC
135
+ - cpp
136
+ - Cpp
137
+ - CPP
138
+ - 'c++'
139
+ - 'C++'
140
+ CanonicalDelimiter: ''
141
+ ReferenceAlignment: Middle
142
+ ReflowComments: false # IndentOnly
143
+ SeparateDefinitionBlocks: Always
144
+ SortIncludes: CaseInsensitive
145
+ SortUsingDeclarations: LexicographicNumeric
146
+ SpaceAfterCStyleCast: true
147
+ SpaceAfterLogicalNot: false
148
+ SpaceAfterTemplateKeyword: true
149
+ SpaceBeforeAssignmentOperators: true
150
+ SpaceBeforeCpp11BracedList: false
151
+ SpaceBeforeCtorInitializerColon: true
152
+ SpaceBeforeInheritanceColon: true
153
+ SpaceBeforeParens: ControlStatements
154
+ SpaceBeforeRangeBasedForLoopColon: true
155
+ SpaceInEmptyBlock: false
156
+ SpaceInEmptyParentheses: false
157
+ SpacesBeforeTrailingComments: 2
158
+ SpacesInAngles: Never
159
+ SpacesInContainerLiterals: true
160
+ SpacesInLineCommentPrefix:
161
+ Minimum: 1
162
+ Maximum: -1
163
+ SpacesInParentheses: false
164
+ SpacesInSquareBrackets: false
165
+ SpaceBeforeSquareBrackets: false
166
+ Standard: c++17
167
+ TabWidth: 4
168
+ UseTab: Never
169
+ WhitespaceSensitiveMacros: ['STRINGIZE']
170
+ ...
171
+
llama.cpp/.clang-tidy ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ Checks: >
3
+ bugprone-*,
4
+ -bugprone-easily-swappable-parameters,
5
+ -bugprone-implicit-widening-of-multiplication-result,
6
+ -bugprone-misplaced-widening-cast,
7
+ -bugprone-narrowing-conversions,
8
+ readability-*,
9
+ -readability-avoid-unconditional-preprocessor-if,
10
+ -readability-function-cognitive-complexity,
11
+ -readability-identifier-length,
12
+ -readability-implicit-bool-conversion,
13
+ -readability-magic-numbers,
14
+ -readability-uppercase-literal-suffix,
15
+ -readability-simplify-boolean-expr,
16
+ -readability-math-missing-parentheses,
17
+ clang-analyzer-*,
18
+ -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
19
+ performance-*,
20
+ -performance-enum-size,
21
+ portability-*,
22
+ -portability-simd-intrinsics,
23
+ misc-*,
24
+ -misc-const-correctness,
25
+ -misc-non-private-member-variables-in-classes,
26
+ -misc-no-recursion,
27
+ -misc-use-anonymous-namespace,
28
+ FormatStyle: none
llama.cpp/.devops/cann.Dockerfile ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ==============================================================================
2
+ # ARGUMENTS
3
+ # ==============================================================================
4
+
5
+ # Define the CANN base image for easier version updates later
6
+ ARG CANN_BASE_IMAGE=quay.io/ascend/cann:8.1.rc1-910b-openeuler22.03-py3.10
7
+
8
+ # ==============================================================================
9
+ # BUILD STAGE
10
+ # Compile all binary files and libraries
11
+ # ==============================================================================
12
+ FROM ${CANN_BASE_IMAGE} AS build
13
+
14
+ # Define the Ascend chip model for compilation. Default is Ascend910B3
15
+ ARG ASCEND_SOC_TYPE=Ascend910B3
16
+
17
+ # -- Install build dependencies --
18
+ RUN yum install -y gcc g++ cmake make git libcurl-devel python3 python3-pip && \
19
+ yum clean all && \
20
+ rm -rf /var/cache/yum
21
+
22
+ # -- Set the working directory --
23
+ WORKDIR /app
24
+
25
+ # -- Copy project files --
26
+ COPY . .
27
+
28
+ # -- Set CANN environment variables (required for compilation) --
29
+ # Using ENV instead of `source` allows environment variables to persist across the entire image layer
30
+ ENV ASCEND_TOOLKIT_HOME=/usr/local/Ascend/ascend-toolkit/latest
31
+ ENV LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${LD_LIBRARY_PATH}
32
+ ENV PATH=${ASCEND_TOOLKIT_HOME}/bin:${PATH}
33
+ ENV ASCEND_OPP_PATH=${ASCEND_TOOLKIT_HOME}/opp
34
+ ENV LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/runtime/lib64/stub:$LD_LIBRARY_PATH
35
+ # ... You can add other environment variables from the original file as needed ...
36
+ # For brevity, only core variables are listed here. You can paste the original ENV list here.
37
+
38
+ # -- Build llama.cpp --
39
+ # Use the passed ASCEND_SOC_TYPE argument and add general build options
40
+ RUN source /usr/local/Ascend/ascend-toolkit/set_env.sh --force \
41
+ && \
42
+ cmake -B build \
43
+ -DGGML_CANN=ON \
44
+ -DCMAKE_BUILD_TYPE=Release \
45
+ -DSOC_TYPE=${ASCEND_SOC_TYPE} \
46
+ . && \
47
+ cmake --build build --config Release -j$(nproc)
48
+
49
+ # -- Organize build artifacts for copying in later stages --
50
+ # Create a lib directory to store all .so files
51
+ RUN mkdir -p /app/lib && \
52
+ find build -name "*.so" -exec cp {} /app/lib \;
53
+
54
+ # Create a full directory to store all executables and Python scripts
55
+ RUN mkdir -p /app/full && \
56
+ cp build/bin/* /app/full/ && \
57
+ cp *.py /app/full/ && \
58
+ cp -r gguf-py /app/full/ && \
59
+ cp -r requirements /app/full/ && \
60
+ cp requirements.txt /app/full/
61
+ # If you have a tools.sh script, make sure it is copied here
62
+ # cp .devops/tools.sh /app/full/tools.sh
63
+
64
+ # ==============================================================================
65
+ # BASE STAGE
66
+ # Create a minimal base image with CANN runtime and common libraries
67
+ # ==============================================================================
68
+ FROM ${CANN_BASE_IMAGE} AS base
69
+
70
+ # -- Install runtime dependencies --
71
+ RUN yum install -y libgomp curl && \
72
+ yum clean all && \
73
+ rm -rf /var/cache/yum
74
+
75
+ # -- Set CANN environment variables (required for runtime) --
76
+ ENV ASCEND_TOOLKIT_HOME=/usr/local/Ascend/ascend-toolkit/latest
77
+ ENV LD_LIBRARY_PATH=/app:${ASCEND_TOOLKIT_HOME}/lib64:${LD_LIBRARY_PATH}
78
+ ENV PATH=${ASCEND_TOOLKIT_HOME}/bin:${PATH}
79
+ ENV ASCEND_OPP_PATH=${ASCEND_TOOLKIT_HOME}/opp
80
+ # ... You can add other environment variables from the original file as needed ...
81
+
82
+ WORKDIR /app
83
+
84
+ # Copy compiled .so files from the build stage
85
+ COPY --from=build /app/lib/ /app
86
+
87
+ # ==============================================================================
88
+ # FINAL STAGES (TARGETS)
89
+ # ==============================================================================
90
+
91
+ ### Target: full
92
+ # Complete image with all tools, Python bindings, and dependencies
93
+ # ==============================================================================
94
+ FROM base AS full
95
+
96
+ COPY --from=build /app/full /app
97
+
98
+ # Install Python dependencies
99
+ RUN yum install -y git python3 python3-pip && \
100
+ pip3 install --no-cache-dir --upgrade pip setuptools wheel && \
101
+ pip3 install --no-cache-dir -r requirements.txt && \
102
+ yum clean all && \
103
+ rm -rf /var/cache/yum
104
+
105
+ # You need to provide a tools.sh script as the entrypoint
106
+ ENTRYPOINT ["/app/tools.sh"]
107
+ # If there is no tools.sh, you can set the default to start the server
108
+ # ENTRYPOINT ["/app/llama-server"]
109
+
110
+ ### Target: light
111
+ # Lightweight image containing only llama-cli
112
+ # ==============================================================================
113
+ FROM base AS light
114
+
115
+ COPY --from=build /app/full/llama-cli /app
116
+
117
+ ENTRYPOINT [ "/app/llama-cli" ]
118
+
119
+ ### Target: server
120
+ # Dedicated server image containing only llama-server
121
+ # ==============================================================================
122
+ FROM base AS server
123
+
124
+ ENV LLAMA_ARG_HOST=0.0.0.0
125
+
126
+ COPY --from=build /app/full/llama-server /app
127
+
128
+ HEALTHCHECK --interval=5m CMD [ "curl", "-f", "http://localhost:8080/health" ]
129
+
130
+ ENTRYPOINT [ "/app/llama-server" ]
llama.cpp/.devops/cpu.Dockerfile ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ARG UBUNTU_VERSION=22.04
2
+
3
+ FROM ubuntu:$UBUNTU_VERSION AS build
4
+
5
+ ARG TARGETARCH
6
+
7
+ RUN apt-get update && \
8
+ apt-get install -y build-essential git cmake libcurl4-openssl-dev
9
+
10
+ WORKDIR /app
11
+
12
+ COPY . .
13
+
14
+ RUN if [ "$TARGETARCH" = "amd64" ] || [ "$TARGETARCH" = "arm64" ]; then \
15
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DGGML_NATIVE=OFF -DLLAMA_BUILD_TESTS=OFF -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON; \
16
+ else \
17
+ echo "Unsupported architecture"; \
18
+ exit 1; \
19
+ fi && \
20
+ cmake --build build -j $(nproc)
21
+
22
+ RUN mkdir -p /app/lib && \
23
+ find build -name "*.so" -exec cp {} /app/lib \;
24
+
25
+ RUN mkdir -p /app/full \
26
+ && cp build/bin/* /app/full \
27
+ && cp *.py /app/full \
28
+ && cp -r gguf-py /app/full \
29
+ && cp -r requirements /app/full \
30
+ && cp requirements.txt /app/full \
31
+ && cp .devops/tools.sh /app/full/tools.sh
32
+
33
+ ## Base image
34
+ FROM ubuntu:$UBUNTU_VERSION AS base
35
+
36
+ RUN apt-get update \
37
+ && apt-get install -y libgomp1 curl\
38
+ && apt autoremove -y \
39
+ && apt clean -y \
40
+ && rm -rf /tmp/* /var/tmp/* \
41
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
42
+ && find /var/cache -type f -delete
43
+
44
+ COPY --from=build /app/lib/ /app
45
+
46
+ ### Full
47
+ FROM base AS full
48
+
49
+ COPY --from=build /app/full /app
50
+
51
+ WORKDIR /app
52
+
53
+ RUN apt-get update \
54
+ && apt-get install -y \
55
+ git \
56
+ python3 \
57
+ python3-pip \
58
+ && pip install --upgrade pip setuptools wheel \
59
+ && pip install -r requirements.txt \
60
+ && apt autoremove -y \
61
+ && apt clean -y \
62
+ && rm -rf /tmp/* /var/tmp/* \
63
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
64
+ && find /var/cache -type f -delete
65
+
66
+ ENTRYPOINT ["/app/tools.sh"]
67
+
68
+ ### Light, CLI only
69
+ FROM base AS light
70
+
71
+ COPY --from=build /app/full/llama-cli /app
72
+
73
+ WORKDIR /app
74
+
75
+ ENTRYPOINT [ "/app/llama-cli" ]
76
+
77
+ ### Server, Server only
78
+ FROM base AS server
79
+
80
+ ENV LLAMA_ARG_HOST=0.0.0.0
81
+
82
+ COPY --from=build /app/full/llama-server /app
83
+
84
+ WORKDIR /app
85
+
86
+ HEALTHCHECK CMD [ "curl", "-f", "http://localhost:8080/health" ]
87
+
88
+ ENTRYPOINT [ "/app/llama-server" ]
llama.cpp/.devops/cuda.Dockerfile ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ARG UBUNTU_VERSION=22.04
2
+ # This needs to generally match the container host's environment.
3
+ ARG CUDA_VERSION=12.4.0
4
+ # Target the CUDA build image
5
+ ARG BASE_CUDA_DEV_CONTAINER=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
6
+
7
+ ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
8
+
9
+ FROM ${BASE_CUDA_DEV_CONTAINER} AS build
10
+
11
+ # CUDA architecture to build for (defaults to all supported archs)
12
+ ARG CUDA_DOCKER_ARCH=default
13
+
14
+ RUN apt-get update && \
15
+ apt-get install -y build-essential cmake python3 python3-pip git libcurl4-openssl-dev libgomp1
16
+
17
+ WORKDIR /app
18
+
19
+ COPY . .
20
+
21
+ RUN if [ "${CUDA_DOCKER_ARCH}" != "default" ]; then \
22
+ export CMAKE_ARGS="-DCMAKE_CUDA_ARCHITECTURES=${CUDA_DOCKER_ARCH}"; \
23
+ fi && \
24
+ cmake -B build -DGGML_NATIVE=OFF -DGGML_CUDA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && \
25
+ cmake --build build --config Release -j$(nproc)
26
+
27
+ RUN mkdir -p /app/lib && \
28
+ find build -name "*.so" -exec cp {} /app/lib \;
29
+
30
+ RUN mkdir -p /app/full \
31
+ && cp build/bin/* /app/full \
32
+ && cp *.py /app/full \
33
+ && cp -r gguf-py /app/full \
34
+ && cp -r requirements /app/full \
35
+ && cp requirements.txt /app/full \
36
+ && cp .devops/tools.sh /app/full/tools.sh
37
+
38
+ ## Base image
39
+ FROM ${BASE_CUDA_RUN_CONTAINER} AS base
40
+
41
+ RUN apt-get update \
42
+ && apt-get install -y libgomp1 curl\
43
+ && apt autoremove -y \
44
+ && apt clean -y \
45
+ && rm -rf /tmp/* /var/tmp/* \
46
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
47
+ && find /var/cache -type f -delete
48
+
49
+ COPY --from=build /app/lib/ /app
50
+
51
+ ### Full
52
+ FROM base AS full
53
+
54
+ COPY --from=build /app/full /app
55
+
56
+ WORKDIR /app
57
+
58
+ RUN apt-get update \
59
+ && apt-get install -y \
60
+ git \
61
+ python3 \
62
+ python3-pip \
63
+ && pip install --upgrade pip setuptools wheel \
64
+ && pip install --break-system-packages -r requirements.txt \
65
+ && apt autoremove -y \
66
+ && apt clean -y \
67
+ && rm -rf /tmp/* /var/tmp/* \
68
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
69
+ && find /var/cache -type f -delete
70
+
71
+
72
+ ENTRYPOINT ["/app/tools.sh"]
73
+
74
+ ### Light, CLI only
75
+ FROM base AS light
76
+
77
+ COPY --from=build /app/full/llama-cli /app
78
+
79
+ WORKDIR /app
80
+
81
+ ENTRYPOINT [ "/app/llama-cli" ]
82
+
83
+ ### Server, Server only
84
+ FROM base AS server
85
+
86
+ ENV LLAMA_ARG_HOST=0.0.0.0
87
+
88
+ COPY --from=build /app/full/llama-server /app
89
+
90
+ WORKDIR /app
91
+
92
+ HEALTHCHECK CMD [ "curl", "-f", "http://localhost:8080/health" ]
93
+
94
+ ENTRYPOINT [ "/app/llama-server" ]
llama.cpp/.devops/intel.Dockerfile ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ARG ONEAPI_VERSION=2025.2.2-0-devel-ubuntu24.04
2
+
3
+ ## Build Image
4
+
5
+ FROM intel/deep-learning-essentials:$ONEAPI_VERSION AS build
6
+
7
+ ARG GGML_SYCL_F16=OFF
8
+ RUN apt-get update && \
9
+ apt-get install -y git libcurl4-openssl-dev
10
+
11
+ WORKDIR /app
12
+
13
+ COPY . .
14
+
15
+ RUN if [ "${GGML_SYCL_F16}" = "ON" ]; then \
16
+ echo "GGML_SYCL_F16 is set" \
17
+ && export OPT_SYCL_F16="-DGGML_SYCL_F16=ON"; \
18
+ fi && \
19
+ echo "Building with dynamic libs" && \
20
+ cmake -B build -DGGML_NATIVE=OFF -DGGML_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${OPT_SYCL_F16} && \
21
+ cmake --build build --config Release -j$(nproc)
22
+
23
+ RUN mkdir -p /app/lib && \
24
+ find build -name "*.so" -exec cp {} /app/lib \;
25
+
26
+ RUN mkdir -p /app/full \
27
+ && cp build/bin/* /app/full \
28
+ && cp *.py /app/full \
29
+ && cp -r gguf-py /app/full \
30
+ && cp -r requirements /app/full \
31
+ && cp requirements.txt /app/full \
32
+ && cp .devops/tools.sh /app/full/tools.sh
33
+
34
+ FROM intel/deep-learning-essentials:$ONEAPI_VERSION AS base
35
+
36
+ RUN apt-get update \
37
+ && apt-get install -y libgomp1 curl\
38
+ && apt autoremove -y \
39
+ && apt clean -y \
40
+ && rm -rf /tmp/* /var/tmp/* \
41
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
42
+ && find /var/cache -type f -delete
43
+
44
+ ### Full
45
+ FROM base AS full
46
+
47
+ COPY --from=build /app/lib/ /app
48
+ COPY --from=build /app/full /app
49
+
50
+ WORKDIR /app
51
+
52
+ RUN apt-get update && \
53
+ apt-get install -y \
54
+ git \
55
+ python3 \
56
+ python3-pip \
57
+ python3-venv && \
58
+ python3 -m venv /opt/venv && \
59
+ . /opt/venv/bin/activate && \
60
+ pip install --upgrade pip setuptools wheel && \
61
+ pip install -r requirements.txt && \
62
+ apt autoremove -y && \
63
+ apt clean -y && \
64
+ rm -rf /tmp/* /var/tmp/* && \
65
+ find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete && \
66
+ find /var/cache -type f -delete
67
+
68
+ ENV PATH="/opt/venv/bin:$PATH"
69
+
70
+ ENTRYPOINT ["/app/tools.sh"]
71
+
72
+ ### Light, CLI only
73
+ FROM base AS light
74
+
75
+ COPY --from=build /app/lib/ /app
76
+ COPY --from=build /app/full/llama-cli /app
77
+
78
+ WORKDIR /app
79
+
80
+ ENTRYPOINT [ "/app/llama-cli" ]
81
+
82
+ ### Server, Server only
83
+ FROM base AS server
84
+
85
+ ENV LLAMA_ARG_HOST=0.0.0.0
86
+
87
+ COPY --from=build /app/lib/ /app
88
+ COPY --from=build /app/full/llama-server /app
89
+
90
+ WORKDIR /app
91
+
92
+ HEALTHCHECK CMD [ "curl", "-f", "http://localhost:8080/health" ]
93
+
94
+ ENTRYPOINT [ "/app/llama-server" ]
95
+
llama.cpp/.devops/llama-cli-cann.Dockerfile ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ARG ASCEND_VERSION=8.1.RC1.alpha001-910b-openeuler22.03-py3.10
2
+
3
+ FROM ascendai/cann:$ASCEND_VERSION AS build
4
+
5
+ WORKDIR /app
6
+
7
+ COPY . .
8
+
9
+ RUN yum install -y gcc g++ cmake make libcurl-devel
10
+ ENV ASCEND_TOOLKIT_HOME=/usr/local/Ascend/ascend-toolkit/latest
11
+ ENV LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:$LIBRARY_PATH
12
+ ENV LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${ASCEND_TOOLKIT_HOME}/lib64/plugin/opskernel:${ASCEND_TOOLKIT_HOME}/lib64/plugin/nnengine:${ASCEND_TOOLKIT_HOME}/opp/built-in/op_impl/ai_core/tbe/op_tiling:${LD_LIBRARY_PATH}
13
+ ENV PYTHONPATH=${ASCEND_TOOLKIT_HOME}/python/site-packages:${ASCEND_TOOLKIT_HOME}/opp/built-in/op_impl/ai_core/tbe:${PYTHONPATH}
14
+ ENV PATH=${ASCEND_TOOLKIT_HOME}/bin:${ASCEND_TOOLKIT_HOME}/compiler/ccec_compiler/bin:${PATH}
15
+ ENV ASCEND_AICPU_PATH=${ASCEND_TOOLKIT_HOME}
16
+ ENV ASCEND_OPP_PATH=${ASCEND_TOOLKIT_HOME}/opp
17
+ ENV TOOLCHAIN_HOME=${ASCEND_TOOLKIT_HOME}/toolkit
18
+ ENV ASCEND_HOME_PATH=${ASCEND_TOOLKIT_HOME}
19
+
20
+ # find libascend_hal.so, because the drive hasn`t been mounted.
21
+ ENV LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/runtime/lib64/stub:$LD_LIBRARY_PATH
22
+
23
+ RUN echo "Building with static libs" && \
24
+ source /usr/local/Ascend/ascend-toolkit/set_env.sh --force && \
25
+ cmake -B build -DGGML_NATIVE=OFF -DGGML_CANN=ON -DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_TESTS=OFF && \
26
+ cmake --build build --config Release --target llama-cli
27
+
28
+ # TODO: use image with NNRT
29
+ FROM ascendai/cann:$ASCEND_VERSION AS runtime
30
+ COPY --from=build /app/build/bin/llama-cli /llama-cli
31
+
32
+ ENV LC_ALL=C.utf8
33
+
34
+ ENV ASCEND_TOOLKIT_HOME=/usr/local/Ascend/ascend-toolkit/latest
35
+ ENV LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:$LIBRARY_PATH
36
+ ENV LD_LIBRARY_PATH=${ASCEND_TOOLKIT_HOME}/lib64:${ASCEND_TOOLKIT_HOME}/lib64/plugin/opskernel:${ASCEND_TOOLKIT_HOME}/lib64/plugin/nnengine:${ASCEND_TOOLKIT_HOME}/opp/built-in/op_impl/ai_core/tbe/op_tiling:${LD_LIBRARY_PATH}
37
+ ENV PYTHONPATH=${ASCEND_TOOLKIT_HOME}/python/site-packages:${ASCEND_TOOLKIT_HOME}/opp/built-in/op_impl/ai_core/tbe:${PYTHONPATH}
38
+ ENV PATH=${ASCEND_TOOLKIT_HOME}/bin:${ASCEND_TOOLKIT_HOME}/compiler/ccec_compiler/bin:${PATH}
39
+ ENV ASCEND_AICPU_PATH=${ASCEND_TOOLKIT_HOME}
40
+ ENV ASCEND_OPP_PATH=${ASCEND_TOOLKIT_HOME}/opp
41
+ ENV TOOLCHAIN_HOME=${ASCEND_TOOLKIT_HOME}/toolkit
42
+ ENV ASCEND_HOME_PATH=${ASCEND_TOOLKIT_HOME}
43
+
44
+ ENTRYPOINT ["/llama-cli" ]
llama.cpp/.devops/llama-cpp-cuda.srpm.spec ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SRPM for building from source and packaging an RPM for RPM-based distros.
2
+ # https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages
3
+ # Built and maintained by John Boero - boeroboy@gmail.com
4
+ # In honor of Seth Vidal https://www.redhat.com/it/blog/thank-you-seth-vidal
5
+
6
+ # Notes for llama.cpp:
7
+ # 1. Tags are currently based on hash - which will not sort asciibetically.
8
+ # We need to declare standard versioning if people want to sort latest releases.
9
+ # 2. Builds for CUDA/OpenCL support are separate, with different depenedencies.
10
+ # 3. NVidia's developer repo must be enabled with nvcc, cublas, clblas, etc installed.
11
+ # Example: https://developer.download.nvidia.com/compute/cuda/repos/fedora37/x86_64/cuda-fedora37.repo
12
+ # 4. OpenCL/CLBLAST support simply requires the ICD loader and basic opencl libraries.
13
+ # It is up to the user to install the correct vendor-specific support.
14
+
15
+ Name: llama.cpp-cuda
16
+ Version: %( date "+%%Y%%m%%d" )
17
+ Release: 1%{?dist}
18
+ Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
19
+ License: MIT
20
+ Source0: https://github.com/ggml-org/llama.cpp/archive/refs/heads/master.tar.gz
21
+ BuildRequires: coreutils make gcc-c++ git cuda-toolkit
22
+ Requires: cuda-toolkit
23
+ URL: https://github.com/ggml-org/llama.cpp
24
+
25
+ %define debug_package %{nil}
26
+ %define source_date_epoch_from_changelog 0
27
+
28
+ %description
29
+ CPU inference for Meta's Lllama2 models using default options.
30
+
31
+ %prep
32
+ %setup -n llama.cpp-master
33
+
34
+ %build
35
+ make -j GGML_CUDA=1
36
+
37
+ %install
38
+ mkdir -p %{buildroot}%{_bindir}/
39
+ cp -p llama-cli %{buildroot}%{_bindir}/llama-cuda-cli
40
+ cp -p llama-server %{buildroot}%{_bindir}/llama-cuda-server
41
+ cp -p llama-simple %{buildroot}%{_bindir}/llama-cuda-simple
42
+
43
+ mkdir -p %{buildroot}/usr/lib/systemd/system
44
+ %{__cat} <<EOF > %{buildroot}/usr/lib/systemd/system/llamacuda.service
45
+ [Unit]
46
+ Description=Llama.cpp server, CPU only (no GPU support in this build).
47
+ After=syslog.target network.target local-fs.target remote-fs.target nss-lookup.target
48
+
49
+ [Service]
50
+ Type=simple
51
+ EnvironmentFile=/etc/sysconfig/llama
52
+ ExecStart=/usr/bin/llama-cuda-server $LLAMA_ARGS
53
+ ExecReload=/bin/kill -s HUP $MAINPID
54
+ Restart=never
55
+
56
+ [Install]
57
+ WantedBy=default.target
58
+ EOF
59
+
60
+ mkdir -p %{buildroot}/etc/sysconfig
61
+ %{__cat} <<EOF > %{buildroot}/etc/sysconfig/llama
62
+ LLAMA_ARGS="-m /opt/llama2/ggml-model-f32.bin"
63
+ EOF
64
+
65
+ %clean
66
+ rm -rf %{buildroot}
67
+ rm -rf %{_builddir}/*
68
+
69
+ %files
70
+ %{_bindir}/llama-cuda-cli
71
+ %{_bindir}/llama-cuda-server
72
+ %{_bindir}/llama-cuda-simple
73
+ /usr/lib/systemd/system/llamacuda.service
74
+ %config /etc/sysconfig/llama
75
+
76
+ %pre
77
+
78
+ %post
79
+
80
+ %preun
81
+ %postun
82
+
83
+ %changelog
llama.cpp/.devops/llama-cpp.srpm.spec ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SRPM for building from source and packaging an RPM for RPM-based distros.
2
+ # https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages
3
+ # Built and maintained by John Boero - boeroboy@gmail.com
4
+ # In honor of Seth Vidal https://www.redhat.com/it/blog/thank-you-seth-vidal
5
+
6
+ # Notes for llama.cpp:
7
+ # 1. Tags are currently based on hash - which will not sort asciibetically.
8
+ # We need to declare standard versioning if people want to sort latest releases.
9
+ # In the meantime, YYYYMMDD format will be used.
10
+ # 2. Builds for CUDA/OpenCL support are separate, with different depenedencies.
11
+ # 3. NVidia's developer repo must be enabled with nvcc, cublas, clblas, etc installed.
12
+ # Example: https://developer.download.nvidia.com/compute/cuda/repos/fedora37/x86_64/cuda-fedora37.repo
13
+ # 4. OpenCL/CLBLAST support simply requires the ICD loader and basic opencl libraries.
14
+ # It is up to the user to install the correct vendor-specific support.
15
+
16
+ Name: llama.cpp
17
+ Version: %( date "+%%Y%%m%%d" )
18
+ Release: 1%{?dist}
19
+ Summary: CPU Inference of LLaMA model in pure C/C++ (no CUDA/OpenCL)
20
+ License: MIT
21
+ Source0: https://github.com/ggml-org/llama.cpp/archive/refs/heads/master.tar.gz
22
+ BuildRequires: coreutils make gcc-c++ git libstdc++-devel
23
+ Requires: libstdc++
24
+ URL: https://github.com/ggml-org/llama.cpp
25
+
26
+ %define debug_package %{nil}
27
+ %define source_date_epoch_from_changelog 0
28
+
29
+ %description
30
+ CPU inference for Meta's Lllama2 models using default options.
31
+ Models are not included in this package and must be downloaded separately.
32
+
33
+ %prep
34
+ %setup -n llama.cpp-master
35
+
36
+ %build
37
+ make -j
38
+
39
+ %install
40
+ mkdir -p %{buildroot}%{_bindir}/
41
+ cp -p llama-cli %{buildroot}%{_bindir}/llama-cli
42
+ cp -p llama-server %{buildroot}%{_bindir}/llama-server
43
+ cp -p llama-simple %{buildroot}%{_bindir}/llama-simple
44
+
45
+ mkdir -p %{buildroot}/usr/lib/systemd/system
46
+ %{__cat} <<EOF > %{buildroot}/usr/lib/systemd/system/llama.service
47
+ [Unit]
48
+ Description=Llama.cpp server, CPU only (no GPU support in this build).
49
+ After=syslog.target network.target local-fs.target remote-fs.target nss-lookup.target
50
+
51
+ [Service]
52
+ Type=simple
53
+ EnvironmentFile=/etc/sysconfig/llama
54
+ ExecStart=/usr/bin/llama-server $LLAMA_ARGS
55
+ ExecReload=/bin/kill -s HUP $MAINPID
56
+ Restart=never
57
+
58
+ [Install]
59
+ WantedBy=default.target
60
+ EOF
61
+
62
+ mkdir -p %{buildroot}/etc/sysconfig
63
+ %{__cat} <<EOF > %{buildroot}/etc/sysconfig/llama
64
+ LLAMA_ARGS="-m /opt/llama2/ggml-model-f32.bin"
65
+ EOF
66
+
67
+ %clean
68
+ rm -rf %{buildroot}
69
+ rm -rf %{_builddir}/*
70
+
71
+ %files
72
+ %{_bindir}/llama-cli
73
+ %{_bindir}/llama-server
74
+ %{_bindir}/llama-simple
75
+ /usr/lib/systemd/system/llama.service
76
+ %config /etc/sysconfig/llama
77
+
78
+ %pre
79
+
80
+ %post
81
+
82
+ %preun
83
+ %postun
84
+
85
+ %changelog
llama.cpp/.devops/musa.Dockerfile ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ARG UBUNTU_VERSION=22.04
2
+ # This needs to generally match the container host's environment.
3
+ ARG MUSA_VERSION=rc4.3.0
4
+ # Target the MUSA build image
5
+ ARG BASE_MUSA_DEV_CONTAINER=mthreads/musa:${MUSA_VERSION}-devel-ubuntu${UBUNTU_VERSION}-amd64
6
+
7
+ ARG BASE_MUSA_RUN_CONTAINER=mthreads/musa:${MUSA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}-amd64
8
+
9
+ FROM ${BASE_MUSA_DEV_CONTAINER} AS build
10
+
11
+ # MUSA architecture to build for (defaults to all supported archs)
12
+ ARG MUSA_DOCKER_ARCH=default
13
+
14
+ RUN apt-get update && \
15
+ apt-get install -y \
16
+ build-essential \
17
+ cmake \
18
+ python3 \
19
+ python3-pip \
20
+ git \
21
+ libcurl4-openssl-dev \
22
+ libgomp1
23
+
24
+ WORKDIR /app
25
+
26
+ COPY . .
27
+
28
+ RUN if [ "${MUSA_DOCKER_ARCH}" != "default" ]; then \
29
+ export CMAKE_ARGS="-DMUSA_ARCHITECTURES=${MUSA_DOCKER_ARCH}"; \
30
+ fi && \
31
+ cmake -B build -DGGML_NATIVE=OFF -DGGML_MUSA=ON -DGGML_BACKEND_DL=ON -DGGML_CPU_ALL_VARIANTS=ON -DLLAMA_BUILD_TESTS=OFF ${CMAKE_ARGS} -DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined . && \
32
+ cmake --build build --config Release -j$(nproc)
33
+
34
+ RUN mkdir -p /app/lib && \
35
+ find build -name "*.so" -exec cp {} /app/lib \;
36
+
37
+ RUN mkdir -p /app/full \
38
+ && cp build/bin/* /app/full \
39
+ && cp *.py /app/full \
40
+ && cp -r gguf-py /app/full \
41
+ && cp -r requirements /app/full \
42
+ && cp requirements.txt /app/full \
43
+ && cp .devops/tools.sh /app/full/tools.sh
44
+
45
+ ## Base image
46
+ FROM ${BASE_MUSA_RUN_CONTAINER} AS base
47
+
48
+ RUN apt-get update \
49
+ && apt-get install -y libgomp1 curl\
50
+ && apt autoremove -y \
51
+ && apt clean -y \
52
+ && rm -rf /tmp/* /var/tmp/* \
53
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
54
+ && find /var/cache -type f -delete
55
+
56
+ COPY --from=build /app/lib/ /app
57
+
58
+ ### Full
59
+ FROM base AS full
60
+
61
+ COPY --from=build /app/full /app
62
+
63
+ WORKDIR /app
64
+
65
+ RUN apt-get update \
66
+ && apt-get install -y \
67
+ git \
68
+ python3 \
69
+ python3-pip \
70
+ && pip install --upgrade pip setuptools wheel \
71
+ && pip install -r requirements.txt \
72
+ && apt autoremove -y \
73
+ && apt clean -y \
74
+ && rm -rf /tmp/* /var/tmp/* \
75
+ && find /var/cache/apt/archives /var/lib/apt/lists -not -name lock -type f -delete \
76
+ && find /var/cache -type f -delete
77
+
78
+
79
+ ENTRYPOINT ["/app/tools.sh"]
80
+
81
+ ### Light, CLI only
82
+ FROM base AS light
83
+
84
+ COPY --from=build /app/full/llama-cli /app
85
+
86
+ WORKDIR /app
87
+
88
+ ENTRYPOINT [ "/app/llama-cli" ]
89
+
90
+ ### Server, Server only
91
+ FROM base AS server
92
+
93
+ ENV LLAMA_ARG_HOST=0.0.0.0
94
+
95
+ COPY --from=build /app/full/llama-server /app
96
+
97
+ WORKDIR /app
98
+
99
+ HEALTHCHECK CMD [ "curl", "-f", "http://localhost:8080/health" ]
100
+
101
+ ENTRYPOINT [ "/app/llama-server" ]
llama.cpp/.devops/nix/apps.nix ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ perSystem =
3
+ { config, lib, ... }:
4
+ {
5
+ apps =
6
+ let
7
+ inherit (config.packages) default;
8
+ binaries = [
9
+ "llama-cli"
10
+ "llama-embedding"
11
+ "llama-server"
12
+ "llama-quantize"
13
+ ];
14
+ mkApp = name: {
15
+ type = "app";
16
+ program = "${default}/bin/${name}";
17
+ };
18
+ in
19
+ lib.genAttrs binaries mkApp;
20
+ };
21
+ }
llama.cpp/.devops/nix/devshells.nix ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ { inputs, ... }:
2
+
3
+ {
4
+ perSystem =
5
+ {
6
+ config,
7
+ lib,
8
+ system,
9
+ ...
10
+ }:
11
+ {
12
+ devShells =
13
+ let
14
+ pkgs = import inputs.nixpkgs { inherit system; };
15
+ stdenv = pkgs.stdenv;
16
+ scripts = config.packages.python-scripts;
17
+ in
18
+ lib.pipe (config.packages) [
19
+ (lib.concatMapAttrs (
20
+ name: package: {
21
+ ${name} = pkgs.mkShell {
22
+ name = "${name}";
23
+ inputsFrom = [ package ];
24
+ shellHook = ''
25
+ echo "Entering ${name} devShell"
26
+ '';
27
+ };
28
+ "${name}-extra" =
29
+ if (name == "python-scripts") then
30
+ null
31
+ else
32
+ pkgs.mkShell {
33
+ name = "${name}-extra";
34
+ inputsFrom = [
35
+ package
36
+ scripts
37
+ ];
38
+ # Extra packages that *may* be used by some scripts
39
+ packages = [
40
+ pkgs.python3Packages.tiktoken
41
+ ];
42
+ shellHook = ''
43
+ echo "Entering ${name} devShell"
44
+ addToSearchPath "LD_LIBRARY_PATH" "${lib.getLib stdenv.cc.cc}/lib"
45
+ '';
46
+ };
47
+ }
48
+ ))
49
+ (lib.filterAttrs (name: value: value != null))
50
+ ];
51
+ };
52
+ }
llama.cpp/.devops/nix/docker.nix ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ lib,
3
+ dockerTools,
4
+ buildEnv,
5
+ llama-cpp,
6
+ interactive ? true,
7
+ coreutils,
8
+ }:
9
+
10
+ # A tar that can be fed into `docker load`:
11
+ #
12
+ # $ nix build .#llamaPackages.docker
13
+ # $ docker load < result
14
+
15
+ # For details and variations cf.
16
+ # - https://nixos.org/manual/nixpkgs/unstable/#ssec-pkgs-dockerTools-buildLayeredImage
17
+ # - https://discourse.nixos.org/t/a-faster-dockertools-buildimage-prototype/16922
18
+ # - https://nixery.dev/
19
+
20
+ # Approximate (compressed) sizes, at the time of writing, are:
21
+ #
22
+ # .#llamaPackages.docker: 125M;
23
+ # .#llamaPackagesCuda.docker: 537M;
24
+ # .#legacyPackages.aarch64-linux.llamaPackagesXavier.docker: 415M.
25
+
26
+ dockerTools.buildLayeredImage {
27
+ name = llama-cpp.pname;
28
+ tag = "latest";
29
+
30
+ contents =
31
+ [ llama-cpp ]
32
+ ++ lib.optionals interactive [
33
+ coreutils
34
+ dockerTools.binSh
35
+ dockerTools.caCertificates
36
+ ];
37
+ }
llama.cpp/.devops/nix/jetson-support.nix ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ { inputs, ... }:
2
+ {
3
+ perSystem =
4
+ {
5
+ config,
6
+ system,
7
+ lib,
8
+ pkgsCuda,
9
+ ...
10
+ }:
11
+ {
12
+ legacyPackages =
13
+ let
14
+ caps.llamaPackagesXavier = "7.2";
15
+ caps.llamaPackagesOrin = "8.7";
16
+ caps.llamaPackagesTX2 = "6.2";
17
+ caps.llamaPackagesNano = "5.3";
18
+
19
+ pkgsFor =
20
+ cap:
21
+ import inputs.nixpkgs {
22
+ inherit system;
23
+ config = {
24
+ cudaSupport = true;
25
+ cudaCapabilities = [ cap ];
26
+ cudaEnableForwardCompat = false;
27
+ inherit (pkgsCuda.config) allowUnfreePredicate;
28
+ };
29
+ };
30
+ in
31
+ builtins.mapAttrs (name: cap: (pkgsFor cap).callPackage ./scope.nix { }) caps;
32
+
33
+ packages = lib.optionalAttrs (system == "aarch64-linux") {
34
+ jetson-xavier = config.legacyPackages.llamaPackagesXavier.llama-cpp;
35
+ jetson-orin = config.legacyPackages.llamaPackagesOrin.llama-cpp;
36
+ jetson-nano = config.legacyPackages.llamaPackagesNano.llama-cpp;
37
+ };
38
+ };
39
+ }