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`)
128
128
cd deps/JetStream
129
129
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
130
130
export 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
132
132
```
133
133
Please look at ` deps/JetStream/benchmarks/README.md ` for more information.
134
134
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`)
70
70
cd deps/JetStream
71
71
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
72
72
export 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
74
74
```
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 53
53
54
54
_MINIMIZE_MEMORY_FOOTPRINT = flags .DEFINE_bool (
55
55
"minimize_memory_footprint" ,
56
- True ,
56
+ False ,
57
57
"When set to true, reduce memory usage by staging in-memory data on disk" ,
58
58
)
59
59
You can’t perform that action at this time.
0 commit comments