Skip to content

Commit

Permalink
fix(dsp): Append kwargs to the payload for vllm
Browse files Browse the repository at this point in the history
  • Loading branch information
remiconnesson committed Apr 1, 2024
1 parent 40dcd03 commit e74c361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsp/modules/hf_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def _generate(self, prompt, **kwargs):
payload = {
"model": self.model,
"prompt": prompt,
**kwargs,
}


Expand Down

0 comments on commit e74c361

Please sign in to comment.