Upload google_gemma-3n-E4B-it_1.txt with huggingface_hub
Browse files- google_gemma-3n-E4B-it_1.txt +21 -0
google_gemma-3n-E4B-it_1.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Traceback (most recent call last):
|
2 |
+
File "/tmp/.cache/uv/environments-v2/b21213fbd95837b8/lib/python3.13/site-packages/huggingface_hub/_login.py", line 340, in notebook_login
|
3 |
+
import ipywidgets.widgets as widgets # type: ignore
|
4 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
5 |
+
ModuleNotFoundError: No module named 'ipywidgets'
|
6 |
+
|
7 |
+
During handling of the above exception, another exception occurred:
|
8 |
+
|
9 |
+
Traceback (most recent call last):
|
10 |
+
File "/tmp/google_gemma-3n-E4B-it_1rQSvdE.py", line 12, in <module>
|
11 |
+
notebook_login()
|
12 |
+
~~~~~~~~~~~~~~^^
|
13 |
+
File "/tmp/.cache/uv/environments-v2/b21213fbd95837b8/lib/python3.13/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f
|
14 |
+
return f(*args, **kwargs)
|
15 |
+
File "/tmp/.cache/uv/environments-v2/b21213fbd95837b8/lib/python3.13/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f
|
16 |
+
return f(*args, **kwargs)
|
17 |
+
File "/tmp/.cache/uv/environments-v2/b21213fbd95837b8/lib/python3.13/site-packages/huggingface_hub/_login.py", line 343, in notebook_login
|
18 |
+
raise ImportError(
|
19 |
+
...<2 lines>...
|
20 |
+
)
|
21 |
+
ImportError: The `notebook_login` function can only be used in a notebook (Jupyter or Colab) and you need the `ipywidgets` module: `pip install ipywidgets`.
|