Тёмный

Stateful Distributed Computing in Python with Ray Actors 

Jonathan Dinu
Подписаться 923
Просмотров 7 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@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.
@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 2 года назад
This is good. Would like to see more videos on Ray.
@timharris72
@timharris72 2 года назад
This was a really good explanation. Thanks for posting this!
@feifeizhang7757
@feifeizhang7757 2 года назад
Very informative video. Short and clear!
@skysavani7095
@skysavani7095 3 года назад
Thanks for the clear explanations! can you please make a video for how to debug code with ray
@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
@JonathanDinu
@JonathanDinu 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 2 года назад
thanks for the content. I have a question how can I set a timeout for executing a task for a given Actor ?
@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)
@JonathanDinu
@JonathanDinu 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.
Далее
Pygame in 90 Minutes - For Beginners
1:35:22
Просмотров 1,1 млн
Rotting Oranges - Leetcode (Python)
17:01
Просмотров 117
V16 из БЕНЗОПИЛ - ПЕРВЫЙ ЗАПУСК
13:57
I Built a SECRET Lamborghini Dealership!
33:02
Просмотров 9 млн
How does Ray compare to Apache Spark??
14:56
Просмотров 10 тыс.
This Is Why Python Data Classes Are Awesome
22:19
Просмотров 808 тыс.
Remote functions in Python with Ray
14:17
Просмотров 7 тыс.
15 Python Libraries You Should Know About
14:54
Просмотров 392 тыс.
Autoscaling machine learning APIs in Python with Ray
20:30
Dask in 8 Minutes: An Introduction
7:20
Просмотров 71 тыс.
Diagnose slow Python code. (Feat. async/await)
9:57
Просмотров 211 тыс.