| { |
| "name": "SiMa.ai SDK", |
| "version": "2.0.0", |
| "release": "latest_develop", |
| "description": "SiMa.ai Palette SDK", |
| "platforms": [ |
| { |
| "type": "host", |
| "os": ["ubuntu", "windows"], |
| "versions": |
| { |
| "ubuntu": ["20.04", "22.04", "24.04"], |
| "windows": ["10", "11"] |
| } |
| } |
| ], |
| "resources": [ |
| "metadata.json" |
| ], |
| "selectable-resources": |
| [ |
| { |
| "name": "MPK CLI Tools (GStreamer pipeline builder and device manager)", |
| "description": "MPK CLI toolset container for managing and building pipelines along with the device manager. It also includes the plugins zoo and the Performance Estimator tool.", |
| "resource": "cr:mpk_cli_toolset", |
| "pull_space_in_gb": 4.57, |
| "download_size_in_gb": 4, |
| "privileged": true, |
| "port_mapping_required": true, |
| "selected": true |
| }, |
| { |
| "name": "Model SDK (Model compilation and quantization)", |
| "description": "Model SDK container providing tools and libraries to compile and quantize models.", |
| "resource": "cr:modelsdk", |
| "pull_space_in_gb": 10, |
| "download_size_in_gb": 4, |
| "privileged": false, |
| "port_mapping_required": false, |
| "selected": true |
| }, |
| { |
| "name": "eLxr SDK (Cross compile for eLxr Linux)", |
| "description" : "eLxr-based cross compiler container.", |
| "resource": "cr:elxr", |
| "pull_space_in_gb": 10, |
| "download_size_in_gb": 4, |
| "privileged": false, |
| "port_mapping_required": false, |
| "selected": true |
| }, |
| { |
| "name": "Yocto SDK (Cross compile for Yocto Linux)", |
| "description": "Yocto-based cross compiler container.", |
| "resource": "cr:yocto", |
| "pull_space_in_gb": 10, |
| "download_size_in_gb": 4, |
| "privileged": false, |
| "port_mapping_required": false |
| } |
| ], |
| "size": { |
| "download": "10GB", |
| "install": "1GB" |
| }, |
| "installation": { |
| "script": "sima-cli sdk setup", |
| "post-message": "[bold cyan]π― SiMa.ai SDK Command Summary[/bold cyan]\n\n[bold yellow]sima-cli sdk setup[/bold yellow] β Initialize and configure the SDK environment.\n[bold yellow]sima-cli sdk start[/bold yellow] β Start selected SDK containers.\n[bold yellow]sima-cli sdk stop[/bold yellow] β Stop all running SDK containers.\n[bold yellow]sima-cli sdk remove[/bold yellow] β Remove all or selected SDK containers from the system.\n[bold yellow]sima-cli sdk mpk[/bold yellow] β Open a shell or run a command in the MPK CLI container.\n[bold yellow]sima-cli sdk model[/bold yellow] β Access the Model SDK container.\n[bold yellow]sima-cli sdk yocto[/bold yellow] β Work inside the Yocto SDK container.\n[bold yellow]sima-cli sdk elxr[/bold yellow] β Work inside the eLxr SDK container.\n\n[bold green]Tip:[/bold green] Use [cyan]docker ps[/cyan] to check running containers.\n[bold green]β
Setup complete![/bold green] Run [cyan]sima-cli sdk start[/cyan] to begin." |
| } |
| } |
|
|