ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Connect VSCode with RunPods in 300 Seconds

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 มี.ค. 2024
  • In this video, let us connect VSCode with RunPod.
    These are the steps:
    1. Create a key pair in a terminal window as follows:
    ssh-keygen -t ed25519
    2. Get your public key (you can use the following command if you used the defaults)
    cat ~/.ssh/id_ed25519.pub
    type %USERPROFILE%\.ssh\id_ed25519.pub
    3. Copy your SSH key to the server. For RunPod, you can find the menu in your settings in the top right corner.
    4. Follow the rest from the video.
    Let’s do this!
    Join the AI Revolution!
    #vscode #runpods #sshconnection #openai #autogen #windows #ollama #ai #llm_selector #auto_llm_selector #localllms #github #streamlit #langchain #openai #ollama #webui #github #python #llm #largelanguagemodels
    CHANNEL LINKS:
    🕵️‍♀️ Join my Patreon: / promptengineer975
    ☕ Buy me a coffee: ko-fi.com/prom...
    📞 Get on a Call with me at $125 Calendly: calendly.com/p...
    ❤️ Subscribe: / @promptengineer48
    💀 GitHub Profile: github.com/Pro...
    🔖 Twitter Profile: / prompt48
    TIME STAMPS:
    0:00 Intro
    🎁Subscribe to my channel: / @promptengineer48
    If you have any questions, comments or suggestions, feel free to comment below.
    🔔 Don't forget to hit the bell icon to stay updated on our latest innovations and exciting developments in the world of AI!

ความคิดเห็น • 29

  • @pavguy
    @pavguy 4 หลายเดือนก่อน +1

    Thanks for making this. Would help a lot. Truly grateful

  • @Valentina-by9ld
    @Valentina-by9ld 3 หลายเดือนก่อน +2

    Thanks so much!

  • @tee_iam78
    @tee_iam78 หลายเดือนก่อน

    Great content. Thank you very much.

  • @mehmetbakideniz
    @mehmetbakideniz หลายเดือนก่อน +1

    Thanks!

  • @ModernTruthRevelation
    @ModernTruthRevelation 2 หลายเดือนก่อน +1

    Dude, thanks a lot! This is micro-heroic shee ngl 😂

  • @frustasistumbleguys4900
    @frustasistumbleguys4900 2 หลายเดือนก่อน +1

    hi, how to connect with google colab? any idea?

  • @MrElectrecity
    @MrElectrecity 3 หลายเดือนก่อน +1

    I do all these exactly, but in the connection, It's asking me for the password. How to fix this, I tried everything and read the Doc too but no use, do you have any suggestions about this status please need help

  • @mehmetbakideniz
    @mehmetbakideniz หลายเดือนก่อน

    how can I load an already existing pyhton folder in my local drive? thank you very much for the video. I really apreciate it!

  • @mamotivated
    @mamotivated 3 หลายเดือนก่อน +1

    In that file you should just point to the name of the public key file because that's what will be used to make the connection

  • @kitrunner6596
    @kitrunner6596 3 หลายเดือนก่อน +1

    im getting a could not establish connection to "ip address" connection was canceled.

    • @PromptEngineer48
      @PromptEngineer48  3 หลายเดือนก่อน

      One more thing. It won't work with office internet.

  • @rajxtverma
    @rajxtverma 2 หลายเดือนก่อน +1

    when I click on IP address, a new vscode window pops up, and after selecting linux it asks password for root@ip address. help! I cannot keep it blank it says connection closed

    • @mohammadsammour9673
      @mohammadsammour9673 13 วันที่ผ่านมา

      I have the same problem , did you solve it ?

  • @mehmetbakideniz
    @mehmetbakideniz หลายเดือนก่อน +1

    when I deploy the gpu, do I start spending immediately? or do I spend only when I execute code?

    • @PromptEngineer48
      @PromptEngineer48  หลายเดือนก่อน

      First option is the correct.
      If however, you would like to have the second option, you need to go for serverless option.

    • @mehmetbakideniz
      @mehmetbakideniz หลายเดือนก่อน

      @@PromptEngineer48 thank you very much.

  • @Suricateify
    @Suricateify 3 หลายเดือนก่อน +1

    it asks me for a password? I followed your tutorial but when connecting it requires a password for root which I don't have

    • @PromptEngineer48
      @PromptEngineer48  3 หลายเดือนก่อน

      Try to leave it blank.. or type password

    • @kitrunner6596
      @kitrunner6596 3 หลายเดือนก่อน

      @@PromptEngineer48 didn't work. I'm having the same issue.

    • @rakifkhan9368
      @rakifkhan9368 3 หลายเดือนก่อน

      same for me , it doesnt work, ask for a password everytime

    • @mamotivated
      @mamotivated 3 หลายเดือนก่อน +1

      In order to solve this error the config file on your local machine is pointing to the wrong ssh key. So go to you ~/.ssh folder. Do a cat config to look at the config file.
      Whatever is the name on your ****.pub you want to use the **** in your config file.
      In the config file you will see a line that say IdentityFile make sure that points to ~/.ssh/****
      This is saying when you try to make this connection point to this private key. You were getting a requirement for a password because you did not point to the correct private key in the config file so when a connection was made it was not correct. If the correct private key is highlighted in your config file you should be able to go through with the connection. Hope that helps.

    • @santiago.valencia
      @santiago.valencia 3 หลายเดือนก่อน

      @@mamotivated Do you mean we should place the name of that key on the IdentityFile inside the config file?

  • @khalidkifayat
    @khalidkifayat 4 หลายเดือนก่อน +1

    isnt it the expensive way ?

    • @PromptEngineer48
      @PromptEngineer48  4 หลายเดือนก่อน

      yes. but if you want to run a huge model like mistral 8x7b, we can use this solution

  • @bx1803
    @bx1803 4 หลายเดือนก่อน +1

    I want my Ai to be able to ping devices on my LAN

    • @PromptEngineer48
      @PromptEngineer48  4 หลายเดือนก่อน

      Give it that tool. It would definitely do that.

    • @bx1803
      @bx1803 4 หลายเดือนก่อน

      @@PromptEngineer48How? :)