renzh commited on
Commit
5784a8c
·
verified ·
1 Parent(s): d065eb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -39
README.md CHANGED
@@ -148,45 +148,7 @@ If you need to use it for commercial purposes, please follow the license of Qwen
148
 
149
 
150
  ### Installation
151
- #### step1: pull qanything repository
152
- ```
153
- git clone https://github.com/netease-youdao/QAnything.git
154
- ```
155
- #### step2: download the model and unzip it to the root directory of the current project.
156
- ```
157
- cd QAnything
158
- git lfs install
159
- git clone https://www.modelscope.cn/netease-youdao/qanything_models.git
160
-
161
- unzip qanything_models/models.zip # in root directory of the current project
162
- ```
163
- #### step3: change config
164
- in the Windows system
165
- ```
166
- vim docker-compose-windows.yaml # change CUDA_VISIBLE_DEVICES to your gpu device id
167
-
168
- ```
169
- in the Linux system
170
- ```
171
- vim docker-compose-linux.yaml # change CUDA_VISIBLE_DEVICES to your gpu device id
172
- ```
173
- #### step4: start server
174
- in the Windows system
175
- ```
176
- docker-compose -f docker-compose-windows.yaml up -d
177
- ```
178
- in the Linux system
179
- ```
180
- docker-compose -f docker-compose-linux.yaml up -d
181
- ```
182
-
183
- After successful installation, you can experience the application by entering the following addresses in your web browser.
184
-
185
- - Frontend address: http://{your_host}:5052/qanything
186
-
187
- - API address: http://{your_host}:5052/api/
188
-
189
- For detailed API documentation, please refer to [QAnything API 文档](docs/API.md)
190
 
191
 
192
  ## Usage
 
148
 
149
 
150
  ### Installation
151
+ Please refer to: https://github.com/netease-youdao/QAnything?tab=readme-ov-file#installation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
 
153
 
154
  ## Usage