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
So in general, it's better to avoid specifying a version unless it really matters to you (or you know what you're doing). Instead, please allow `torchruntime` to pick the latest-possible version for the user.
57
57
58
-
## Versioning pattern
59
-
The version pattern for `torchruntime` will be `major.minor.patch`, e.g. `1.20.3`.
58
+
## Versioning scheme
59
+
The versioning scheme for `torchruntime` will be `major.minor.patch`, e.g. `1.20.3`.
60
60
61
61
The `patch` version will be changed for automatic PCI database updates, e.g. support for new graphics cards. The `minor` version will be changed for non-breaking code changes, e.g. routine maintenance, refactoring or bug fixes. The `major` version will be changed for breaking code changes, e.g. API changes.
0 commit comments