diff --git a/docs/contributing.md b/docs/contributing.md index ab23bc33f..c2f312e1e 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -28,7 +28,6 @@ Generally, the high-level workflow for contributing to this repo includes: 5. Ping us on [Slack](https://striveworks-public.slack.com/join/shared_invite/zt-1a0jx768y-2J1fffN~b4fXYM8GecvOhA#/shared-invite/email) to ensure timely review. 4. Working with repo maintainers to review and improve your PR before it is merged into the official repo. - For questions or comments on this process, please reach out to us at any time on [Slack](https://striveworks-public.slack.com/join/shared_invite/zt-1a0jx768y-2J1fffN~b4fXYM8GecvOhA#/shared-invite/email). diff --git a/examples/README.md b/examples/README.md index ecae23cfe..0a02d7baf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,4 +7,4 @@ This folder contains various examples of Valor usage. | [tabular_classification.ipynb](tabular_classification.ipynb) | Evaluate a scikit-learn classification model. | | [object-detection.ipynb](object_detection.ipynb) | Evaluate YOLOv8 over the COCO-panoptic dataset. | | [text_generation.ipynb](text_generation.ipynb) | Evaluate Meta's Llama-3.2-1B-Instruct. | -| [benchmarking.ipynb](benchmarking.ipynb) | Shows how to benchmark valor-lite. | \ No newline at end of file +| [benchmarking.ipynb](benchmarking.ipynb) | **WIP** - Shows how to benchmark valor-lite. | \ No newline at end of file