Skip to content

Commit

Permalink
update quote
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelspark committed Oct 16, 2023
1 parent 506efc4 commit b10b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/vllm_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __enter__(self):

# Load the model. Tip: MPT models may require `trust_remote_code=true`.
self.llm = LLM(MODEL_DIR)
self.template = """"<s>[INST] <<SYS>>
self.template = """<s>[INST] <<SYS>>
{system}
<</SYS>>
Expand Down

0 comments on commit b10b9c5

Please sign in to comment.