!Xabbu
!Xabbu
RRunPod
Created by !Xabbu on 12/14/2024 in #⛅|pods
The "Fine tune an LLM with Axolotl on RunPod" tutorial should mention uploading public key first
The tutorial is very useful, but would be even more so if it mentioned that to "connect to it over secure SSH", you have to provide your SSH public key beforehand so the created image will have it for you to make the first connection. That would help it further to be a self-contained article for this use case
1 replies
RRunPod
Created by !Xabbu on 12/14/2024 in #⛅|pods
Error response from daemon: container
After uploading my ED25519 SSH, creating a pod (using the "winglian/axolotl-cloud:main-latest image"), and trying to SSH into it, I immediately get a :
Error response from daemon: container [..id..] is not running
Error response from daemon: container [..id..] is not running
error after successfully authenticating to ssh.runpod.io with the public key. Looking at the pod's system logs, it says the image was created, but it doesn't get beyond starting it and the container log shows a "curl: no URL specified" error:
Container logs:
2024-12-14T23:05:26.009017152Z Exporting environment variables...
2024-12-14T23:05:26.033371400Z * Starting OpenBSD Secure Shell server sshd
2024-12-14T23:05:26.043064825Z ...done.
2024-12-14T23:05:26.051583850Z curl: no URL specified!
2024-12-14T23:05:26.051609264Z curl: try 'curl --help' or 'curl --manual' for more information
[REPEATED]
Container logs:
2024-12-14T23:05:26.009017152Z Exporting environment variables...
2024-12-14T23:05:26.033371400Z * Starting OpenBSD Secure Shell server sshd
2024-12-14T23:05:26.043064825Z ...done.
2024-12-14T23:05:26.051583850Z curl: no URL specified!
2024-12-14T23:05:26.051609264Z curl: try 'curl --help' or 'curl --manual' for more information
[REPEATED]
I'm trying to run an LLM finetune using axolotl
21 replies
RRunPod
Created by !Xabbu on 12/13/2024 in #⛅|pods
runpodctl get pod -a does not return the pods IP
Per the title. There is no way to get the IP address of a created Pod via command line
4 replies
RRunPod
Created by !Xabbu on 12/12/2024 in #⛅|pods
Error: Unauthorized
Unable to create an available Pod via
$ runpodctl create pod --gpuType "1x NVIDIA A40" --imageName MedicineMan
Error: Unauthorized
$ runpodctl create pod --gpuType "1x NVIDIA A40" --imageName MedicineMan
Error: Unauthorized
Even though, it is shown as available in the response to:
$ runpodctl get cloud | grep "1x NVIDIA A40"
1x NVIDIA A40 50 9 0.240 0.470
$ runpodctl get cloud | grep "1x NVIDIA A40"
1x NVIDIA A40 50 9 0.240 0.470
And after registering an active API key with credits.
$ runpodctl config --apiKey ..key..
Configuration saved to file: $HOME/.runpod/config.toml
Existing local SSH key found.
SSH key added successfully to the cloud.
$ runpodctl config --apiKey ..key..
Configuration saved to file: $HOME/.runpod/config.toml
Existing local SSH key found.
SSH key added successfully to the cloud.
3 replies