Someone have try to put it on Kubernetes ?
#32
by
JudeStrife
- opened
I try to put it on Kubernetes.
I have do that yaml for try but that don't work.
apiVersion: apps/v1
kind: Deployment
metadata:
name: starcoder-deployment
spec:
replicas: 1
selector:
matchLabels:
app: starcoder
template:
metadata:
labels:
app: starcoder
spec:
containers:
- name: starcoder
image: huggingface/starcoder:latest
ports:
- containerPort: 80
env:
- name: MODEL_NAME_OR_PATH
value: "bigcode/starcoder"
Thanks for help
if you were able to find solution please let me know
JudeStrife
changed discussion status to
closed
@JudeStrife did you have any progress?