pszemraj commited on
Commit
b4f0ddc
1 Parent(s): 095ee51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -27,4 +27,9 @@ model = ORTModelForVision2Seq.from_pretrained(
27
  )
28
  ```
29
 
30
- - on colab (_at time of writing_) if on CPU-only you may get `CuPy` errors, `pip uninstall cupy-cuda11x -y` solves this
 
 
 
 
 
 
27
  )
28
  ```
29
 
30
+ - on colab (_at time of writing_) if on CPU-only you may get `CuPy` errors, `pip uninstall cupy-cuda11x -y` solves this
31
+
32
+
33
+ ## how do da inference?
34
+
35
+ See [here](https://github.com/NielsRogge/Transformers-Tutorials/blob/b46d3e89e631701ef205297435064ab780c4853a/Nougat/Inference_with_Nougat_to_read_scientific_PDFs.ipynb)