在 2021 年,我撰寫了台灣最完整的 Azure Machine Learning 教學文。隨著 ChatGPT 的誕生,生成式 AI 掀起巨變,Azure Machine Learning 也迅速轉型,加入大語言模型部署、prompt flow 等新功能。我決定要再次撰寫教學文,聚焦 Azure Machine Learning 在生成式 AI 時代的新功能,並探討 Azure AI Studio 和 SDK。
我在 2021 年的時候,寫過一系列 Azure Machine Learning 教學文,那時候曾經是台灣最完整的 Azure Machine Learnin...
Azure Machine Learning(我發現微軟的印度團隊會簡稱 AML,其他其他團隊更常用的是 Azure ML 這個詞)是 Microsoft Az...
今天我們來建立 Azure Machine Learning。 進入 Azure Portal,在上面的搜尋框裡面,輸入「machine learning」,...
我們昨天建立好了 Azure Machine Learning 的 workspace ,今天來看 Studio 的部份。在 Azure Machine Lea...
Azure Machine Learning 中的 Model Catalog 是專為開發生成式 AI 應用的模型中心,提供多種來自不同模型提供者的模型,包括...
先敘明,今天談的 model 部署,是 Model catalog 裡面的 AI 模型部署,而不是你在 Azure Machine Learning 裡面訓練好...
在 Azure Machine Learning 的 Model Catalog 裡,有兩種部署 model 的方式,分別是 Managed compute 和...
昨天介紹了全新的 Serverless 部署方式我們就來把 Llama-3.1-8B-Instruct 部署起來玩吧! 進到 Model Catalog 的頁...
今天我們開始來寫程式串接 Serverless 部署的 Llama-3.1-8B-Instruct。今天先來介紹我們的主角 LangChain。 LangCha...
Poetry 是一個用於 Python 的套件依賴管理工具。它旨在簡化並統一套件依賴的管理、虛擬環境配置以及專案打包的流程。 Poetry 使用一個 toml...