We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adb271 commit d72ba69Copy full SHA for d72ba69
README.md
@@ -1,7 +1,7 @@
1
<div align="center">
2
3
<h1> Torch Floating Point</h1>
4
-<img src="assets/torch-floating-point-logo.png"/>
+<img src="https://raw.githubusercontent.com/SamirMoustafa/torch-floating-point/refs/heads/main/assets/torch-floating-point-logo.png"/>
5
6

7

version.py
@@ -3,7 +3,7 @@
Centralized version management for torch-floating-point project.
"""
-__version__ = "0.0.7"
+__version__ = "0.0.8"
8
if __name__ == "__main__":
9
print(__version__)
0 commit comments