eliasecchig

Results 45 comments of eliasecchig

cc @shawn-yang-google

Sorry from this error is a bit difficult to debug. Perhaps you don't have gcloud CLI installed? What if you try running `gcloud services list --project=agent-project-one --filter=config.name:secretmanager.googleapis.com --format=json` from terminal?

Maybe have a look at your authentication in the terminal. Try running `gcloud auth login --update-adc` to do that.

Hi everyone, addressed 2 key windows compatibility issues in https://github.com/GoogleCloudPlatform/agent-starter-pack/pull/278 !

wrt the issue regarding authorization ``` > Warning: GCP environment setup failed: [WinError 2] The system cannot find the file specified ``` please note that this is only an extra...

I am not able to replicate it, did you manage to solve it?

Thanks a lot for raising the first issue on the repo @aabmass. I am well noting this, it's something which I agree needs to looked at. Do you think perhaps...

+1 getting the same error with Gemma2 only models. This is not happening with LLama3

A workaround I found was to pull the tokenizer.model from HF https://huggingface.co/google/gemma-2b-it/blob/main/tokenizer.model @danielhanchen