Skip to content

Commit

Permalink
LIT:Update default DL runtime to torch.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681896534
  • Loading branch information
llcourage authored and LIT team committed Oct 3, 2024
1 parent bc641d7 commit e2513e8
Showing 1 changed file with 1 addition and 1 deletion.
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_DL_RUNTIME = "torch"
DEFAULT_MODELS = ["gemma_1.1_instruct_2b_en:gemma_1.1_instruct_2b_en"]
DEFAULT_PRECISION = "bfloat16"
DEFAULT_SEQUENCE_LENGTH = 512
Expand Down

0 comments on commit e2513e8

Please sign in to comment.