You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,9 @@ Run this script if you want to doublecheck that you installed the Pytorch and gp
131
131
```
132
132
python check_gpu.py
133
133
```
134
+
### Step 11
135
+
🚨🚨🚨You must copy the ```pdf.py``` file within the ```User_Manual``` folder to the following folder: ```[folder holding this program]\Lib\site-packages\langchain\document_loaders\parsers```.🚨🚨🚨.<br><br>This will REPLACE the ```pdf.py``` file there. This is crucial to get the 80x speedup on PDF loading in version 2.7.2+. Moreover, the PDF loading WILL NOT WORK at all unless you do this properly.
136
+
134
137
</details>
135
138
136
139
<details>
@@ -177,6 +180,8 @@ Run this script if you want to doublecheck that you installed the Pytorch and gp
177
180
```
178
181
python check_gpu.py
179
182
```
183
+
### Step 11
184
+
🚨🚨🚨You must copy the ```pdf.py``` file within the ```User_Manual``` folder to the following folder: ```[folder holding this program]\Lib\site-packages\langchain\document_loaders\parsers```.🚨🚨🚨.<br><br>This will REPLACE the ```pdf.py``` file there. This is crucial to get the 80x speedup on PDF loading in version 2.7.2+. Moreover, the PDF loading WILL NOT WORK at all unless you do this properly.
0 commit comments