philschmid HF staff commited on
Commit
e674c14
1 Parent(s): 506de2e

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -30,5 +30,5 @@ class PreTrainedPipeline():
30
  return [_h[0] for _h in pipeline_output]
31
 
32
  embeddings = cls_pooling(self.pipeline(inputs))
33
- return {"vectors": embeddings}
34
 
 
30
  return [_h[0] for _h in pipeline_output]
31
 
32
  embeddings = cls_pooling(self.pipeline(inputs))
33
+ return {"vectors": [122.23]}
34