Upload folder using huggingface_hub
Browse files- .hydra/config.yaml +96 -0
- .hydra/hydra.yaml +175 -0
- .hydra/overrides.yaml +2 -0
- cli.log +31 -0
- error.log +103 -0
- experiment_config.json +110 -0
- preprocess_codecarbon.json +33 -0
.hydra/config.yaml
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
backend:
|
2 |
+
name: pytorch
|
3 |
+
version: 2.4.0
|
4 |
+
_target_: optimum_benchmark.backends.pytorch.backend.PyTorchBackend
|
5 |
+
task: text-generation
|
6 |
+
model: NousResearch/Hermes-3-Llama-3.1-8B
|
7 |
+
processor: NousResearch/Hermes-3-Llama-3.1-8B
|
8 |
+
library: null
|
9 |
+
device: cuda
|
10 |
+
device_ids: '0'
|
11 |
+
seed: 42
|
12 |
+
inter_op_num_threads: null
|
13 |
+
intra_op_num_threads: null
|
14 |
+
hub_kwargs: {}
|
15 |
+
no_weights: true
|
16 |
+
device_map: null
|
17 |
+
torch_dtype: null
|
18 |
+
amp_autocast: false
|
19 |
+
amp_dtype: null
|
20 |
+
eval_mode: true
|
21 |
+
to_bettertransformer: false
|
22 |
+
low_cpu_mem_usage: null
|
23 |
+
attn_implementation: null
|
24 |
+
cache_implementation: null
|
25 |
+
torch_compile: false
|
26 |
+
torch_compile_config: {}
|
27 |
+
quantization_scheme: null
|
28 |
+
quantization_config: {}
|
29 |
+
deepspeed_inference: false
|
30 |
+
deepspeed_inference_config: {}
|
31 |
+
peft_type: null
|
32 |
+
peft_config: {}
|
33 |
+
launcher:
|
34 |
+
name: process
|
35 |
+
_target_: optimum_benchmark.launchers.process.launcher.ProcessLauncher
|
36 |
+
device_isolation: false
|
37 |
+
device_isolation_action: warn
|
38 |
+
start_method: spawn
|
39 |
+
benchmark:
|
40 |
+
name: energy_star
|
41 |
+
_target_: optimum_benchmark.benchmarks.energy_star.benchmark.EnergyStarBenchmark
|
42 |
+
dataset_name: EnergyStarAI/text_generation
|
43 |
+
dataset_config: ''
|
44 |
+
dataset_split: train
|
45 |
+
num_samples: 1000
|
46 |
+
input_shapes:
|
47 |
+
batch_size: 1
|
48 |
+
text_column_name: text
|
49 |
+
truncation: true
|
50 |
+
max_length: -1
|
51 |
+
dataset_prefix1: ''
|
52 |
+
dataset_prefix2: ''
|
53 |
+
t5_task: ''
|
54 |
+
image_column_name: image
|
55 |
+
resize: false
|
56 |
+
question_column_name: question
|
57 |
+
context_column_name: context
|
58 |
+
sentence1_column_name: sentence1
|
59 |
+
sentence2_column_name: sentence2
|
60 |
+
audio_column_name: audio
|
61 |
+
iterations: 10
|
62 |
+
warmup_runs: 10
|
63 |
+
energy: true
|
64 |
+
forward_kwargs: {}
|
65 |
+
generate_kwargs:
|
66 |
+
max_new_tokens: 10
|
67 |
+
min_new_tokens: 10
|
68 |
+
call_kwargs: {}
|
69 |
+
experiment_name: text_generation
|
70 |
+
environment:
|
71 |
+
cpu: ' Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz'
|
72 |
+
cpu_count: 96
|
73 |
+
cpu_ram_mb: 1204529.905664
|
74 |
+
system: Linux
|
75 |
+
machine: x86_64
|
76 |
+
platform: Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35
|
77 |
+
processor: x86_64
|
78 |
+
python_version: 3.9.21
|
79 |
+
gpu:
|
80 |
+
- NVIDIA A100-SXM4-80GB
|
81 |
+
gpu_count: 1
|
82 |
+
gpu_vram_mb: 85899345920
|
83 |
+
optimum_benchmark_version: 0.2.0
|
84 |
+
optimum_benchmark_commit: null
|
85 |
+
transformers_version: 4.44.0
|
86 |
+
transformers_commit: null
|
87 |
+
accelerate_version: 0.33.0
|
88 |
+
accelerate_commit: null
|
89 |
+
diffusers_version: 0.30.0
|
90 |
+
diffusers_commit: null
|
91 |
+
optimum_version: null
|
92 |
+
optimum_commit: null
|
93 |
+
timm_version: null
|
94 |
+
timm_commit: null
|
95 |
+
peft_version: null
|
96 |
+
peft_commit: null
|
.hydra/hydra.yaml
ADDED
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
hydra:
|
2 |
+
run:
|
3 |
+
dir: runs/text_generation/NousResearch/Hermes-3-Llama-3.1-8B/1736822122.5321538
|
4 |
+
sweep:
|
5 |
+
dir: sweeps/${experiment_name}/${backend.model}/${now:%Y-%m-%d-%H-%M-%S}
|
6 |
+
subdir: ${hydra.job.num}
|
7 |
+
launcher:
|
8 |
+
_target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
|
9 |
+
sweeper:
|
10 |
+
_target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
|
11 |
+
max_batch_size: null
|
12 |
+
params: null
|
13 |
+
help:
|
14 |
+
app_name: ${hydra.job.name}
|
15 |
+
header: '${hydra.help.app_name} is powered by Hydra.
|
16 |
+
|
17 |
+
'
|
18 |
+
footer: 'Powered by Hydra (https://hydra.cc)
|
19 |
+
|
20 |
+
Use --hydra-help to view Hydra specific help
|
21 |
+
|
22 |
+
'
|
23 |
+
template: '${hydra.help.header}
|
24 |
+
|
25 |
+
== Configuration groups ==
|
26 |
+
|
27 |
+
Compose your configuration from those groups (group=option)
|
28 |
+
|
29 |
+
|
30 |
+
$APP_CONFIG_GROUPS
|
31 |
+
|
32 |
+
|
33 |
+
== Config ==
|
34 |
+
|
35 |
+
Override anything in the config (foo.bar=value)
|
36 |
+
|
37 |
+
|
38 |
+
$CONFIG
|
39 |
+
|
40 |
+
|
41 |
+
${hydra.help.footer}
|
42 |
+
|
43 |
+
'
|
44 |
+
hydra_help:
|
45 |
+
template: 'Hydra (${hydra.runtime.version})
|
46 |
+
|
47 |
+
See https://hydra.cc for more info.
|
48 |
+
|
49 |
+
|
50 |
+
== Flags ==
|
51 |
+
|
52 |
+
$FLAGS_HELP
|
53 |
+
|
54 |
+
|
55 |
+
== Configuration groups ==
|
56 |
+
|
57 |
+
Compose your configuration from those groups (For example, append hydra/job_logging=disabled
|
58 |
+
to command line)
|
59 |
+
|
60 |
+
|
61 |
+
$HYDRA_CONFIG_GROUPS
|
62 |
+
|
63 |
+
|
64 |
+
Use ''--cfg hydra'' to Show the Hydra config.
|
65 |
+
|
66 |
+
'
|
67 |
+
hydra_help: ???
|
68 |
+
hydra_logging:
|
69 |
+
version: 1
|
70 |
+
formatters:
|
71 |
+
colorlog:
|
72 |
+
(): colorlog.ColoredFormatter
|
73 |
+
format: '[%(cyan)s%(asctime)s%(reset)s][%(purple)sHYDRA%(reset)s] %(message)s'
|
74 |
+
handlers:
|
75 |
+
console:
|
76 |
+
class: logging.StreamHandler
|
77 |
+
formatter: colorlog
|
78 |
+
stream: ext://sys.stdout
|
79 |
+
root:
|
80 |
+
level: INFO
|
81 |
+
handlers:
|
82 |
+
- console
|
83 |
+
disable_existing_loggers: false
|
84 |
+
job_logging:
|
85 |
+
version: 1
|
86 |
+
formatters:
|
87 |
+
simple:
|
88 |
+
format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s'
|
89 |
+
colorlog:
|
90 |
+
(): colorlog.ColoredFormatter
|
91 |
+
format: '[%(cyan)s%(asctime)s%(reset)s][%(blue)s%(name)s%(reset)s][%(log_color)s%(levelname)s%(reset)s]
|
92 |
+
- %(message)s'
|
93 |
+
log_colors:
|
94 |
+
DEBUG: purple
|
95 |
+
INFO: green
|
96 |
+
WARNING: yellow
|
97 |
+
ERROR: red
|
98 |
+
CRITICAL: red
|
99 |
+
handlers:
|
100 |
+
console:
|
101 |
+
class: logging.StreamHandler
|
102 |
+
formatter: colorlog
|
103 |
+
stream: ext://sys.stdout
|
104 |
+
file:
|
105 |
+
class: logging.FileHandler
|
106 |
+
formatter: simple
|
107 |
+
filename: ${hydra.job.name}.log
|
108 |
+
root:
|
109 |
+
level: INFO
|
110 |
+
handlers:
|
111 |
+
- console
|
112 |
+
- file
|
113 |
+
disable_existing_loggers: false
|
114 |
+
env: {}
|
115 |
+
mode: RUN
|
116 |
+
searchpath: []
|
117 |
+
callbacks: {}
|
118 |
+
output_subdir: .hydra
|
119 |
+
overrides:
|
120 |
+
hydra:
|
121 |
+
- hydra.run.dir=runs/text_generation/NousResearch/Hermes-3-Llama-3.1-8B/1736822122.5321538
|
122 |
+
- hydra.mode=RUN
|
123 |
+
task:
|
124 |
+
- backend.model=NousResearch/Hermes-3-Llama-3.1-8B
|
125 |
+
- backend.processor=NousResearch/Hermes-3-Llama-3.1-8B
|
126 |
+
job:
|
127 |
+
name: cli
|
128 |
+
chdir: true
|
129 |
+
override_dirname: backend.model=NousResearch/Hermes-3-Llama-3.1-8B,backend.processor=NousResearch/Hermes-3-Llama-3.1-8B
|
130 |
+
id: ???
|
131 |
+
num: ???
|
132 |
+
config_name: text_generation
|
133 |
+
env_set:
|
134 |
+
OVERRIDE_BENCHMARKS: '1'
|
135 |
+
env_copy: []
|
136 |
+
config:
|
137 |
+
override_dirname:
|
138 |
+
kv_sep: '='
|
139 |
+
item_sep: ','
|
140 |
+
exclude_keys: []
|
141 |
+
runtime:
|
142 |
+
version: 1.3.2
|
143 |
+
version_base: '1.3'
|
144 |
+
cwd: /app
|
145 |
+
config_sources:
|
146 |
+
- path: hydra.conf
|
147 |
+
schema: pkg
|
148 |
+
provider: hydra
|
149 |
+
- path: optimum_benchmark
|
150 |
+
schema: pkg
|
151 |
+
provider: main
|
152 |
+
- path: hydra_plugins.hydra_colorlog.conf
|
153 |
+
schema: pkg
|
154 |
+
provider: hydra-colorlog
|
155 |
+
- path: /optimum-benchmark/examples/energy_star
|
156 |
+
schema: file
|
157 |
+
provider: command-line
|
158 |
+
- path: ''
|
159 |
+
schema: structured
|
160 |
+
provider: schema
|
161 |
+
output_dir: /app/runs/text_generation/NousResearch/Hermes-3-Llama-3.1-8B/1736822122.5321538
|
162 |
+
choices:
|
163 |
+
benchmark: energy_star
|
164 |
+
launcher: process
|
165 |
+
backend: pytorch
|
166 |
+
hydra/env: default
|
167 |
+
hydra/callbacks: null
|
168 |
+
hydra/job_logging: colorlog
|
169 |
+
hydra/hydra_logging: colorlog
|
170 |
+
hydra/hydra_help: default
|
171 |
+
hydra/help: default
|
172 |
+
hydra/sweeper: basic
|
173 |
+
hydra/launcher: basic
|
174 |
+
hydra/output: default
|
175 |
+
verbose: false
|
.hydra/overrides.yaml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
- backend.model=NousResearch/Hermes-3-Llama-3.1-8B
|
2 |
+
- backend.processor=NousResearch/Hermes-3-Llama-3.1-8B
|
cli.log
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[2025-01-14 02:35:25,974][launcher][INFO] - ََAllocating process launcher
|
2 |
+
[2025-01-14 02:35:25,974][process][INFO] - + Setting multiprocessing start method to spawn.
|
3 |
+
[2025-01-14 02:35:25,996][process][INFO] - + Launched benchmark in isolated process 180.
|
4 |
+
[PROC-0][2025-01-14 02:35:29,284][datasets][INFO] - PyTorch version 2.4.0 available.
|
5 |
+
[PROC-0][2025-01-14 02:35:30,322][backend][INFO] - َAllocating pytorch backend
|
6 |
+
[PROC-0][2025-01-14 02:35:30,322][backend][INFO] - + Setting random seed to 42
|
7 |
+
[PROC-0][2025-01-14 02:35:31,909][pytorch][INFO] - + Using AutoModel class AutoModelForCausalLM
|
8 |
+
[PROC-0][2025-01-14 02:35:31,909][pytorch][INFO] - + Creating backend temporary directory
|
9 |
+
[PROC-0][2025-01-14 02:35:31,909][pytorch][INFO] - + Loading model with random weights
|
10 |
+
[PROC-0][2025-01-14 02:35:31,910][pytorch][INFO] - + Creating no weights model
|
11 |
+
[PROC-0][2025-01-14 02:35:31,910][pytorch][INFO] - + Creating no weights model directory
|
12 |
+
[PROC-0][2025-01-14 02:35:31,910][pytorch][INFO] - + Creating no weights model state dict
|
13 |
+
[PROC-0][2025-01-14 02:35:31,936][pytorch][INFO] - + Saving no weights model safetensors
|
14 |
+
[PROC-0][2025-01-14 02:35:31,937][pytorch][INFO] - + Saving no weights model pretrained config
|
15 |
+
[PROC-0][2025-01-14 02:35:31,938][pytorch][INFO] - + Loading no weights AutoModel
|
16 |
+
[PROC-0][2025-01-14 02:35:31,938][pytorch][INFO] - + Loading model directly on device: cuda
|
17 |
+
[PROC-0][2025-01-14 02:35:32,676][pytorch][INFO] - + Turning on model's eval mode
|
18 |
+
[PROC-0][2025-01-14 02:35:32,683][benchmark][INFO] - Allocating energy_star benchmark
|
19 |
+
[PROC-0][2025-01-14 02:35:32,683][energy_star][INFO] - + Loading raw dataset
|
20 |
+
[PROC-0][2025-01-14 02:35:33,810][energy_star][INFO] - + Updating Text Generation kwargs with default values
|
21 |
+
[PROC-0][2025-01-14 02:35:33,810][energy_star][INFO] - + Initializing Text Generation report
|
22 |
+
[PROC-0][2025-01-14 02:35:33,810][energy][INFO] - + Tracking GPU energy on devices [0]
|
23 |
+
[PROC-0][2025-01-14 02:35:38,046][energy_star][INFO] - + Preprocessing dataset
|
24 |
+
[PROC-0][2025-01-14 02:35:39,018][energy][INFO] - + Saving codecarbon emission data to preprocess_codecarbon.json
|
25 |
+
[PROC-0][2025-01-14 02:35:39,018][energy_star][INFO] - + Preparing backend for Inference
|
26 |
+
[PROC-0][2025-01-14 02:35:39,018][energy_star][INFO] - + Initialising dataloader
|
27 |
+
[PROC-0][2025-01-14 02:35:39,019][energy_star][INFO] - + Warming up backend for Inference
|
28 |
+
[PROC-0][2025-01-14 02:35:46,797][energy_star][INFO] - + Additional warmup for Text Generation
|
29 |
+
[PROC-0][2025-01-14 02:35:47,959][energy_star][INFO] - + Running Text Generation energy tracking for 10 iterations
|
30 |
+
[PROC-0][2025-01-14 02:35:47,959][energy_star][INFO] - + Prefill iteration 1/10
|
31 |
+
[2025-01-14 02:40:24,685][experiment][ERROR] - Error during experiment
|
error.log
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0 |
0%| | 0/1000 [00:00<?, ?it/s]
|
1 |
0%| | 1/1000 [00:00<11:10, 1.49it/s]
|
2 |
0%| | 2/1000 [00:00<06:14, 2.66it/s]
|
3 |
0%| | 3/1000 [00:01<07:26, 2.23it/s]
|
4 |
0%| | 5/1000 [00:03<13:57, 1.19it/s]
|
5 |
1%| | 6/1000 [00:04<11:56, 1.39it/s]
|
6 |
1%| | 7/1000 [00:04<09:53, 1.67it/s]
|
7 |
1%| | 8/1000 [00:09<31:56, 1.93s/it]
|
8 |
1%| | 9/1000 [00:09<23:39, 1.43s/it]
|
9 |
1%| | 10/1000 [00:10<18:27, 1.12s/it]
|
10 |
1%| | 11/1000 [00:12<23:42, 1.44s/it]
|
11 |
1%| | 12/1000 [00:12<18:05, 1.10s/it]
|
12 |
1%|▏ | 13/1000 [00:13<14:31, 1.13it/s]
|
13 |
1%|▏ | 14/1000 [00:14<17:51, 1.09s/it]
|
14 |
2%|▏ | 15/1000 [00:15<16:25, 1.00s/it]
|
15 |
2%|▏ | 17/1000 [00:15<09:48, 1.67it/s]
|
16 |
2%|▏ | 18/1000 [00:15<08:23, 1.95it/s]
|
17 |
2%|▏ | 19/1000 [00:16<07:14, 2.26it/s]
|
18 |
2%|▏ | 20/1000 [00:16<06:23, 2.56it/s]
|
19 |
2%|▏ | 22/1000 [00:16<04:15, 3.82it/s]
|
20 |
2%|▏ | 23/1000 [00:16<04:12, 3.88it/s]
|
21 |
2%|▏ | 24/1000 [00:17<04:21, 3.73it/s]
|
22 |
3%|▎ | 26/1000 [00:18<07:39, 2.12it/s]
|
23 |
3%|▎ | 27/1000 [00:18<06:48, 2.38it/s]
|
24 |
3%|▎ | 29/1000 [00:19<04:42, 3.44it/s]
|
25 |
3%|▎ | 30/1000 [00:19<04:15, 3.80it/s]
|
26 |
3%|▎ | 31/1000 [00:19<04:51, 3.32it/s]
|
27 |
3%|▎ | 32/1000 [00:19<04:50, 3.33it/s]
|
28 |
3%|▎ | 34/1000 [00:20<03:25, 4.69it/s]
|
29 |
4%|▎ | 35/1000 [00:20<05:07, 3.14it/s]
|
30 |
4%|▎ | 37/1000 [00:21<05:05, 3.15it/s]
|
31 |
4%|▍ | 38/1000 [00:22<08:27, 1.89it/s]
|
32 |
4%|▍ | 39/1000 [00:22<07:35, 2.11it/s]
|
33 |
4%|▍ | 40/1000 [00:23<06:53, 2.32it/s]
|
34 |
4%|▍ | 41/1000 [00:24<11:48, 1.35it/s]
|
35 |
4%|▍ | 42/1000 [00:25<09:51, 1.62it/s]
|
36 |
4%|▍ | 44/1000 [00:25<06:10, 2.58it/s]
|
37 |
5%|▍ | 46/1000 [00:25<04:59, 3.18it/s]
|
38 |
5%|▍ | 47/1000 [00:26<05:45, 2.76it/s]
|
39 |
5%|▍ | 48/1000 [00:26<05:19, 2.98it/s]
|
40 |
5%|▌ | 50/1000 [00:27<07:15, 2.18it/s]
|
41 |
5%|▌ | 52/1000 [00:28<06:04, 2.60it/s]
|
42 |
5%|▌ | 53/1000 [00:29<08:41, 1.82it/s]
|
43 |
5%|▌ | 54/1000 [00:29<07:47, 2.02it/s]
|
44 |
6%|▌ | 56/1000 [00:30<07:46, 2.02it/s]
|
45 |
6%|▌ | 57/1000 [00:31<06:55, 2.27it/s]
|
46 |
6%|▌ | 59/1000 [00:31<06:09, 2.54it/s]
|
47 |
6%|▌ | 60/1000 [00:32<07:06, 2.20it/s]
|
48 |
6%|▌ | 61/1000 [00:32<07:25, 2.11it/s]
|
49 |
6%|▌ | 62/1000 [00:33<09:36, 1.63it/s]
|
50 |
6%|▋ | 63/1000 [00:34<08:06, 1.93it/s]
|
51 |
6%|▋ | 65/1000 [00:35<08:54, 1.75it/s]
|
52 |
7%|▋ | 66/1000 [00:36<09:17, 1.67it/s]
|
53 |
7%|▋ | 67/1000 [00:36<08:26, 1.84it/s]
|
54 |
7%|▋ | 68/1000 [00:37<08:16, 1.88it/s]
|
55 |
7%|▋ | 69/1000 [00:37<07:03, 2.20it/s]
|
56 |
7%|▋ | 70/1000 [00:37<07:26, 2.08it/s]
|
57 |
7%|▋ | 71/1000 [00:39<12:01, 1.29it/s]
|
58 |
7%|▋ | 73/1000 [00:39<07:47, 1.98it/s]
|
59 |
7%|▋ | 74/1000 [00:40<08:48, 1.75it/s]
|
60 |
8%|▊ | 76/1000 [00:41<06:49, 2.25it/s]
|
61 |
8%|▊ | 77/1000 [00:41<05:51, 2.62it/s]
|
62 |
8%|▊ | 79/1000 [00:41<05:26, 2.82it/s]
|
63 |
8%|▊ | 80/1000 [00:42<06:49, 2.24it/s]
|
64 |
8%|▊ | 81/1000 [00:43<08:57, 1.71it/s]
|
65 |
8%|▊ | 82/1000 [00:44<08:18, 1.84it/s]
|
66 |
8%|▊ | 83/1000 [00:44<07:06, 2.15it/s]
|
67 |
8%|▊ | 84/1000 [00:44<06:12, 2.46it/s]
|
68 |
9%|▊ | 86/1000 [00:57<45:59, 3.02s/it]
|
69 |
9%|▊ | 87/1000 [00:57<36:01, 2.37s/it]
|
70 |
9%|▉ | 88/1000 [00:58<29:26, 1.94s/it]
|
71 |
9%|▉ | 89/1000 [00:59<26:45, 1.76s/it]
|
72 |
9%|▉ | 90/1000 [01:00<22:10, 1.46s/it]
|
73 |
9%|▉ | 92/1000 [01:00<14:56, 1.01it/s]
|
74 |
9%|▉ | 93/1000 [01:02<16:28, 1.09s/it]
|
75 |
9%|▉ | 94/1000 [01:02<13:26, 1.12it/s]
|
76 |
10%|▉ | 95/1000 [01:03<14:06, 1.07it/s]
|
77 |
10%|▉ | 96/1000 [01:03<10:56, 1.38it/s]
|
78 |
10%|▉ | 98/1000 [01:04<08:38, 1.74it/s]
|
79 |
10%|█ | 100/1000 [01:05<06:47, 2.21it/s]
|
80 |
10%|█ | 101/1000 [01:05<07:03, 2.12it/s]
|
81 |
10%|█ | 102/1000 [01:07<10:24, 1.44it/s]
|
82 |
10%|█ | 104/1000 [01:07<08:05, 1.85it/s]
|
83 |
10%|█ | 105/1000 [01:08<10:09, 1.47it/s]
|
84 |
11%|█ | 106/1000 [01:09<09:36, 1.55it/s]
|
85 |
11%|█ | 107/1000 [01:10<10:11, 1.46it/s]
|
86 |
11%|█ | 108/1000 [01:10<08:26, 1.76it/s]
|
87 |
11%|█ | 109/1000 [01:11<09:47, 1.52it/s]
|
88 |
11%|█ | 110/1000 [01:12<10:14, 1.45it/s]
|
89 |
11%|█ | 111/1000 [01:12<08:33, 1.73it/s]
|
90 |
11%|█ | 112/1000 [01:12<06:47, 2.18it/s]
|
91 |
11%|█▏ | 113/1000 [01:13<07:07, 2.07it/s]
|
92 |
11%|█▏ | 114/1000 [01:13<06:05, 2.42it/s]
|
93 |
12%|█▏ | 115/1000 [01:13<05:35, 2.64it/s]
|
94 |
12%|█▏ | 116/1000 [01:15<11:12, 1.31it/s]
|
95 |
12%|█▏ | 117/1000 [01:15<08:17, 1.77it/s]
|
96 |
12%|█▏ | 119/1000 [01:15<06:12, 2.37it/s]
|
97 |
12%|█▏ | 121/1000 [01:16<04:52, 3.01it/s]
|
98 |
12%|█▏ | 122/1000 [01:16<04:35, 3.19it/s]
|
99 |
12%|█▏ | 123/1000 [01:17<06:10, 2.37it/s]
|
100 |
12%|█▎ | 125/1000 [01:20<12:09, 1.20it/s]
|
101 |
13%|█▎ | 126/1000 [01:20<10:13, 1.42it/s]
|
102 |
13%|█▎ | 127/1000 [01:20<08:19, 1.75it/s]
|
103 |
13%|█▎ | 128/1000 [01:21<07:34, 1.92it/s]
|
104 |
13%|█▎ | 129/1000 [01:21<06:41, 2.17it/s]
|
105 |
13%|█▎ | 130/1000 [01:21<05:50, 2.48it/s]
|
106 |
13%|█▎ | 131/1000 [01:23<10:51, 1.33it/s]
|
107 |
13%|█▎ | 133/1000 [01:23<06:49, 2.12it/s]
|
108 |
13%|█▎ | 134/1000 [01:28<22:09, 1.53s/it]
|
109 |
14%|█▎ | 135/1000 [01:30<25:21, 1.76s/it]
|
110 |
14%|█▎ | 136/1000 [01:31<21:09, 1.47s/it]
|
111 |
14%|█▎ | 137/1000 [01:32<20:17, 1.41s/it]
|
112 |
14%|█▍ | 138/1000 [01:33<19:37, 1.37s/it]
|
113 |
14%|█▍ | 139/1000 [01:34<16:01, 1.12s/it]
|
114 |
14%|█▍ | 140/1000 [01:34<13:35, 1.05it/s]
|
115 |
14%|█▍ | 141/1000 [01:35<10:49, 1.32it/s]
|
116 |
14%|█▍ | 142/1000 [01:35<08:52, 1.61it/s]
|
117 |
14%|█▍ | 143/1000 [01:35<07:49, 1.83it/s]
|
118 |
14%|█▍ | 144/1000 [01:36<07:05, 2.01it/s]
|
119 |
14%|█▍ | 145/1000 [01:36<06:14, 2.28it/s]
|
120 |
15%|█▍ | 146/1000 [01:36<05:24, 2.63it/s]
|
121 |
15%|█▍ | 147/1000 [01:37<04:50, 2.93it/s]
|
122 |
15%|█▍ | 149/1000 [01:37<04:38, 3.06it/s]
|
123 |
15%|█▌ | 150/1000 [01:37<04:21, 3.25it/s]
|
124 |
15%|█▌ | 152/1000 [01:47<30:49, 2.18s/it]
|
125 |
15%|█▌ | 153/1000 [01:48<25:23, 1.80s/it]
|
126 |
16%|█▌ | 155/1000 [01:48<16:03, 1.14s/it]
|
127 |
16%|█▌ | 156/1000 [01:49<17:21, 1.23s/it]
|
128 |
16%|█▌ | 157/1000 [01:50<14:52, 1.06s/it]
|
129 |
16%|█▌ | 158/1000 [01:51<15:39, 1.12s/it]
|
130 |
16%|█▌ | 159/1000 [01:52<13:27, 1.04it/s]
|
131 |
16%|█▌ | 160/1000 [01:52<10:41, 1.31it/s]
|
132 |
16%|█▌ | 161/1000 [01:53<09:46, 1.43it/s]
|
133 |
16%|█▌ | 162/1000 [01:53<07:57, 1.76it/s]
|
134 |
16%|█▋ | 164/1000 [01:53<04:56, 2.82it/s]
|
135 |
16%|█▋ | 165/1000 [01:54<05:26, 2.56it/s]
|
136 |
17%|█▋ | 167/1000 [01:57<13:38, 1.02it/s]
|
137 |
17%|█▋ | 168/1000 [01:57<11:04, 1.25it/s]
|
138 |
17%|█▋ | 169/1000 [01:58<09:22, 1.48it/s]
|
139 |
17%|█▋ | 170/1000 [01:58<09:40, 1.43it/s]
|
140 |
17%|█▋ | 172/1000 [01:59<06:06, 2.26it/s]
|
141 |
17%|█▋ | 173/1000 [01:59<05:38, 2.45it/s]
|
142 |
17%|█▋ | 174/1000 [01:59<04:48, 2.86it/s]
|
143 |
18%|█▊ | 175/1000 [02:00<05:58, 2.30it/s]
|
144 |
18%|█▊ | 176/1000 [02:00<05:28, 2.51it/s]
|
145 |
18%|█▊ | 177/1000 [02:02<09:42, 1.41it/s]
|
146 |
18%|█▊ | 178/1000 [02:02<07:34, 1.81it/s]
|
147 |
18%|█▊ | 179/1000 [02:02<06:21, 2.15it/s]
|
148 |
18%|█▊ | 181/1000 [02:02<04:39, 2.93it/s]
|
149 |
18%|█▊ | 182/1000 [02:03<04:20, 3.14it/s]
|
150 |
18%|█▊ | 183/1000 [02:03<04:05, 3.33it/s]
|
151 |
18%|█▊ | 184/1000 [02:04<05:28, 2.49it/s]
|
152 |
18%|█▊ | 185/1000 [02:04<04:35, 2.95it/s]
|
153 |
19%|█▊ | 187/1000 [02:04<03:07, 4.34it/s]
|
154 |
19%|█▉ | 188/1000 [02:05<06:12, 2.18it/s]
|
155 |
19%|█▉ | 189/1000 [02:05<05:28, 2.47it/s]
|
156 |
19%|█▉ | 191/1000 [02:07<09:10, 1.47it/s]
|
157 |
19%|█▉ | 192/1000 [02:08<07:33, 1.78it/s]
|
158 |
19%|█▉ | 193/1000 [02:08<07:28, 1.80it/s]
|
159 |
19%|█▉ | 194/1000 [02:09<10:01, 1.34it/s]
|
160 |
20%|█▉ | 195/1000 [02:10<08:22, 1.60it/s]
|
161 |
20%|█▉ | 196/1000 [02:11<09:01, 1.48it/s]
|
162 |
20%|█▉ | 197/1000 [02:11<07:23, 1.81it/s]
|
163 |
20%|█▉ | 198/1000 [02:12<09:20, 1.43it/s]
|
164 |
20%|█▉ | 199/1000 [02:12<07:45, 1.72it/s]
|
165 |
20%|██ | 200/1000 [02:17<26:04, 1.96s/it]
|
166 |
20%|██ | 201/1000 [02:18<21:20, 1.60s/it]
|
167 |
20%|██ | 202/1000 [02:18<15:57, 1.20s/it]
|
168 |
20%|██ | 203/1000 [02:19<13:51, 1.04s/it]
|
169 |
20%|██ | 204/1000 [02:19<10:23, 1.28it/s]
|
170 |
20%|██ | 205/1000 [02:19<07:57, 1.66it/s]
|
171 |
21%|██ | 206/1000 [02:20<08:12, 1.61it/s]
|
172 |
21%|██ | 207/1000 [02:20<07:14, 1.83it/s]
|
173 |
21%|██ | 208/1000 [02:21<06:02, 2.19it/s]
|
174 |
21%|██ | 209/1000 [02:23<13:27, 1.02s/it]
|
175 |
21%|██ | 210/1000 [02:25<15:55, 1.21s/it]
|
176 |
21%|██ | 212/1000 [02:27<14:58, 1.14s/it]
|
177 |
21%|██▏ | 213/1000 [02:27<12:12, 1.07it/s]
|
178 |
22%|██▏ | 215/1000 [02:28<08:30, 1.54it/s]
|
179 |
22%|██▏ | 216/1000 [02:28<07:04, 1.85it/s]
|
180 |
22%|██▏ | 217/1000 [02:28<07:03, 1.85it/s]
|
181 |
22%|██▏ | 218/1000 [02:29<06:55, 1.88it/s]
|
182 |
22%|██▏ | 219/1000 [02:29<06:21, 2.05it/s]
|
183 |
22%|██▏ | 220/1000 [02:29<05:39, 2.30it/s]
|
184 |
22%|██▏ | 222/1000 [02:30<04:16, 3.03it/s]
|
185 |
22%|██▏ | 223/1000 [02:30<04:32, 2.85it/s]
|
186 |
22%|██▏ | 224/1000 [02:31<04:11, 3.09it/s]
|
187 |
22%|██▎ | 225/1000 [02:31<04:06, 3.15it/s]
|
188 |
23%|██▎ | 227/1000 [02:36<15:58, 1.24s/it]
|
189 |
23%|██▎ | 228/1000 [02:36<12:56, 1.01s/it]
|
190 |
23%|██▎ | 229/1000 [02:36<10:38, 1.21it/s]
|
191 |
23%|██▎ | 230/1000 [02:44<34:35, 2.70s/it]
|
192 |
23%|██▎ | 231/1000 [02:44<26:06, 2.04s/it]
|
193 |
23%|██▎ | 233/1000 [02:46<18:06, 1.42s/it]
|
194 |
24%|██▎ | 235/1000 [02:47<13:30, 1.06s/it]
|
195 |
24%|██▎ | 236/1000 [02:47<11:36, 1.10it/s]
|
196 |
24%|██▎ | 237/1000 [02:47<09:45, 1.30it/s]
|
197 |
24%|██▍ | 238/1000 [02:48<08:05, 1.57it/s]
|
198 |
24%|██▍ | 239/1000 [02:48<06:57, 1.82it/s]
|
199 |
24%|██▍ | 240/1000 [02:48<06:53, 1.84it/s]
|
200 |
24%|██▍ | 242/1000 [02:49<05:58, 2.11it/s]
|
201 |
24%|██▍ | 244/1000 [02:50<04:28, 2.81it/s]
|
202 |
24%|██▍ | 245/1000 [02:51<07:21, 1.71it/s]
|
203 |
25%|██▍ | 246/1000 [02:51<06:21, 1.98it/s]
|
204 |
25%|██▍ | 247/1000 [02:52<06:04, 2.07it/s]
|
205 |
25%|██▍ | 248/1000 [02:53<10:26, 1.20it/s]
|
206 |
25%|██▌ | 250/1000 [02:54<06:25, 1.95it/s]
|
207 |
25%|██▌ | 251/1000 [02:54<06:29, 1.92it/s]
|
208 |
25%|██▌ | 252/1000 [02:54<05:24, 2.31it/s]
|
209 |
25%|██▌ | 253/1000 [02:55<05:20, 2.33it/s]
|
210 |
25%|██▌ | 254/1000 [02:55<06:11, 2.01it/s]
|
211 |
26%|██▌ | 255/1000 [02:56<06:48, 1.82it/s]
|
212 |
26%|██▌ | 256/1000 [02:56<05:54, 2.10it/s]
|
213 |
26%|██▌ | 257/1000 [02:59<15:15, 1.23s/it]
|
214 |
26%|██▌ | 258/1000 [03:00<13:11, 1.07s/it]
|
215 |
26%|██▌ | 259/1000 [03:00<10:11, 1.21it/s]
|
216 |
26%|██▌ | 260/1000 [03:01<07:46, 1.59it/s]
|
217 |
26%|██▌ | 261/1000 [03:01<08:40, 1.42it/s]
|
218 |
26%|██▌ | 262/1000 [03:02<08:34, 1.44it/s]
|
219 |
26%|██▋ | 263/1000 [03:04<11:12, 1.10it/s]
|
220 |
26%|██▋ | 264/1000 [03:04<08:55, 1.37it/s]
|
221 |
26%|██▋ | 265/1000 [03:04<08:12, 1.49it/s]
|
222 |
27%|██▋ | 266/1000 [03:05<08:33, 1.43it/s]
|
223 |
27%|██▋ | 267/1000 [03:06<07:57, 1.53it/s]
|
224 |
27%|██▋ | 269/1000 [03:06<05:43, 2.13it/s]
|
225 |
27%|██▋ | 270/1000 [03:08<09:10, 1.32it/s]
|
226 |
27%|██▋ | 271/1000 [03:08<07:06, 1.71it/s]
|
227 |
27%|██▋ | 272/1000 [03:08<05:58, 2.03it/s]
|
228 |
27%|██▋ | 273/1000 [03:09<08:38, 1.40it/s]
|
229 |
27%|██▋ | 274/1000 [03:10<08:00, 1.51it/s]
|
230 |
28%|██▊ | 275/1000 [03:11<09:23, 1.29it/s]
|
231 |
28%|██▊ | 276/1000 [03:11<07:41, 1.57it/s]
|
232 |
28%|██▊ | 277/1000 [03:12<06:45, 1.79it/s]
|
233 |
28%|██▊ | 278/1000 [03:12<06:39, 1.81it/s]
|
234 |
28%|██▊ | 279/1000 [03:13<08:16, 1.45it/s]
|
235 |
28%|██▊ | 280/1000 [03:13<06:10, 1.94it/s]
|
236 |
28%|██▊ | 281/1000 [03:14<05:20, 2.24it/s]
|
237 |
28%|██▊ | 282/1000 [03:14<04:08, 2.89it/s]
|
238 |
28%|██▊ | 283/1000 [03:14<03:57, 3.02it/s]
|
239 |
28%|██▊ | 284/1000 [03:17<12:24, 1.04s/it]
|
240 |
28%|██▊ | 285/1000 [03:18<12:50, 1.08s/it]
|
241 |
29%|██▊ | 286/1000 [03:18<09:51, 1.21it/s]
|
242 |
29%|██▊ | 287/1000 [03:20<11:53, 1.00s/it]
|
243 |
29%|██▉ | 289/1000 [03:20<06:57, 1.70it/s]
|
244 |
29%|██▉ | 290/1000 [03:21<07:33, 1.56it/s]
|
245 |
29%|██▉ | 291/1000 [03:21<06:29, 1.82it/s]
|
246 |
29%|██▉ | 292/1000 [03:21<05:56, 1.99it/s]
|
247 |
29%|██▉ | 293/1000 [03:24<11:52, 1.01s/it]
|
248 |
29%|██▉ | 294/1000 [03:24<08:50, 1.33it/s]
|
249 |
30%|██▉ | 295/1000 [03:24<07:32, 1.56it/s]
|
250 |
30%|██▉ | 296/1000 [03:24<06:33, 1.79it/s]
|
251 |
30%|██▉ | 297/1000 [03:25<04:59, 2.34it/s]
|
252 |
30%|██▉ | 298/1000 [03:25<04:05, 2.85it/s]
|
253 |
30%|██▉ | 299/1000 [03:30<21:11, 1.81s/it]
|
254 |
30%|███ | 300/1000 [03:30<15:51, 1.36s/it]
|
255 |
30%|███ | 301/1000 [03:30<11:28, 1.02it/s]
|
256 |
30%|███ | 302/1000 [03:31<11:05, 1.05it/s]
|
257 |
30%|███ | 303/1000 [03:32<10:06, 1.15it/s]
|
258 |
30%|███ | 304/1000 [03:32<08:31, 1.36it/s]
|
259 |
30%|███ | 305/1000 [03:34<10:02, 1.15it/s]
|
260 |
31%|███ | 306/1000 [03:34<07:49, 1.48it/s]
|
261 |
31%|███ | 307/1000 [03:34<05:50, 1.98it/s]
|
262 |
31%|███ | 308/1000 [03:35<06:50, 1.68it/s]
|
263 |
31%|███ | 309/1000 [03:35<05:38, 2.04it/s]
|
264 |
31%|███ | 310/1000 [03:35<05:46, 1.99it/s]
|
265 |
31%|███ | 311/1000 [03:36<05:25, 2.11it/s]
|
266 |
31%|███ | 312/1000 [03:36<04:10, 2.74it/s]
|
267 |
31%|███▏ | 313/1000 [03:36<03:30, 3.27it/s]
|
268 |
31%|███▏ | 314/1000 [03:37<05:56, 1.92it/s]
|
269 |
32%|███▏ | 315/1000 [03:39<09:45, 1.17it/s]
|
270 |
32%|███▏ | 316/1000 [03:39<07:11, 1.59it/s]
|
271 |
32%|███▏ | 317/1000 [03:43<20:19, 1.79s/it]
|
272 |
32%|███▏ | 318/1000 [03:44<15:03, 1.33s/it]
|
273 |
32%|███▏ | 319/1000 [03:44<11:48, 1.04s/it]
|
274 |
32%|███▏ | 320/1000 [03:51<31:57, 2.82s/it]
|
275 |
32%|███▏ | 321/1000 [03:53<29:43, 2.63s/it]
|
276 |
32%|███▏ | 322/1000 [03:53<21:08, 1.87s/it]
|
277 |
32%|███▏ | 323/1000 [03:53<15:21, 1.36s/it]
|
278 |
32%|███▏ | 324/1000 [03:55<17:06, 1.52s/it]
|
279 |
32%|███▎ | 325/1000 [03:56<13:46, 1.22s/it]
|
280 |
33%|███▎ | 326/1000 [03:57<12:12, 1.09s/it]
|
281 |
33%|███▎ | 327/1000 [03:58<11:58, 1.07s/it]
|
282 |
33%|███▎ | 328/1000 [03:58<10:36, 1.06it/s]
|
283 |
33%|███▎ | 329/1000 [03:59<08:45, 1.28it/s]
|
284 |
33%|███▎ | 330/1000 [03:59<06:29, 1.72it/s]
|
285 |
33%|███▎ | 331/1000 [04:00<07:06, 1.57it/s]
|
286 |
33%|███▎ | 332/1000 [04:00<07:54, 1.41it/s]
|
287 |
33%|███▎ | 333/1000 [04:01<06:17, 1.77it/s]
|
288 |
33%|███▎ | 334/1000 [04:01<04:45, 2.33it/s]
|
289 |
34%|███▎ | 335/1000 [04:01<05:29, 2.02it/s]
|
290 |
34%|███▎ | 336/1000 [04:02<04:12, 2.63it/s]
|
291 |
34%|███▎ | 337/1000 [04:02<05:35, 1.98it/s]
|
292 |
34%|███▍ | 338/1000 [04:03<04:43, 2.33it/s]
|
293 |
34%|███▍ | 339/1000 [04:03<04:04, 2.71it/s]
|
294 |
34%|███▍ | 340/1000 [04:03<03:12, 3.42it/s]
|
295 |
34%|███▍ | 341/1000 [04:04<06:18, 1.74it/s]
|
296 |
34%|███▍ | 343/1000 [04:04<03:54, 2.81it/s]
|
297 |
34%|███▍ | 344/1000 [04:05<03:57, 2.76it/s]
|
298 |
34%|███▍ | 345/1000 [04:05<03:45, 2.90it/s]
|
299 |
35%|███▍ | 346/1000 [04:05<03:13, 3.38it/s]
|
300 |
35%|███▍ | 347/1000 [04:09<14:08, 1.30s/it]
|
301 |
35%|███▍ | 348/1000 [04:09<10:58, 1.01s/it]
|
302 |
35%|███▍ | 349/1000 [04:09<08:06, 1.34it/s]
|
303 |
35%|███▌ | 350/1000 [04:13<17:00, 1.57s/it]
|
304 |
35%|███▌ | 352/1000 [04:13<09:44, 1.11it/s]
|
305 |
35%|███▌ | 353/1000 [04:16<15:49, 1.47s/it]
|
306 |
36%|███▌ | 355/1000 [04:17<09:43, 1.10it/s]
|
307 |
36%|███▌ | 356/1000 [04:18<09:53, 1.09it/s]
|
308 |
36%|███▌ | 357/1000 [04:18<08:03, 1.33it/s]
|
309 |
36%|███▌ | 358/1000 [04:18<06:15, 1.71it/s]
|
310 |
36%|███▌ | 359/1000 [04:19<06:30, 1.64it/s]
|
311 |
36%|███▌ | 360/1000 [04:19<05:22, 1.99it/s]
|
312 |
36%|███▌ | 361/1000 [04:19<04:09, 2.56it/s]
|
313 |
36%|███▌ | 362/1000 [04:20<05:02, 2.11it/s]
|
314 |
36%|███▋ | 363/1000 [04:20<04:05, 2.59it/s]
|
315 |
36%|███▋ | 364/1000 [04:20<03:48, 2.78it/s]
|
316 |
36%|███▋ | 365/1000 [04:24<15:14, 1.44s/it]
|
317 |
37%|███▋ | 366/1000 [04:24<11:02, 1.04s/it]
|
318 |
37%|███▋ | 367/1000 [04:25<08:40, 1.22it/s]
|
319 |
37%|███▋ | 368/1000 [04:26<10:02, 1.05it/s]
|
320 |
37%|███▋ | 369/1000 [04:26<07:48, 1.35it/s]
|
321 |
37%|███▋ | 370/1000 [04:27<07:08, 1.47it/s]
|
322 |
37%|███▋ | 371/1000 [04:27<06:40, 1.57it/s]
|
323 |
37%|███▋ | 372/1000 [04:28<05:59, 1.75it/s]
|
324 |
37%|███▋ | 373/1000 [04:28<05:45, 1.82it/s]
|
325 |
37%|███▋ | 374/1000 [04:29<07:59, 1.31it/s]
|
326 |
38%|███▊ | 376/1000 [04:30<04:46, 2.18it/s]
|
327 |
38%|███▊ | 376/1000 [04:35<07:37, 1.36it/s]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[codecarbon INFO @ 02:35:33] [setup] RAM Tracking...
|
2 |
+
[codecarbon INFO @ 02:35:33] [setup] GPU Tracking...
|
3 |
+
[codecarbon INFO @ 02:35:33] Tracking Nvidia GPU via pynvml
|
4 |
+
[codecarbon DEBUG @ 02:35:33] GPU available. Starting setup
|
5 |
+
[codecarbon INFO @ 02:35:33] [setup] CPU Tracking...
|
6 |
+
[codecarbon DEBUG @ 02:35:33] Not using PowerGadget, an exception occurred while instantiating IntelPowerGadget : Platform not supported by Intel Power Gadget
|
7 |
+
[codecarbon DEBUG @ 02:35:33] Not using the RAPL interface, an exception occurred while instantiating IntelRAPL : Intel RAPL files not found at /sys/class/powercap/intel-rapl on linux
|
8 |
+
[codecarbon DEBUG @ 02:35:33] Not using PowerMetrics, an exception occurred while instantiating Powermetrics : Platform not supported by Powermetrics
|
9 |
+
[codecarbon WARNING @ 02:35:33] No CPU tracking mode found. Falling back on CPU constant mode.
|
10 |
+
[codecarbon DEBUG @ 02:35:35] CPU : We detect a Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz with a TDP of 240.0 W
|
11 |
+
[codecarbon INFO @ 02:35:35] CPU Model on constant consumption mode: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz
|
12 |
+
[codecarbon INFO @ 02:35:35] >>> Tracker's metadata:
|
13 |
+
[codecarbon INFO @ 02:35:35] Platform system: Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35
|
14 |
+
[codecarbon INFO @ 02:35:35] Python version: 3.9.21
|
15 |
+
[codecarbon INFO @ 02:35:35] CodeCarbon version: 2.5.1
|
16 |
+
[codecarbon INFO @ 02:35:35] Available RAM : 1121.806 GB
|
17 |
+
[codecarbon INFO @ 02:35:35] CPU count: 96
|
18 |
+
[codecarbon INFO @ 02:35:35] CPU model: Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz
|
19 |
+
[codecarbon INFO @ 02:35:35] GPU count: 1
|
20 |
+
[codecarbon INFO @ 02:35:35] GPU model: 1 x NVIDIA A100-SXM4-80GB
|
21 |
+
[codecarbon DEBUG @ 02:35:36] Not running on AWS
|
22 |
+
[codecarbon DEBUG @ 02:35:37] Not running on Azure
|
23 |
+
[codecarbon DEBUG @ 02:35:38] Not running on GCP
|
24 |
+
[codecarbon INFO @ 02:35:38] Saving emissions data to file /app/runs/text_generation/NousResearch/Hermes-3-Llama-3.1-8B/1736822122.5321538/codecarbon.csv
|
25 |
+
[codecarbon DEBUG @ 02:35:38] EmissionsData(timestamp='2025-01-14T02:35:38', project_name='codecarbon', run_id='1b9facce-07dc-48ee-a9da-47fe33191783', duration=0.003597825765609741, emissions=0.0, emissions_rate=0.0, cpu_power=0.0, gpu_power=0.0, ram_power=0.0, cpu_energy=0, gpu_energy=0, ram_energy=0, energy_consumed=0, country_name='United States', country_iso_code='USA', region='virginia', cloud_provider='', cloud_region='', os='Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35', python_version='3.9.21', codecarbon_version='2.5.1', cpu_count=96, cpu_model='Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz', gpu_count=1, gpu_model='1 x NVIDIA A100-SXM4-80GB', longitude=-77.4903, latitude=39.0469, ram_total_size=1121.805892944336, tracking_mode='process', on_cloud='N', pue=1.0)
|
26 |
+
|
27 |
+
|
28 |
+
[codecarbon INFO @ 02:35:39] Energy consumed for RAM : 0.000000 kWh. RAM Power : 0.3641538619995117 W
|
29 |
+
[codecarbon DEBUG @ 02:35:39] RAM : 0.36 W during 0.97 s [measurement time: 0.0013]
|
30 |
+
[codecarbon INFO @ 02:35:39] Energy consumed for all GPUs : 0.000020 kWh. Total GPU Power : 74.43200801286302 W
|
31 |
+
[codecarbon DEBUG @ 02:35:39] GPU : 74.43 W during 0.97 s [measurement time: 0.0030]
|
32 |
+
[codecarbon INFO @ 02:35:39] Energy consumed for all CPUs : 0.000032 kWh. Total CPU Power : 120.0 W
|
33 |
+
[codecarbon DEBUG @ 02:35:39] CPU : 120.00 W during 0.97 s [measurement time: 0.0000]
|
34 |
+
[codecarbon INFO @ 02:35:39] 0.000052 kWh of electricity used since the beginning.
|
35 |
+
[codecarbon DEBUG @ 02:35:39] last_duration=0.966143885627389
|
36 |
+
------------------------
|
37 |
+
[codecarbon DEBUG @ 02:35:39] EmissionsData(timestamp='2025-01-14T02:35:39', project_name='codecarbon', run_id='1b9facce-07dc-48ee-a9da-47fe33191783', duration=0.9709855187684298, emissions=1.936903211901123e-05, emissions_rate=1.9947807402502106e-05, cpu_power=120.0, gpu_power=74.43200801286302, ram_power=0.3641538619995117, cpu_energy=3.2362359017133716e-05, gpu_energy=2.001140489937825e-05, ram_energy=9.772960757336247e-08, energy_consumed=5.247149352408533e-05, country_name='United States', country_iso_code='USA', region='virginia', cloud_provider='', cloud_region='', os='Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35', python_version='3.9.21', codecarbon_version='2.5.1', cpu_count=96, cpu_model='Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz', gpu_count=1, gpu_model='1 x NVIDIA A100-SXM4-80GB', longitude=-77.4903, latitude=39.0469, ram_total_size=1121.805892944336, tracking_mode='process', on_cloud='N', pue=1.0)
|
38 |
+
[codecarbon DEBUG @ 02:35:47] EmissionsData(timestamp='2025-01-14T02:35:47', project_name='codecarbon', run_id='1b9facce-07dc-48ee-a9da-47fe33191783', duration=0.004495952278375626, emissions=1.936903211901123e-05, emissions_rate=0.0043081044725877754, cpu_power=120.0, gpu_power=74.43200801286302, ram_power=0.3641538619995117, cpu_energy=3.2362359017133716e-05, gpu_energy=2.001140489937825e-05, ram_energy=9.772960757336247e-08, energy_consumed=5.247149352408533e-05, country_name='United States', country_iso_code='USA', region='virginia', cloud_provider='', cloud_region='', os='Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35', python_version='3.9.21', codecarbon_version='2.5.1', cpu_count=96, cpu_model='Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz', gpu_count=1, gpu_model='1 x NVIDIA A100-SXM4-80GB', longitude=-77.4903, latitude=39.0469, ram_total_size=1121.805892944336, tracking_mode='process', on_cloud='N', pue=1.0)
|
39 |
+
|
40 |
0%| | 0/1000 [00:00<?, ?it/s]
|
41 |
0%| | 1/1000 [00:00<11:10, 1.49it/s]
|
42 |
0%| | 2/1000 [00:00<06:14, 2.66it/s]
|
43 |
0%| | 3/1000 [00:01<07:26, 2.23it/s]
|
44 |
0%| | 5/1000 [00:03<13:57, 1.19it/s]
|
45 |
1%| | 6/1000 [00:04<11:56, 1.39it/s]
|
46 |
1%| | 7/1000 [00:04<09:53, 1.67it/s]
|
47 |
1%| | 8/1000 [00:09<31:56, 1.93s/it]
|
48 |
1%| | 9/1000 [00:09<23:39, 1.43s/it]
|
49 |
1%| | 10/1000 [00:10<18:27, 1.12s/it]
|
50 |
1%| | 11/1000 [00:12<23:42, 1.44s/it]
|
51 |
1%| | 12/1000 [00:12<18:05, 1.10s/it]
|
52 |
1%|▏ | 13/1000 [00:13<14:31, 1.13it/s]
|
53 |
1%|▏ | 14/1000 [00:14<17:51, 1.09s/it]
|
54 |
2%|▏ | 15/1000 [00:15<16:25, 1.00s/it]
|
55 |
2%|▏ | 17/1000 [00:15<09:48, 1.67it/s]
|
56 |
2%|▏ | 18/1000 [00:15<08:23, 1.95it/s]
|
57 |
2%|▏ | 19/1000 [00:16<07:14, 2.26it/s]
|
58 |
2%|▏ | 20/1000 [00:16<06:23, 2.56it/s]
|
59 |
2%|▏ | 22/1000 [00:16<04:15, 3.82it/s]
|
60 |
2%|▏ | 23/1000 [00:16<04:12, 3.88it/s]
|
61 |
2%|▏ | 24/1000 [00:17<04:21, 3.73it/s]
|
62 |
3%|▎ | 26/1000 [00:18<07:39, 2.12it/s]
|
63 |
3%|▎ | 27/1000 [00:18<06:48, 2.38it/s]
|
64 |
3%|▎ | 29/1000 [00:19<04:42, 3.44it/s]
|
65 |
3%|▎ | 30/1000 [00:19<04:15, 3.80it/s]
|
66 |
3%|▎ | 31/1000 [00:19<04:51, 3.32it/s]
|
67 |
3%|▎ | 32/1000 [00:19<04:50, 3.33it/s]
|
68 |
3%|▎ | 34/1000 [00:20<03:25, 4.69it/s]
|
69 |
4%|▎ | 35/1000 [00:20<05:07, 3.14it/s]
|
70 |
4%|▎ | 37/1000 [00:21<05:05, 3.15it/s]
|
71 |
4%|▍ | 38/1000 [00:22<08:27, 1.89it/s]
|
72 |
4%|▍ | 39/1000 [00:22<07:35, 2.11it/s]
|
73 |
4%|▍ | 40/1000 [00:23<06:53, 2.32it/s]
|
74 |
4%|▍ | 41/1000 [00:24<11:48, 1.35it/s]
|
75 |
4%|▍ | 42/1000 [00:25<09:51, 1.62it/s]
|
76 |
4%|▍ | 44/1000 [00:25<06:10, 2.58it/s]
|
77 |
5%|▍ | 46/1000 [00:25<04:59, 3.18it/s]
|
78 |
5%|▍ | 47/1000 [00:26<05:45, 2.76it/s]
|
79 |
5%|▍ | 48/1000 [00:26<05:19, 2.98it/s]
|
80 |
5%|▌ | 50/1000 [00:27<07:15, 2.18it/s]
|
81 |
5%|▌ | 52/1000 [00:28<06:04, 2.60it/s]
|
82 |
5%|▌ | 53/1000 [00:29<08:41, 1.82it/s]
|
83 |
5%|▌ | 54/1000 [00:29<07:47, 2.02it/s]
|
84 |
6%|▌ | 56/1000 [00:30<07:46, 2.02it/s]
|
85 |
6%|▌ | 57/1000 [00:31<06:55, 2.27it/s]
|
86 |
6%|▌ | 59/1000 [00:31<06:09, 2.54it/s]
|
87 |
6%|▌ | 60/1000 [00:32<07:06, 2.20it/s]
|
88 |
6%|▌ | 61/1000 [00:32<07:25, 2.11it/s]
|
89 |
6%|▌ | 62/1000 [00:33<09:36, 1.63it/s]
|
90 |
6%|▋ | 63/1000 [00:34<08:06, 1.93it/s]
|
91 |
6%|▋ | 65/1000 [00:35<08:54, 1.75it/s]
|
92 |
7%|▋ | 66/1000 [00:36<09:17, 1.67it/s]
|
93 |
7%|▋ | 67/1000 [00:36<08:26, 1.84it/s]
|
94 |
7%|▋ | 68/1000 [00:37<08:16, 1.88it/s]
|
95 |
7%|▋ | 69/1000 [00:37<07:03, 2.20it/s]
|
96 |
7%|▋ | 70/1000 [00:37<07:26, 2.08it/s]
|
97 |
7%|▋ | 71/1000 [00:39<12:01, 1.29it/s]
|
98 |
7%|▋ | 73/1000 [00:39<07:47, 1.98it/s]
|
99 |
7%|▋ | 74/1000 [00:40<08:48, 1.75it/s]
|
100 |
8%|▊ | 76/1000 [00:41<06:49, 2.25it/s]
|
101 |
8%|▊ | 77/1000 [00:41<05:51, 2.62it/s]
|
102 |
8%|▊ | 79/1000 [00:41<05:26, 2.82it/s]
|
103 |
8%|▊ | 80/1000 [00:42<06:49, 2.24it/s]
|
104 |
8%|▊ | 81/1000 [00:43<08:57, 1.71it/s]
|
105 |
8%|▊ | 82/1000 [00:44<08:18, 1.84it/s]
|
106 |
8%|▊ | 83/1000 [00:44<07:06, 2.15it/s]
|
107 |
8%|▊ | 84/1000 [00:44<06:12, 2.46it/s]
|
108 |
9%|▊ | 86/1000 [00:57<45:59, 3.02s/it]
|
109 |
9%|▊ | 87/1000 [00:57<36:01, 2.37s/it]
|
110 |
9%|▉ | 88/1000 [00:58<29:26, 1.94s/it]
|
111 |
9%|▉ | 89/1000 [00:59<26:45, 1.76s/it]
|
112 |
9%|▉ | 90/1000 [01:00<22:10, 1.46s/it]
|
113 |
9%|▉ | 92/1000 [01:00<14:56, 1.01it/s]
|
114 |
9%|▉ | 93/1000 [01:02<16:28, 1.09s/it]
|
115 |
9%|▉ | 94/1000 [01:02<13:26, 1.12it/s]
|
116 |
10%|▉ | 95/1000 [01:03<14:06, 1.07it/s]
|
117 |
10%|▉ | 96/1000 [01:03<10:56, 1.38it/s]
|
118 |
10%|▉ | 98/1000 [01:04<08:38, 1.74it/s]
|
119 |
10%|█ | 100/1000 [01:05<06:47, 2.21it/s]
|
120 |
10%|█ | 101/1000 [01:05<07:03, 2.12it/s]
|
121 |
10%|█ | 102/1000 [01:07<10:24, 1.44it/s]
|
122 |
10%|█ | 104/1000 [01:07<08:05, 1.85it/s]
|
123 |
10%|█ | 105/1000 [01:08<10:09, 1.47it/s]
|
124 |
11%|█ | 106/1000 [01:09<09:36, 1.55it/s]
|
125 |
11%|█ | 107/1000 [01:10<10:11, 1.46it/s]
|
126 |
11%|█ | 108/1000 [01:10<08:26, 1.76it/s]
|
127 |
11%|█ | 109/1000 [01:11<09:47, 1.52it/s]
|
128 |
11%|█ | 110/1000 [01:12<10:14, 1.45it/s]
|
129 |
11%|█ | 111/1000 [01:12<08:33, 1.73it/s]
|
130 |
11%|█ | 112/1000 [01:12<06:47, 2.18it/s]
|
131 |
11%|█▏ | 113/1000 [01:13<07:07, 2.07it/s]
|
132 |
11%|█▏ | 114/1000 [01:13<06:05, 2.42it/s]
|
133 |
12%|█▏ | 115/1000 [01:13<05:35, 2.64it/s]
|
134 |
12%|█▏ | 116/1000 [01:15<11:12, 1.31it/s]
|
135 |
12%|█▏ | 117/1000 [01:15<08:17, 1.77it/s]
|
136 |
12%|█▏ | 119/1000 [01:15<06:12, 2.37it/s]
|
137 |
12%|█▏ | 121/1000 [01:16<04:52, 3.01it/s]
|
138 |
12%|█▏ | 122/1000 [01:16<04:35, 3.19it/s]
|
139 |
12%|█▏ | 123/1000 [01:17<06:10, 2.37it/s]
|
140 |
12%|█▎ | 125/1000 [01:20<12:09, 1.20it/s]
|
141 |
13%|█▎ | 126/1000 [01:20<10:13, 1.42it/s]
|
142 |
13%|█▎ | 127/1000 [01:20<08:19, 1.75it/s]
|
143 |
13%|█▎ | 128/1000 [01:21<07:34, 1.92it/s]
|
144 |
13%|█▎ | 129/1000 [01:21<06:41, 2.17it/s]
|
145 |
13%|█▎ | 130/1000 [01:21<05:50, 2.48it/s]
|
146 |
13%|█▎ | 131/1000 [01:23<10:51, 1.33it/s]
|
147 |
13%|█▎ | 133/1000 [01:23<06:49, 2.12it/s]
|
148 |
13%|█▎ | 134/1000 [01:28<22:09, 1.53s/it]
|
149 |
14%|█▎ | 135/1000 [01:30<25:21, 1.76s/it]
|
150 |
14%|█▎ | 136/1000 [01:31<21:09, 1.47s/it]
|
151 |
14%|█▎ | 137/1000 [01:32<20:17, 1.41s/it]
|
152 |
14%|█▍ | 138/1000 [01:33<19:37, 1.37s/it]
|
153 |
14%|█▍ | 139/1000 [01:34<16:01, 1.12s/it]
|
154 |
14%|█▍ | 140/1000 [01:34<13:35, 1.05it/s]
|
155 |
14%|█▍ | 141/1000 [01:35<10:49, 1.32it/s]
|
156 |
14%|█▍ | 142/1000 [01:35<08:52, 1.61it/s]
|
157 |
14%|█▍ | 143/1000 [01:35<07:49, 1.83it/s]
|
158 |
14%|█▍ | 144/1000 [01:36<07:05, 2.01it/s]
|
159 |
14%|█▍ | 145/1000 [01:36<06:14, 2.28it/s]
|
160 |
15%|█▍ | 146/1000 [01:36<05:24, 2.63it/s]
|
161 |
15%|█▍ | 147/1000 [01:37<04:50, 2.93it/s]
|
162 |
15%|█▍ | 149/1000 [01:37<04:38, 3.06it/s]
|
163 |
15%|█▌ | 150/1000 [01:37<04:21, 3.25it/s]
|
164 |
15%|█▌ | 152/1000 [01:47<30:49, 2.18s/it]
|
165 |
15%|█▌ | 153/1000 [01:48<25:23, 1.80s/it]
|
166 |
16%|█▌ | 155/1000 [01:48<16:03, 1.14s/it]
|
167 |
16%|█▌ | 156/1000 [01:49<17:21, 1.23s/it]
|
168 |
16%|█▌ | 157/1000 [01:50<14:52, 1.06s/it]
|
169 |
16%|█▌ | 158/1000 [01:51<15:39, 1.12s/it]
|
170 |
16%|█▌ | 159/1000 [01:52<13:27, 1.04it/s]
|
171 |
16%|█▌ | 160/1000 [01:52<10:41, 1.31it/s]
|
172 |
16%|█▌ | 161/1000 [01:53<09:46, 1.43it/s]
|
173 |
16%|█▌ | 162/1000 [01:53<07:57, 1.76it/s]
|
174 |
16%|█▋ | 164/1000 [01:53<04:56, 2.82it/s]
|
175 |
16%|█▋ | 165/1000 [01:54<05:26, 2.56it/s]
|
176 |
17%|█▋ | 167/1000 [01:57<13:38, 1.02it/s]
|
177 |
17%|█▋ | 168/1000 [01:57<11:04, 1.25it/s]
|
178 |
17%|█▋ | 169/1000 [01:58<09:22, 1.48it/s]
|
179 |
17%|█▋ | 170/1000 [01:58<09:40, 1.43it/s]
|
180 |
17%|█▋ | 172/1000 [01:59<06:06, 2.26it/s]
|
181 |
17%|█▋ | 173/1000 [01:59<05:38, 2.45it/s]
|
182 |
17%|█▋ | 174/1000 [01:59<04:48, 2.86it/s]
|
183 |
18%|█▊ | 175/1000 [02:00<05:58, 2.30it/s]
|
184 |
18%|█▊ | 176/1000 [02:00<05:28, 2.51it/s]
|
185 |
18%|█▊ | 177/1000 [02:02<09:42, 1.41it/s]
|
186 |
18%|█▊ | 178/1000 [02:02<07:34, 1.81it/s]
|
187 |
18%|█▊ | 179/1000 [02:02<06:21, 2.15it/s]
|
188 |
18%|█▊ | 181/1000 [02:02<04:39, 2.93it/s]
|
189 |
18%|█▊ | 182/1000 [02:03<04:20, 3.14it/s]
|
190 |
18%|█▊ | 183/1000 [02:03<04:05, 3.33it/s]
|
191 |
18%|█▊ | 184/1000 [02:04<05:28, 2.49it/s]
|
192 |
18%|█▊ | 185/1000 [02:04<04:35, 2.95it/s]
|
193 |
19%|█▊ | 187/1000 [02:04<03:07, 4.34it/s]
|
194 |
19%|█▉ | 188/1000 [02:05<06:12, 2.18it/s]
|
195 |
19%|█▉ | 189/1000 [02:05<05:28, 2.47it/s]
|
196 |
19%|█▉ | 191/1000 [02:07<09:10, 1.47it/s]
|
197 |
19%|█▉ | 192/1000 [02:08<07:33, 1.78it/s]
|
198 |
19%|█▉ | 193/1000 [02:08<07:28, 1.80it/s]
|
199 |
19%|█▉ | 194/1000 [02:09<10:01, 1.34it/s]
|
200 |
20%|█▉ | 195/1000 [02:10<08:22, 1.60it/s]
|
201 |
20%|█▉ | 196/1000 [02:11<09:01, 1.48it/s]
|
202 |
20%|█▉ | 197/1000 [02:11<07:23, 1.81it/s]
|
203 |
20%|█▉ | 198/1000 [02:12<09:20, 1.43it/s]
|
204 |
20%|█▉ | 199/1000 [02:12<07:45, 1.72it/s]
|
205 |
20%|██ | 200/1000 [02:17<26:04, 1.96s/it]
|
206 |
20%|██ | 201/1000 [02:18<21:20, 1.60s/it]
|
207 |
20%|██ | 202/1000 [02:18<15:57, 1.20s/it]
|
208 |
20%|██ | 203/1000 [02:19<13:51, 1.04s/it]
|
209 |
20%|██ | 204/1000 [02:19<10:23, 1.28it/s]
|
210 |
20%|██ | 205/1000 [02:19<07:57, 1.66it/s]
|
211 |
21%|██ | 206/1000 [02:20<08:12, 1.61it/s]
|
212 |
21%|██ | 207/1000 [02:20<07:14, 1.83it/s]
|
213 |
21%|██ | 208/1000 [02:21<06:02, 2.19it/s]
|
214 |
21%|██ | 209/1000 [02:23<13:27, 1.02s/it]
|
215 |
21%|██ | 210/1000 [02:25<15:55, 1.21s/it]
|
216 |
21%|██ | 212/1000 [02:27<14:58, 1.14s/it]
|
217 |
21%|██▏ | 213/1000 [02:27<12:12, 1.07it/s]
|
218 |
22%|██▏ | 215/1000 [02:28<08:30, 1.54it/s]
|
219 |
22%|██▏ | 216/1000 [02:28<07:04, 1.85it/s]
|
220 |
22%|██▏ | 217/1000 [02:28<07:03, 1.85it/s]
|
221 |
22%|██▏ | 218/1000 [02:29<06:55, 1.88it/s]
|
222 |
22%|██▏ | 219/1000 [02:29<06:21, 2.05it/s]
|
223 |
22%|██▏ | 220/1000 [02:29<05:39, 2.30it/s]
|
224 |
22%|██▏ | 222/1000 [02:30<04:16, 3.03it/s]
|
225 |
22%|██▏ | 223/1000 [02:30<04:32, 2.85it/s]
|
226 |
22%|██▏ | 224/1000 [02:31<04:11, 3.09it/s]
|
227 |
22%|██▎ | 225/1000 [02:31<04:06, 3.15it/s]
|
228 |
23%|██▎ | 227/1000 [02:36<15:58, 1.24s/it]
|
229 |
23%|██▎ | 228/1000 [02:36<12:56, 1.01s/it]
|
230 |
23%|██▎ | 229/1000 [02:36<10:38, 1.21it/s]
|
231 |
23%|██▎ | 230/1000 [02:44<34:35, 2.70s/it]
|
232 |
23%|██▎ | 231/1000 [02:44<26:06, 2.04s/it]
|
233 |
23%|██▎ | 233/1000 [02:46<18:06, 1.42s/it]
|
234 |
24%|██▎ | 235/1000 [02:47<13:30, 1.06s/it]
|
235 |
24%|██▎ | 236/1000 [02:47<11:36, 1.10it/s]
|
236 |
24%|██▎ | 237/1000 [02:47<09:45, 1.30it/s]
|
237 |
24%|██▍ | 238/1000 [02:48<08:05, 1.57it/s]
|
238 |
24%|██▍ | 239/1000 [02:48<06:57, 1.82it/s]
|
239 |
24%|██▍ | 240/1000 [02:48<06:53, 1.84it/s]
|
240 |
24%|██▍ | 242/1000 [02:49<05:58, 2.11it/s]
|
241 |
24%|██▍ | 244/1000 [02:50<04:28, 2.81it/s]
|
242 |
24%|██▍ | 245/1000 [02:51<07:21, 1.71it/s]
|
243 |
25%|██▍ | 246/1000 [02:51<06:21, 1.98it/s]
|
244 |
25%|██▍ | 247/1000 [02:52<06:04, 2.07it/s]
|
245 |
25%|██▍ | 248/1000 [02:53<10:26, 1.20it/s]
|
246 |
25%|██▌ | 250/1000 [02:54<06:25, 1.95it/s]
|
247 |
25%|██▌ | 251/1000 [02:54<06:29, 1.92it/s]
|
248 |
25%|██▌ | 252/1000 [02:54<05:24, 2.31it/s]
|
249 |
25%|██▌ | 253/1000 [02:55<05:20, 2.33it/s]
|
250 |
25%|██▌ | 254/1000 [02:55<06:11, 2.01it/s]
|
251 |
26%|██▌ | 255/1000 [02:56<06:48, 1.82it/s]
|
252 |
26%|██▌ | 256/1000 [02:56<05:54, 2.10it/s]
|
253 |
26%|██▌ | 257/1000 [02:59<15:15, 1.23s/it]
|
254 |
26%|██▌ | 258/1000 [03:00<13:11, 1.07s/it]
|
255 |
26%|██▌ | 259/1000 [03:00<10:11, 1.21it/s]
|
256 |
26%|██▌ | 260/1000 [03:01<07:46, 1.59it/s]
|
257 |
26%|██▌ | 261/1000 [03:01<08:40, 1.42it/s]
|
258 |
26%|██▌ | 262/1000 [03:02<08:34, 1.44it/s]
|
259 |
26%|██▋ | 263/1000 [03:04<11:12, 1.10it/s]
|
260 |
26%|██▋ | 264/1000 [03:04<08:55, 1.37it/s]
|
261 |
26%|██▋ | 265/1000 [03:04<08:12, 1.49it/s]
|
262 |
27%|██▋ | 266/1000 [03:05<08:33, 1.43it/s]
|
263 |
27%|██▋ | 267/1000 [03:06<07:57, 1.53it/s]
|
264 |
27%|██▋ | 269/1000 [03:06<05:43, 2.13it/s]
|
265 |
27%|██▋ | 270/1000 [03:08<09:10, 1.32it/s]
|
266 |
27%|██▋ | 271/1000 [03:08<07:06, 1.71it/s]
|
267 |
27%|██▋ | 272/1000 [03:08<05:58, 2.03it/s]
|
268 |
27%|██▋ | 273/1000 [03:09<08:38, 1.40it/s]
|
269 |
27%|██▋ | 274/1000 [03:10<08:00, 1.51it/s]
|
270 |
28%|██▊ | 275/1000 [03:11<09:23, 1.29it/s]
|
271 |
28%|██▊ | 276/1000 [03:11<07:41, 1.57it/s]
|
272 |
28%|██▊ | 277/1000 [03:12<06:45, 1.79it/s]
|
273 |
28%|██▊ | 278/1000 [03:12<06:39, 1.81it/s]
|
274 |
28%|██▊ | 279/1000 [03:13<08:16, 1.45it/s]
|
275 |
28%|██▊ | 280/1000 [03:13<06:10, 1.94it/s]
|
276 |
28%|██▊ | 281/1000 [03:14<05:20, 2.24it/s]
|
277 |
28%|██▊ | 282/1000 [03:14<04:08, 2.89it/s]
|
278 |
28%|██▊ | 283/1000 [03:14<03:57, 3.02it/s]
|
279 |
28%|██▊ | 284/1000 [03:17<12:24, 1.04s/it]
|
280 |
28%|██▊ | 285/1000 [03:18<12:50, 1.08s/it]
|
281 |
29%|██▊ | 286/1000 [03:18<09:51, 1.21it/s]
|
282 |
29%|██▊ | 287/1000 [03:20<11:53, 1.00s/it]
|
283 |
29%|██▉ | 289/1000 [03:20<06:57, 1.70it/s]
|
284 |
29%|██▉ | 290/1000 [03:21<07:33, 1.56it/s]
|
285 |
29%|██▉ | 291/1000 [03:21<06:29, 1.82it/s]
|
286 |
29%|██▉ | 292/1000 [03:21<05:56, 1.99it/s]
|
287 |
29%|██▉ | 293/1000 [03:24<11:52, 1.01s/it]
|
288 |
29%|██▉ | 294/1000 [03:24<08:50, 1.33it/s]
|
289 |
30%|██▉ | 295/1000 [03:24<07:32, 1.56it/s]
|
290 |
30%|██▉ | 296/1000 [03:24<06:33, 1.79it/s]
|
291 |
30%|██▉ | 297/1000 [03:25<04:59, 2.34it/s]
|
292 |
30%|██▉ | 298/1000 [03:25<04:05, 2.85it/s]
|
293 |
30%|██▉ | 299/1000 [03:30<21:11, 1.81s/it]
|
294 |
30%|███ | 300/1000 [03:30<15:51, 1.36s/it]
|
295 |
30%|███ | 301/1000 [03:30<11:28, 1.02it/s]
|
296 |
30%|███ | 302/1000 [03:31<11:05, 1.05it/s]
|
297 |
30%|███ | 303/1000 [03:32<10:06, 1.15it/s]
|
298 |
30%|███ | 304/1000 [03:32<08:31, 1.36it/s]
|
299 |
30%|███ | 305/1000 [03:34<10:02, 1.15it/s]
|
300 |
31%|███ | 306/1000 [03:34<07:49, 1.48it/s]
|
301 |
31%|███ | 307/1000 [03:34<05:50, 1.98it/s]
|
302 |
31%|███ | 308/1000 [03:35<06:50, 1.68it/s]
|
303 |
31%|███ | 309/1000 [03:35<05:38, 2.04it/s]
|
304 |
31%|███ | 310/1000 [03:35<05:46, 1.99it/s]
|
305 |
31%|███ | 311/1000 [03:36<05:25, 2.11it/s]
|
306 |
31%|███ | 312/1000 [03:36<04:10, 2.74it/s]
|
307 |
31%|███▏ | 313/1000 [03:36<03:30, 3.27it/s]
|
308 |
31%|███▏ | 314/1000 [03:37<05:56, 1.92it/s]
|
309 |
32%|███▏ | 315/1000 [03:39<09:45, 1.17it/s]
|
310 |
32%|███▏ | 316/1000 [03:39<07:11, 1.59it/s]
|
311 |
32%|███▏ | 317/1000 [03:43<20:19, 1.79s/it]
|
312 |
32%|███▏ | 318/1000 [03:44<15:03, 1.33s/it]
|
313 |
32%|███▏ | 319/1000 [03:44<11:48, 1.04s/it]
|
314 |
32%|███▏ | 320/1000 [03:51<31:57, 2.82s/it]
|
315 |
32%|███▏ | 321/1000 [03:53<29:43, 2.63s/it]
|
316 |
32%|███▏ | 322/1000 [03:53<21:08, 1.87s/it]
|
317 |
32%|███▏ | 323/1000 [03:53<15:21, 1.36s/it]
|
318 |
32%|███▏ | 324/1000 [03:55<17:06, 1.52s/it]
|
319 |
32%|███▎ | 325/1000 [03:56<13:46, 1.22s/it]
|
320 |
33%|███▎ | 326/1000 [03:57<12:12, 1.09s/it]
|
321 |
33%|███▎ | 327/1000 [03:58<11:58, 1.07s/it]
|
322 |
33%|███▎ | 328/1000 [03:58<10:36, 1.06it/s]
|
323 |
33%|███▎ | 329/1000 [03:59<08:45, 1.28it/s]
|
324 |
33%|███▎ | 330/1000 [03:59<06:29, 1.72it/s]
|
325 |
33%|███▎ | 331/1000 [04:00<07:06, 1.57it/s]
|
326 |
33%|███▎ | 332/1000 [04:00<07:54, 1.41it/s]
|
327 |
33%|███▎ | 333/1000 [04:01<06:17, 1.77it/s]
|
328 |
33%|███▎ | 334/1000 [04:01<04:45, 2.33it/s]
|
329 |
34%|███▎ | 335/1000 [04:01<05:29, 2.02it/s]
|
330 |
34%|███▎ | 336/1000 [04:02<04:12, 2.63it/s]
|
331 |
34%|███▎ | 337/1000 [04:02<05:35, 1.98it/s]
|
332 |
34%|███▍ | 338/1000 [04:03<04:43, 2.33it/s]
|
333 |
34%|███▍ | 339/1000 [04:03<04:04, 2.71it/s]
|
334 |
34%|███▍ | 340/1000 [04:03<03:12, 3.42it/s]
|
335 |
34%|███▍ | 341/1000 [04:04<06:18, 1.74it/s]
|
336 |
34%|███▍ | 343/1000 [04:04<03:54, 2.81it/s]
|
337 |
34%|███▍ | 344/1000 [04:05<03:57, 2.76it/s]
|
338 |
34%|███▍ | 345/1000 [04:05<03:45, 2.90it/s]
|
339 |
35%|███▍ | 346/1000 [04:05<03:13, 3.38it/s]
|
340 |
35%|███▍ | 347/1000 [04:09<14:08, 1.30s/it]
|
341 |
35%|███▍ | 348/1000 [04:09<10:58, 1.01s/it]
|
342 |
35%|███▍ | 349/1000 [04:09<08:06, 1.34it/s]
|
343 |
35%|███▌ | 350/1000 [04:13<17:00, 1.57s/it]
|
344 |
35%|███▌ | 352/1000 [04:13<09:44, 1.11it/s]
|
345 |
35%|███▌ | 353/1000 [04:16<15:49, 1.47s/it]
|
346 |
36%|███▌ | 355/1000 [04:17<09:43, 1.10it/s]
|
347 |
36%|███▌ | 356/1000 [04:18<09:53, 1.09it/s]
|
348 |
36%|███▌ | 357/1000 [04:18<08:03, 1.33it/s]
|
349 |
36%|███▌ | 358/1000 [04:18<06:15, 1.71it/s]
|
350 |
36%|███▌ | 359/1000 [04:19<06:30, 1.64it/s]
|
351 |
36%|███▌ | 360/1000 [04:19<05:22, 1.99it/s]
|
352 |
36%|███▌ | 361/1000 [04:19<04:09, 2.56it/s]
|
353 |
36%|███▌ | 362/1000 [04:20<05:02, 2.11it/s]
|
354 |
36%|███▋ | 363/1000 [04:20<04:05, 2.59it/s]
|
355 |
36%|███▋ | 364/1000 [04:20<03:48, 2.78it/s]
|
356 |
36%|███▋ | 365/1000 [04:24<15:14, 1.44s/it]
|
357 |
37%|███▋ | 366/1000 [04:24<11:02, 1.04s/it]
|
358 |
37%|███▋ | 367/1000 [04:25<08:40, 1.22it/s]
|
359 |
37%|███▋ | 368/1000 [04:26<10:02, 1.05it/s]
|
360 |
37%|███▋ | 369/1000 [04:26<07:48, 1.35it/s]
|
361 |
37%|███▋ | 370/1000 [04:27<07:08, 1.47it/s]
|
362 |
37%|███▋ | 371/1000 [04:27<06:40, 1.57it/s]
|
363 |
37%|███▋ | 372/1000 [04:28<05:59, 1.75it/s]
|
364 |
37%|███▋ | 373/1000 [04:28<05:45, 1.82it/s]
|
365 |
37%|███▋ | 374/1000 [04:29<07:59, 1.31it/s]
|
366 |
38%|███▊ | 376/1000 [04:30<04:46, 2.18it/s]
|
367 |
38%|███▊ | 376/1000 [04:35<07:37, 1.36it/s]
|
368 |
+
Error executing job with overrides: ['backend.model=NousResearch/Hermes-3-Llama-3.1-8B', 'backend.processor=NousResearch/Hermes-3-Llama-3.1-8B']
|
369 |
+
Traceback (most recent call last):
|
370 |
+
File "/optimum-benchmark/optimum_benchmark/cli.py", line 65, in benchmark_cli
|
371 |
+
benchmark_report: BenchmarkReport = launch(experiment_config=experiment_config)
|
372 |
+
File "/optimum-benchmark/optimum_benchmark/experiment.py", line 102, in launch
|
373 |
+
raise error
|
374 |
+
File "/optimum-benchmark/optimum_benchmark/experiment.py", line 90, in launch
|
375 |
+
report = launcher.launch(run, experiment_config.benchmark, experiment_config.backend)
|
376 |
+
File "/optimum-benchmark/optimum_benchmark/launchers/process/launcher.py", line 47, in launch
|
377 |
+
while not process_context.join():
|
378 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/multiprocessing/spawn.py", line 189, in join
|
379 |
+
raise ProcessRaisedException(msg, error_index, failed_process.pid)
|
380 |
+
torch.multiprocessing.spawn.ProcessRaisedException:
|
381 |
+
|
382 |
+
-- Process 0 terminated with the following error:
|
383 |
+
Traceback (most recent call last):
|
384 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/multiprocessing/spawn.py", line 76, in _wrap
|
385 |
+
fn(i, *args)
|
386 |
+
File "/optimum-benchmark/optimum_benchmark/launchers/process/launcher.py", line 63, in entrypoint
|
387 |
+
worker_output = worker(*worker_args)
|
388 |
+
File "/optimum-benchmark/optimum_benchmark/experiment.py", line 62, in run
|
389 |
+
benchmark.run(backend)
|
390 |
+
File "/optimum-benchmark/optimum_benchmark/benchmarks/energy_star/benchmark.py", line 174, in run
|
391 |
+
self.run_text_generation_energy_tracking(backend)
|
392 |
+
File "/optimum-benchmark/optimum_benchmark/benchmarks/energy_star/benchmark.py", line 198, in run_text_generation_energy_tracking
|
393 |
+
_ = backend.prefill(inputs, prefill_kwargs)
|
394 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
|
395 |
+
return func(*args, **kwargs)
|
396 |
+
File "/optimum-benchmark/optimum_benchmark/backends/pytorch/backend.py", line 350, in prefill
|
397 |
+
return self.pretrained_model.generate(**inputs, **kwargs)
|
398 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
|
399 |
+
return func(*args, **kwargs)
|
400 |
+
File "/opt/conda/lib/python3.9/site-packages/transformers/generation/utils.py", line 2024, in generate
|
401 |
+
result = self._sample(
|
402 |
+
File "/opt/conda/lib/python3.9/site-packages/transformers/generation/utils.py", line 2982, in _sample
|
403 |
+
outputs = self(**model_inputs, return_dict=True)
|
404 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl
|
405 |
+
return self._call_impl(*args, **kwargs)
|
406 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl
|
407 |
+
return forward_call(*args, **kwargs)
|
408 |
+
File "/opt/conda/lib/python3.9/site-packages/transformers/models/llama/modeling_llama.py", line 1189, in forward
|
409 |
+
outputs = self.model(
|
410 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl
|
411 |
+
return self._call_impl(*args, **kwargs)
|
412 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl
|
413 |
+
return forward_call(*args, **kwargs)
|
414 |
+
File "/opt/conda/lib/python3.9/site-packages/transformers/models/llama/modeling_llama.py", line 1001, in forward
|
415 |
+
layer_outputs = decoder_layer(
|
416 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl
|
417 |
+
return self._call_impl(*args, **kwargs)
|
418 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl
|
419 |
+
return forward_call(*args, **kwargs)
|
420 |
+
File "/opt/conda/lib/python3.9/site-packages/transformers/models/llama/modeling_llama.py", line 750, in forward
|
421 |
+
hidden_states = self.mlp(hidden_states)
|
422 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1553, in _wrapped_call_impl
|
423 |
+
return self._call_impl(*args, **kwargs)
|
424 |
+
File "/opt/conda/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1562, in _call_impl
|
425 |
+
return forward_call(*args, **kwargs)
|
426 |
+
File "/opt/conda/lib/python3.9/site-packages/transformers/models/llama/modeling_llama.py", line 309, in forward
|
427 |
+
down_proj = self.down_proj(self.act_fn(self.gate_proj(x)) * self.up_proj(x))
|
428 |
+
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 982.00 MiB. GPU 0 has a total capacity of 79.14 GiB of which 527.19 MiB is free. Process 188 has 0 bytes memory in use. Including non-PyTorch memory, this process has 0 bytes memory in use. Of the allocated memory 34.73 GiB is allocated by PyTorch, and 2.38 GiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
|
429 |
+
|
430 |
+
|
431 |
+
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
|
experiment_config.json
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"experiment_name": "text_generation",
|
3 |
+
"backend": {
|
4 |
+
"name": "pytorch",
|
5 |
+
"version": "2.4.0",
|
6 |
+
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
7 |
+
"task": "text-generation",
|
8 |
+
"model": "NousResearch/Hermes-3-Llama-3.1-8B",
|
9 |
+
"processor": "NousResearch/Hermes-3-Llama-3.1-8B",
|
10 |
+
"library": "transformers",
|
11 |
+
"device": "cuda",
|
12 |
+
"device_ids": "0",
|
13 |
+
"seed": 42,
|
14 |
+
"inter_op_num_threads": null,
|
15 |
+
"intra_op_num_threads": null,
|
16 |
+
"hub_kwargs": {
|
17 |
+
"revision": "main",
|
18 |
+
"force_download": false,
|
19 |
+
"local_files_only": false,
|
20 |
+
"trust_remote_code": true
|
21 |
+
},
|
22 |
+
"no_weights": true,
|
23 |
+
"device_map": null,
|
24 |
+
"torch_dtype": null,
|
25 |
+
"amp_autocast": false,
|
26 |
+
"amp_dtype": null,
|
27 |
+
"eval_mode": true,
|
28 |
+
"to_bettertransformer": false,
|
29 |
+
"low_cpu_mem_usage": null,
|
30 |
+
"attn_implementation": null,
|
31 |
+
"cache_implementation": null,
|
32 |
+
"torch_compile": false,
|
33 |
+
"torch_compile_config": {},
|
34 |
+
"quantization_scheme": null,
|
35 |
+
"quantization_config": {},
|
36 |
+
"deepspeed_inference": false,
|
37 |
+
"deepspeed_inference_config": {},
|
38 |
+
"peft_type": null,
|
39 |
+
"peft_config": {}
|
40 |
+
},
|
41 |
+
"launcher": {
|
42 |
+
"name": "process",
|
43 |
+
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
44 |
+
"device_isolation": false,
|
45 |
+
"device_isolation_action": "warn",
|
46 |
+
"start_method": "spawn"
|
47 |
+
},
|
48 |
+
"benchmark": {
|
49 |
+
"name": "energy_star",
|
50 |
+
"_target_": "optimum_benchmark.benchmarks.energy_star.benchmark.EnergyStarBenchmark",
|
51 |
+
"dataset_name": "EnergyStarAI/text_generation",
|
52 |
+
"dataset_config": "",
|
53 |
+
"dataset_split": "train",
|
54 |
+
"num_samples": 1000,
|
55 |
+
"input_shapes": {
|
56 |
+
"batch_size": 1
|
57 |
+
},
|
58 |
+
"text_column_name": "text",
|
59 |
+
"truncation": true,
|
60 |
+
"max_length": -1,
|
61 |
+
"dataset_prefix1": "",
|
62 |
+
"dataset_prefix2": "",
|
63 |
+
"t5_task": "",
|
64 |
+
"image_column_name": "image",
|
65 |
+
"resize": false,
|
66 |
+
"question_column_name": "question",
|
67 |
+
"context_column_name": "context",
|
68 |
+
"sentence1_column_name": "sentence1",
|
69 |
+
"sentence2_column_name": "sentence2",
|
70 |
+
"audio_column_name": "audio",
|
71 |
+
"iterations": 10,
|
72 |
+
"warmup_runs": 10,
|
73 |
+
"energy": true,
|
74 |
+
"forward_kwargs": {},
|
75 |
+
"generate_kwargs": {
|
76 |
+
"max_new_tokens": 10,
|
77 |
+
"min_new_tokens": 10
|
78 |
+
},
|
79 |
+
"call_kwargs": {}
|
80 |
+
},
|
81 |
+
"environment": {
|
82 |
+
"cpu": " Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz",
|
83 |
+
"cpu_count": 96,
|
84 |
+
"cpu_ram_mb": 1204529.905664,
|
85 |
+
"system": "Linux",
|
86 |
+
"machine": "x86_64",
|
87 |
+
"platform": "Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35",
|
88 |
+
"processor": "x86_64",
|
89 |
+
"python_version": "3.9.21",
|
90 |
+
"gpu": [
|
91 |
+
"NVIDIA A100-SXM4-80GB"
|
92 |
+
],
|
93 |
+
"gpu_count": 1,
|
94 |
+
"gpu_vram_mb": 85899345920,
|
95 |
+
"optimum_benchmark_version": "0.2.0",
|
96 |
+
"optimum_benchmark_commit": null,
|
97 |
+
"transformers_version": "4.44.0",
|
98 |
+
"transformers_commit": null,
|
99 |
+
"accelerate_version": "0.33.0",
|
100 |
+
"accelerate_commit": null,
|
101 |
+
"diffusers_version": "0.30.0",
|
102 |
+
"diffusers_commit": null,
|
103 |
+
"optimum_version": null,
|
104 |
+
"optimum_commit": null,
|
105 |
+
"timm_version": null,
|
106 |
+
"timm_commit": null,
|
107 |
+
"peft_version": null,
|
108 |
+
"peft_commit": null
|
109 |
+
}
|
110 |
+
}
|
preprocess_codecarbon.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"timestamp": "2025-01-14T02:35:39",
|
3 |
+
"project_name": "codecarbon",
|
4 |
+
"run_id": "1b9facce-07dc-48ee-a9da-47fe33191783",
|
5 |
+
"duration": -1725969928.739702,
|
6 |
+
"emissions": 1.936903211901123e-05,
|
7 |
+
"emissions_rate": 2.002199558574989e-05,
|
8 |
+
"cpu_power": 120.0,
|
9 |
+
"gpu_power": 74.43200801286302,
|
10 |
+
"ram_power": 0.3641538619995117,
|
11 |
+
"cpu_energy": 3.2362359017133716e-05,
|
12 |
+
"gpu_energy": 2.001140489937825e-05,
|
13 |
+
"ram_energy": 9.772960757336247e-08,
|
14 |
+
"energy_consumed": 5.247149352408533e-05,
|
15 |
+
"country_name": "United States",
|
16 |
+
"country_iso_code": "USA",
|
17 |
+
"region": "virginia",
|
18 |
+
"cloud_provider": "",
|
19 |
+
"cloud_region": "",
|
20 |
+
"os": "Linux-5.10.223-212.873.amzn2.x86_64-x86_64-with-glibc2.35",
|
21 |
+
"python_version": "3.9.21",
|
22 |
+
"codecarbon_version": "2.5.1",
|
23 |
+
"cpu_count": 96,
|
24 |
+
"cpu_model": "Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz",
|
25 |
+
"gpu_count": 1,
|
26 |
+
"gpu_model": "1 x NVIDIA A100-SXM4-80GB",
|
27 |
+
"longitude": -77.4903,
|
28 |
+
"latitude": 39.0469,
|
29 |
+
"ram_total_size": 1121.805892944336,
|
30 |
+
"tracking_mode": "process",
|
31 |
+
"on_cloud": "N",
|
32 |
+
"pue": 1.0
|
33 |
+
}
|