XFFXFF commited on
Commit
53f7487
·
1 Parent(s): ad9ba0d

udpate readme

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -60,10 +60,7 @@ base_model:
60
  ## Quick Start
61
  ### Installation
62
  ```
63
- # Install transformers from GitHub until the next release includes the Aria model
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