Stateful Distributed Computing in Python with Ray Actors

  Рет қаралды 7,380

University of Jonathan

University of Jonathan

Күн бұрын

Пікірлер: 16
@cansucandan4124
@cansucandan4124 3 жыл бұрын
Thanks! I can't wait for you to share more videos about Ray for more practice.
@TheDevildragon95
@TheDevildragon95 3 жыл бұрын
Good introduction to the topic, now I will be able to migrate my application to a distributed system.
@dantedt3931
@dantedt3931 3 жыл бұрын
This is good. Would like to see more videos on Ray.
@jamesmckeown2746
@jamesmckeown2746 3 жыл бұрын
Thanks for the clear explanations! I'd be interested to see an example of recovery in a multi node cluster where a node fails and its actors are recovered on another node.
@AkshatDobhal-m3h
@AkshatDobhal-m3h Ай бұрын
its a crime to not release an entire playlist and just 5 videos for ray.
@timharris72
@timharris72 3 жыл бұрын
This was a really good explanation. Thanks for posting this!
@feifeizhang7757
@feifeizhang7757 2 жыл бұрын
Very informative video. Short and clear!
@ramirotapia2217
@ramirotapia2217 2 жыл бұрын
Amazing i was searching for this explanation. is there a way to make only a method inside a class remote? maybe thinking to override the remote method accordingly
@jonathanuniversity
@jonathanuniversity 2 жыл бұрын
hmmmm, I actually haven't tried that ever. You can try using a regular (un-decorated) Python class but then use the @ray.remote decorator just on a single method of the class. The thing to keep in mind though is what variables/state from the main class the remote method might access.
@mojtabatorabi3724
@mojtabatorabi3724 3 жыл бұрын
thanks for the content. I have a question how can I set a timeout for executing a task for a given Actor ?
@skysavani7095
@skysavani7095 3 жыл бұрын
Thanks for the clear explanations! can you please make a video for how to debug code with ray
@jnevercast
@jnevercast 2 жыл бұрын
are there any guarantees when you call ray.get() to get age, that all of the grow_older invocations have resolved? I presume yes for each actor (keeping in-line with each actor is syncronous)
@jonathanuniversity
@jonathanuniversity 2 жыл бұрын
yeah that is the case for a specific actor but not guaranteed between actors necessarily. To synchronize between actors you usually pass object references between them using remote() function calls.
@ybbyang
@ybbyang 3 ай бұрын
how to get people[0]'s value like age or name on host. using pepple[0].age report errors.
@jonathanuniversity
@jonathanuniversity 3 ай бұрын
I don't believe you can directly access an Actor's attributes (unless things have changed in a recent version of Ray) unfortunately. To access people[0] age you would need to define a getter method on the class and call it like people[0].get_age.remote()
@Nick-tv5pu
@Nick-tv5pu 12 күн бұрын
Just found out Ray doesn't ship types? At least not for anything except (sometimes) tasks? Wtf? I thought this was supposed to be a modern and developer-friendly library?
Autoscaling machine learning APIs in Python with Ray
20:30
University of Jonathan
Рет қаралды 4 М.
How does Ray compare to Apache Spark??
14:56
University of Jonathan
Рет қаралды 11 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Protocol Or ABC In Python - When to Use Which One?
23:45
ArjanCodes
Рет қаралды 206 М.
Remote functions in Python with Ray
14:17
University of Jonathan
Рет қаралды 7 М.
Diagnose slow Python code. (Feat. async/await)
9:57
mCoding
Рет қаралды 213 М.
Introduction to Distributed Computing with the Ray Framework
15:13
University of Jonathan
Рет қаралды 12 М.
Introduction To The Actor Paradigm In Golang
20:29
Anthony GG
Рет қаралды 13 М.
Ray: Faster Python through parallel and distributed computing
9:41
When and How to Use the Actor Model An Introduction to Akka NET Actors
28:58
Microsoft Visual Studio
Рет қаралды 40 М.