GoogleCloudPlatform / localllm

Apache License 2.0
1.51k stars 113 forks source link

Recommend `gcloud beta workstations` until flag issue fix rolls out #25

Closed bobcatfish closed 6 months ago

bobcatfish commented 6 months ago

In #23 @pythongiant pointed out that gcloud is erroring out on workstation config creation. After digging into it a bit more this is a bug in the gcloud command, and it looks like a fix is coming out with the next version, but for now we can work around it by using gcloud beta (I believe the issue is that the flag is trying to do something that isn't actually (yet?) supported in the GA track, so it shouldn't have been exposed there, but unfortunately both is and is on by default - though I believe w/ value false)