File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ go to the deps/JetStream folder (downloaded during `install_everything.sh`)
128128cd deps/JetStream
129129wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
130130export dataset_path=ShareGPT_V3_unfiltered_cleaned_split.json
131- python benchmarks/benchmark_serving.py --tokenizer $tokenizer_path --num-prompts 2000 --dataset-path $dataset_path --dataset sharegpt --save-request-outputs --warm-up =True
131+ python benchmarks/benchmark_serving.py --tokenizer $tokenizer_path --num-prompts 2000 --dataset-path $dataset_path --dataset sharegpt --save-request-outputs --warmup-first =True
132132```
133133Please look at ` deps/JetStream/benchmarks/README.md ` for more information.
134134
Original file line number Diff line number Diff line change @@ -70,6 +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- python benchmarks/benchmark_serving.py --tokenizer $tokenizer_path --num-prompts 2000 --dataset-path $dataset_path --dataset sharegpt --save-request-outputs --warm-up =True
73+ python benchmarks/benchmark_serving.py --tokenizer $tokenizer_path --num-prompts 2000 --dataset-path $dataset_path --dataset sharegpt --save-request-outputs --warmup-first =True
7474```
75- Please look at ` deps/JetStream/benchmarks/README.md ` for more information.
75+ Please look at ` deps/JetStream/benchmarks/README.md ` for more information.
Original file line number Diff line number Diff line change 5353
5454_MINIMIZE_MEMORY_FOOTPRINT = flags .DEFINE_bool (
5555 "minimize_memory_footprint" ,
56- True ,
56+ False ,
5757 "When set to true, reduce memory usage by staging in-memory data on disk" ,
5858)
5959
You can’t perform that action at this time.
0 commit comments