Caleb Ho
Caleb Ho
**Describe the Bug** #1669 adds a `pyproject.toml` file, but the build dependencies are underspecified. The [`setup.py` file depends on `packaging`](https://github.com/NVIDIA/apex/blob/2d8302a6c12e202f7b40b13a43daa95f326fd0ea/setup.py#L4) but this dependency isn't declared in the [build dependencies](https://github.com/NVIDIA/apex/blob/2d8302a6c12e202f7b40b13a43daa95f326fd0ea/pyproject.toml#L2-L5). **Minimal...
### Problem description [Currently, only Conda dependencies can be used to define the build environment when no build isolation is desired. ](https://pixi.sh/latest/reference/pixi_manifest/#no-build-isolation) One common use case for disabling build isolation...
# summary [People often run into issues building from source](https://github.com/NVIDIA/apex/issues?q=is%3Aissue%20state%3Aopen%20pip%20install), so it would help if there were pre-built wheels with sensible defaults. This PR adds GitHub Actions that builds wheels...
Currently, extending `lm_eval` requires modifying the source tree. For instance, adding a new model requires a change in `lm_eval/models/__init__.py` https://github.com/EleutherAI/lm-evaluation-harness/blob/main/docs/model_guide.md#registration It would be helpful to be able to extend `lm_eval`...
### What would you like added? I'd like to add support for configuring client TLS certificates in AutoscalingRunnerSet ### Why is this needed? In our environment, we use an HTTPS...