Upload inclusionAI_Ling-mini-2.0_0.txt with huggingface_hub
Browse files
inclusionAI_Ling-mini-2.0_0.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/inclusionAI_Ling-mini-2.
|
| 3 |
pipe = pipeline("text-generation", model="inclusionAI/Ling-mini-2.0", trust_remote_code=True)
|
| 4 |
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1230, in pipeline
|
| 5 |
return pipeline_class(model=model, framework=framework, task=task, **kwargs)
|
|
@@ -9,7 +9,7 @@ Traceback (most recent call last):
|
|
| 9 |
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1044, in __init__
|
| 10 |
self.model.to(self.device)
|
| 11 |
~~~~~~~~~~~~~^^^^^^^^^^^^^
|
| 12 |
-
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/transformers/modeling_utils.py", line
|
| 13 |
return super().to(*args, **kwargs)
|
| 14 |
~~~~~~~~~~^^^^^^^^^^^^^^^^^
|
| 15 |
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1369, in to
|
|
@@ -38,4 +38,4 @@ Traceback (most recent call last):
|
|
| 38 |
^^^^^^^^^^^^^
|
| 39 |
)
|
| 40 |
^
|
| 41 |
-
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 12.00 MiB. GPU 0 has a total capacity of 22.30 GiB of which 4.69 MiB is free. Process
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/inclusionAI_Ling-mini-2.0_0t5zShr.py", line 13, in <module>
|
| 3 |
pipe = pipeline("text-generation", model="inclusionAI/Ling-mini-2.0", trust_remote_code=True)
|
| 4 |
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 1230, in pipeline
|
| 5 |
return pipeline_class(model=model, framework=framework, task=task, **kwargs)
|
|
|
|
| 9 |
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/transformers/pipelines/base.py", line 1044, in __init__
|
| 10 |
self.model.to(self.device)
|
| 11 |
~~~~~~~~~~~~~^^^^^^^^^^^^^
|
| 12 |
+
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4462, in to
|
| 13 |
return super().to(*args, **kwargs)
|
| 14 |
~~~~~~~~~~^^^^^^^^^^^^^^^^^
|
| 15 |
File "/tmp/.cache/uv/environments-v2/21e4f0866aa2210b/lib/python3.13/site-packages/torch/nn/modules/module.py", line 1369, in to
|
|
|
|
| 38 |
^^^^^^^^^^^^^
|
| 39 |
)
|
| 40 |
^
|
| 41 |
+
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 12.00 MiB. GPU 0 has a total capacity of 22.30 GiB of which 4.69 MiB is free. Process 26304 has 22.29 GiB memory in use. Of the allocated memory 22.05 GiB is allocated by PyTorch, and 1.86 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
|