aria-dev commited on
Commit
8bbd2bd
1 Parent(s): 83f53cd

update README

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -54,8 +54,11 @@ tags:
54
  ## Quick Start
55
  ### Installation
56
  ```
57
- pip install git+github.com/rhymes-ai/Aria.git
58
  pip install flash-attn --no-build-isolation
 
 
 
59
  ```
60
 
61
  ### Inference
 
54
  ## Quick Start
55
  ### Installation
56
  ```
57
+ pip install transformers==4.45.0 accelerate==0.34.1 sentencepiece==0.2.0 torchvision requests torch Pillow
58
  pip install flash-attn --no-build-isolation
59
+
60
+ # For better performance, you can install grouped-gemm, which may take 3-5 minutes to install
61
+ pip install grouped_gemm==0.1.6
62
  ```
63
 
64
  ### Inference