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 nischaydnk-exp14-exp9dp-94555-v3-mkmlizer
Waiting for job on nischaydnk-exp14-exp9dp-94555-v3-mkmlizer to finish
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ _____ __ __ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ / _/ /_ ___ __/ / ___ ___ / / ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ / _/ / // / |/|/ / _ \/ -_) -_) / ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ /_//_/\_, /|__,__/_//_/\__/\__/_/ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ /___/ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Version: 0.12.8 ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Copyright 2023 MK ONE TECHNOLOGIES Inc. ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ https://mk1.ai ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ The license key for the current software has been verified as ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ belonging to: ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Chai Research Corp. ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Expiration: 2025-04-15 23:59:59 ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 536, in _make_request
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: response = conn.getresponse()
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connection.py", line 461, in getresponse
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: httplib_response = super().getresponse()
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 1375, in getresponse
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: response.begin()
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 318, in begin
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: version, status, reason = self._read_status()
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 279, in _read_status
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/socket.py", line 705, in readinto
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return self._sock.recv_into(b)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/ssl.py", line 1307, in recv_into
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return self.read(nbytes, buffer)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/ssl.py", line 1163, in read
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return self._sslobj.read(len, buffer)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: TimeoutError: The read operation timed out
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: The above exception was the direct cause of the following exception:
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 667, in send
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: resp = conn.urlopen(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 844, in urlopen
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: retries = retries.increment(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/retry.py", line 470, in increment
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: raise reraise(type(error), error, _stacktrace)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/util.py", line 39, in reraise
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: raise value
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 790, in urlopen
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: response = self._make_request(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 538, in _make_request
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 370, in _raise_timeout
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: raise ReadTimeoutError(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: During handling of the above exception, another exception occurred:
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1374, in _get_metadata_or_catch_error
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: metadata = get_hf_file_metadata(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return fn(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1294, in get_hf_file_metadata
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: r = _request_wrapper(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 278, in _request_wrapper
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: response = _request_wrapper(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 301, in _request_wrapper
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: response = get_session().request(method=method, url=url, **params)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: resp = self.send(prep, **send_kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: r = adapter.send(request, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 93, in send
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return super().send(request, *args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 713, in send
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: raise ReadTimeout(e, request=request)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 31f51678-134c-4169-ac30-498ca17bee60)')
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: The above exception was the direct cause of the following exception:
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/code/uploading/mkmlize.py", line 193, in <module>
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cli()
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return self.main(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1078, in main
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: rv = self.invoke(ctx)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return _process_result(sub_ctx.command.invoke(sub_ctx))
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return ctx.invoke(self.callback, **ctx.params)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 783, in invoke
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return __callback(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/code/uploading/mkmlize.py", line 39, in quantize
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: temp_folder = download_to_shared_memory(repo_id, revision, hf_auth_token)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/code/uploading/mkmlize.py", line 86, in download_to_shared_memory
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: snapshot_download(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return fn(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 294, in snapshot_download
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: _inner_hf_hub_download(file)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 270, in _inner_hf_hub_download
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return hf_hub_download(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return fn(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 840, in hf_hub_download
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: return _hf_hub_download_to_local_dir(
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1089, in _hf_hub_download_to_local_dir
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: _raise_on_head_call_error(head_call_error, force_download, local_files_only)
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1485, in _raise_on_head_call_error
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: raise LocalEntryNotFoundError(
nischaydnk-exp14-exp9dp-94555-v3-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 nischaydnk-exp14-exp9dp-94555-v3-mkmlizer completed after 67.56s with status: failed
Stopping job with name nischaydnk-exp14-exp9dp-94555-v3-mkmlizer
%s, retrying in %s seconds...
Starting job with name nischaydnk-exp14-exp9dp-94555-v3-mkmlizer
Waiting for job on nischaydnk-exp14-exp9dp-94555-v3-mkmlizer to finish
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ _____ __ __ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ / _/ /_ ___ __/ / ___ ___ / / ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ / _/ / // / |/|/ / _ \/ -_) -_) / ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ /_//_/\_, /|__,__/_//_/\__/\__/_/ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ /___/ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Version: 0.12.8 ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Copyright 2023 MK ONE TECHNOLOGIES Inc. ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ https://mk1.ai ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ The license key for the current software has been verified as ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ belonging to: ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Chai Research Corp. ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ Expiration: 2025-04-15 23:59:59 ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Downloaded to shared memory in 53.154s
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: quantizing model to /dev/shm/model_cache, profile:s0, folder:/tmp/tmp8qo9u29j, device:0
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Saving flywheel model at /dev/shm/model_cache
Unable to record family friendly update due to error: Invalid JSON input: JSON must contain 'User Safety' and 'Response Safety' fields
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: quantized model in 54.081s
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Processed model NischayDnk/exp14-exp9DPOft-Chaidatav1dpo6k-Mistral24B in 107.236s
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: creating bucket guanaco-mkml-models
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: Bucket 's3://guanaco-mkml-models/' created
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: uploading /dev/shm/model_cache to s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cp /dev/shm/model_cache/config.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3/config.json
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cp /dev/shm/model_cache/special_tokens_map.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3/special_tokens_map.json
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cp /dev/shm/model_cache/tokenizer_config.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3/tokenizer_config.json
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cp /dev/shm/model_cache/tokenizer.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3/tokenizer.json
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cp /dev/shm/model_cache/flywheel_model.1.safetensors s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3/flywheel_model.1.safetensors
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer: cp /dev/shm/model_cache/flywheel_model.0.safetensors s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v3/flywheel_model.0.safetensors
nischaydnk-exp14-exp9dp-94555-v3-mkmlizer:
Loading 0: 0%| | 0/363 [00:00<?, ?it/s]
Loading 0: 1%|▏ | 5/363 [00:00<00:20, 17.35it/s]
Loading 0: 3%|▎ | 12/363 [00:00<00:10, 32.64it/s]
Loading 0: 5%|▍ | 17/363 [00:00<00:10, 31.93it/s]
Loading 0: 6%|▌ | 21/363 [00:00<00:10, 33.26it/s]
Loading 0: 7%|▋ | 25/363 [00:00<00:11, 30.64it/s]
Loading 0: 9%|▉ | 32/363 [00:00<00:09, 36.24it/s]
Loading 0: 10%|▉ | 36/363 [00:01<00:14, 22.45it/s]
Loading 0: 11%|█ | 40/363 [00:01<00:12, 24.93it/s]
Loading 0: 12%|█▏ | 44/363 [00:01<00:12, 26.32it/s]
Loading 0: 13%|█▎ | 48/363 [00:01<00:11, 28.06it/s]
Loading 0: 14%|█▍ | 52/363 [00:01<00:11, 26.83it/s]
Loading 0: 16%|█▌ | 57/363 [00:02<00:10, 29.58it/s]
Loading 0: 17%|█▋ | 61/363 [00:02<00:10, 27.77it/s]
Loading 0: 18%|█▊ | 65/363 [00:02<00:10, 28.54it/s]
Loading 0: 19%|█▉ | 70/363 [00:02<00:11, 25.27it/s]
Loading 0: 20%|██ | 73/363 [00:02<00:13, 21.84it/s]
Loading 0: 22%|██▏ | 79/363 [00:02<00:10, 26.99it/s]
Loading 0: 23%|██▎ | 82/363 [00:03<00:10, 25.93it/s]
Loading 0: 24%|██▎ | 86/363 [00:03<00:10, 27.31it/s]
Loading 0: 25%|██▍ | 89/363 [00:03<00:10, 26.36it/s]
Loading 0: 25%|██▌ | 92/363 [00:03<00:12, 21.06it/s]
Loading 0: 27%|██▋ | 99/363 [00:03<00:09, 28.17it/s]
Loading 0: 28%|██▊ | 103/363 [00:03<00:09, 26.74it/s]
Loading 0: 29%|██▉ | 107/363 [00:04<00:11, 22.23it/s]
Loading 0: 31%|███ | 112/363 [00:04<00:10, 24.95it/s]
Loading 0: 32%|███▏ | 115/363 [00:04<00:10, 24.75it/s]
Loading 0: 33%|███▎ | 120/363 [00:04<00:08, 27.60it/s]
Loading 0: 34%|███▍ | 123/363 [00:04<00:09, 24.70it/s]
Loading 0: 36%|███▌ | 129/363 [00:04<00:08, 28.76it/s]
Loading 0: 36%|███▋ | 132/363 [00:04<00:08, 26.02it/s]
Loading 0: 38%|███▊ | 138/363 [00:05<00:07, 30.32it/s]
Loading 0: 39%|███▉ | 142/363 [00:05<00:07, 27.92it/s]
Loading 0: 40%|████ | 147/363 [00:05<00:06, 32.10it/s]
Loading 0: 42%|████▏ | 151/363 [00:05<00:09, 22.93it/s]
Loading 0: 42%|████▏ | 154/363 [00:05<00:09, 21.36it/s]
Loading 0: 43%|████▎ | 157/363 [00:05<00:09, 22.59it/s]
Loading 0: 44%|████▍ | 160/363 [00:06<00:08, 23.41it/s]
Loading 0: 45%|████▌ | 165/363 [00:06<00:07, 26.68it/s]
Loading 0: 46%|████▋ | 168/363 [00:06<00:08, 24.28it/s]
Loading 0: 48%|████▊ | 174/363 [00:06<00:06, 28.84it/s]
Loading 0: 49%|████▉ | 177/363 [00:06<00:07, 25.16it/s]
Loading 0: 50%|█████ | 182/363 [00:06<00:06, 27.20it/s]
Loading 0: 52%|█████▏ | 187/363 [00:07<00:07, 23.99it/s]
Loading 0: 52%|█████▏ | 190/363 [00:07<00:07, 22.35it/s]
Loading 0: 53%|█████▎ | 193/363 [00:07<00:07, 23.22it/s]
Loading 0: 54%|█████▍ | 196/363 [00:07<00:07, 23.71it/s]
Loading 0: 55%|█████▌ | 200/363 [00:21<00:06, 23.71it/s]
Loading 0: 55%|█████▌ | 201/363 [00:21<02:58, 1.10s/it]
Loading 0: 56%|█████▌ | 203/363 [00:21<02:28, 1.08it/s]
Loading 0: 57%|█████▋ | 208/363 [00:22<01:29, 1.74it/s]
Loading 0: 58%|█████▊ | 211/363 [00:22<01:08, 2.23it/s]
Loading 0: 59%|█████▉ | 214/363 [00:22<00:50, 2.94it/s]
Loading 0: 60%|██████ | 218/363 [00:22<00:34, 4.18it/s]
Loading 0: 61%|██████ | 221/363 [00:22<00:26, 5.32it/s]
Loading 0: 62%|██████▏ | 224/363 [00:22<00:22, 6.29it/s]
Loading 0: 63%|██████▎ | 228/363 [00:23<00:15, 8.74it/s]
Loading 0: 64%|██████▎ | 231/363 [00:23<00:13, 10.13it/s]
Loading 0: 65%|██████▌ | 237/363 [00:23<00:08, 15.00it/s]
Loading 0: 66%|██████▌ | 240/363 [00:23<00:07, 15.59it/s]
Loading 0: 68%|██████▊ | 246/363 [00:23<00:05, 20.71it/s]
Loading 0: 69%|██████▊ | 249/363 [00:23<00:05, 20.30it/s]
Loading 0: 70%|███████ | 255/363 [00:23<00:04, 25.11it/s]
Loading 0: 71%|███████▏ | 259/363 [00:24<00:04, 24.02it/s]
Loading 0: 73%|███████▎ | 264/363 [00:24<00:03, 28.90it/s]
Loading 0: 74%|███████▍ | 268/363 [00:24<00:04, 21.03it/s]
Loading 0: 75%|███████▍ | 271/363 [00:24<00:04, 20.31it/s]
Loading 0: 75%|███████▌ | 274/363 [00:24<00:04, 21.52it/s]
Loading 0: 76%|███████▋ | 277/363 [00:24<00:03, 22.38it/s]
Loading 0: 78%|███████▊ | 282/363 [00:25<00:03, 25.61it/s]
Loading 0: 79%|███████▊ | 285/363 [00:25<00:03, 22.88it/s]
Loading 0: 80%|████████ | 291/363 [00:25<00:02, 27.93it/s]
Loading 0: 81%|████████ | 294/363 [00:25<00:02, 25.01it/s]
Loading 0: 82%|████████▏ | 299/363 [00:25<00:02, 27.61it/s]
Loading 0: 84%|████████▎ | 304/363 [00:26<00:02, 23.80it/s]
Loading 0: 85%|████████▍ | 307/363 [00:26<00:02, 21.75it/s]
Loading 0: 85%|████████▌ | 310/363 [00:26<00:02, 22.92it/s]
Loading 0: 86%|████████▌ | 313/363 [00:26<00:02, 23.83it/s]
Loading 0: 88%|████████▊ | 318/363 [00:26<00:01, 26.80it/s]
Loading 0: 88%|████████▊ | 321/363 [00:26<00:01, 24.19it/s]
Loading 0: 90%|█████████ | 327/363 [00:26<00:01, 29.15it/s]
Loading 0: 91%|█████████ | 330/363 [00:27<00:01, 25.63it/s]
Loading 0: 92%|█████████▏| 335/363 [00:27<00:01, 27.45it/s]
Loading 0: 93%|█████████▎| 338/363 [00:27<00:00, 26.20it/s]
Loading 0: 94%|█████████▍| 341/363 [00:34<00:13, 1.68it/s]
Loading 0: 96%|█████████▌| 347/363 [00:34<00:05, 2.79it/s]
Loading 0: 96%|█████████▋| 350/363 [00:34<00:03, 3.50it/s]
Loading 0: 98%|█████████▊| 355/363 [00:34<00:01, 5.18it/s]
Loading 0: 99%|█████████▉| 359/363 [00:34<00:00, 6.73it/s]
Job nischaydnk-exp14-exp9dp-94555-v3-mkmlizer completed after 145.54s with status: succeeded
Stopping job with name nischaydnk-exp14-exp9dp-94555-v3-mkmlizer
Pipeline stage MKMLizer completed in 214.05s
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 nischaydnk-exp14-exp9dp-94555-v3
Waiting for inference service nischaydnk-exp14-exp9dp-94555-v3 to be ready
Inference service nischaydnk-exp14-exp9dp-94555-v3 ready after 130.90778183937073s
Pipeline stage MKMLDeployer completed in 131.56s
run pipeline stage %s
Running pipeline stage StressChecker
Received healthy response to inference request in 3.2422544956207275s
Received healthy response to inference request in 2.437669515609741s
Received healthy response to inference request in 3.0865015983581543s
Received healthy response to inference request in 2.5986671447753906s
Received healthy response to inference request in 2.4711008071899414s
5 requests
0 failed requests
5th percentile: 2.444355773925781
10th percentile: 2.4510420322418214
20th percentile: 2.4644145488739015
30th percentile: 2.4966140747070313
40th percentile: 2.5476406097412108
50th percentile: 2.5986671447753906
60th percentile: 2.793800926208496
70th percentile: 2.9889347076416013
80th percentile: 3.117652177810669
90th percentile: 3.1799533367156982
95th percentile: 3.211103916168213
99th percentile: 3.2360243797302246
mean time: 2.767238712310791
Pipeline stage StressChecker completed in 15.51s
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.84s
Shutdown handler de-registered
nischaydnk-exp14-exp9dp_94555_v3 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.16s
run pipeline stage %s
Running pipeline stage MKMLProfilerTemplater
Pipeline stage MKMLProfilerTemplater completed in 0.12s
run pipeline stage %s
Running pipeline stage MKMLProfilerDeployer
Creating inference service nischaydnk-exp14-exp9dp-94555-v3-profiler
Waiting for inference service nischaydnk-exp14-exp9dp-94555-v3-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 5429.92s
Shutdown handler de-registered
nischaydnk-exp14-exp9dp_94555_v3 status is now inactive due to auto deactivation removed underperforming models
nischaydnk-exp14-exp9dp_94555_v3 status is now torndown due to DeploymentManager action