{"id":603481,"date":"2023-02-01T07:49:10","date_gmt":"2023-02-01T13:49:10","guid":{"rendered":"https:\/\/news.sellorbuyhomefast.com\/index.php\/2023\/02\/01\/ray-2-2-boosts-machine-learning-observability-and-scalability-performance\/"},"modified":"2023-02-01T07:49:10","modified_gmt":"2023-02-01T13:49:10","slug":"ray-2-2-boosts-machine-learning-observability-and-scalability-performance","status":"publish","type":"post","link":"https:\/\/newsycanuse.com\/index.php\/2023\/02\/01\/ray-2-2-boosts-machine-learning-observability-and-scalability-performance\/","title":{"rendered":"Ray 2.2 boosts machine learning observability and scalability performance"},"content":{"rendered":"<div>\n<section>\n<p><time title=\"2023-01-31T14:00:00+00:00\" datetime=\"2023-01-31T14:00:00+00:00\">January 31, 2023 6:00 AM<\/time>\n\t\t\t<\/p>\n<\/section>\n<div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"422\" src=\"https:\/\/venturebeat.com\/wp-content\/uploads\/2021\/04\/algorithm-e1675127045787.jpg?fit=750%2C422&#038;strip=all\" alt=\"Woman looking at her phone surrounded by glowing numbers in a stylized city environment.\"><\/p>\n<div>\n<p><em>Image Credit: peterhowell \/ Getty Images<\/em><\/p>\n<\/div><\/div>\n<\/p><\/div>\n<div id=\"primary\" role=\"main\">\n<article id=\"post-2854431\">\n<div>\n<div id=\"boilerplate_2682874\">\n<p><em>Check out all the on-demand sessions from the Intelligent Security Summit <a href=\"https:\/\/avolio.swapcard.com\/intelligentsecuritysummit2022\/registrations\/Start?utm_source=vb&#038;utm_medium=boiler&#038;utm_content=ondemand&#038;utm_campaign=IS22_BoilerPlates\" data-type=\"URL\" data-id=\"https:\/\/avolio.swapcard.com\/intelligentsecuritysummit2022\/registrations\/Start?utm_source=vb&#038;utm_medium=boiler&#038;utm_content=ondemand&#038;utm_campaign=IS22_BoilerPlates\">here<\/a><\/em>.<\/p>\n<hr>\n<\/div>\n<p><a href=\"https:\/\/www.ray.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ray<\/a>, the popular open-source <a href=\"https:\/\/venturebeat.com\/ai\/artificial-intelligence-ai-vs-machine-learning-ml-key-comparisons\/\">machine learning (ML)<\/a> framework, has released its 2.2 version with improved performance and observability capabilities, as well as features that can help to enable reproducibility.<\/p>\n<p>The Ray technology is widely used by organizations to scale ML models across clusters of hardware, for both training and inference. Among Ray\u2019s many users is <a href=\"https:\/\/venturebeat.com\/2022\/06\/17\/what-is-generative-artificial-intelligence-ai\/\">generative AI<\/a> pioneer <a href=\"https:\/\/openai.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">OpenAI<\/a>, which uses Ray to scale and enable a variety of workloads, including supporting <a href=\"https:\/\/venturebeat.com\/ai\/who-will-compete-with-chatgpt-meet-the-contenders-the-ai-beat\/\">ChatGPT<\/a>. The lead commercial sponsor behind the Ray open-source technology is San Francisco-based <a href=\"https:\/\/www.anyscale.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Anyscale<\/a>, which has raised $259 million in funding to date.<\/p>\n<p>The new Ray 2.2 release continues to build out a series of capabilities first introduced in the <a href=\"https:\/\/venturebeat.com\/ai\/ray-the-machine-learning-tech-behind-openai-levels-up-to-ray-2-0\/\">Ray 2.0 update<\/a> in August 2022, including Ray AI Runtime (AIR) that is designed to serve as a runtime layer for executing ML services. With the new release, the Ray Jobs feature is moving from being a beta feature to general availability, providing users with the ability to more easily schedule and repeat ML workloads.\u00a0<\/p>\n<p>>>Don\u2019t miss our special issue:\u00a0<a href=\"https:\/\/venturebeat.com\/venturebeat-special-issue-the-cio-agenda-the-2023-roadmap-for-it-leaders\/\">The CIO agenda: The 2023 roadmap for IT leaders<\/a>.<<<\/p>\n<p><html><body><\/p>\n<div id=\"boilerplate_2803147\">\n<h3>Event<\/h3>\n<div>\n<p><span>Intelligent Security Summit On-Demand<\/span><\/p>\n<p><span>Learn the critical role of AI &#038; ML in cybersecurity and industry specific case studies. Watch on-demand sessions today.<\/span><\/p>\n<\/div>\n<p><a href=\"https:\/\/avolio.swapcard.com\/intelligentsecuritysummit2022\/registrations\/Start?utm_source=vb&#038;utm_medium=incontent&#038;utm_content=ondemand&#038;utm_campaign=IS22_InContent\"><br \/>\n                Watch Here            <\/a>\n                        <\/p>\n<\/div>\n<p><\/body><\/p>\n<p>Ray 2.2 also provides a series of capabilities intended to help improve observability of ML workloads, helping data scientists ensure efficient use of hardware computing resources.<\/p>\n<p>\u201cOne of the most common and challenging things about scaling machine learning applications is debugging, which is basically figuring out what went wrong,\u201d Robert Nishihara, cofounder and CEO of Anyscale, told VentureBeat. \u201cOne of the most important things we can do with Ray is to improve the tooling around observability.\u201d<\/p>\n<h2 id=\"h-where-observability-matters-for-scaling-ai-ml-workloads\">Where observability matters for scaling AI\/ML workloads<\/h2>\n<p>Ray fits into a number of common use cases for helping organizations scale artificial intelligence (AI) and ML workloads.<\/p>\n<p>Nishihara explained that Ray is commonly used to help scale up and run training workloads for ML models. He noted that Ray is also used for AI inference workloads, including computer vision and natural language processing (NLP), where lots of images or text are being identified. <\/p>\n<p>Increasingly, organizations are using Ray for multiple workloads at the same time, which is where the Ray AIR fits in, providing a common layer for ML services. With Ray 2.2, Nishihara said that AIR benefits from performance improvements that will help accelerate training and inference.<\/p>\n<p>Ray 2.2 also has a strong focus on helping improve observability for all types running workloads. The observability enhancements in Ray 2.2 are all about making sure that all types of workloads have the right amount of resources to run. Nishihara said that one of the biggest classes of errors that ML workloads encounter is running out of resources, such as CPU or GPU memory. Among the ways that Ray 2.2 improves observability into resource-related issues is with new visualization on the Ray Dashboard that help operators better understand resource utilization and capacity limits.<\/p>\n<h2 id=\"h-how-ray-jobs-will-give-ai-reproducibility-and-explainability-a-boost\">How Ray Jobs will give AI reproducibility and explainability a boost<\/h2>\n<p>The Ray 2.2 release also includes the general availability for the Ray Jobs feature that helps users deploy workloads in a consistent and repeatable approach.<\/p>\n<p>Nishihara explained that Ray Jobs includes both the actual application code for the workload as well as a manifest file that describes the required environment. The manifest lists all the details needed to run a workload, such as application code and dependencies needed in an environment to execute the training or inference operation.<\/p>\n<p>The ability to easily define the requirements for how an AI\/ML workload should run is a key part of enabling reproducibility, which is what Ray Jobs is supporting. Reproducibility is also a foundational element of enabling explainability, according to Nishihara.<\/p>\n<p>\u201cYou need reproducibility to be able to do anything meaningful with explainability,\u201d Nishihara said.<\/p>\n<p>He noted that generally, when people talk about explainability, they\u2019re talking about being able to interpret what an ML model is actually doing. For example, why a model reached a certain decision.<\/p>\n<p>\u201cYou need a strong experimental setup to be able to start to ask these questions, and that includes reproducibility,\u201d he said.<\/p>\n<p><strong>VentureBeat&#8217;s mission<\/strong> is to be a digital town square for technical decision-makers to gain knowledge about transformative enterprise technology and transact. <a href=\"https:\/\/info.venturebeat.com\/website-preference-center.html?utm_source=VBsite&#038;utm_medium=bottomBoilerplate\" data-type=\"URL\" data-id=\"https:\/\/info.venturebeat.com\/website-preference-center.html\">Discover our Briefings.<\/a><\/p>\n<p>\t\t\t\t<\/html><\/div>\n<\/p><\/div>\n<p><a href=\"https:\/\/venturebeat.com\/ai\/ray-2-2-boosts-machine-learning-observability-and-scalability-performance\/\" class=\"button purchase\" rel=\"nofollow noopener\" target=\"_blank\">Read More<\/a><br \/>\n Sean Michael Kerner<\/p>\n","protected":false},"excerpt":{"rendered":"<p>January 31, 2023 6:00 AM Image Credit: peterhowell \/ Getty Images Check out all the on-demand sessions from the Intelligent Security Summit here. Ray, the popular open-source machine learning (ML) framework, has released its 2.2 version with improved performance and observability capabilities, as well as features that can help to enable reproducibility. The Ray technology<\/p>\n","protected":false},"author":1,"featured_media":603482,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24646,4889,46],"tags":[],"class_list":{"0":"post-603481","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-boosts","8":"category-machine","9":"category-technology"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/posts\/603481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/comments?post=603481"}],"version-history":[{"count":0,"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/posts\/603481\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/media\/603482"}],"wp:attachment":[{"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/media?parent=603481"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/categories?post=603481"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/newsycanuse.com\/index.php\/wp-json\/wp\/v2\/tags?post=603481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}