We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a08d8 commit 9cb1264Copy full SHA for 9cb1264
agentic_rag/pdf_processor.py
@@ -8,6 +8,8 @@
8
import warnings
9
import transformers
10
import uuid # Add at the top with other imports
11
+import os
12
+os.environ['HF_HUB_DISABLE_XET'] = '1'
13
14
# Suppress the token length warning
15
warnings.filterwarnings('ignore', category=UserWarning, module='transformers.generation.utils')
0 commit comments