stanford-crfm / mistral

Mistral: A strong, northwesterly wind: Framework for transparent and accessible large-scale language model training, built with Hugging Face 🤗 Transformers.
Apache License 2.0
562 stars 49 forks source link

NFS manifests for the Kubernetes tutorial are missing #192

Open AntreasAntoniou opened 1 year ago

AntreasAntoniou commented 1 year ago

Describe the bug The [kubernetes tutorial]() states that:

Then set up the nfs server (from the gcp directory in the mistral repo):

kubectl apply -f nfs/nfs_server.yaml
kubectl apply -f nfs/nfs_service.yaml
kubectl get services

Unfortunately I can't find the above under the gcp folder. Any idea what's going on? Am I doing something wrong here?

yoshavit commented 1 year ago

Any updates on this? Is there a workaround I can use? Not familiar with NFS :(