Skip to content

Commit bb04742

Browse files
authored
chore: exclude claude3 notebook in nox session (#1008)
1 parent 038139d commit bb04742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ def notebook(session: nox.Session):
719719
# bq_dataframes_llm_code_generation creates a bucket in the sample.
720720
"notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb", # Needs BUCKET_URI.
721721
"notebooks/generative_ai/sentiment_analysis.ipynb", # Too slow
722+
# TODO(b/366290533): to protect BQML quota
723+
"notebooks/generative_ai/bq_dataframes_llm_claude3_museum_art.ipynb",
722724
"notebooks/vertex_sdk/sdk2_bigframes_pytorch.ipynb", # Needs BUCKET_URI.
723725
"notebooks/vertex_sdk/sdk2_bigframes_sklearn.ipynb", # Needs BUCKET_URI.
724726
"notebooks/vertex_sdk/sdk2_bigframes_tensorflow.ipynb", # Needs BUCKET_URI.

0 commit comments

Comments
 (0)