We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cab80 commit 01b6d2aCopy full SHA for 01b6d2a
generative_ai/model_garden/requirements.txt
@@ -3,7 +3,7 @@ pandas==2.0.3; python_version == '3.8'
3
pandas==2.1.4; python_version > '3.8'
4
pillow==10.3.0; python_version < '3.8'
5
pillow==10.3.0; python_version >= '3.8'
6
-google-cloud-aiplatform[all]==1.69.0
+google-cloud-aiplatform[all]==1.71.0
7
sentencepiece==0.2.0
8
google-auth==2.38.0
9
anthropic[vertex]==0.28.0
generative_ai/model_garden/test_model_garden_examples.py
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
import os
15
+
16
from typing import Callable
17
18
import backoff
0 commit comments