Skip to content

Commit 1f1f649

Browse files
committed
update readme
1 parent 3b93787 commit 1f1f649

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,16 @@ git clone --recursive https://github.com/DD-DuDa/BitDecoding.git
2020
conda create -n bitdecode python=3.10
2121
conda activate bitdecode
2222
pip install -r requirements.txt
23-
python setup.py install
23+
bash install.sh
2424
```
2525

2626
## Quick Start
27-
1. See benchmark/bench_single_decode.ipynb
28-
2. (Optional) Play with libtorch c++
29-
```
30-
# download libtorch
31-
32-
cd BitDecoding/csrc/bit_decode
33-
mkdir build && cd build
34-
cmake -DCMAKE_PREFIX_PATH=<libtorch_path> ..
35-
make -j12
36-
```
37-
38-
## Release Progress
39-
40-
- [x] Page Implementation
41-
- [ ] End-2-end LLMs Inference
42-
- [ ] Hopper Implementation
27+
1. Run the GSM8K example
28+
```
29+
cd evaluation
30+
bash scripts/example.sh
31+
```
32+
4333

4434

4535
## Citation

0 commit comments

Comments
 (0)