santhoshraghu commited on
Commit
371f1f5
·
verified ·
1 Parent(s): fe0983f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,8 +56,7 @@ local_embedding = HuggingFaceEmbeddings(
56
  model_name="Alibaba-NLP/gte-Qwen2-1.5B-instruct",
57
  model_kwargs={
58
  "trust_remote_code": True,
59
- "device": "cpu",
60
- "torch_dtype": "float32"
61
  }
62
  )
63
 
 
56
  model_name="Alibaba-NLP/gte-Qwen2-1.5B-instruct",
57
  model_kwargs={
58
  "trust_remote_code": True,
59
+ "device": "cpu"
 
60
  }
61
  )
62