Upload deepseek-ai_DeepSeek-OCR_0.txt with huggingface_hub
Browse files
deepseek-ai_DeepSeek-OCR_0.txt
CHANGED
|
@@ -17,7 +17,7 @@ pipe(text=messages)
|
|
| 17 |
|
| 18 |
ERROR:
|
| 19 |
Traceback (most recent call last):
|
| 20 |
-
File "/tmp/deepseek-ai_DeepSeek-
|
| 21 |
pipe = pipeline("image-text-to-text", model="deepseek-ai/DeepSeek-OCR", trust_remote_code=True)
|
| 22 |
File "/tmp/.cache/uv/environments-v2/bef790db2848308a/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 23 |
config = AutoConfig.from_pretrained(
|
|
@@ -39,4 +39,4 @@ Traceback (most recent call last):
|
|
| 39 |
raise ImportError(
|
| 40 |
...<2 lines>...
|
| 41 |
)
|
| 42 |
-
ImportError: This modeling file requires the following packages that were not found in your environment: addict
|
|
|
|
| 17 |
|
| 18 |
ERROR:
|
| 19 |
Traceback (most recent call last):
|
| 20 |
+
File "/tmp/deepseek-ai_DeepSeek-OCR_07qja7X.py", line 26, in <module>
|
| 21 |
pipe = pipeline("image-text-to-text", model="deepseek-ai/DeepSeek-OCR", trust_remote_code=True)
|
| 22 |
File "/tmp/.cache/uv/environments-v2/bef790db2848308a/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 23 |
config = AutoConfig.from_pretrained(
|
|
|
|
| 39 |
raise ImportError(
|
| 40 |
...<2 lines>...
|
| 41 |
)
|
| 42 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: addict. Run `pip install addict`
|