From 702cd8b9797f0a0eeaabfb6cdfb9ed491d8cf54c Mon Sep 17 00:00:00 2001 From: Ren Date: Thu, 29 Feb 2024 16:55:42 -0500 Subject: [PATCH] Fix path (#601) --- 06_gpu_and_ml/llm-serving/text_generation_inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_gpu_and_ml/llm-serving/text_generation_inference.py b/06_gpu_and_ml/llm-serving/text_generation_inference.py index b1d7c10c3..130eb245c 100644 --- a/06_gpu_and_ml/llm-serving/text_generation_inference.py +++ b/06_gpu_and_ml/llm-serving/text_generation_inference.py @@ -206,7 +206,7 @@ def main(): # # You can try our deployment [here](https://modal-labs--tgi-app.modal.run). -frontend_path = Path(__file__).parent / "llm-frontend" +frontend_path = Path(__file__).parent.parent / "llm-frontend" @stub.function(