You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is a feature request or if I am just not understanding how to properly integrate vertex AI with smolagents and opentelemetry. I created a custom model class extending the base model and didn't have any issues until I tried to add openinference instrumentation with phoenix and SmolagentsInstrumentor I get an AttributeError because my custom model server isnt in smolagents.
AttributeError: module 'smolagents' has no attribute 'VertexAIServerModel'. Did you mean: 'OpenAIServerModel'?
I would like the ability to integrate VertexAIServerModel similar to the OpenAIServerModel to allow to select models from the model garden/registry in GCP. I added the custom model class to models.py and then I was able to use the model as expected and telemetry was successful in pheonix. Is this even a smolagents change? Sorry I am very new to this ecosystem.
I am not sure if this is a feature request or if I am just not understanding how to properly integrate vertex AI with smolagents and opentelemetry. I created a custom model class extending the base model and didn't have any issues until I tried to add openinference instrumentation with phoenix and SmolagentsInstrumentor I get an AttributeError because my custom model server isnt in smolagents.
AttributeError: module 'smolagents' has no attribute 'VertexAIServerModel'. Did you mean: 'OpenAIServerModel'?
I would like the ability to integrate VertexAIServerModel similar to the OpenAIServerModel to allow to select models from the model garden/registry in GCP. I added the custom model class to models.py and then I was able to use the model as expected and telemetry was successful in pheonix. Is this even a smolagents change? Sorry I am very new to this ecosystem.
code taken from this notebook: https://github.com/GoogleCloudPlatform/generative-ai/blob/main/open-models/use-cases/vertex_ai_deepseek_smolagents.ipynb
The text was updated successfully, but these errors were encountered: