How to install superlinked/sie. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
superlinked/sie Installation Guide
How to install superlinked/sie. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for superlinked/sie. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i superlinked/sieor
Install via npx
npx @hexmos/ipm i superlinked/siePrerequisites
mise
toolVersion: >=1.0
Python
languageVersion: 3.12
Docker
containerizationHelm
toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Local Installation (macOS/Linux, native)
pip install "sie-server[local]"
sie-server serveDocker Installation (Linux, NVIDIA GPU)
docker run --gpus all -p 8080:8080 -v sie-hf-cache:/app/.cache/huggingface ghcr.io/superlinked/sie-server:latest-cuda12-defaultDocker Installation (Linux, NVIDIA GPU with Transformers 5 OCR models)
docker run --gpus all -p 8080:8080 -v sie-hf-cache:/app/.cache/huggingface ghcr.io/superlinked/sie-server:latest-cuda12-transformers5Docker Installation (Linux, CPU)
docker run -p 8080:8080 -v sie-hf-cache:/app/.cache/huggingface ghcr.io/superlinked/sie-server:latest-cpu-defaultDocker Installation (Linux, NVIDIA GPU for generation)
docker run --gpus all -p 8080:8080 -v sie-hf-cache:/app/.cache/huggingface ghcr.io/superlinked/sie-server:latest-cuda12-sglangHelm Deployment (Production)
helm upgrade --install sie-cluster oci://ghcr.io/superlinked/charts/sie-cluster --namespace sie --create-namespace --set hfToken.create=true --set hfToken.value=YOUR_HF_TOKEN -f https://raw.githubusercontent.com/superlinked/sie/main/deploy/helm/sie-cluster/values-gke.yaml