Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla committed Sep 19, 2024
1 parent 4c75282 commit 857a91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ollama_plugin/ollama_plugin/serve_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def model_serving(user_prompt: str) -> str:
accelerator=A10G,
requests=Resources(gpu="0"),
)
def finetuned_model_serving(ggml: FlyteFile, system_prompt: str) -> str:
def finetuned_model_serving(ggml: FlyteFile, system_prompt: str):
...


Expand Down

0 comments on commit 857a91c

Please sign in to comment.