Toolverse
All skills

coreml

by CharlesWiltgen

Use when deploying custom ML models on-device, converting PyTorch models, compressing models, implementing LLM inference, or optimizing CoreML performance. Covers model conversion, compression, stateful models, KV-cache, multi-function models, MLTensor.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
3

About this skill

Use when deploying custom ML models on-device, converting PyTorch models, compressing models, implementing LLM inference, or optimizing CoreML performance. Covers model conversion, compression, stateful models, KV-cache, multi-function models, MLTensor.

How to use

  1. Przygotuj model PyTorch — upewnij się, że model jest w trybie ewaluacji (model.eval()) i masz przykładowe dane wejściowe o prawidłowym kształcie, które będą użyte do śledzenia modelu.

  2. Zainstaluj coremltools — biblioteka coremltools jest wymagana do konwersji; załaduj ją w swoim projekcie Python.

  3. Śledzenie modelu — użyj torch.jit.trace() z przykładowymi danymi wejściowymi, aby utworzyć wersję modelu gotową do konwersji. To pozwala CoreML zrozumieć strukturę i przepływy danych.

  4. Konwertuj do formatu CoreML — użyj ct.convert() z parametrem minimum_deployment_target ustawionym na najnowszą dostępną wersję iOS (np. iOS18), aby włączyć najnowsze optymalizacje i możliwości sprzętu.

  5. Zapisz model — zapisz przekonwertowany model jako plik .mlpackage, który możesz zintegrować z aplikacją iOS.

  6. Profiluj wydajność — zanim zaczniesz optymalizować kompresję lub cache, zmierz rzeczywisty czas wnioskowania na docelowym urządzeniu; optymalizuj tylko tam, gdzie dane pokazują wąskie gardła.

Related skills

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

docker-containerization

by openclaw

This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or

DevOps
1334

senior-data-engineer

by davila7

World-class data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka, and modern data stack. Includes data modeling, pipeline orchestration, data quality, and DataOps. Use when

DevOps
1268

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

turborepo

by vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

DevOps
1066