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 junhua024-chai-12-full-20-v6-mkmlizer
Waiting for job on junhua024-chai-12-full-20-v6-mkmlizer to finish
junhua024-chai-12-full-20-v6-mkmlizer: ╔═════════════════════════════════════════════════════════════════════╗
junhua024-chai-12-full-20-v6-mkmlizer: ║ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ██████ ██████ █████ ████ ████ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ░░██████ ██████ ░░███ ███░ ░░███ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ░███░█████░███ ░███ ███ ░███ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ░███░░███ ░███ ░███████ ░███ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ░███ ░░░ ░███ ░███░░███ ░███ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ░███ ░███ ░███ ░░███ ░███ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ █████ █████ █████ ░░████ █████ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ Version: 0.29.15 ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ Features: FLYWHEEL, CUDA ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ Copyright 2023-2025 MK ONE TECHNOLOGIES Inc. ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ https://mk1.ai ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ The license key for the current software has been verified as ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ belonging to: ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ Chai Research Corp. ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ Account ID: 7997a29f-0ceb-4cc7-9adf-840c57b4ae6f ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ Expiration: 2028-03-31 23:59:59 ║
junhua024-chai-12-full-20-v6-mkmlizer: ║ ║
junhua024-chai-12-full-20-v6-mkmlizer: ╚═════════════════════════════════════════════════════════════════════╝
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Traceback (most recent call last):
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connection.py", line 203, in _new_conn
junhua024-chai-12-full-20-v6-mkmlizer: sock = connection.create_connection(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/connection.py", line 60, in create_connection
junhua024-chai-12-full-20-v6-mkmlizer: for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/socket.py", line 955, in getaddrinfo
junhua024-chai-12-full-20-v6-mkmlizer: for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
junhua024-chai-12-full-20-v6-mkmlizer: socket.gaierror: [Errno -3] Temporary failure in name resolution
junhua024-chai-12-full-20-v6-mkmlizer: The above exception was the direct cause of the following exception:
junhua024-chai-12-full-20-v6-mkmlizer: Traceback (most recent call last):
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 790, in urlopen
junhua024-chai-12-full-20-v6-mkmlizer: response = self._make_request(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 491, in _make_request
junhua024-chai-12-full-20-v6-mkmlizer: raise new_e
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 467, in _make_request
junhua024-chai-12-full-20-v6-mkmlizer: self._validate_conn(conn)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1096, in _validate_conn
junhua024-chai-12-full-20-v6-mkmlizer: conn.connect()
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connection.py", line 611, in connect
junhua024-chai-12-full-20-v6-mkmlizer: self.sock = sock = self._new_conn()
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connection.py", line 210, in _new_conn
junhua024-chai-12-full-20-v6-mkmlizer: raise NameResolutionError(self.host, self, e) from e
junhua024-chai-12-full-20-v6-mkmlizer: urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x786bd1ebebf0>: Failed to resolve 'cas-bridge.xethub.hf.co' ([Errno -3] Temporary failure in name resolution)
junhua024-chai-12-full-20-v6-mkmlizer: The above exception was the direct cause of the following exception:
junhua024-chai-12-full-20-v6-mkmlizer: Traceback (most recent call last):
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 667, in send
junhua024-chai-12-full-20-v6-mkmlizer: resp = conn.urlopen(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py", line 844, in urlopen
junhua024-chai-12-full-20-v6-mkmlizer: retries = retries.increment(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/urllib3/util/retry.py", line 515, in increment
junhua024-chai-12-full-20-v6-mkmlizer: raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
junhua024-chai-12-full-20-v6-mkmlizer: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cas-bridge.xethub.hf.co', port=443): Max retries exceeded with url: /xet-bridge-us/68874640d58adc3effd9980b/f85299dca5f227ee64f7b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=cas%2F20250728%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250728T144456Z&X-Amz-Expires=3600&X-Amz-Signature=1743efc21d42afe18a550dc597b106266d0f81f42813917487cb0d401f1dbac7&X-Amz-SignedHeaders=host&X-Xet-Cas-Uid=685f16f264f20530bf643ffa&response-content-disposition=inline%3B+filename*%3DUTF-8%27%27model-00004-of-00025.safetensors%3B+filename%3D%22model-00004-of-00025.safetensors%22%3B&x-id=GetObject&Expires=1753717496&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc1MzcxNzQ5Nn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2FzLWJyaWRnZS54ZXRodWIuaGYuY28veGV0LWJyaWRnZS11cy82ODg3NDY0MGQ1OGFkYzNlZmZkOTk4MGIvNjI4NjYwY2FkMWMwMTYyNDY4YzgxY2ZlNzVhZGJmMTg3ZTFhZTFjNWE4ZmY4NTI5OWRjYTVmMjI3ZWU2NGY3YioifV19&Signature=pBzgi8uAl0DXVY4YmCOQm3U4Jwz1Agk1nIyz7mATfPDk1~y41roD~~zowDzMnkokNnh2IHMwXkwJNnJdjcpdsqo7r2EaGLlagacC2u~8rhxvZ2fTRsBxWMyJR86bUR2z~FeFa~l13H2wuvz5NP9bIrEv5oovZ6aZlMUQP3Rc4Svp96WxfnSOYP2gULYgPSYxlPEcqrwv4d~O9Fd1sx9A1Q1QhT1fvduPQmut6X93Je7YozAaCvMhJmQ6KPqNPKGDLdZmPHFYuhrOme594SEMcgBu6ma0SgiRF5XOmghU0F1iFm-88uO-b9rzC536jsFRU7uMFbpUyTvszQZAHqW6Lg__&Key-Pair-Id=K2L8F4GPSG1IFC (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x786bd1ebebf0>: Failed to resolve 'cas-bridge.xethub.hf.co' ([Errno -3] Temporary failure in name resolution)"))
junhua024-chai-12-full-20-v6-mkmlizer: During handling of the above exception, another exception occurred:
junhua024-chai-12-full-20-v6-mkmlizer: Traceback (most recent call last):
junhua024-chai-12-full-20-v6-mkmlizer: File "/code/uploading/mkmlize.py", line 225, in <module>
junhua024-chai-12-full-20-v6-mkmlizer: cli()
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
junhua024-chai-12-full-20-v6-mkmlizer: return self.main(*args, **kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1078, in main
junhua024-chai-12-full-20-v6-mkmlizer: rv = self.invoke(ctx)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
junhua024-chai-12-full-20-v6-mkmlizer: return _process_result(sub_ctx.command.invoke(sub_ctx))
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
junhua024-chai-12-full-20-v6-mkmlizer: return ctx.invoke(self.callback, **ctx.params)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 783, in invoke
junhua024-chai-12-full-20-v6-mkmlizer: return __callback(*args, **kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/code/uploading/mkmlize.py", line 41, in quantize
junhua024-chai-12-full-20-v6-mkmlizer: temp_folder = download_to_shared_memory(repo_id, revision, hf_auth_token)
junhua024-chai-12-full-20-v6-mkmlizer: File "/code/uploading/mkmlize.py", line 91, in download_to_shared_memory
junhua024-chai-12-full-20-v6-mkmlizer: snapshot_download(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
junhua024-chai-12-full-20-v6-mkmlizer: return fn(*args, **kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 294, in snapshot_download
junhua024-chai-12-full-20-v6-mkmlizer: _inner_hf_hub_download(file)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 270, in _inner_hf_hub_download
junhua024-chai-12-full-20-v6-mkmlizer: return hf_hub_download(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
junhua024-chai-12-full-20-v6-mkmlizer: return fn(*args, **kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 941, in hf_hub_download
junhua024-chai-12-full-20-v6-mkmlizer: return _hf_hub_download_to_local_dir(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1241, in _hf_hub_download_to_local_dir
junhua024-chai-12-full-20-v6-mkmlizer: _download_to_tmp_and_move(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1675, in _download_to_tmp_and_move
junhua024-chai-12-full-20-v6-mkmlizer: http_get(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 376, in http_get
junhua024-chai-12-full-20-v6-mkmlizer: r = _request_wrapper(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 308, in _request_wrapper
junhua024-chai-12-full-20-v6-mkmlizer: response = get_session().request(method=method, url=url, **params)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
junhua024-chai-12-full-20-v6-mkmlizer: resp = self.send(prep, **send_kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 724, in send
junhua024-chai-12-full-20-v6-mkmlizer: history = [resp for resp in gen]
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 724, in <listcomp>
junhua024-chai-12-full-20-v6-mkmlizer: history = [resp for resp in gen]
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 265, in resolve_redirects
junhua024-chai-12-full-20-v6-mkmlizer: resp = self.send(
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
junhua024-chai-12-full-20-v6-mkmlizer: r = adapter.send(request, **kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 96, in send
junhua024-chai-12-full-20-v6-mkmlizer: return super().send(request, *args, **kwargs)
junhua024-chai-12-full-20-v6-mkmlizer: File "/opt/conda/lib/python3.10/site-packages/requests/adapters.py", line 700, in send
junhua024-chai-12-full-20-v6-mkmlizer: raise ConnectionError(e, request=request)
junhua024-chai-12-full-20-v6-mkmlizer: requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host=\'cas-bridge.xethub.hf.co\', port=443): Max retries exceeded with url: /xet-bridge-us/68874640d58adc3effd9980b/f85299dca5f227ee64f7b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=cas%2F20250728%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250728T144456Z&X-Amz-Expires=3600&X-Amz-Signature=1743efc21d42afe18a550dc597b106266d0f81f42813917487cb0d401f1dbac7&X-Amz-SignedHeaders=host&X-Xet-Cas-Uid=685f16f264f20530bf643ffa&response-content-disposition=inline%3B+filename*%3DUTF-8%27%27model-00004-of-00025.safetensors%3B+filename%3D%22model-00004-of-00025.safetensors%22%3B&x-id=GetObject&Expires=1753717496&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc1MzcxNzQ5Nn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2FzLWJyaWRnZS54ZXRodWIuaGYuY28veGV0LWJyaWRnZS11cy82ODg3NDY0MGQ1OGFkYzNlZmZkOTk4MGIvNjI4NjYwY2FkMWMwMTYyNDY4YzgxY2ZlNzVhZGJmMTg3ZTFhZTFjNWE4ZmY4NTI5OWRjYTVmMjI3ZWU2NGY3YioifV19&Signature=pBzgi8uAl0DXVY4YmCOQm3U4Jwz1Agk1nIyz7mATfPDk1~y41roD~~zowDzMnkokNnh2IHMwXkwJNnJdjcpdsqo7r2EaGLlagacC2u~8rhxvZ2fTRsBxWMyJR86bUR2z~FeFa~l13H2wuvz5NP9bIrEv5oovZ6aZlMUQP3Rc4Svp96WxfnSOYP2gULYgPSYxlPEcqrwv4d~O9Fd1sx9A1Q1QhT1fvduPQmut6X93Je7YozAaCvMhJmQ6KPqNPKGDLdZmPHFYuhrOme594SEMcgBu6ma0SgiRF5XOmghU0F1iFm-88uO-b9rzC536jsFRU7uMFbpUyTvszQZAHqW6Lg__&Key-Pair-Id=K2L8F4GPSG1IFC (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x786bd1ebebf0>: Failed to resolve \'cas-bridge.xethub.hf.co\' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: 60423b1c-17b6-4328-8c59-e4436520029a)')
Job junhua024-chai-12-full-20-v6-mkmlizer completed after 60.82s with status: failed
Stopping job with name junhua024-chai-12-full-20-v6-mkmlizer
%s, retrying in %s seconds...
Starting job with name junhua024-chai-12-full-20-v6-mkmlizer
Waiting for job on junhua024-chai-12-full-20-v6-mkmlizer to finish
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xet`
junhua024-chai-12-full-20-v6-mkmlizer: Downloaded to shared memory in 97.286s
junhua024-chai-12-full-20-v6-mkmlizer: Checking if junhua024/chai_12_full_20 already exists in ChaiML
junhua024-chai-12-full-20-v6-mkmlizer: quantizing model to /dev/shm/model_cache, profile:q4, folder:/tmp/tmpz6wkuuob, device:0
junhua024-chai-12-full-20-v6-mkmlizer: Saving flywheel model at /dev/shm/model_cache
junhua024-chai-12-full-20-v6-mkmlizer: quantized model in 165.149s
junhua024-chai-12-full-20-v6-mkmlizer: Processed model junhua024/chai_12_full_20 in 262.523s
junhua024-chai-12-full-20-v6-mkmlizer: creating bucket guanaco-mkml-models
junhua024-chai-12-full-20-v6-mkmlizer: Bucket 's3://guanaco-mkml-models/' created
junhua024-chai-12-full-20-v6-mkmlizer: uploading /dev/shm/model_cache to s3://guanaco-mkml-models/junhua024-chai-12-full-20-v6/nvidia
junhua024-chai-12-full-20-v6-mkmlizer: cp /dev/shm/model_cache/config.json s3://guanaco-mkml-models/junhua024-chai-12-full-20-v6/nvidia/config.json
junhua024-chai-12-full-20-v6-mkmlizer: cp /dev/shm/model_cache/special_tokens_map.json s3://guanaco-mkml-models/junhua024-chai-12-full-20-v6/nvidia/special_tokens_map.json
junhua024-chai-12-full-20-v6-mkmlizer: cp /dev/shm/model_cache/tokenizer_config.json s3://guanaco-mkml-models/junhua024-chai-12-full-20-v6/nvidia/tokenizer_config.json
junhua024-chai-12-full-20-v6-mkmlizer: cp /dev/shm/model_cache/tokenizer.json s3://guanaco-mkml-models/junhua024-chai-12-full-20-v6/nvidia/tokenizer.json
junhua024-chai-12-full-20-v6-mkmlizer:
Loading 0: 0%| | 0/363 [00:00<?, ?it/s]
Loading 0: 1%| | 2/363 [00:00<00:20, 17.24it/s]
Loading 0: 1%| | 4/363 [00:02<03:36, 1.66it/s]
Loading 0: 1%|▏ | 5/363 [00:03<04:29, 1.33it/s]
Loading 0: 2%|▏ | 8/363 [00:03<02:22, 2.49it/s]
Loading 0: 2%|▏ | 9/363 [00:03<02:16, 2.59it/s]
Loading 0: 3%|▎ | 10/363 [00:04<01:57, 2.99it/s]
Loading 0: 3%|▎ | 11/363 [00:05<02:53, 2.03it/s]
Loading 0: 3%|▎ | 12/363 [00:06<03:42, 1.58it/s]
Loading 0: 4%|▍ | 14/363 [00:06<02:32, 2.28it/s]
Loading 0: 4%|▍ | 15/363 [00:06<02:19, 2.49it/s]
Loading 0: 4%|▍ | 16/363 [00:06<01:57, 2.95it/s]
Loading 0: 5%|▍ | 18/363 [00:07<02:23, 2.40it/s]
Loading 0: 6%|▌ | 21/363 [00:08<02:07, 2.68it/s]
Loading 0: 6%|▌ | 22/363 [00:09<02:44, 2.07it/s]
Loading 0: 6%|▋ | 23/363 [00:10<03:25, 1.65it/s]
Loading 0: 7%|▋ | 26/363 [00:11<02:06, 2.66it/s]
Loading 0: 7%|▋ | 27/363 [00:11<02:00, 2.78it/s]
Loading 0: 8%|▊ | 28/363 [00:11<01:45, 3.17it/s]
Loading 0: 8%|▊ | 29/363 [00:12<02:35, 2.15it/s]
Loading 0: 9%|▊ | 31/363 [00:13<01:57, 2.83it/s]
Loading 0: 9%|▉ | 32/363 [00:13<01:52, 2.95it/s]
Loading 0: 9%|▉ | 33/363 [00:13<01:36, 3.40it/s]
Loading 0: 10%|▉ | 35/363 [00:14<02:08, 2.54it/s]
Loading 0: 10%|▉ | 36/363 [00:15<02:57, 1.84it/s]
Loading 0: 11%|█ | 39/363 [00:16<02:21, 2.29it/s]
Loading 0: 11%|█ | 40/363 [00:17<02:54, 1.85it/s]
Loading 0: 11%|█▏ | 41/363 [00:18<03:29, 1.54it/s]
Loading 0: 12%|█▏ | 44/363 [00:18<02:06, 2.53it/s]
Loading 0: 12%|█▏ | 45/363 [00:19<01:58, 2.67it/s]
Loading 0: 13%|█▎ | 46/363 [00:19<01:42, 3.08it/s]
Loading 0: 13%|█▎ | 48/363 [00:19<01:24, 3.73it/s]
Loading 0: 13%|█▎ | 49/363 [00:20<01:25, 3.69it/s]
Loading 0: 14%|█▍ | 50/363 [00:20<01:16, 4.12it/s]
Loading 0: 14%|█▍ | 52/363 [00:21<01:50, 2.81it/s]
Loading 0: 15%|█▍ | 53/363 [00:22<02:32, 2.03it/s]
Loading 0: 15%|█▍ | 54/363 [00:23<03:14, 1.59it/s]
Loading 0: 16%|█▌ | 57/363 [00:24<02:26, 2.09it/s]
Loading 0: 16%|█▌ | 58/363 [00:25<02:55, 1.73it/s]
Loading 0: 16%|█▋ | 59/363 [00:26<03:26, 1.47it/s]
Loading 0: 17%|█▋ | 62/363 [00:26<02:02, 2.45it/s]
Loading 0: 17%|█▋ | 63/363 [00:26<01:55, 2.60it/s]
Loading 0: 18%|█▊ | 64/363 [00:27<01:39, 2.99it/s]
Loading 0: 18%|█▊ | 66/363 [00:28<02:00, 2.47it/s]
Loading 0: 18%|█▊ | 67/363 [00:29<02:35, 1.90it/s]
Loading 0: 19%|█▊ | 68/363 [00:30<03:10, 1.55it/s]
Loading 0: 20%|█▉ | 71/363 [00:30<01:51, 2.62it/s]
Loading 0: 20%|█▉ | 72/363 [00:30<01:45, 2.76it/s]
Loading 0: 20%|██ | 73/363 [00:30<01:31, 3.15it/s]
Loading 0: 20%|██ | 74/363 [00:31<02:16, 2.12it/s]
Loading 0: 21%|██ | 75/363 [00:32<02:58, 1.62it/s]
Loading 0: 21%|██ | 77/363 [00:33<02:04, 2.31it/s]
Loading 0: 21%|██▏ | 78/363 [00:33<01:53, 2.50it/s]
Loading 0: 22%|██▏ | 79/363 [00:33<01:35, 2.97it/s]
Loading 0: 22%|██▏ | 80/363 [00:34<02:31, 1.87it/s]
Loading 0: 23%|██▎ | 82/363 [00:35<01:47, 2.62it/s]
Loading 0: 23%|██▎ | 83/363 [00:35<01:40, 2.78it/s]
Loading 0: 23%|██▎ | 84/363 [00:35<01:25, 3.25it/s]
Loading 0: 24%|██▎ | 86/363 [00:36<01:46, 2.59it/s]
Loading 0: 25%|██▍ | 89/363 [00:37<01:38, 2.78it/s]
Loading 0: 25%|██▍ | 90/363 [00:38<02:09, 2.12it/s]
Loading 0: 25%|██▌ | 91/363 [00:39<02:41, 1.69it/s]
Loading 0: 26%|██▌ | 94/363 [00:39<01:38, 2.72it/s]
Loading 0: 26%|██▌ | 95/363 [00:40<01:34, 2.84it/s]
Loading 0: 26%|██▋ | 96/363 [00:40<01:22, 3.23it/s]
Loading 0: 27%|██▋ | 98/363 [00:41<01:44, 2.54it/s]
Loading 0: 27%|██▋ | 99/363 [00:42<02:20, 1.88it/s]
Loading 0: 28%|██▊ | 102/363 [00:43<01:53, 2.30it/s]
Loading 0: 28%|██▊ | 103/363 [00:44<02:19, 1.87it/s]
Loading 0: 29%|██▊ | 104/363 [00:45<02:48, 1.54it/s]
Loading 0: 29%|██▉ | 107/363 [00:45<01:42, 2.51it/s]
Loading 0: 30%|██▉ | 108/363 [00:46<01:36, 2.65it/s]
Loading 0: 30%|███ | 109/363 [00:46<01:23, 3.05it/s]
Loading 0: 31%|███ | 111/363 [00:46<01:08, 3.69it/s]
Loading 0: 31%|███ | 112/363 [00:46<01:08, 3.66it/s]
Loading 0: 31%|███ | 113/363 [00:47<01:00, 4.13it/s]
Loading 0: 32%|███▏ | 115/363 [00:48<01:28, 2.81it/s]
Loading 0: 32%|███▏ | 116/363 [00:49<02:01, 2.03it/s]
Loading 0: 32%|███▏ | 117/363 [00:50<02:33, 1.60it/s]
Loading 0: 33%|███▎ | 120/363 [00:51<01:54, 2.11it/s]
Loading 0: 33%|███▎ | 121/363 [00:52<02:18, 1.75it/s]
Loading 0: 34%|███▎ | 122/363 [00:53<02:43, 1.48it/s]
Loading 0: 34%|███▍ | 125/363 [00:53<01:36, 2.47it/s]
Loading 0: 35%|███▍ | 126/363 [00:53<01:30, 2.62it/s]
Loading 0: 35%|███▍ | 127/363 [00:53<01:18, 3.01it/s]
Loading 0: 36%|███▌ | 129/363 [00:55<01:36, 2.43it/s]
Loading 0: 36%|███▌ | 130/363 [00:56<02:03, 1.89it/s]
Loading 0: 36%|███▌ | 131/363 [00:57<02:31, 1.53it/s]
Loading 0: 37%|███▋ | 134/363 [00:57<01:28, 2.59it/s]
Loading 0: 37%|███▋ | 135/363 [00:57<01:23, 2.74it/s]
Loading 0: 37%|███▋ | 136/363 [00:57<01:11, 3.15it/s]
Loading 0: 38%|███▊ | 137/363 [00:58<01:46, 2.12it/s]
Loading 0: 38%|███▊ | 138/363 [00:59<02:18, 1.63it/s]
Loading 0: 39%|███▊ | 140/363 [01:00<01:35, 2.33it/s]
Loading 0: 39%|███▉ | 141/363 [01:00<01:27, 2.54it/s]
Loading 0: 39%|███▉ | 142/363 [01:00<01:12, 3.03it/s]
Loading 0: 40%|███▉ | 144/363 [01:01<01:29, 2.43it/s]
Loading 0: 40%|████ | 147/363 [01:02<01:20, 2.70it/s]
Loading 0: 41%|████ | 148/363 [01:03<01:43, 2.08it/s]
Loading 0: 41%|████ | 149/363 [01:04<02:08, 1.67it/s]
Loading 0: 42%|████▏ | 152/363 [01:05<01:18, 2.70it/s]
Loading 0: 42%|████▏ | 153/363 [01:05<01:14, 2.82it/s]
Loading 0: 42%|████▏ | 154/363 [01:05<01:04, 3.23it/s]
Loading 0: 43%|████▎ | 155/363 [01:06<01:36, 2.16it/s]
Loading 0: 43%|████▎ | 157/363 [01:06<01:11, 2.88it/s]
Loading 0: 44%|████▎ | 158/363 [01:07<01:08, 3.00it/s]
Loading 0: 44%|████▍ | 159/363 [01:07<00:59, 3.45it/s]
Loading 0: 44%|████▍ | 161/363 [01:08<01:18, 2.57it/s]
Loading 0: 45%|████▍ | 162/363 [01:09<01:47, 1.87it/s]
Loading 0: 45%|████▌ | 165/363 [01:10<01:25, 2.31it/s]
Loading 0: 46%|████▌ | 166/363 [01:11<01:45, 1.87it/s]
Loading 0: 46%|████▌ | 167/363 [01:12<02:05, 1.56it/s]
Loading 0: 47%|████▋ | 170/363 [01:12<01:15, 2.56it/s]
Loading 0: 47%|████▋ | 171/363 [01:12<01:10, 2.71it/s]
Loading 0: 47%|████▋ | 172/363 [01:13<01:01, 3.11it/s]
Loading 0: 48%|████▊ | 174/363 [01:13<00:50, 3.76it/s]
Loading 0: 48%|████▊ | 175/363 [01:13<00:50, 3.72it/s]
Loading 0: 48%|████▊ | 176/363 [01:13<00:44, 4.18it/s]
Loading 0: 49%|████▉ | 178/363 [01:14<01:05, 2.84it/s]
Loading 0: 49%|████▉ | 179/363 [01:15<01:29, 2.05it/s]
Loading 0: 50%|████▉ | 180/363 [01:16<01:54, 1.60it/s]
Loading 0: 50%|█████ | 183/363 [01:17<01:24, 2.12it/s]
Loading 0: 51%|█████ | 184/363 [01:18<01:41, 1.76it/s]
Loading 0: 51%|█████ | 185/363 [01:19<01:59, 1.50it/s]
Loading 0: 52%|█████▏ | 188/363 [01:20<01:10, 2.49it/s]
Loading 0: 52%|█████▏ | 189/363 [01:20<01:05, 2.65it/s]
Loading 0: 52%|█████▏ | 190/363 [01:20<00:56, 3.06it/s]
Loading 0: 53%|█████▎ | 192/363 [01:21<01:08, 2.49it/s]
Loading 0: 53%|█████▎ | 193/363 [01:22<01:28, 1.93it/s]
Loading 0: 53%|█████▎ | 194/363 [01:23<01:48, 1.56it/s]
Loading 0: 54%|█████▍ | 197/363 [01:24<01:02, 2.65it/s]
Loading 0: 55%|█████▍ | 198/363 [01:24<00:59, 2.79it/s]
Loading 0: 55%|█████▍ | 199/363 [01:24<00:50, 3.22it/s]
Loading 0: 55%|█████▌ | 200/363 [01:25<01:15, 2.15it/s]
Loading 0: 55%|█████▌ | 201/363 [01:26<01:39, 1.64it/s]
Loading 0: 56%|█████▌ | 203/363 [01:26<01:08, 2.34it/s]
Loading 0: 56%|█████▌ | 204/363 [01:27<01:02, 2.54it/s]
Loading 0: 56%|█████▋ | 205/363 [01:27<00:52, 3.02it/s]
Loading 0: 57%|█████▋ | 207/363 [01:28<01:04, 2.43it/s]
Loading 0: 58%|█████▊ | 210/363 [01:29<00:56, 2.71it/s]
Loading 0: 58%|█████▊ | 211/363 [01:30<01:12, 2.09it/s]
Loading 0: 58%|█████▊ | 212/363 [01:31<01:29, 1.68it/s]
Loading 0: 59%|█████▉ | 215/363 [01:31<00:54, 2.71it/s]
Loading 0: 60%|█████▉ | 216/363 [01:31<00:51, 2.84it/s]
Loading 0: 60%|█████▉ | 217/363 [01:31<00:45, 3.24it/s]
Loading 0: 60%|██████ | 218/363 [01:32<01:06, 2.18it/s]
Loading 0: 61%|██████ | 220/363 [01:33<00:49, 2.90it/s]
Loading 0: 61%|██████ | 221/363 [01:33<00:46, 3.03it/s]
Loading 0: 61%|██████ | 222/363 [01:33<00:40, 3.50it/s]
Loading 0: 62%|██████▏ | 224/363 [01:34<00:53, 2.59it/s]
Loading 0: 62%|██████▏ | 225/363 [01:35<01:13, 1.88it/s]
Loading 0: 63%|██████▎ | 228/363 [01:36<00:58, 2.32it/s]
Loading 0: 63%|██████▎ | 229/363 [01:37<01:11, 1.87it/s]
Loading 0: 63%|██████▎ | 230/363 [01:38<01:25, 1.56it/s]
Loading 0: 64%|██████▍ | 233/363 [01:39<00:50, 2.57it/s]
Loading 0: 64%|██████▍ | 234/363 [01:39<00:47, 2.71it/s]
Loading 0: 65%|██████▍ | 235/363 [01:39<00:41, 3.11it/s]
Loading 0: 65%|██████▌ | 237/363 [01:39<00:33, 3.77it/s]
Loading 0: 66%|██████▌ | 238/363 [01:40<00:33, 3.72it/s]
Loading 0: 66%|██████▌ | 239/363 [01:40<00:29, 4.22it/s]
Loading 0: 66%|██████▋ | 241/363 [01:41<00:42, 2.87it/s]
Loading 0: 67%|██████▋ | 242/363 [01:42<00:58, 2.08it/s]
Loading 0: 67%|██████▋ | 243/363 [01:43<01:13, 1.64it/s]
Loading 0: 68%|██████▊ | 246/363 [01:44<00:54, 2.16it/s]
Loading 0: 68%|██████▊ | 247/363 [01:45<01:04, 1.79it/s]
Loading 0: 68%|██████▊ | 248/363 [01:46<01:16, 1.51it/s]
Loading 0: 69%|██████▉ | 251/363 [01:46<00:44, 2.52it/s]
Loading 0: 69%|██████▉ | 252/363 [01:46<00:41, 2.67it/s]
Loading 0: 70%|██████▉ | 253/363 [01:47<00:35, 3.09it/s]
Loading 0: 70%|███████ | 255/363 [01:48<00:42, 2.52it/s]
Loading 0: 71%|███████ | 256/363 [01:49<00:55, 1.94it/s]
Loading 0: 71%|███████ | 257/363 [01:50<01:07, 1.57it/s]
Loading 0: 72%|███████▏ | 260/363 [01:50<00:38, 2.67it/s]
Loading 0: 72%|███████▏ | 261/363 [01:50<00:36, 2.80it/s]
Loading 0: 72%|███████▏ | 262/363 [01:50<00:31, 3.24it/s]
Loading 0: 72%|███████▏ | 263/363 [01:51<00:46, 2.17it/s]
Loading 0: 73%|███████▎ | 264/363 [01:52<00:59, 1.66it/s]
Loading 0: 73%|███████▎ | 266/363 [01:53<00:40, 2.37it/s]
Loading 0: 74%|███████▎ | 267/363 [01:53<00:37, 2.58it/s]
Loading 0: 74%|███████▍ | 268/363 [01:53<00:30, 3.07it/s]
Loading 0: 74%|███████▍ | 270/363 [01:54<00:37, 2.47it/s]
Loading 0: 75%|███████▌ | 273/363 [01:55<00:32, 2.74it/s]
Loading 0: 75%|███████▌ | 274/363 [01:56<00:42, 2.11it/s]
Loading 0: 76%|███████▌ | 275/363 [01:57<00:51, 1.69it/s]
Loading 0: 77%|███████▋ | 278/363 [01:57<00:31, 2.73it/s]
Loading 0: 77%|███████▋ | 279/363 [01:58<00:29, 2.85it/s]
Loading 0: 77%|███████▋ | 280/363 [01:58<00:25, 3.24it/s]
Loading 0: 77%|███████▋ | 281/363 [01:59<00:37, 2.17it/s]
Loading 0: 78%|███████▊ | 283/363 [01:59<00:27, 2.88it/s]
Loading 0: 78%|███████▊ | 284/363 [01:59<00:26, 3.01it/s]
Loading 0: 79%|███████▊ | 285/363 [02:00<00:22, 3.52it/s]
Loading 0: 79%|███████▉ | 287/363 [02:01<00:28, 2.64it/s]
Loading 0: 79%|███████▉ | 288/363 [02:02<00:39, 1.91it/s]
Loading 0: 80%|████████ | 291/363 [02:03<00:30, 2.36it/s]
Loading 0: 80%|████████ | 292/363 [02:04<00:37, 1.91it/s]
Loading 0: 81%|████████ | 293/363 [02:05<00:44, 1.59it/s]
Loading 0: 82%|████████▏ | 296/363 [02:05<00:25, 2.61it/s]
Loading 0: 82%|████████▏ | 297/363 [02:05<00:24, 2.75it/s]
Loading 0: 82%|████████▏ | 298/363 [02:05<00:20, 3.16it/s]
Loading 0: 83%|████████▎ | 300/363 [02:06<00:16, 3.81it/s]
Loading 0: 83%|████████▎ | 301/363 [02:06<00:16, 3.76it/s]
Loading 0: 83%|████████▎ | 302/363 [02:06<00:14, 4.23it/s]
Loading 0: 84%|████████▎ | 304/363 [02:07<00:20, 2.87it/s]
Loading 0: 84%|████████▍ | 305/363 [02:08<00:28, 2.07it/s]
Loading 0: 84%|████████▍ | 306/363 [02:09<00:35, 1.62it/s]
Loading 0: 85%|████████▌ | 309/363 [02:10<00:25, 2.12it/s]
Loading 0: 85%|████████▌ | 310/363 [02:11<00:30, 1.76it/s]
Loading 0: 86%|████████▌ | 311/363 [02:12<00:34, 1.50it/s]
Loading 0: 87%|████████▋ | 314/363 [02:12<00:19, 2.50it/s]
Loading 0: 87%|████████▋ | 315/363 [02:13<00:18, 2.65it/s]
Loading 0: 87%|████████▋ | 316/363 [02:13<00:15, 3.06it/s]
Loading 0: 88%|████████▊ | 318/363 [02:14<00:18, 2.49it/s]
Loading 0: 88%|████████▊ | 319/363 [02:15<00:22, 1.93it/s]
Loading 0: 88%|████████▊ | 320/363 [02:16<00:27, 1.57it/s]
Loading 0: 89%|████████▉ | 323/363 [02:16<00:15, 2.65it/s]
Loading 0: 89%|████████▉ | 324/363 [02:16<00:13, 2.79it/s]
Loading 0: 90%|████████▉ | 325/363 [02:17<00:11, 3.21it/s]
Loading 0: 90%|████████▉ | 326/363 [02:18<00:17, 2.16it/s]
Loading 0: 90%|█████████ | 327/363 [02:19<00:21, 1.66it/s]
Loading 0: 91%|█████████ | 329/363 [02:19<00:14, 2.37it/s]
Loading 0: 91%|█████████ | 330/363 [02:19<00:12, 2.56it/s]
Loading 0: 91%|█████████ | 331/363 [02:19<00:10, 3.04it/s]
Loading 0: 92%|█████████▏| 333/363 [02:20<00:12, 2.43it/s]
Loading 0: 93%|█████████▎| 336/363 [02:21<00:09, 2.70it/s]
Loading 0: 93%|█████████▎| 337/363 [02:22<00:12, 2.09it/s]
Loading 0: 93%|█████████▎| 338/363 [02:23<00:14, 1.68it/s]
Loading 0: 94%|█████████▍| 341/363 [02:24<00:08, 2.70it/s]
Loading 0: 94%|█████████▍| 342/363 [02:24<00:07, 2.83it/s]
Loading 0: 94%|█████████▍| 343/363 [02:24<00:06, 3.23it/s]
Loading 0: 95%|█████████▍| 344/363 [02:25<00:08, 2.18it/s]
Loading 0: 95%|█████████▌| 346/363 [02:25<00:05, 2.90it/s]
Loading 0: 96%|█████████▌| 347/363 [02:26<00:05, 3.03it/s]
Loading 0: 96%|█████████▌| 348/363 [02:26<00:04, 3.52it/s]
Loading 0: 96%|█████████▌| 349/363 [02:26<00:03, 3.54it/s]
Loading 0: 96%|█████████▋| 350/363 [02:26<00:03, 4.25it/s]
Loading 0: 97%|█████████▋| 351/363 [02:27<00:05, 2.28it/s]
Loading 0: 97%|█████████▋| 352/363 [02:28<00:06, 1.66it/s]
Loading 0: 98%|█████████▊| 355/363 [02:29<00:03, 2.21it/s]
Loading 0: 98%|█████████▊| 356/363 [02:30<00:03, 1.79it/s]
Loading 0: 98%|█████████▊| 357/363 [02:31<00:04, 1.50it/s]
Loading 0: 99%|█████████▉| 360/363 [02:32<00:01, 2.55it/s]
Loading 0: 99%|█████████▉| 361/363 [02:32<00:00, 2.69it/s]
Loading 0: 100%|█████████▉| 362/363 [02:32<00:00, 3.11it/s]
Job junhua024-chai-12-full-20-v6-mkmlizer completed after 289.81s with status: succeeded
Stopping job with name junhua024-chai-12-full-20-v6-mkmlizer
Pipeline stage MKMLizer completed in 352.59s
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 junhua024-chai-12-full-20-v6
Waiting for inference service junhua024-chai-12-full-20-v6 to be ready
Failed to get response for submission chaiml-gy-exp241-sft-gy-_3670_v1: HTTPConnectionPool(host='chaiml-gy-exp241-sft-gy-3670-v1-predictor.tenant-chaiml-guanaco.k.chaiverse.com', port=80): Read timed out. (read timeout=12.0)
Inference service junhua024-chai-12-full-20-v6 ready after 210.8637616634369s
Pipeline stage MKMLDeployer completed in 211.64s
run pipeline stage %s
Running pipeline stage StressChecker
Received healthy response to inference request in 2.1628479957580566s
Received healthy response to inference request in 1.3308179378509521s
Received healthy response to inference request in 2.737367630004883s
Received healthy response to inference request in 1.5231914520263672s
Received healthy response to inference request in 1.5068469047546387s
5 requests
0 failed requests
5th percentile: 1.3660237312316894
10th percentile: 1.4012295246124267
20th percentile: 1.4716411113739014
30th percentile: 1.5101158142089843
40th percentile: 1.5166536331176759
50th percentile: 1.5231914520263672
60th percentile: 1.7790540695190429
70th percentile: 2.0349166870117186
80th percentile: 2.277751922607422
90th percentile: 2.5075597763061523
95th percentile: 2.6224637031555176
99th percentile: 2.7143868446350097
mean time: 1.8522143840789795
Pipeline stage StressChecker completed in 11.10s
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.86s
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.80s
Shutdown handler de-registered
junhua024-chai-12-full-20_v6 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
clean up pipeline due to error=DeploymentChecksError('None: None')
Shutdown handler de-registered
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
clean up pipeline due to error=DeploymentChecksError('None: None')
Shutdown handler de-registered
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 4818.76s
Shutdown handler de-registered
junhua024-chai-12-full-20_v6 status is now inactive due to auto deactivation removed underperforming models
junhua024-chai-12-full-20_v6 status is now torndown due to DeploymentManager action