From c233b5402ce77456c49e90ebb2e93359c19ff756 Mon Sep 17 00:00:00 2001 From: Margaret Qian Date: Mon, 28 Aug 2023 16:02:29 -0700 Subject: [PATCH] Fix no code image version (#432) * use latest image * bump version --- examples/inference-deployments/mpt/mpt_7b.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/inference-deployments/mpt/mpt_7b.yaml b/examples/inference-deployments/mpt/mpt_7b.yaml index a07361ed7..5524841b7 100644 --- a/examples/inference-deployments/mpt/mpt_7b.yaml +++ b/examples/inference-deployments/mpt/mpt_7b.yaml @@ -2,7 +2,7 @@ name: mpt-7b-simple compute: gpus: 1 instance: oci.vm.gpu.a10.1 -image: mosaicml/inference:0.1.16 +image: mosaicml/inference:0.1.36 command: | export PYTHONPATH=/code replicas: 1