From d6c9411774318e812e7f0b4dd73478f2a88e4cb3 Mon Sep 17 00:00:00 2001 From: Raphael Jin Date: Fri, 21 Jun 2024 15:00:33 -0700 Subject: [PATCH] [Deploy] Remove example. --- .../lorax/custom_inference_image.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 python/examples/deploy/custom_inference_image/lorax/custom_inference_image.yaml diff --git a/python/examples/deploy/custom_inference_image/lorax/custom_inference_image.yaml b/python/examples/deploy/custom_inference_image/lorax/custom_inference_image.yaml deleted file mode 100644 index 41cbe501d..000000000 --- a/python/examples/deploy/custom_inference_image/lorax/custom_inference_image.yaml +++ /dev/null @@ -1,16 +0,0 @@ -workspace: "./" - -enable_serverless_container: true -inference_image_name: "ghcr.io/predibase/lorax:main" -container_run_command: "--model-id mistralai/Mistral-7B-Instruct-v0.1" - -environment_variables: - HUGGING_FACE_HUB_TOKEN: "" - -readiness_probe: - httpGet: - path: "/health" - -port: 80 - -deploy_timeout_sec: 1600