pszemraj commited on
Commit
c7a2514
1 Parent(s): bf3e524

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -26,8 +26,11 @@ model = ORTModelForVision2Seq.from_pretrained(
26
  )
27
  ```
28
 
29
- - on colab (_at time of writing_) if on CPU-only you may get `CuPy` errors, `pip uninstall cupy-cuda11x -y` solves this
30
 
 
 
 
31
 
32
  ## how do da inference?
33
 
 
26
  )
27
  ```
28
 
29
+ on colab CPU-only (_at time of writing_) you may get `CuPy` errors, to solve this uninstall it:
30
 
31
+ ```sh
32
+ pip uninstall cupy-cuda11x -y
33
+ ```
34
 
35
  ## how do da inference?
36