issues
search
AI-Hypercomputer
/
xpk
xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.
Apache License 2.0
81
stars
23
forks
source link
Add dynamic versioning for pip package
#105
Closed
SurbhiJainUSC
closed
7 months ago
SurbhiJainUSC
commented
7 months ago
Fixes / Features
Add dynamic versioning in pyproject.toml
With this change, we would only need to update
__version__
in xpk.py to release a new PyPI version
This will allow the code dependent on
xpk_current_version
to work appropriately without the need to update
Testing / Documentation
Testing details.
[ y ] Tests pass
[ N/A ] Appropriate changes to documentation are included in the PR
Fixes / Features
__version__
in xpk.py to release a new PyPI versionxpk_current_version
to work appropriately without the need to updateTesting / Documentation
Testing details.