ariG23498 HF Staff commited on
Commit
ef63924
·
verified ·
1 Parent(s): 750a07d

Upload google_embeddinggemma-300m_1.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. google_embeddinggemma-300m_1.txt +38 -0
google_embeddinggemma-300m_1.txt ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```CODE:
2
+ # Login into Hugging Face Hub
3
+ from huggingface_hub import login
4
+ login()
5
+ ```
6
+
7
+ ERROR:
8
+ Traceback (most recent call last):
9
+ File "/usr/lib/python3.13/getpass.py", line 68, in unix_getpass
10
+ old = termios.tcgetattr(fd) # a copy to save
11
+ termios.error: (25, 'Inappropriate ioctl for device')
12
+
13
+ During handling of the above exception, another exception occurred:
14
+
15
+ Traceback (most recent call last):
16
+ File "/tmp/google_embeddinggemma-300m_10xIKl8.py", line 16, in <module>
17
+ login()
18
+ ~~~~~^^
19
+ File "/tmp/.cache/uv/environments-v2/e0578e9a33a2b1c2/lib/python3.13/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f
20
+ return f(*args, **kwargs)
21
+ File "/tmp/.cache/uv/environments-v2/e0578e9a33a2b1c2/lib/python3.13/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f
22
+ return f(*args, **kwargs)
23
+ File "/tmp/.cache/uv/environments-v2/e0578e9a33a2b1c2/lib/python3.13/site-packages/huggingface_hub/_login.py", line 124, in login
24
+ interpreter_login(new_session=new_session)
25
+ ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
26
+ File "/tmp/.cache/uv/environments-v2/e0578e9a33a2b1c2/lib/python3.13/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f
27
+ return f(*args, **kwargs)
28
+ File "/tmp/.cache/uv/environments-v2/e0578e9a33a2b1c2/lib/python3.13/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f
29
+ return f(*args, **kwargs)
30
+ File "/tmp/.cache/uv/environments-v2/e0578e9a33a2b1c2/lib/python3.13/site-packages/huggingface_hub/_login.py", line 281, in interpreter_login
31
+ token = getpass("Enter your token (input will not be visible): ")
32
+ File "/usr/lib/python3.13/getpass.py", line 90, in unix_getpass
33
+ passwd = fallback_getpass(prompt, stream)
34
+ File "/usr/lib/python3.13/getpass.py", line 126, in fallback_getpass
35
+ return _raw_input(prompt, stream)
36
+ File "/usr/lib/python3.13/getpass.py", line 148, in _raw_input
37
+ raise EOFError
38
+ EOFError