Skip to content

Commit ac0d2ed

Browse files
committed
feat: Added patches directory and microxcaling.patch
Signed-off-by: Brandon Groth <[email protected]>
1 parent 9ba1a42 commit ac0d2ed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

patches/microxcaling.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
diff --git a/pyproject.toml b/pyproject.toml
2+
index e80053e..b4ec100 100644
3+
--- a/pyproject.toml
4+
+++ b/pyproject.toml
5+
@@ -5,9 +5,9 @@ description = 'The Microsoft MX floating point library'
6+
readme = "README.md"
7+
requires-python = ">=3.8"
8+
dependencies = [
9+
- "torch==2.2.0",
10+
- "torchvision==0.16",
11+
- "torchaudio==2.1.0"
12+
+ "torch",
13+
+ "torchvision",
14+
+ "torchaudio"
15+
]
16+
license = { file = "LICENSE" }
17+
keywords = ["mx", "floating point", "math", "mathematics", "machine learning", "deep learning", "artificial intelligence", "ai", "ml", "dl", "torch", "torchvision", "torchaudio"]

0 commit comments

Comments
 (0)