Skip to main content

Caikit module backend for models run in TGIS

Project description

Caikit Text Generation Inference Service (TGIS) Backend

This project provides a Caikit module backend that manages models run in TGIS

Configuration

Sample configuration using the MULTI finder and a remote TGIS backend):

runtime:
  library: caikit_nlp
  local_models_dir: /path/to/models
  lazy_load_local_models: true

model_management:
  finders:
    default:
      type: MULTI
      config:
        finder_priority:
          - local
          - tgis-auto
  initializers:
    default:
      type: LOCAL
      config:
        backend_priority:
          - type: TGIS
            config:
              connection:
                hostname: "localhost:8033"
                connect_timeout: 30
              test_connections: true

log:
  formatter: pretty

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caikit_tgis_backend-0.1.34.tar.gz (53.3 kB view hashes)

Uploaded Source

Built Distribution

caikit_tgis_backend-0.1.34-py3-none-any.whl (31.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page