Skip to content

Commit

Permalink
Set 0.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Mar 12, 2024
1 parent 60c6d2e commit 005eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vertex_ai_huggingface_inference_toolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""`vertex_ai_huggingface_inference_toolkit `: 🤗 Hugging Face Inference Toolkit for Google Cloud Vertex AI (similar to SageMaker's Inference Toolkit, but unofficial)"""

__author__ = "Alvaro Bartolome <[email protected]>"
__version__ = "0.0.1"
__version__ = "0.0.2"

from vertex_ai_huggingface_inference_toolkit.transformers import TransformersModel

Expand Down

0 comments on commit 005eef1

Please sign in to comment.