浏览代码

add vertex notebooks for gcp (#958)

Igor Kasianenko 6 天之前
父节点
当前提交
e6ef32efab

+ 1 - 0
.github/scripts/spellcheck_conf/wordlist.txt

@@ -1546,3 +1546,4 @@ AGI
 DeepEval
 DeepEval
 SDV
 SDV
 sklearn
 sklearn
+GCP

+ 4 - 0
3p-integrations/gcp/README.md

@@ -0,0 +1,4 @@
+In this folder, we show various recipes for Llama models working with GCP. This currently includes:
+* Examples for running Llama 4 model inference on Vertex's serverless API offerings (aka. MaaS)
+  * tool calling
+  * JSON mode (structured outputs)

文件差异内容过多而无法显示
+ 275 - 0
3p-integrations/gcp/vertex_MaaS/Vertex_JSON_mode_for_Llama_4.ipynb


文件差异内容过多而无法显示
+ 497 - 0
3p-integrations/gcp/vertex_MaaS/Vertex_tool_calling_for_Llama_4.ipynb