Skip to content

Commit

Permalink
Fix typo in example command.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 646624034
  • Loading branch information
llcourage authored and LIT team committed Jun 25, 2024
1 parent 1c8d6a0 commit cee3b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit_nlp/examples/prompt_debugging/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
To run with the default configuration (Gemma on TensorFlow via Keras):
python3 -m lit_nlp.examples.prompt_debugging.server -- \
--models=gemma:gemma_1.1_instruct_2b_en, \
--models=gemma:gemma_1.1_instruct_2b_en \
--alsologtostderr
MODELS:
Expand Down

0 comments on commit cee3b58

Please sign in to comment.