Skip to content

Commit

Permalink
Rename the model loader name.
Browse files Browse the repository at this point in the history
  • Loading branch information
llcourage committed Sep 26, 2024
1 parent a07278f commit a79bb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit_nlp/examples/gcp/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def initialize_model_group_for_salience(

def get_model_loaders() -> lit_app.ModelLoadersMap:
return {
'LLM Over HTTP': (
'LLM (self hosted)': (
initialize_model_group_for_salience,
LLM_ON_GCP_INIT_SPEC
)
Expand Down

0 comments on commit a79bb0c

Please sign in to comment.