Skip to content

premAI-io/prem-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‘ Prem Operator: On premise AI with Kubernetes

πŸ—Ί Overview

Deploy AI models and apps to Kubernetes without hitting every pitfall.

πŸš€ Quick Start

Deploy the operator and chat with Hermes in 2 or 3 steps. Note that you need a NVIDIA GPU with 8GB of RAM.

  1. Install the NVIDIA Operator

  2. Install the Prem Operator

    $ helm install latest oci://registry-1.docker.io/premai/prem-operator-chart
    
  3. Deploy the Hermes + Big-AGI example and forward the ports

    $ kubectl apply -f examples/big-agi.yaml
    $ kubectl port-forward services/big-agi-service 3000:3000
    

If you browse to localhost:3000 you'll be able to begin chatting as soon as LocalAI downloads the model.

quick-install-operator-8x.mp4

πŸ’Œ Get in touch, or Wanna Contribute

Feel free to create an issue here or reach out to us on Prem's Discord on the "#operator" channel.

πŸ’–πŸ’– We'd love to hear from you! πŸ’–πŸ’–

πŸ”— Links

Simplified Architecture Diagram

simplified architecture diagram prem-operator

πŸ“ License

Prem-Operator is under Apache 2.0 license. See the LICENSE file for details.