diff options
author | Pierrick Hymbert <pierrick.hymbert@gmail.com> | 2024-04-04 11:57:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 12:57:58 +0300 |
commit | 7a2c92637ae265654a68f62e6a7610b358255d3f (patch) | |
tree | 583a27505f3c0146ccaa2684ae6cc824d9355dfb /examples/server/bench/script.js | |
parent | 4bcd6b959ca3991084ad1d8464caf2a734e29b1d (diff) |
ci: bench: add more ftype, fix triggers and bot comment (#6466)
* ci: bench: change trigger path to not spawn on each PR
* ci: bench: add more file type for phi-2: q8_0 and f16.
- do not show the comment by default
* ci: bench: add seed parameter in k6 script
* ci: bench: artefact name perf job
* Add iteration in the commit status, reduce again the autocomment
* ci: bench: add per slot metric in the commit status
* Fix trailing spaces
Diffstat (limited to 'examples/server/bench/script.js')
-rw-r--r-- | examples/server/bench/script.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/server/bench/script.js b/examples/server/bench/script.js index a4f5ac5a..dc41e8d9 100644 --- a/examples/server/bench/script.js +++ b/examples/server/bench/script.js @@ -87,6 +87,7 @@ export default function () { ], "model": model, "stream": false, + "seed": 42, "max_tokens": max_tokens } |