You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: loadgen/README_BUILD.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ This will fetch the loadgen source, build and install the loadgen as a python mo
18
18
19
19
Alternatively, we provide wheels for several python versions and operating system that can be installed using pip directly.
20
20
21
-
pip install mlperf-loadgen
21
+
pip install mlcommons-loadgen
22
22
23
-
**NOTE:**Take into account that we only update the published wheels after an official release, they may not include the latest changes.
23
+
**NOTE:**The `mlcommons-loadgen` PyPI package is automatically updated whenever the `loadgen/` folder in the `master` branch changes or when a release is published, as controlled by the workflow defined [here](https://github.com/mlcommons/inference/blob/master/.github/workflows/build_wheels.yml).
24
24
25
25
### Testing your Installation
26
26
The following command will run a simple end-to-end demo:
0 commit comments