Fix typo in extra-build-dependencies docs (#15390)

## Summary

Smol but important typo.
This commit is contained in:
Zsolt Dollenstein 2025-08-20 12:39:59 +01:00 committed by GitHub
parent 249154ee08
commit 5271ce5e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -323,9 +323,9 @@ deep_gemm = [{ requirement = "torch", match-runtime = true }]
```
The use of `extra-build-dependencies` and `extra-build-variables` are tracked in the uv cache, such
that changes to these settings will not trigger a reinstall and rebuild of the affected packages.
For example, in the case of `flash-attn`, upgrading the version of `torch` used in your project
would subsequently trigger a rebuild of `flash-attn` with the new version of `torch`.
that changes to these settings will trigger a reinstall and rebuild of the affected packages. For
example, in the case of `flash-attn`, upgrading the version of `torch` used in your project would
subsequently trigger a rebuild of `flash-attn` with the new version of `torch`.
#### Dynamic metadata