Upload PowerInfer_SmallThinker-4BA0.6B-Instruct_0.txt with huggingface_hub
Browse files
PowerInfer_SmallThinker-4BA0.6B-Instruct_0.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Traceback (most recent call last):
|
2 |
-
File "/tmp/PowerInfer_SmallThinker-4BA0.6B-
|
3 |
pipe = pipeline("text-generation", model="PowerInfer/SmallThinker-4BA0.6B-Instruct", trust_remote_code=True)
|
4 |
File "/tmp/.cache/uv/environments-v2/7e8796ae6da29274/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1008, in pipeline
|
5 |
framework, model = infer_framework_load_model(
|
@@ -24,6 +24,6 @@ Traceback (most recent call last):
|
|
24 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
|
25 |
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
|
26 |
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
|
27 |
-
File "/tmp/.cache/huggingface/modules/transformers_modules/PowerInfer/SmallThinker-4BA0.6B-Instruct/
|
28 |
from transformers.utils import LossKwargs, can_return_tuple, logging
|
29 |
ImportError: cannot import name 'LossKwargs' from 'transformers.utils' (/tmp/.cache/uv/environments-v2/7e8796ae6da29274/lib/python3.13/site-packages/transformers/utils/__init__.py)
|
|
|
1 |
Traceback (most recent call last):
|
2 |
+
File "/tmp/PowerInfer_SmallThinker-4BA0.6B-Instruct_0zMfWpW.py", line 13, in <module>
|
3 |
pipe = pipeline("text-generation", model="PowerInfer/SmallThinker-4BA0.6B-Instruct", trust_remote_code=True)
|
4 |
File "/tmp/.cache/uv/environments-v2/7e8796ae6da29274/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1008, in pipeline
|
5 |
framework, model = infer_framework_load_model(
|
|
|
24 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
|
25 |
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
|
26 |
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
|
27 |
+
File "/tmp/.cache/huggingface/modules/transformers_modules/PowerInfer/SmallThinker-4BA0.6B-Instruct/a24932bb880c85c04c794283202a9194b1b42709/modeling_smallthinker.py", line 16, in <module>
|
28 |
from transformers.utils import LossKwargs, can_return_tuple, logging
|
29 |
ImportError: cannot import name 'LossKwargs' from 'transformers.utils' (/tmp/.cache/uv/environments-v2/7e8796ae6da29274/lib/python3.13/site-packages/transformers/utils/__init__.py)
|