dclure commited on
Commit
3ae6ac8
1 Parent(s): 1167b53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -103,9 +103,6 @@ Then using `cuml.GaussianRandomProjection` to do an initial squeeze to 64d (whic
103
  @app.command()
104
  def random_projection(src: str, dst: str, dim: int = 64):
105
  """Random projection on an embedding matrix."""
106
- import rmm
107
- import cuml
108
-
109
  rmm.reinitialize(managed_memory=True)
110
 
111
  embeds = np.load(src)
 
103
  @app.command()
104
  def random_projection(src: str, dst: str, dim: int = 64):
105
  """Random projection on an embedding matrix."""
 
 
 
106
  rmm.reinitialize(managed_memory=True)
107
 
108
  embeds = np.load(src)