File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ go to the deps/JetStream folder (downloaded during `install_everything.sh`)
7070cd deps/JetStream
7171wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
7272export dataset_path=ShareGPT_V3_unfiltered_cleaned_split.json
73- pip install -e .
7473python benchmarks/benchmark_serving.py --tokenizer $tokenizer_path --num-prompts 2000 --dataset-path $dataset_path --dataset sharegpt --save-request-outputs
7574```
7675Please look at ` deps/JetStream/benchmarks/README.md ` for more information.
Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ git clone https://github.com/pytorch/xla.git
1212pushd xla/experimental/torch_xla2
1313git checkout $TORCHXLA_TAG
1414pip install .
15- popd # now at the folder of jetstream-pytorch
15+ popd # now at the folder deps
1616pushd JetStream
1717pip install .
18- popd
18+ popd # now at the folder deps
19+ popd # now at the folder current file
20+ pip install -e .
You can’t perform that action at this time.
0 commit comments