Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingjiao Chen authored and Lingjiao Chen committed Jun 23, 2023
1 parent 3569385 commit 5a01d5d
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,19 @@ The FrugalGPT framework offers a collection of techniques for _building LLM appl
## 🔧 Installation
To install FrugalGPT, run the following commands:

`git clone https://github.com/stanford-futuredata/FrugalGPT`

`cd FrugalGPT`

`pip install git+https://github.com/stanford-futuredata/FrugalGPT`

`wget https://github.com/lchen001/DataHolder/releases/download/v0.0.1/HEADLINES.zip`

` unzip HEADLINES.zip -d strategy/`

`rm HEADLINES.zip`

`wget -P db/ https://github.com/lchen001/DataHolder/releases/download/v0.0.1/HEADLINES.sqlite`

`wget -P db/ https://github.com/lchen001/DataHolder/releases/download/v0.0.1/qa_cache.sqlite`
```
git clone https://github.com/stanford-futuredata/FrugalGPT
cd FrugalGPT
pip install git+https://github.com/stanford-futuredata/FrugalGPT
wget https://github.com/lchen001/DataHolder/releases/download/v0.0.1/HEADLINES.zip
unzip HEADLINES.zip -d strategy/
rm HEADLINES.zip
wget -P db/ https://github.com/lchen001/DataHolder/releases/download/v0.0.1/HEADLINES.sqlite
wget -P db/ https://github.com/lchen001/DataHolder/releases/download/v0.0.1/qa_cache.sqlite
```





Now you are ready to use the [intro notebook](intro.ipynb)!

## 🚀 Getting Started
Expand Down

0 comments on commit 5a01d5d

Please sign in to comment.