ariG23498 HF Staff commited on
Commit
fda9a39
·
verified ·
1 Parent(s): a3447f3

Upload google_translategemma-12b-it_0.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_translategemma-12b-it_0.txt +11 -1
google_translategemma-12b-it_0.txt CHANGED
@@ -1 +1,11 @@
1
- Everything was good in google_translategemma-12b-it_0.txt
 
 
 
 
 
 
 
 
 
 
 
1
+ ```CODE:
2
+ from huggingface_hub import login
3
+ login(new_session=False)
4
+ ```
5
+
6
+ ERROR:
7
+ Traceback (most recent call last):
8
+ File "/tmp/google_translategemma-12b-it_02YE5On.py", line 24, in <module>
9
+ login(new_session=False)
10
+ ~~~~~^^^^^^^^^^^^^^^^^^^
11
+ TypeError: login() got an unexpected keyword argument 'new_session'