sashay commited on
Commit
62b9039
·
1 Parent(s): c521b70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,4 +31,6 @@ v = torch.rand(mat.shape[1])
31
  w = mat @ v
32
 
33
  assert(w.shape == v.shape)
34
- ```
 
 
 
31
  w = mat @ v
32
 
33
  assert(w.shape == v.shape)
34
+ ```
35
+
36
+ Some more information is in [https://github.com/sashayd/mat](https://github.com/sashayd/mat)