Skip to content

Commit d72ba69

Browse files
committed
Initial commit
1 parent 3adb271 commit d72ba69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22

33
<h1> Torch Floating Point</h1>
4-
<img src="assets/torch-floating-point-logo.png"/>
4+
<img src="https://raw.githubusercontent.com/SamirMoustafa/torch-floating-point/refs/heads/main/assets/torch-floating-point-logo.png"/>
55

66
![python-3.10](https://img.shields.io/badge/python-3.10%2B-blue)
77
![pytorch-1.13.1](https://img.shields.io/badge/torch-2.4.1%2B-orange)

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Centralized version management for torch-floating-point project.
44
"""
55

6-
__version__ = "0.0.7"
6+
__version__ = "0.0.8"
77

88
if __name__ == "__main__":
99
print(__version__)

0 commit comments

Comments
 (0)