Support for cpu/gpu version

This commit is contained in:
Justin Güse
2024-07-12 11:07:53 +00:00
parent eb0f28b3f6
commit a8901d2431
7 changed files with 760 additions and 631 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
# use the hardcoded version number for now
# use the hardcoded version number for now. if this is merged to the main repo, you can uncomment these lines to automatically tag the version number with the github run number
# - name: Set Version number
# run: |
# poetry version 0.0.${{ github.run_number }}