Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 439 Bytes

MobileX API Hub

Usage

Deployment

LLM

# Create an API namespace
kubectl apply -f "templates/namespace.yaml"

# Create a HuggingFace Hub token
vim "templates/huggingface-hub.yaml"  # and, replace all TODOs into your own ones
kubectl apply -f "templates/huggingface-hub.yaml"

# Deploy a model
kubectl apply -f "templates/llm.yaml"