Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ pip install torch transformers accelerate pillow
|
|
35 |
```
|
36 |
If the CUDA memory is enough, it would be faster to execute this snippet by setting `CUDA_VISIBLE_DEVICES=0`.
|
37 |
|
|
|
|
|
38 |
```python
|
39 |
import torch
|
40 |
import transformers
|
|
|
35 |
```
|
36 |
If the CUDA memory is enough, it would be faster to execute this snippet by setting `CUDA_VISIBLE_DEVICES=0`.
|
37 |
|
38 |
+
Users especially those in Chinese mainland may want to refer to a HuggingFace [mirror site](https://hf-mirror.com).
|
39 |
+
|
40 |
```python
|
41 |
import torch
|
42 |
import transformers
|