Shutdown handler not registered because Python interpreter is not running in the main thread
run pipeline %s
run pipeline stage %s
Running pipeline stage MKMLizer
Starting job with name rirv938-mistral-24b-dpo-8520-v1-mkmlizer
Waiting for job on rirv938-mistral-24b-dpo-8520-v1-mkmlizer to finish
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ _____ __ __ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ / _/ /_ ___ __/ / ___ ___ / / ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ / _/ / // / |/|/ / _ \/ -_) -_) / ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ /_//_/\_, /|__,__/_//_/\__/\__/_/ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ /___/ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Version: 0.12.8 ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Copyright 2023 MK ONE TECHNOLOGIES Inc. ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ https://mk1.ai ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ The license key for the current software has been verified as ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ belonging to: ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Chai Research Corp. ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Expiration: 2025-04-15 23:59:59 ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Traceback (most recent call last):
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 536, in _make_request
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: response = conn.getresponse()
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connection.py", line 461, in getresponse
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: httplib_response = super().getresponse()
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 1375, in getresponse
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: response.begin()
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 318, in begin
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: version, status, reason = self._read_status()
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 279, in _read_status
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/socket.py", line 705, in readinto
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return self._sock.recv_into(b)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/ssl.py", line 1307, in recv_into
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return self.read(nbytes, buffer)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/ssl.py", line 1163, in read
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return self._sslobj.read(len, buffer)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: TimeoutError: The read operation timed out
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: The above exception was the direct cause of the following exception:
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Traceback (most recent call last):
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 667, in send
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: resp = conn.urlopen(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 844, in urlopen
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: retries = retries.increment(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/retry.py", line 470, in increment
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: raise reraise(type(error), error, _stacktrace)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/util.py", line 39, in reraise
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: raise value
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 790, in urlopen
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: response = self._make_request(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 538, in _make_request
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 370, in _raise_timeout
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: raise ReadTimeoutError(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: During handling of the above exception, another exception occurred:
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Traceback (most recent call last):
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1374, in _get_metadata_or_catch_error
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: metadata = get_hf_file_metadata(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return fn(*args, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1294, in get_hf_file_metadata
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: r = _request_wrapper(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 278, in _request_wrapper
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: response = _request_wrapper(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 301, in _request_wrapper
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: response = get_session().request(method=method, url=url, **params)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: resp = self.send(prep, **send_kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: r = adapter.send(request, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 93, in send
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return super().send(request, *args, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 713, in send
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: raise ReadTimeout(e, request=request)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: f745af9f-406c-4888-a121-e6515bc83acb)')
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: The above exception was the direct cause of the following exception:
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Traceback (most recent call last):
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/code/uploading/mkmlize.py", line 193, in <module>
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cli()
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return self.main(*args, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1078, in main
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: rv = self.invoke(ctx)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return _process_result(sub_ctx.command.invoke(sub_ctx))
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return ctx.invoke(self.callback, **ctx.params)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 783, in invoke
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return __callback(*args, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/code/uploading/mkmlize.py", line 39, in quantize
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: temp_folder = download_to_shared_memory(repo_id, revision, hf_auth_token)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/code/uploading/mkmlize.py", line 86, in download_to_shared_memory
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: snapshot_download(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return fn(*args, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 294, in snapshot_download
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: _inner_hf_hub_download(file)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 270, in _inner_hf_hub_download
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return hf_hub_download(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return fn(*args, **kwargs)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 840, in hf_hub_download
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: return _hf_hub_download_to_local_dir(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1089, in _hf_hub_download_to_local_dir
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: _raise_on_head_call_error(head_call_error, force_download, local_files_only)
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1485, in _raise_on_head_call_error
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: raise LocalEntryNotFoundError(
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache. Please check your connection and try again or make sure your Internet connection is on.
Job rirv938-mistral-24b-dpo-8520-v1-mkmlizer completed after 138.93s with status: failed
Stopping job with name rirv938-mistral-24b-dpo-8520-v1-mkmlizer
%s, retrying in %s seconds...
Starting job with name rirv938-mistral-24b-dpo-8520-v1-mkmlizer
Waiting for job on rirv938-mistral-24b-dpo-8520-v1-mkmlizer to finish
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ _____ __ __ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ / _/ /_ ___ __/ / ___ ___ / / ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ / _/ / // / |/|/ / _ \/ -_) -_) / ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ /_//_/\_, /|__,__/_//_/\__/\__/_/ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ /___/ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Version: 0.12.8 ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Copyright 2023 MK ONE TECHNOLOGIES Inc. ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ https://mk1.ai ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ The license key for the current software has been verified as ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ belonging to: ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Chai Research Corp. ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ Expiration: 2025-04-15 23:59:59 ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ║ ║
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Downloaded to shared memory in 152.980s
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: quantizing model to /dev/shm/model_cache, profile:s0, folder:/tmp/tmp3gtp56hu, device:0
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Saving flywheel model at /dev/shm/model_cache
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: quantized model in 64.133s
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Processed model rirv938/mistral_24b_dpo_40k_95w_pref_2500_instruct_dpo_1_v2 in 217.113s
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: creating bucket guanaco-mkml-models
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: Bucket 's3://guanaco-mkml-models/' created
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: uploading /dev/shm/model_cache to s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cp /dev/shm/model_cache/config.json s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1/config.json
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cp /dev/shm/model_cache/special_tokens_map.json s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1/special_tokens_map.json
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cp /dev/shm/model_cache/tokenizer_config.json s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1/tokenizer_config.json
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cp /dev/shm/model_cache/tokenizer.json s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1/tokenizer.json
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cp /dev/shm/model_cache/flywheel_model.1.safetensors s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1/flywheel_model.1.safetensors
rirv938-mistral-24b-dpo-8520-v1-mkmlizer: cp /dev/shm/model_cache/flywheel_model.0.safetensors s3://guanaco-mkml-models/rirv938-mistral-24b-dpo-8520-v1/flywheel_model.0.safetensors
rirv938-mistral-24b-dpo-8520-v1-mkmlizer:
Loading 0: 0%| | 0/363 [00:00<?, ?it/s]
Loading 0: 1%| | 4/363 [00:00<00:17, 20.99it/s]
Loading 0: 2%|▏ | 7/363 [00:00<00:20, 17.66it/s]
Loading 0: 3%|▎ | 11/363 [00:00<00:15, 22.66it/s]
Loading 0: 4%|▍ | 14/363 [00:00<00:23, 14.66it/s]
Loading 0: 4%|▍ | 16/363 [00:01<00:24, 14.05it/s]
Loading 0: 6%|▌ | 21/363 [00:01<00:19, 17.87it/s]
Loading 0: 6%|▋ | 23/363 [00:01<00:24, 13.99it/s]
Loading 0: 8%|▊ | 29/363 [00:01<00:15, 21.61it/s]
Loading 0: 9%|▉ | 33/363 [00:01<00:16, 20.06it/s]
Loading 0: 10%|▉ | 36/363 [00:02<00:21, 14.94it/s]
Loading 0: 11%|█ | 39/363 [00:02<00:19, 16.91it/s]
Loading 0: 12%|█▏ | 42/363 [00:02<00:21, 15.09it/s]
Loading 0: 13%|█▎ | 46/363 [00:02<00:16, 19.05it/s]
Loading 0: 14%|█▍ | 50/363 [00:02<00:13, 22.90it/s]
Loading 0: 15%|█▍ | 53/363 [00:03<00:18, 16.60it/s]
Loading 0: 15%|█▌ | 56/363 [00:03<00:18, 16.94it/s]
Loading 0: 16%|█▋ | 59/363 [00:03<00:22, 13.51it/s]
Loading 0: 18%|█▊ | 64/363 [00:03<00:15, 19.06it/s]
Loading 0: 19%|█▊ | 68/363 [00:03<00:12, 22.79it/s]
Loading 0: 20%|█▉ | 72/363 [00:04<00:19, 14.98it/s]
Loading 0: 21%|██ | 75/363 [00:04<00:16, 16.99it/s]
Loading 0: 21%|██▏ | 78/363 [00:04<00:18, 15.37it/s]
Loading 0: 23%|██▎ | 83/363 [00:04<00:13, 20.57it/s]
Loading 0: 24%|██▍ | 87/363 [00:04<00:14, 19.61it/s]
Loading 0: 25%|██▍ | 90/363 [00:05<00:18, 14.66it/s]
Loading 0: 26%|██▋ | 96/363 [00:05<00:12, 21.13it/s]
Loading 0: 28%|██▊ | 101/363 [00:05<00:11, 22.76it/s]
Loading 0: 29%|██▊ | 104/363 [00:05<00:13, 19.21it/s]
Loading 0: 29%|██▉ | 107/363 [00:06<00:16, 15.06it/s]
Loading 0: 30%|███ | 109/363 [00:06<00:17, 14.65it/s]
Loading 0: 31%|███ | 111/363 [00:06<00:16, 15.26it/s]
Loading 0: 31%|███ | 113/363 [00:06<00:20, 12.48it/s]
Loading 0: 33%|███▎ | 119/363 [00:06<00:12, 20.28it/s]
Loading 0: 34%|███▍ | 123/363 [00:07<00:12, 19.25it/s]
Loading 0: 35%|███▍ | 126/363 [00:07<00:17, 13.49it/s]
Loading 0: 36%|███▌ | 129/363 [00:07<00:15, 15.19it/s]
Loading 0: 36%|███▋ | 132/363 [00:07<00:17, 13.50it/s]
Loading 0: 37%|███▋ | 136/363 [00:07<00:13, 17.44it/s]
Loading 0: 39%|███▊ | 140/363 [00:08<00:10, 21.21it/s]
Loading 0: 39%|███▉ | 143/363 [00:08<00:16, 13.52it/s]
Loading 0: 40%|████ | 146/363 [00:08<00:14, 14.52it/s]
Loading 0: 41%|████ | 149/363 [00:09<00:18, 11.54it/s]
Loading 0: 43%|████▎ | 155/363 [00:09<00:11, 17.78it/s]
Loading 0: 44%|████▎ | 158/363 [00:09<00:10, 19.61it/s]
Loading 0: 44%|████▍ | 161/363 [00:09<00:14, 13.88it/s]
Loading 0: 45%|████▌ | 164/363 [00:09<00:13, 14.83it/s]
Loading 0: 46%|████▌ | 167/363 [00:10<00:16, 12.03it/s]
Loading 0: 48%|████▊ | 173/363 [00:10<00:10, 18.44it/s]
Loading 0: 49%|████▉ | 177/363 [00:10<00:10, 17.68it/s]
Loading 0: 50%|████▉ | 180/363 [00:10<00:13, 13.57it/s]
Loading 0: 50%|█████ | 183/363 [00:11<00:11, 15.32it/s]
Loading 0: 51%|█████ | 186/363 [00:11<00:12, 14.06it/s]
Loading 0: 52%|█████▏ | 190/363 [00:11<00:09, 17.84it/s]
Loading 0: 53%|█████▎ | 194/363 [00:11<00:07, 21.70it/s]
Loading 0: 54%|█████▍ | 197/363 [00:11<00:10, 15.10it/s]
Loading 0: 55%|█████▌ | 200/363 [00:12<00:10, 15.43it/s]
Loading 0: 56%|█████▌ | 203/363 [00:27<04:01, 1.51s/it]
Loading 0: 57%|█████▋ | 207/363 [00:27<02:35, 1.01it/s]
Loading 0: 58%|█████▊ | 210/363 [00:28<01:52, 1.36it/s]
Loading 0: 59%|█████▊ | 213/363 [00:28<01:23, 1.79it/s]
Loading 0: 60%|█████▉ | 216/363 [00:28<01:03, 2.30it/s]
Loading 0: 60%|██████ | 219/363 [00:28<00:46, 3.13it/s]
Loading 0: 61%|██████ | 221/363 [00:29<00:39, 3.59it/s]
Loading 0: 62%|██████▏ | 226/363 [00:29<00:22, 6.02it/s]
Loading 0: 64%|██████▎ | 231/363 [00:29<00:16, 8.14it/s]
Loading 0: 64%|██████▍ | 234/363 [00:29<00:15, 8.16it/s]
Loading 0: 65%|██████▌ | 237/363 [00:29<00:12, 9.92it/s]
Loading 0: 66%|██████▌ | 240/363 [00:30<00:11, 10.42it/s]
Loading 0: 67%|██████▋ | 245/363 [00:30<00:07, 14.94it/s]
Loading 0: 69%|██████▊ | 249/363 [00:30<00:07, 15.07it/s]
Loading 0: 69%|██████▉ | 252/363 [00:30<00:08, 12.47it/s]
Loading 0: 70%|███████ | 255/363 [00:31<00:07, 14.56it/s]
Loading 0: 71%|███████ | 258/363 [00:31<00:07, 13.86it/s]
Loading 0: 72%|███████▏ | 262/363 [00:31<00:05, 17.84it/s]
Loading 0: 73%|███████▎ | 266/363 [00:31<00:04, 21.79it/s]
Loading 0: 74%|███████▍ | 269/363 [00:31<00:06, 15.39it/s]
Loading 0: 75%|███████▍ | 272/363 [00:32<00:05, 16.15it/s]
Loading 0: 76%|███████▌ | 275/363 [00:32<00:06, 12.88it/s]
Loading 0: 77%|███████▋ | 280/363 [00:32<00:04, 18.15it/s]
Loading 0: 78%|███████▊ | 284/363 [00:32<00:03, 21.48it/s]
Loading 0: 79%|███████▉ | 287/363 [00:32<00:05, 15.17it/s]
Loading 0: 80%|███████▉ | 290/363 [00:33<00:04, 15.94it/s]
Loading 0: 81%|████████ | 293/363 [00:33<00:05, 12.75it/s]
Loading 0: 82%|████████▏ | 298/363 [00:33<00:03, 17.95it/s]
Loading 0: 83%|████████▎ | 302/363 [00:33<00:02, 21.60it/s]
Loading 0: 84%|████████▍ | 306/363 [00:34<00:04, 14.12it/s]
Loading 0: 85%|████████▌ | 309/363 [00:34<00:03, 16.07it/s]
Loading 0: 86%|████████▌ | 312/363 [00:34<00:03, 15.06it/s]
Loading 0: 87%|████████▋ | 317/363 [00:34<00:02, 20.37it/s]
Loading 0: 88%|████████▊ | 321/363 [00:34<00:02, 19.59it/s]
Loading 0: 89%|████████▉ | 324/363 [00:35<00:02, 14.78it/s]
Loading 0: 90%|█████████ | 327/363 [00:35<00:02, 16.69it/s]
Loading 0: 91%|█████████ | 330/363 [00:35<00:02, 15.26it/s]
Loading 0: 92%|█████████▏| 335/363 [00:35<00:01, 20.70it/s]
Loading 0: 93%|█████████▎| 339/363 [00:35<00:01, 19.49it/s]
Loading 0: 94%|█████████▍| 342/363 [00:36<00:01, 14.75it/s]
Loading 0: 95%|█████████▌| 345/363 [00:36<00:01, 16.79it/s]
Loading 0: 96%|█████████▌| 348/363 [00:36<00:00, 15.21it/s]
Loading 0: 97%|█████████▋| 352/363 [00:36<00:00, 19.13it/s]
Loading 0: 98%|█████████▊| 356/363 [00:36<00:00, 23.08it/s]
Loading 0: 99%|█████████▉| 359/363 [00:44<00:02, 1.49it/s]
Loading 0: 100%|█████████▉| 362/363 [00:44<00:00, 1.95it/s]
Job rirv938-mistral-24b-dpo-8520-v1-mkmlizer completed after 281.7s with status: succeeded
Stopping job with name rirv938-mistral-24b-dpo-8520-v1-mkmlizer
Pipeline stage MKMLizer completed in 421.60s
run pipeline stage %s
Running pipeline stage MKMLTemplater
Pipeline stage MKMLTemplater completed in 0.16s
run pipeline stage %s
Running pipeline stage MKMLDeployer
Creating inference service rirv938-mistral-24b-dpo-8520-v1
Waiting for inference service rirv938-mistral-24b-dpo-8520-v1 to be ready
Inference service rirv938-mistral-24b-dpo-8520-v1 ready after 240.83398842811584s
Pipeline stage MKMLDeployer completed in 241.41s
run pipeline stage %s
Running pipeline stage StressChecker
Received healthy response to inference request in 3.0586819648742676s
Received healthy response to inference request in 2.441026449203491s
Received healthy response to inference request in 2.501495122909546s
Received healthy response to inference request in 2.5861997604370117s
Received healthy response to inference request in 2.393587589263916s
5 requests
0 failed requests
5th percentile: 2.403075361251831
10th percentile: 2.412563133239746
20th percentile: 2.4315386772155763
30th percentile: 2.4531201839447023
40th percentile: 2.477307653427124
50th percentile: 2.501495122909546
60th percentile: 2.5353769779205324
70th percentile: 2.5692588329315185
80th percentile: 2.680696201324463
90th percentile: 2.8696890830993653
95th percentile: 2.9641855239868162
99th percentile: 3.0397826766967775
mean time: 2.5961981773376466
Pipeline stage StressChecker completed in 14.49s
run pipeline stage %s
Running pipeline stage OfflineFamilyFriendlyTriggerPipeline
run_pipeline:run_in_cloud %s
starting trigger_guanaco_pipeline args=%s
triggered trigger_guanaco_pipeline args=%s
Pipeline stage OfflineFamilyFriendlyTriggerPipeline completed in 0.69s
run pipeline stage %s
Running pipeline stage TriggerMKMLProfilingPipeline
run_pipeline:run_in_cloud %s
starting trigger_guanaco_pipeline args=%s
triggered trigger_guanaco_pipeline args=%s
Pipeline stage TriggerMKMLProfilingPipeline completed in 0.68s
Shutdown handler de-registered
rirv938-mistral-24b-dpo-_8520_v1 status is now deployed due to DeploymentManager action
Shutdown handler registered
run pipeline %s
run pipeline stage %s
Running pipeline stage MKMLProfilerDeleter
Skipping teardown as no inference service was successfully deployed
Pipeline stage MKMLProfilerDeleter completed in 0.17s
run pipeline stage %s
Running pipeline stage MKMLProfilerTemplater
Pipeline stage MKMLProfilerTemplater completed in 0.13s
run pipeline stage %s
Running pipeline stage MKMLProfilerDeployer
Creating inference service rirv938-mistral-24b-dpo-8520-v1-profiler
Waiting for inference service rirv938-mistral-24b-dpo-8520-v1-profiler to be ready
Shutdown handler registered
run pipeline %s
run pipeline stage %s
Running pipeline stage OfflineFamilyFriendlyScorer
Evaluating %s Family Friendly Score with %s threads
%s, retrying in %s seconds...
Evaluating %s Family Friendly Score with %s threads
Pipeline stage OfflineFamilyFriendlyScorer completed in 4898.76s
Shutdown handler de-registered
rirv938-mistral-24b-dpo-_8520_v1 status is now inactive due to auto deactivation removed underperforming models
rirv938-mistral-24b-dpo-_8520_v1 status is now torndown due to DeploymentManager action