Nuno Machado commited on
Commit
80aa004
1 Parent(s): 74a0e88

Install gpu requirements by default

Browse files
README.md CHANGED
@@ -22,8 +22,8 @@ The Gradio application is pre-loaded with chunks (chunk size is 25 contiguous en
22
  ```bash
23
  python -m venv lex-semantic-search
24
  source lex-semantic-search/bin/activate
 
25
  pip install -r requirements_cpu.txt # for CPU
26
- pip install -r requirements_gpu.txt # for GPU
27
  ```
28
 
29
  2. Run the application locally using the following command:
 
22
  ```bash
23
  python -m venv lex-semantic-search
24
  source lex-semantic-search/bin/activate
25
+ pip install -r requirements.txt # for GPU
26
  pip install -r requirements_cpu.txt # for CPU
 
27
  ```
28
 
29
  2. Run the application locally using the following command:
requirements_gpu.txt → requirements.txt RENAMED
File without changes