Spaces:
Running
Running
Veronika1101
commited on
Commit
•
ac2ec20
1
Parent(s):
761dbb6
Update utils/gemma_utils.py
Browse files- utils/gemma_utils.py +1 -1
utils/gemma_utils.py
CHANGED
@@ -8,7 +8,7 @@ def get_gemma_response(model_name, instruction):
|
|
8 |
hostname = "ssh-sr002-jupyter.ai.cloud.ru"
|
9 |
port = 2222
|
10 |
username = "gallant-hofstadter.ai0001819-00029"
|
11 |
-
private_key_path = "
|
12 |
|
13 |
private_key = paramiko.RSAKey.from_private_key_file(private_key_path)
|
14 |
|
|
|
8 |
hostname = "ssh-sr002-jupyter.ai.cloud.ru"
|
9 |
port = 2222
|
10 |
username = "gallant-hofstadter.ai0001819-00029"
|
11 |
+
private_key_path = "mlspace__private_key.txt"
|
12 |
|
13 |
private_key = paramiko.RSAKey.from_private_key_file(private_key_path)
|
14 |
|