Upload PowerInfer_SmallThinker-4BA0.6B-Instruct_1.txt with huggingface_hub
Browse files
PowerInfer_SmallThinker-4BA0.6B-Instruct_1.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Traceback (most recent call last):
|
2 |
-
File "/tmp/PowerInfer_SmallThinker-4BA0.6B-
|
3 |
model = AutoModel.from_pretrained("PowerInfer/SmallThinker-4BA0.6B-Instruct", trust_remote_code=True, torch_dtype="auto"),
|
4 |
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
5 |
File "/tmp/.cache/uv/environments-v2/bd16417a146fcbf6/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
@@ -13,6 +13,6 @@ Traceback (most recent call last):
|
|
13 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
|
14 |
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
|
15 |
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
|
16 |
-
File "/tmp/.cache/huggingface/modules/transformers_modules/PowerInfer/SmallThinker-4BA0.6B-Instruct/
|
17 |
from transformers.utils import LossKwargs, can_return_tuple, logging
|
18 |
ImportError: cannot import name 'LossKwargs' from 'transformers.utils' (/tmp/.cache/uv/environments-v2/bd16417a146fcbf6/lib/python3.13/site-packages/transformers/utils/__init__.py)
|
|
|
1 |
Traceback (most recent call last):
|
2 |
+
File "/tmp/PowerInfer_SmallThinker-4BA0.6B-Instruct_1XWEIi4.py", line 12, in <module>
|
3 |
model = AutoModel.from_pretrained("PowerInfer/SmallThinker-4BA0.6B-Instruct", trust_remote_code=True, torch_dtype="auto"),
|
4 |
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
5 |
File "/tmp/.cache/uv/environments-v2/bd16417a146fcbf6/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 582, in from_pretrained
|
|
|
13 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
|
14 |
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
|
15 |
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
|
16 |
+
File "/tmp/.cache/huggingface/modules/transformers_modules/PowerInfer/SmallThinker-4BA0.6B-Instruct/a24932bb880c85c04c794283202a9194b1b42709/modeling_smallthinker.py", line 16, in <module>
|
17 |
from transformers.utils import LossKwargs, can_return_tuple, logging
|
18 |
ImportError: cannot import name 'LossKwargs' from 'transformers.utils' (/tmp/.cache/uv/environments-v2/bd16417a146fcbf6/lib/python3.13/site-packages/transformers/utils/__init__.py)
|