pszemraj commited on
Commit
e7f38f5
1 Parent(s): b4f0ddc

Update README.md

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