ssmits commited on
Commit
8f639b9
1 Parent(s): cf5cecc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -53,4 +53,6 @@ print(similarities)
53
  # tensor([[1.0000, 0.8608, 0.6609],
54
  # [0.8608, 1.0000, 0.7046],
55
  # [0.6609, 0.7046, 1.0000]])
56
- ```
 
 
 
53
  # tensor([[1.0000, 0.8608, 0.6609],
54
  # [0.8608, 1.0000, 0.7046],
55
  # [0.6609, 0.7046, 1.0000]])
56
+ ```
57
+
58
+ Note: In my tests it utilizes more than 24GB (RTX 4090), so an A100 or A6000 would be required for inference.