Workshop environment #1
Replies: 2 comments 3 replies
-
That's a good question. I had hoped to set up an environment that would allow participants to run experiments on a GPU, but it turned out to be much more challenging than anticipated. Providing resources reliably for a large number of people at the same time is currently not feasible. I believe the most reliable way for participants to run code would be on their local machines. Therefore, for the GPU-specific portions of the workshop, I will explain various concepts like data parallelism and tensor sharding. We will implement these and offer small coding exercises, but I will only demonstrate these concepts with actual code. And this will be code that can run on GPUs if you have any (either on the cloud or on your local hardware). |
Beta Was this translation helpful? Give feedback.
-
Okay. I am a bit confused then about how this workshop ties back to Posit.
Would you be able to explain that piece?
…On Tue, Sep 5, 2023 at 8:33 PM Sebastian Raschka ***@***.***> wrote:
I also wanted to mention that notebook environments like Google Colab
would not be an option here because notebook environments, or interactive
environments in general, have restrictions when it comes to multi-GPU
computing, so they don't support the advanced multi-GPU paradigms in
PyTorch or DeepSpeed. I will go over all of that in the workshop though and
provide examples.
—
Reply to this email directly, view it on GitHub
<#1 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASDDKXUFDRZ5677WN5IXYXTXY7HGHANCNFSM6AAAAAA4MNX3BM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi! Looking at your instructions, I'm guessing we will run exercises and code from our local machines. Will there be any prepared environment for us to use during the workshop? I was asking because I read in the description that training models on GPUs would be part of the course. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions