This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cheduler hit an exception: Traceback (most recent call last): | |
File "/usr/local/lib/python3.12/site-packages/sglang/srt/managers/scheduler.py", line 1748, in run_scheduler_process | |
scheduler = Scheduler(server_args, port_args, gpu_id, tp_rank, dp_rank) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
File "/usr/local/lib/python3.12/site-packages/sglang/srt/managers/scheduler.py", line 218, in __init__ | |
self.tp_worker = TpWorkerClass( | |
^^^^^^^^^^^^^^ | |
File "/usr/local/lib/python3.12/site-packages/sglang/srt/managers/tp_worker_overlap_thread.py", line 63, in __init__ | |
self.worker = TpModelWorker(server_args, gpu_id, tp_rank, dp_rank, nccl_port) | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
AWSTemplateFormatVersion: '2010-09-09' | |
Description: > | |
stack template for AWS card demo application with Microfocus. | |
This application is open sourced at https://github.com/aws-samples/aws-mainframe-modernization-carddemo | |
**WARNING** This template creates various AWS resources. | |
You will be billed for the AWS resources used if you create a stack from this template. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaType": "ModelInvocationLog", | |
"schemaVersion": "1.0", | |
"timestamp": "2024-05-30T06:22:26Z", | |
"accountId": "<account-id>", | |
"identity": { | |
"arn": "<identity-arn>" | |
}, | |
"region": "us-west-2", | |
"requestId": "ba5a0f87-51b0-49c2-a410-51506f2a7faf", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaType": "ModelInvocationLog", | |
"schemaVersion": "1.0", | |
"timestamp": "2024-05-30T06:22:26Z", | |
"accountId": "<account-id>", | |
"identity": { | |
"arn": "<identity-arn>" | |
}, | |
"region": "us-west-2", | |
"requestId": "de4843a4-8b97-46a9-b005-878dfdf0a123", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Related to Reddit post : https://www.reddit.com/r/kubernetes/comments/ju90m6/microk8s_and_rbac/ | |
Hi there, | |
I did a trial on a fresh Ubuntu 20.10 : never tried Groovy Gorilla before. | |
Everything looks fine : see below. All pods up & runnning after doing what you describe. | |
ddurand@base-instance:~$ lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 20.10 |