Skip to content

Commit

Permalink
Fix path (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
yirenlu92 authored Feb 29, 2024
1 parent 0a41aeb commit 702cd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/llm-serving/text_generation_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 702cd8b

Please sign in to comment.