Spaces:
Sleeping
Sleeping
Ashmi Banerjee
commited on
Commit
·
bfcfb0e
1
Parent(s):
ec79175
update
Browse files
src/text_generation/vertexai_setup.py
CHANGED
@@ -25,6 +25,7 @@ def decode_service_key():
|
|
25 |
|
26 |
|
27 |
def initialize_vertexai_params(location: Optional[str] = "us-central1"):
|
|
|
28 |
creds_file_name = ".config/gcp_default_credentials.json"
|
29 |
print(creds_file_name)
|
30 |
if not os.path.exists(os.path.dirname(creds_file_name)):
|
|
|
25 |
|
26 |
|
27 |
def initialize_vertexai_params(location: Optional[str] = "us-central1"):
|
28 |
+
print(os.getcwd())
|
29 |
creds_file_name = ".config/gcp_default_credentials.json"
|
30 |
print(creds_file_name)
|
31 |
if not os.path.exists(os.path.dirname(creds_file_name)):
|