stgzr commited on
Commit
2a66e88
1 Parent(s): f0c363f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -19,7 +19,7 @@ license_link: LICENSE
19
  </div>
20
 
21
  <p align="center">
22
- <a href="https://www.infly.cn/en/research"><b>Paper Link</b></a>
23
  </p>
24
 
25
 
@@ -132,9 +132,11 @@ Motivated by the idea of first training on relatively large but less polished co
132
 
133
  ### Installation
134
 
135
- Install the dependencies for `Python >= 3.8` by running the following command:
136
 
137
  ```shell
 
 
138
  pip install -r requirements.txt
139
  ```
140
 
 
19
  </div>
20
 
21
  <p align="center">
22
+ <a href="https://s.infly.cn/f/img/pdf/inf_34b_tech_report.pdf"><b>Paper Link</b></a>
23
  </p>
24
 
25
 
 
132
 
133
  ### Installation
134
 
135
+ Please clone our [GitHub](https://github.com/infly-ai/INF-LLM), and install the dependencies for `Python >= 3.8` by running the following command:
136
 
137
  ```shell
138
+ git clone https://github.com/infly-ai/INF-LLM
139
+ cd INF-LLM
140
  pip install -r requirements.txt
141
  ```
142