Skip to content

A question more than an issue... #2

Description

@sjscotti

Hi Blake
I just discovered your videos/repos and you do a great job walking viewers through the "how to do" steps of working with AI.
My question is about the hardware/software you are using for the GPT efforts in your repos.
It sounds like you are working on a RYZEN powered PC with a couple of Nvidia graphics cards. Are you running Windows and doing your AI work in WSL (Windows Subsystem for Linux) or do you have a standalone version of linux installed?
I have been using Windows for my exploration of facebookresearch/parlai repos, and it would be easiest to stay in Windows to try out some of your GPT codes if possible. But using WSL would not be too difficult as a fallback. Going to a standalone version of linux would be a lot more effort I think.
Thanks in advance!

P.S. One nice thing about Windows that I am not sure is available with the different flavors of linux on a PC is that when I try to load data into the GPU that is larger than the GPU physical memory, it automatically uses CPU memory as virtual GPU memory (Windows calls it "Shared GPU memory"). So even though I only have an 8GB Nvidia card, I can run models that put up to 40GB on the card memory because the overflow goes to this virtual GPU memory. From my experience using parlai repos, the penalty of using virtual GPU memory isn't too bad as long as what is in the virtual GPU memory is only the optimizer states and not the model weights and gradients.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions