Ah we can work with that, then the issue is that the space is incomplete/misconfigured, (i would reccomend amending your original post to avoid confusion).
I just read your blog post:
https://huggingface.co/blog/nroggendorff/train-with-llama-architecture
It provides some useful context, thanks.
From reading the dockerfile and image file, it appears that cuda was never included in the image.
You may find the following resources helpful for using docker with spaces:
https://huggingface.co/docs/hub/en/spaces-sdks-dockerIf you are using cuda, this may also help inform on how to setup cuda, and also test if cuda works (with docker):
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.htmlReferences
https://huggingface.co/spaces/nroggendorff/train-llama/blob/main/DockerfileHope you find this helpful,
Let me know if you have any more questions, let me know here or email me.The base image for that Dockerfile has Cuda installed and configured.
You are welcome to open a PR with your proposed fix on https://github.com/nroggendorff/train-llama.