Posted in

Google Cloud Functions 现已更名为 Cloud Run Functions_AI阅读总结 — 包阅AI

包阅导读总结

1. 关键词:Google Cloud Functions、Cloud Run functions、GPU 支持、Hugging Face、持续支持

2. 总结:Google Cloud Functions 现更名为 Cloud Run functions,2 代函数可使用 Cloud Run 全部功能,包括 GPU 支持,自动转换且持续支持现有 API 等,使平台连接更简单,多种语言可选。

3. 主要内容:

– Cloud Run functions 介绍:

– 由 Google Cloud Functions 演变而来

– 2 代函数可使用 Cloud Run 全部能力

– 优势与支持:

– 新的 Cloud Run 函数支持 GPU,利于 Python 开发者使用 Hugging Face 模型

– 持续支持现有 API、gcloud 命令和 Terraform 模块

– 1 代函数可继续作为 Cloud Run 函数使用,需升级以获取全部 Cloud Run 功能

– 平台连接特性:

– 连接平台简单易维护,仅负责代码,其他由平台处理

– 团队中懂编码的人员即可创建解决方案,有七种流行语言可选

思维导图:

文章地址:https://cloud.google.com/blog/products/serverless/google-cloud-functions-is-now-cloud-run-functions/

文章来源:cloud.google.com

作者:James Ma

发布时间:2024/8/21 0:00

语言:英文

总字数:651字

预计阅读时间:3分钟

评分:84分

标签:无服务器计算,Cloud Run Functions,Google Cloud Platform,NVIDIA GPU,AI 集成


以下为原文内容

本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com

Further, all functions that were created with Google Cloud Functions (2nd gen) have access to all of Cloud Run’s capabilities, including:

“The newly released Cloud Run functions with GPU support enables Python developers to use Hugging Face models without having to worry about infrastructure, GPU drivers or containers. Cloud Run’s scale-to-zero and fast startup capabilities are a great match for developers looking at getting started with AI using HuggingFace models with just a few lines of serverless code” – Julien Chaumond, CTO, Hugging Face

Continued support for existing APIs, gcloud commands and terraform modules

Cloud Functions 2nd gen functions will automatically be converted into Cloud Run functions. With Cloud Run functions, we are committed to continuing support for the existing functions APIs, gcloud commands and Terraform modules (Gen 2). This lets you enable Run features on your function without having to refactor your deployment automation.

1st gen functions will continue to be available as Cloud Run functions (1st gen). 1st gen functions need to be upgraded to Cloud Run functions before you can get full access to the underlying Cloud Run features. Cloud Run functions (1st gen) APIs, gcloud commands and Terraform modules (Gen1) will continue to be supported.

Connecting your platform with functions

Cloud Run functions makes connecting your platform simple to build and easy to maintain — you’re only responsible for the code, we’ll handle the rest. Anyone on your team with coding knowledge can create a solution without having to package up the code. You can also choose from seven popular languages. Data scientists, for example, can get a Python script running in the cloud even with limited infrastructure knowledge.