Skip to content

Commit

Permalink
💡 Docstring edit
Browse files Browse the repository at this point in the history
Signed-off-by: Thara Palanivel <[email protected]>
  • Loading branch information
tharapalanivel committed Aug 31, 2023
1 parent bb192cf commit 10dac55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions caikit_nlp/modules/text_generation/peft_tgis_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,10 @@ def run(
] = None,
stop_sequences: Optional[str] = None,
) -> GeneratedTextResult:
"""Run inference against the model running in TGIS. Currently we leverage greedy decoding
and apply the same verbalizer used for training the local model prior to sending the
request to TGIS.
"""Run inference against the model running in TGIS.
Args:
{}
{}
Returns:
GeneratedTextResult
Generated text result produced by TGIS.
Expand Down

0 comments on commit 10dac55

Please sign in to comment.