GoogleCloudPlatform / python-docs-samples

Code samples used on cloud.google.com
Apache License 2.0
7.08k stars 6.34k forks source link

Reference GA embedding tuning SDK instead of preview #11954

Closed skarukas closed 2 days ago

skarukas commented 3 days ago

Description

Fixes b/343522059

Reference GA embedding tuning SDK instead of preview. Also, add requirement numpy<2 to avoid ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject when running nox -s py-3.11.

Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.

Checklist

skarukas commented 3 days ago

Looks like imagen/edit_image_inpainting_insert_mask_mode_test.py::test_edit_image_inpainting_insert_mask_mode is flaky due to 503 UNAVAILABLE. I don't think I have adequate permission to rerun the checks.