Welcome to the

Google Workspace for Admins Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 1
Since ‎01-18-2024
‎03-11-2024

My Stats

  • 7 Posts
  • 1 Solutions
  • 0 Likes given
  • 5 Likes received

phani5555's Bio

Badges jvdb Earned

View all badges

Recent Activity

Hi,I'm trying to get a Cloud Workstation instantiated with at least 128GB of RAM, but preferably 256GB or more for some specialized development and testing. I'd like to use Cloud Workstation because I use IntelliJ and that works well with it.However,...
Creating a Vertex AI Workbench instance works without a problem. However, I wanted to follow a tutorial to connect to an instance from a local IDE, and for that I need to create a Vertex AI Workbench instance that doesn't have an external IP.When I u...
I've managed to deploy Mistral-7B-v0.1 to a Vertex AI endpoint. For this I've used its model id in the Model Garden ("mistralai/Mistral-7B-v0.1"). But when I use this id for other things, it doesn't work, for example:from vertexai.language_models imp...
I'm using the prompt template directly from Mistral: { "instances": [ { "prompt": "<S>[INST] What is your favourite colour and why? [/INST]My favorite color is blue.</S>[INST] And which one after that? [/INST]" } ], "parameters": { "max_tokens": -1 } } Then...