Smaine Kahlouch
Smaine Kahlouch
Maybe that would be better to use this volume in read only. So I would just need to make them available in the bucket before starting the process? Could you...
Ok I managed to do what I want: * cloning the model ```console git clone https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2 ``` * sync the model in s3 ```console aws s3 sync Mistral-7B-Instruct-v0.2 s3:///Mistral-7B-Instruct-v0.2 ```...
Ok my first issue was caused by insufficient memory allocation. Now I got this error ```console safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge ```
Well I managed to download the model using the recommanded way with huggingface-cli ```console huggingface-cli download mistralai/Mistral-7B-Instruct-v0.2 aws s3 sync /home/smana/.cache/huggingface/hub/models--mistralai--Mistral-7B-Instruct-v0.2 s3:///models--mistralai--Mistral-7B-Instruct-v0.2 ``` When the pod starts I still have...
Thank you for clarifying in the FAQ your decision. However, in the case of the Vault issuer, honestly I don't understand why that wouldn't be easier to just take its...
Hey I have the same issue, even by following the steps described by @pdeva my association has been created ```console aws eks describe-pod-identity-association --cluster-name mycluster-0 --association-id a-9n44rhfah0x0jnybz |jq { "association":...
Nevermind, it seems to be working after a few minutes. That's strange and I'll let you know if I find the cause
tf-controller plan output: ```hcl No changes. Your infrastructure matches the configuration. Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. ```...
Same here: that indeed fixed my issues by switching to AL2023. Running a few additional tests before closing. Is there an issue to follow for Bottlerocket support?
I still have networking issues with AL2023, but that's probably another issue (maybe related to [this](https://github.com/cilium/cilium/issues/24397)) . I'm gonna try again with AL2