Skip to content

Commit

Permalink
Refactor SeldonDeployment name in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vtaskow committed Aug 29, 2023
1 parent bf3a340 commit 233611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/servers/huggingface.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can deploy a custom HuggingFace model by providing the location of the model
apiVersion: machinelearning.seldon.io/v1alpha2
kind: SeldonDeployment
metadata:
name: custom-gpt2-model
name: custom-gpt2-hf-model
spec:
protocol: v2
predictors:
Expand Down

0 comments on commit 233611c

Please sign in to comment.