Skip to content

Commit

Permalink
Merge pull request #14 from stanford-oval/litellm_migration
Browse files Browse the repository at this point in the history
updated env management
  • Loading branch information
george1459 authored Apr 11, 2024
2 parents 0ec931f + d6accf0 commit 6e4a1c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions conda_env.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/install_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone https://github.com/stanford-oval/suql.git

# Installing python dependencies of SUQL

1. Install dependencies via `conda create -n suql python=<any one of 3.8,3.9,3.10,3.11>; conda activate suql; conda env update -f conda_env.yml`;
1. Install dependencies via `conda create -n suql python=<any one of 3.8/3.9/3.10/3.11>; conda activate suql; pip install -r requirements.txt`;

2. Install `faiss` by `conda install -c conda-forge faiss-gpu`. We recommend the GPU version for accelerated indexing speed.

Expand Down

0 comments on commit 6e4a1c4

Please sign in to comment.