add non-cuda fix reference
Browse files
README.md
CHANGED
@@ -55,6 +55,8 @@ Note: Depending on the use cases, some "incorrect" output could be totally usabl
|
|
55 |
|
56 |
Use the code below to get started with the model.
|
57 |
|
|
|
|
|
58 |
```python
|
59 |
import requests
|
60 |
from PIL import Image
|
|
|
55 |
|
56 |
Use the code below to get started with the model.
|
57 |
|
58 |
+
For non-CUDA environments, please check out this post for a simple patch: [https://huggingface.co/microsoft/Florence-2-base/discussions/4](https://huggingface.co/microsoft/Florence-2-base/discussions/4)
|
59 |
+
|
60 |
```python
|
61 |
import requests
|
62 |
from PIL import Image
|