Skip to content

Commit

Permalink
Fix a bug in the prompt debugging demo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 645466395
  • Loading branch information
llcourage authored and LIT team committed Jun 21, 2024
1 parent afd51fe commit e0e35c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lit_nlp/examples/prompt_debugging/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DEFAULT_BATCH_SIZE = 1
DEFAULT_DL_FRAMEWORK = "kerasnlp"
DEFAULT_DL_RUNTIME = "tensorflow"
DEFAULT_MODELS = ["gemma_1.1_instruct_2b_en:gemma_1.1_instruct_2b_en"],
DEFAULT_MODELS = ["gemma_1.1_instruct_2b_en:gemma_1.1_instruct_2b_en"]
DEFAULT_PRECISION = "bfloat16"


Expand Down
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 e0e35c3

Please sign in to comment.