Skip to content

Commit

Permalink
feat: add notebook for BQML remote endpoint Blog (#1704)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Holt Skinner <[email protected]>
Co-authored-by: Holt Skinner <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent a1cf2ca commit 07da250
Show file tree
Hide file tree
Showing 3 changed files with 925 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ loghub
logparser
logprobs
lolcat
loras
lparam
lru
lsb
Expand Down Expand Up @@ -927,6 +928,7 @@ openai
openfda
opsz
osm
oss
osx
outdir
outro
Expand Down
1 change: 1 addition & 0 deletions open-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ This repository contains examples for deploying and fine-tuning open source mode

### Use cases

- [use-cases/bigquery_ml_llama_inference.ipynb](./use-cases/bigquery_ml_llama_inference.ipynb) - This notebook showcases a simple end-to-end process for extracting entities and performing data analytics using BigQuery in conjunction with an open-source text-generation Large Language Model (LLM). We use Meta's Llama 3.3 70B model as an example.
- [use-cases/cloud_run_ollama_gemma2_rag_qa.ipynb](./use-cases/cloud_run_ollama_gemma2_rag_qa.ipynb) - This notebooks provides steps and code to deploy an open source RAG pipeline to Cloud Run using Ollama and the Gemma 2 model.
- [use-cases/guess_app.ipynb](./use-cases/guess_app.ipynb) - This notebook shows how to build a "Guess Who or What" app using FLUX and Gemini.
Loading

0 comments on commit 07da250

Please sign in to comment.