Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjingping authored and rishsriv committed May 15, 2024
1 parent c9b807e commit 421a4ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a comprehensive set of instructions that assumes basic familiarity with

### Install Dependencies

Firstly, clone the repository where we store our database data and schema. Install all Python libraries listed in the `requirements.txt` file. You would also need to download the spacy model used in the NER heuristic for our [metadata-pruning method](https://github.com/defog-ai/sql-eval/blob/main/utils/pruning.py). Finally, install the library.
Firstly, clone the repository where we store our database data and schema. Install all Python libraries listed in the `requirements.txt` file. You would also need to download the spacy model if you're using the NER heuristic for our [metadata-pruning method](https://github.com/defog-ai/sql-eval/blob/main/utils/pruning.py) (set by c=0, more below). Finally, install the library.
```bash
git clone https://github.com/defog-ai/defog-data.git
cd defog-data
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
accelerate
anthropic
argparse
git+https://github.com/defog-ai/defog-data.git
func_timeout
mistralai
openai>=1.1.0
Expand Down

0 comments on commit 421a4ee

Please sign in to comment.