Skip to content

Commit

Permalink
Update llama_backbone.py docstring (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli authored Oct 22, 2024
1 parent ffff5c3 commit 3b331dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_hub/src/models/llama/llama_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class LlamaBackbone(Backbone):
}
# Pretrained Llama decoder.
model = keras_hub.models.LlamaBackbone.from_preset("llama7b_base_en")
model = keras_hub.models.LlamaBackbone.from_preset("llama2_7b_en")
model(input_data)
# Randomly initialized Llama decoder with custom config.
Expand Down

0 comments on commit 3b331dd

Please sign in to comment.