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-v2-mkmlizer
Waiting for job on nischaydnk-exp14-exp9dp-94555-v2-mkmlizer to finish
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ _____ __ __ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ / _/ /_ ___ __/ / ___ ___ / / ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ / _/ / // / |/|/ / _ \/ -_) -_) / ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ /_//_/\_, /|__,__/_//_/\__/\__/_/ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ /___/ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Version: 0.12.8 ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Copyright 2023 MK ONE TECHNOLOGIES Inc. ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ https://mk1.ai ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ The license key for the current software has been verified as ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ belonging to: ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Chai Research Corp. ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Expiration: 2025-04-15 23:59:59 ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 536, in _make_request
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: response = conn.getresponse()
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connection.py", line 461, in getresponse
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: httplib_response = super().getresponse()
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 1375, in getresponse
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: response.begin()
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 318, in begin
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: version, status, reason = self._read_status()
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/http/client.py", line 279, in _read_status
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/socket.py", line 705, in readinto
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return self._sock.recv_into(b)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/ssl.py", line 1307, in recv_into
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return self.read(nbytes, buffer)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/ssl.py", line 1163, in read
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return self._sslobj.read(len, buffer)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: TimeoutError: The read operation timed out
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: The above exception was the direct cause of the following exception:
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 667, in send
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: resp = conn.urlopen(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 844, in urlopen
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: retries = retries.increment(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/retry.py", line 470, in increment
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: raise reraise(type(error), error, _stacktrace)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/util.py", line 39, in reraise
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: raise value
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 790, in urlopen
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: response = self._make_request(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 538, in _make_request
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 370, in _raise_timeout
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: raise ReadTimeoutError(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: During handling of the above exception, another exception occurred:
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Traceback (most recent call last):
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/code/uploading/mkmlize.py", line 193, in <module>
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: cli()
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return self.main(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1078, in main
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: rv = self.invoke(ctx)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return _process_result(sub_ctx.command.invoke(sub_ctx))
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return ctx.invoke(self.callback, **ctx.params)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 783, in invoke
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return __callback(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/code/uploading/mkmlize.py", line 39, in quantize
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: temp_folder = download_to_shared_memory(repo_id, revision, hf_auth_token)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/code/uploading/mkmlize.py", line 86, in download_to_shared_memory
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: snapshot_download(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return fn(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 294, in snapshot_download
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: _inner_hf_hub_download(file)
nischaydnk-exp14-exp9dp-94555-v2-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-v2-mkmlizer: return hf_hub_download(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return fn(*args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 840, in hf_hub_download
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return _hf_hub_download_to_local_dir(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1136, in _hf_hub_download_to_local_dir
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: _download_to_tmp_and_move(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1543, in _download_to_tmp_and_move
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: http_get(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 369, in http_get
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: r = _request_wrapper(
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 301, in _request_wrapper
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: response = get_session().request(method=method, url=url, **params)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: resp = self.send(prep, **send_kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: r = adapter.send(request, **kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 93, in send
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: return super().send(request, *args, **kwargs)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 713, in send
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: raise ReadTimeout(e, request=request)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: requests.exceptions.ReadTimeout: (ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 525611c0-46c9-4151-a9e8-b36b888ce42c)')
Job nischaydnk-exp14-exp9dp-94555-v2-mkmlizer completed after 98.12s with status: failed
Stopping job with name nischaydnk-exp14-exp9dp-94555-v2-mkmlizer
%s, retrying in %s seconds...
Starting job with name nischaydnk-exp14-exp9dp-94555-v2-mkmlizer
Waiting for job on nischaydnk-exp14-exp9dp-94555-v2-mkmlizer to finish
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ _____ __ __ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ / _/ /_ ___ __/ / ___ ___ / / ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ / _/ / // / |/|/ / _ \/ -_) -_) / ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ /_//_/\_, /|__,__/_//_/\__/\__/_/ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ /___/ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Version: 0.12.8 ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Copyright 2023 MK ONE TECHNOLOGIES Inc. ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ https://mk1.ai ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ The license key for the current software has been verified as ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ belonging to: ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Chai Research Corp. ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ Expiration: 2025-04-15 23:59:59 ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ║ ║
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Downloaded to shared memory in 64.780s
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: quantizing model to /dev/shm/model_cache, profile:s0, folder:/tmp/tmp453stafh, device:0
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Saving flywheel model at /dev/shm/model_cache
Failed to get response for submission nischaydnk-exp14-exp9dp_94555_v1: HTTPConnectionPool(host='nischaydnk-exp14-exp9dp-94555-v1-predictor.tenant-chaiml-guanaco.k.chaiverse.com', port=80): Read timed out. (read timeout=12.0)
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: quantized model in 57.081s
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Processed model NischayDnk/exp14-exp9DPOft-Chaidatav1dpo6k-Mistral24B in 121.861s
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: creating bucket guanaco-mkml-models
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: Bucket 's3://guanaco-mkml-models/' created
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: uploading /dev/shm/model_cache to s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v2
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: cp /dev/shm/model_cache/config.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v2/config.json
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: cp /dev/shm/model_cache/special_tokens_map.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v2/special_tokens_map.json
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: cp /dev/shm/model_cache/tokenizer.json s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v2/tokenizer.json
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: cp /dev/shm/model_cache/flywheel_model.1.safetensors s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v2/flywheel_model.1.safetensors
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer: cp /dev/shm/model_cache/flywheel_model.0.safetensors s3://guanaco-mkml-models/nischaydnk-exp14-exp9dp-94555-v2/flywheel_model.0.safetensors
nischaydnk-exp14-exp9dp-94555-v2-mkmlizer:
Loading 0: 0%| | 0/363 [00:00<?, ?it/s]
Loading 0: 1%| | 4/363 [00:00<00:09, 39.08it/s]
Loading 0: 2%|▏ | 8/363 [00:00<00:13, 25.55it/s]
Loading 0: 3%|▎ | 12/363 [00:00<00:12, 28.40it/s]
Loading 0: 4%|▍ | 16/363 [00:00<00:13, 26.39it/s]
Loading 0: 6%|▌ | 21/363 [00:00<00:11, 30.85it/s]
Loading 0: 7%|▋ | 25/363 [00:00<00:11, 28.20it/s]
Loading 0: 9%|▉ | 32/363 [00:01<00:10, 32.86it/s]
Loading 0: 10%|▉ | 36/363 [00:01<00:16, 20.13it/s]
Loading 0: 11%|█ | 40/363 [00:01<00:14, 22.88it/s]
Loading 0: 12%|█▏ | 43/363 [00:01<00:13, 23.17it/s]
Loading 0: 13%|█▎ | 48/363 [00:01<00:12, 26.00it/s]
Loading 0: 14%|█▍ | 51/363 [00:02<00:13, 23.14it/s]
Loading 0: 16%|█▌ | 57/363 [00:02<00:10, 28.09it/s]
Loading 0: 17%|█▋ | 61/363 [00:02<00:11, 26.17it/s]
Loading 0: 18%|█▊ | 65/363 [00:02<00:11, 26.50it/s]
Loading 0: 19%|█▉ | 70/363 [00:02<00:12, 23.32it/s]
Loading 0: 20%|██ | 73/363 [00:02<00:14, 20.12it/s]
Loading 0: 22%|██▏ | 79/363 [00:03<00:11, 25.03it/s]
Loading 0: 23%|██▎ | 82/363 [00:03<00:11, 23.88it/s]
Loading 0: 24%|██▎ | 86/363 [00:03<00:10, 25.18it/s]
Loading 0: 25%|██▍ | 89/363 [00:03<00:11, 24.76it/s]
Loading 0: 25%|██▌ | 92/363 [00:03<00:13, 19.99it/s]
Loading 0: 27%|██▋ | 97/363 [00:03<00:10, 25.53it/s]
Loading 0: 28%|██▊ | 100/363 [00:03<00:10, 25.86it/s]
Loading 0: 28%|██▊ | 103/363 [00:04<00:10, 25.35it/s]
Loading 0: 29%|██▉ | 107/363 [00:04<00:12, 20.21it/s]
Loading 0: 31%|███ | 112/363 [00:04<00:10, 23.70it/s]
Loading 0: 32%|███▏ | 115/363 [00:04<00:10, 23.46it/s]
Loading 0: 33%|███▎ | 120/363 [00:04<00:09, 25.72it/s]
Loading 0: 34%|███▍ | 123/363 [00:04<00:10, 23.49it/s]
Loading 0: 36%|███▌ | 129/363 [00:05<00:08, 28.16it/s]
Loading 0: 36%|███▋ | 132/363 [00:05<00:09, 25.14it/s]
Loading 0: 37%|███▋ | 136/363 [00:05<00:08, 28.13it/s]
Loading 0: 38%|███▊ | 139/363 [00:05<00:07, 28.19it/s]
Loading 0: 39%|███▉ | 142/363 [00:05<00:08, 27.29it/s]
Loading 0: 40%|████ | 147/363 [00:05<00:06, 32.33it/s]
Loading 0: 42%|████▏ | 151/363 [00:06<00:09, 22.58it/s]
Loading 0: 42%|████▏ | 154/363 [00:06<00:09, 21.09it/s]
Loading 0: 43%|████▎ | 157/363 [00:06<00:09, 22.11it/s]
Loading 0: 44%|████▍ | 160/363 [00:06<00:08, 22.61it/s]
Loading 0: 45%|████▌ | 165/363 [00:06<00:07, 25.84it/s]
Loading 0: 46%|████▋ | 168/363 [00:06<00:08, 23.43it/s]
Loading 0: 48%|████▊ | 174/363 [00:06<00:06, 27.81it/s]
Loading 0: 49%|████▉ | 177/363 [00:07<00:07, 24.97it/s]
Loading 0: 50%|█████ | 182/363 [00:07<00:06, 27.35it/s]
Loading 0: 52%|█████▏ | 187/363 [00:07<00:07, 23.49it/s]
Loading 0: 52%|█████▏ | 190/363 [00:07<00:07, 22.14it/s]
Loading 0: 53%|█████▎ | 193/363 [00:07<00:07, 23.21it/s]
Loading 0: 54%|█████▍ | 196/363 [00:07<00:07, 22.81it/s]
Loading 0: 55%|█████▌ | 200/363 [00:24<00:07, 22.81it/s]
Loading 0: 55%|█████▌ | 201/363 [00:24<03:22, 1.25s/it]
Loading 0: 56%|█████▌ | 203/363 [00:24<02:47, 1.05s/it]
Loading 0: 57%|█████▋ | 208/363 [00:24<01:40, 1.54it/s]
Loading 0: 58%|█████▊ | 211/363 [00:24<01:16, 1.97it/s]
Loading 0: 59%|█████▉ | 214/363 [00:24<00:57, 2.61it/s]
Loading 0: 60%|██████ | 218/363 [00:24<00:38, 3.73it/s]
Loading 0: 61%|██████ | 221/363 [00:25<00:29, 4.76it/s]
Loading 0: 62%|██████▏ | 224/363 [00:25<00:24, 5.72it/s]
Loading 0: 63%|██████▎ | 229/363 [00:25<00:15, 8.54it/s]
Loading 0: 64%|██████▍ | 232/363 [00:25<00:12, 10.19it/s]
Loading 0: 65%|██████▌ | 237/363 [00:25<00:09, 13.98it/s]
Loading 0: 66%|██████▌ | 240/363 [00:25<00:08, 15.09it/s]
Loading 0: 68%|██████▊ | 246/363 [00:25<00:05, 20.07it/s]
Loading 0: 69%|██████▊ | 249/363 [00:26<00:05, 19.63it/s]
Loading 0: 70%|███████ | 255/363 [00:26<00:04, 24.50it/s]
Loading 0: 71%|███████▏ | 259/363 [00:26<00:04, 24.46it/s]
Loading 0: 73%|███████▎ | 264/363 [00:26<00:03, 29.24it/s]
Loading 0: 74%|███████▍ | 268/363 [00:26<00:04, 22.89it/s]
Loading 0: 75%|███████▍ | 271/363 [00:27<00:04, 21.86it/s]
Loading 0: 75%|███████▌ | 274/363 [00:27<00:03, 23.15it/s]
Loading 0: 76%|███████▋ | 277/363 [00:27<00:03, 23.66it/s]
Loading 0: 78%|███████▊ | 282/363 [00:27<00:03, 26.79it/s]
Loading 0: 79%|███████▊ | 285/363 [00:27<00:03, 23.43it/s]
Loading 0: 80%|████████ | 291/363 [00:27<00:02, 28.08it/s]
Loading 0: 81%|████████ | 294/363 [00:27<00:02, 25.14it/s]
Loading 0: 82%|████████▏ | 299/363 [00:28<00:02, 27.84it/s]
Loading 0: 84%|████████▎ | 304/363 [00:28<00:02, 25.14it/s]
Loading 0: 85%|████████▍ | 307/363 [00:28<00:02, 23.07it/s]
Loading 0: 85%|████████▌ | 310/363 [00:28<00:02, 24.23it/s]
Loading 0: 86%|████████▌ | 313/363 [00:28<00:02, 24.74it/s]
Loading 0: 88%|████████▊ | 318/363 [00:28<00:01, 27.15it/s]
Loading 0: 88%|████████▊ | 321/363 [00:28<00:01, 23.68it/s]
Loading 0: 90%|█████████ | 327/363 [00:29<00:01, 28.40it/s]
Loading 0: 91%|█████████ | 330/363 [00:29<00:01, 25.64it/s]
Loading 0: 92%|█████████▏| 335/363 [00:29<00:00, 28.00it/s]
Loading 0: 93%|█████████▎| 338/363 [00:29<00:00, 26.87it/s]
Loading 0: 94%|█████████▍| 341/363 [00:36<00:13, 1.63it/s]
Loading 0: 96%|█████████▌| 347/363 [00:36<00:05, 2.72it/s]
Loading 0: 96%|█████████▋| 350/363 [00:36<00:03, 3.40it/s]
Loading 0: 98%|█████████▊| 355/363 [00:36<00:01, 5.04it/s]
Loading 0: 99%|█████████▉| 359/363 [00:37<00:00, 6.56it/s]
Job nischaydnk-exp14-exp9dp-94555-v2-mkmlizer completed after 155.84s with status: succeeded
Stopping job with name nischaydnk-exp14-exp9dp-94555-v2-mkmlizer
Pipeline stage MKMLizer completed in 254.99s
run pipeline stage %s
Running pipeline stage MKMLTemplater
Pipeline stage MKMLTemplater completed in 0.18s
run pipeline stage %s
Running pipeline stage MKMLDeployer
Creating inference service nischaydnk-exp14-exp9dp-94555-v2
Waiting for inference service nischaydnk-exp14-exp9dp-94555-v2 to be ready
Failed to get response for submission nischaydnk-exp14-exp9dp_94555_v1: HTTPConnectionPool(host='nischaydnk-exp14-exp9dp-94555-v1-predictor.tenant-chaiml-guanaco.k.chaiverse.com', port=80): Read timed out. (read timeout=12.0)
Inference service nischaydnk-exp14-exp9dp-94555-v2 ready after 140.50270223617554s
Pipeline stage MKMLDeployer completed in 141.11s
run pipeline stage %s
Running pipeline stage StressChecker
Received healthy response to inference request in 3.219904899597168s
Received healthy response to inference request in 2.481274366378784s
Received healthy response to inference request in 2.474656581878662s
Received healthy response to inference request in 2.7137651443481445s
Received healthy response to inference request in 2.7618846893310547s
5 requests
0 failed requests
5th percentile: 2.4759801387786866
10th percentile: 2.477303695678711
20th percentile: 2.4799508094787597
30th percentile: 2.5277725219726563
40th percentile: 2.6207688331604
50th percentile: 2.7137651443481445
60th percentile: 2.7330129623413084
70th percentile: 2.7522607803344727
80th percentile: 2.8534887313842776
90th percentile: 3.0366968154907226
95th percentile: 3.128300857543945
99th percentile: 3.201584091186523
mean time: 2.7302971363067625
Pipeline stage StressChecker completed in 15.23s
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.75s
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.82s
Shutdown handler de-registered
nischaydnk-exp14-exp9dp_94555_v2 status is now deployed due to DeploymentManager action
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
%s, retrying in %s seconds...
Evaluating %s Family Friendly Score with %s threads
Pipeline stage OfflineFamilyFriendlyScorer completed in 4583.18s
Shutdown handler de-registered
nischaydnk-exp14-exp9dp_94555_v2 status is now inactive due to auto deactivation removed underperforming models
nischaydnk-exp14-exp9dp_94555_v2 status is now torndown due to DeploymentManager action