Browse Source

add vertex notebooks for gcp (#958)

Igor Kasianenko 5 days ago
parent
commit
e6ef32efab

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

@@ -1546,3 +1546,4 @@ AGI
 DeepEval
 SDV
 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)

File diff suppressed because it is too large
+ 275 - 0
3p-integrations/gcp/vertex_MaaS/Vertex_JSON_mode_for_Llama_4.ipynb


File diff suppressed because it is too large
+ 497 - 0
3p-integrations/gcp/vertex_MaaS/Vertex_tool_calling_for_Llama_4.ipynb