udpate readme
Browse files
README.md
CHANGED
@@ -60,10 +60,7 @@ base_model:
|
|
60 |
## Quick Start
|
61 |
### Installation
|
62 |
```
|
63 |
-
|
64 |
-
pip install git+https://github.com/huggingface/transformers.git
|
65 |
-
|
66 |
-
pip install accelerate sentencepiece torchvision requests torch Pillow
|
67 |
pip install flash-attn --no-build-isolation
|
68 |
|
69 |
# For better inference performance, you can install grouped-gemm, which may take 3-5 minutes to install
|
|
|
60 |
## Quick Start
|
61 |
### Installation
|
62 |
```
|
63 |
+
pip install "transformers>=4.48.0" accelerate sentencepiece torchvision requests torch Pillow
|
|
|
|
|
|
|
64 |
pip install flash-attn --no-build-isolation
|
65 |
|
66 |
# For better inference performance, you can install grouped-gemm, which may take 3-5 minutes to install
|