Commit 9b6449e6 authored by aiss's avatar aiss
Browse files

add dtk version

parent d8669b08
......@@ -219,7 +219,10 @@ elif os.path.isfile('build.txt'):
version_str += fd.read().strip()
else:
# None of the above, probably installing from source
#aiss add
version_str += f'+dtk22.04'
version_str += f'+{git_hash}'
print("version_str: ",version_str)
torch_version = ".".join([TORCH_MAJOR, TORCH_MINOR])
# Set cuda_version to 0.0 if cpu-only
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment